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.107 (3899 ms) U-Boot> setenv serverip 192.168.56.39 setenv serverip 192.168.56.39 U-Boot> tftp 0x00080000 357804/tftp-deploy-jmr6oju5/kernel/Image tftp 0x00080000 357804/tftp-deploy-jmr6oju5/kernel/Image Using ethernet@7d580000 device TFTP from server 192.168.56.39; our IP address is 192.168.56.107 Filename '357804/tftp-deploy-jmr6oju5/kernel/Image'. Load address: 0x80000 Loading: *################################################## 30.6 MiB 17.1 MiB/s done Bytes transferred = 32055808 (1e92200 hex) U-Boot> tftp 0x06700000 357804/tftp-deploy-jmr6oju5/ramdisk/ramdisk.cpio.gz.uboot tftp 0x06700000 357804/tftp-deploy-jmr6oju5/ramdisk/ramdisk.cpio.gz.uboot Using ethernet@7d580000 device TFTP from server 192.168.56.39; our IP address is 192.168.56.107 Filename '357804/tftp-deploy-jmr6oju5/ramdisk/ramdisk.cpio.gz.uboot'. Load address: 0x6700000 Loading: *###########################################T T ####### 55.9 MiB 4.2 MiB/s done Bytes transferred = 58578348 (37dd5ac hex) U-Boot> setenv initrd_size ${filesize} setenv initrd_size ${filesize} U-Boot> tftp 0x06400000 357804/tftp-deploy-jmr6oju5/dtb/bcm2711-rpi-4-b.dtb tftp 0x06400000 357804/tftp-deploy-jmr6oju5/dtb/bcm2711-rpi-4-b.dtb Using ethernet@7d580000 device TFTP from server 192.168.56.39; our IP address is 192.168.56.107 Filename '357804/tftp-deploy-jmr6oju5/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=2120000 ## Loading init Ramdisk from Legacy Image at 06700000 ... Image Name: Image Type: AArch64 Linux RAMDisk Image (uncompressed) Data Size: 58578284 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 3674a000, end 39f2756c ... OK Loading Device Tree to 0000000036740000, end 00000000367497a9 ... OK Working FDT set to 36740000 Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd083] [ 0.000000] Linux version 5.10.218-cip49-rt20 (KernelCI@build-j220253-arm64-gcc-10-defconfig-jn2hs) (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 12:38:49 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] On node 0 totalpages: 504832 [ 0.000000] DMA zone: 3792 pages used for memmap [ 0.000000] DMA zone: 0 pages reserved [ 0.000000] DMA zone: 242688 pages, LIFO batch:63 [ 0.000000] DMA32 zone: 4096 pages used for memmap [ 0.000000] DMA32 zone: 262144 pages, LIFO batch:63 [ 0.000000] percpu: Embedded 19 pages/cpu s40408 r8192 d29224 u77824 [ 0.000000] pcpu-alloc: s40408 r8192 d29224 u77824 alloc=19*4096 [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [ 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: 1758496K/2019328K available (14592K kernel code, 2888K rwdata, 7680K rodata, 6016K init, 504K bss, 195296K 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.000000] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns <6>[ 0.008617] Console: colour dummy device 80x25 <6>[ 0.013469] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=216000) <6>[ 0.024297] pid_max: default: 32768 minimum: 301 <6>[ 0.029308] LSM: Security Framework initializing <6>[ 0.034327] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear) <6>[ 0.042108] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear) <6>[ 0.052163] rcu: Hierarchical SRCU implementation. <6>[ 0.059493] EFI services will not be available. <6>[ 0.064648] smp: Bringing up secondary CPUs ... <6>[ 0.070032] Detected PIPT I-cache on CPU1 <6>[ 0.074406] CPU1: Booted secondary processor 0x0000000001 [0x410fd083] <6>[ 0.081908] Detected PIPT I-cache on CPU2 <6>[ 0.086262] CPU2: Booted secondary processor 0x0000000002 [0x410fd083] <6>[ 0.093747] Detected PIPT I-cache on CPU3 <6>[ 0.098101] CPU3: Booted secondary processor 0x0000000003 [0x410fd083] <6>[ 0.105067] smp: Brought up 1 node, 4 CPUs <6>[ 0.109497] SMP: Total of 4 processors activated. <6>[ 0.114525] CPU features: detected: 32-bit EL0 Support <6>[ 0.120004] CPU features: detected: CRC32 instructions <6>[ 0.125473] CPU features: detected: 32-bit EL1 Support <6>[ 0.149642] CPU: All CPU(s) started at EL2 <6>[ 0.154101] alternatives: patching kernel code <6>[ 0.160388] devtmpfs: initialized <6>[ 0.169170] KASLR enabled <6>[ 0.172312] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns <6>[ 0.182450] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) <6>[ 0.191525] pinctrl core: initialized pinctrl subsystem <6>[ 0.198513] DMI not present or invalid. <6>[ 0.203481] NET: Registered protocol family 16 <6>[ 0.209856] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations <6>[ 0.217348] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations <6>[ 0.225595] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations <6>[ 0.233906] audit: initializing netlink subsys (disabled) <5>[ 0.239817] audit: type=2000 audit(0.164:1): state=initialized audit_enabled=0 res=1 <6>[ 0.240873] thermal_sys: Registered thermal governor 'step_wise' <6>[ 0.240879] thermal_sys: Registered thermal governor 'power_allocator' <6>[ 0.247936] cpuidle: using governor menu <6>[ 0.265531] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. <6>[ 0.272760] ASID allocator initialised with 32768 entries <6>[ 0.280057] Serial: AMBA PL011 UART driver <6>[ 0.322242] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages <6>[ 0.329316] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages <6>[ 0.336401] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages <6>[ 0.343447] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages <6>[ 0.351984] cryptd: max_cpu_qlen set to 1000 <6>[ 0.359404] ACPI: Interpreter disabled. <6>[ 0.365740] iommu: Default domain type: Translated <6>[ 0.371214] vgaarb: loaded <5>[ 0.374516] SCSI subsystem initialized <7>[ 0.378741] libata version 3.00 loaded. <6>[ 0.383121] usbcore: registered new interface driver usbfs <6>[ 0.388983] usbcore: registered new interface driver hub <6>[ 0.394654] usbcore: registered new device driver usb <4>[ 0.400197] usb_phy_generic phy: supply vcc not found, using dummy regulator <6>[ 0.408374] pps_core: LinuxPPS API ver. 1 registered <6>[ 0.413668] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <6>[ 0.423183] PTP clock support registered <6>[ 0.427565] EDAC MC: Ver: 3.0.0 <6>[ 0.432473] FPGA manager framework <6>[ 0.436273] Advanced Linux Sound Architecture Driver Initialized. <6>[ 0.443506] clocksource: Switched to clocksource arch_sys_counter <5>[ 0.450148] VFS: Disk quotas dquot_6.6.0 <6>[ 0.454449] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) <6>[ 0.461895] pnp: PnP ACPI: disabled <6>[ 0.472676] NET: Registered protocol family 2 <6>[ 0.477694] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear) <6>[ 0.487030] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear) <6>[ 0.496004] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear) <6>[ 0.504372] TCP bind hash table entries: 16384 (order: 6, 262144 bytes, linear) <6>[ 0.512289] TCP: Hash tables configured (established 16384 bind 16384) <6>[ 0.519345] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear) <6>[ 0.526425] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear) <6>[ 0.534066] NET: Registered protocol family 1 <6>[ 0.539301] RPC: Registered named UNIX socket transport module. <6>[ 0.545567] RPC: Registered udp transport module. <6>[ 0.550589] RPC: Registered tcp transport module. <6>[ 0.555616] RPC: Registered tcp NFSv4.1 backchannel transport module. <6>[ 0.562402] PCI: CLS 0 bytes, default 64 <6>[ 0.566843] Unpacking initramfs... <6>[ 4.898441] Freeing initrd memory: 57204K <6>[ 4.903892] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available <6>[ 4.912571] kvm [1]: IPA Size Limit: 44 bits <6>[ 4.918664] kvm [1]: vgic interrupt IRQ9 <6>[ 4.923081] kvm [1]: Hyp mode initialized successfully <5>[ 4.930647] Initialise system trusted keyrings <6>[ 4.935625] workingset: timestamp_bits=42 max_order=19 bucket_order=0 <6>[ 4.948991] squashfs: version 4.0 (2009/01/31) Phillip Lougher <5>[ 4.955911] NFS: Registering the id_resolver key type <5>[ 4.961331] Key type id_resolver registered <5>[ 4.965834] Key type id_legacy registered <6>[ 4.970247] nfs4filelayout_init: NFSv4 File Layout Driver Registering... <6>[ 4.977350] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... <6>[ 4.985272] 9p: Installing v9fs 9p2000 file system support <5>[ 5.055561] Key type asymmetric registered <5>[ 5.059979] Asymmetric key parser 'x509' registered <6>[ 5.065214] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245) <6>[ 5.072965] io scheduler mq-deadline registered <6>[ 5.077815] io scheduler kyber registered <4>[ 5.095276] EINJ: ACPI disabled. <6>[ 5.117842] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled <6>[ 5.126341] printk: console [ttyS1] disabled <6>[ 5.131020] fe215040.serial: ttyS1 at MMIO 0xfe215040 (irq = 26, base_baud = 62499999) is a 16550 <6>[ 5.140373] printk: console [ttyS1] enabled <6>[ 5.140373] printk: console [ttyS1] enabled <6>[ 5.149392] printk: bootconsole [bcm2835aux0] disabled <6>[ 5.149392] printk: bootconsole [bcm2835aux0] disabled <6>[ 5.162017] SuperH (H)SCI(F) driver initialized <6>[ 5.167468] msm_serial: driver initialized <6>[ 5.180528] loop: module loaded <6>[ 5.185117] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver <6>[ 5.193864] megasas: 07.714.04.00-rc1 <6>[ 5.204205] tun: Universal TUN/TAP device driver, 1.6 <6>[ 5.210452] thunder_xcv, ver 1.0 <6>[ 5.214047] thunder_bgx, ver 1.0 <6>[ 5.217635] nicpf, ver 1.0 <6>[ 5.221975] hclge is initializing <6>[ 5.225634] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version <6>[ 5.233235] hns3: Copyright (c) 2017 Huawei Corporation. <6>[ 5.238941] e1000: Intel(R) PRO/1000 Network Driver <6>[ 5.244165] e1000: Copyright (c) 1999-2006 Intel Corporation. <6>[ 5.250311] e1000e: Intel(R) PRO/1000 Network Driver <6>[ 5.255619] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. <6>[ 5.261933] igb: Intel(R) Gigabit Ethernet Network Driver <6>[ 5.267681] igb: Copyright (c) 2007-2014 Intel Corporation. <6>[ 5.273633] igbvf: Intel(R) Gigabit Virtual Function Network Driver <6>[ 5.280271] igbvf: Copyright (c) 2009 - 2012 Intel Corporation. <6>[ 5.286922] sky2: driver version 1.30 <6>[ 5.292130] VFIO - User Level meta-driver version: 0.3 <6>[ 5.299698] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver <6>[ 5.306606] ehci-pci: EHCI PCI platform driver <6>[ 5.311421] ehci-platform: EHCI generic platform driver <6>[ 5.317129] ehci-orion: EHCI orion driver <6>[ 5.321579] ehci-exynos: EHCI Exynos driver <6>[ 5.326196] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver <6>[ 5.332763] ohci-pci: OHCI PCI platform driver <6>[ 5.337580] ohci-platform: OHCI generic platform driver <6>[ 5.343275] ohci-exynos: OHCI Exynos driver <6>[ 5.348431] usbcore: registered new interface driver usb-storage <6>[ 5.357849] i2c /dev entries driver <6>[ 5.363929] brcmstb-i2c fef04500.i2c: @97500hz registered in polling mode <6>[ 5.371553] brcmstb-i2c fef09500.i2c: @97500hz registered in polling mode <6>[ 5.382355] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer <6>[ 5.391186] sdhci: Secure Digital Host Controller Interface driver <6>[ 5.397751] sdhci: Copyright(c) Pierre Ossman <6>[ 5.403052] Synopsys Designware Multimedia Card Interface Driver <6>[ 5.410536] sdhci-pltfm: SDHCI platform and OF driver helper <6>[ 5.418756] ledtrig-cpu: registered to indicate activity on CPUs <6>[ 5.426964] usbcore: registered new interface driver usbhid <6>[ 5.432901] usbhid: USB HID core driver <6>[ 5.438193] bcm2835-mbox fe00b880.mailbox: mailbox enabled <6>[ 5.448670] NET: Registered protocol family 17 <6>[ 5.453664] 9pnet: Installing 9P2000 support <5>[ 5.458355] Key type dns_resolver registered <6>[ 5.463376] printk: console [ttyS1]: printing thread started <6>[ 5.463440] registered taskstats version 1 <5>[ 5.463451] Loading compiled-in X.509 certificates <6>[ 5.468263] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 24, base_baud = 0) is a PL011 rev2 <6>[ 5.468452] serial serial0: tty port ttyAMA0 registered <6>[ 5.482294] raspberrypi-firmware soc:firmware: Attached to firmware from 2023-10-17T15:39:16 <4>[ 5.488628] dwc2 fe980000.usb: supply vusb_d not found, using dummy regulator <4>[ 5.488782] dwc2 fe980000.usb: supply vusb_a not found, using dummy regulator <6>[ 5.589540] dwc2 fe980000.usb: EPs: 8, dedicated fifos, 4080 entries in SPRAM <6>[ 5.595138] sdhci-iproc fe300000.mmc: allocated mmc-pwrseq <6>[ 5.627753] mmc0: SDHCI controller on fe300000.mmc [fe300000.mmc] using PIO <6>[ 5.640322] mmc1: SDHCI controller on fe340000.mmc [fe340000.mmc] using ADMA <4>[ 5.643750] mmc0: queuing unknown CIS tuple 0x80 (2 bytes) <4>[ 5.645444] mmc0: queuing unknown CIS tuple 0x80 (3 bytes) <4>[ 5.647131] mmc0: queuing unknown CIS tuple 0x80 (3 bytes) <4>[ 5.650162] mmc0: queuing unknown CIS tuple 0x80 (7 bytes) <4>[ 5.651850] mmc0: queuing unknown CIS tuple 0x80 (3 bytes) <6>[ 5.713159] mmc0: new high speed SDIO card at address 0001 <6>[ 5.764965] mmc1: new ultra high speed DDR50 SDXC card at address 59b4 <6>[ 5.765638] mmcblk1: mmc1:59b4 GE4S5 239 GiB <6>[ 5.767558] mmcblk1: p1 p2 <6>[ 17.931528] clk: Disabling unused clocks <6>[ 17.931622] ALSA device list: <6>[ 17.931631] No soundcards found. <6>[ 17.937525] Freeing unused kernel memory: 6016K <6>[ 17.937793] Run /init as init process <30>[ 17.969804] systemd[1]: System time before build time, advancing clock. <6>[ 17.983856] NET: Registered protocol family 10 <6>[ 17.984870] Segment Routing with IPv6 <30>[ 17.998931] 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) Welcome <30>[ 17.998964] systemd[1]: Detected architecture arm64. to [1mDebian GNU/Linux 12 (bookworm)[0m! <30>[ 18.051864] systemd[1]: Hostname set to . <30>[ 18.329822] systemd[1]: Queued start job for default target graphical.target. <30>[ 18.335809] 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. [[0;32m OK [0m] Created slic<30>[ 18.365196] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe. e [0;1;39msystem-modpr…lice[0m - Slice /system/modprobe. [[0;32m OK [0m] Crea<30>[ 18.393369] systemd[1]: Created slice system-serial\x2dgetty.slice - Slice /system/serial-getty. ted slice [0;1;39msystem-seria…[0m - Slice /system/serial-getty. [[0;32m OK [0m] Created slic<30>[ 18.420807] systemd[1]: Created slice user.slice - User and Session Slice. e [0;1;39muser.slice[0m - User and Session Slice. [[0;32m OK [0m] Started [0;1;39msys<30>[ 18.443977] systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch. temd-ask-passwo…quests to Console Directory Watch. [[0;32m OK [0m] Started [0;1;39msystemd-ask<30>[ 18.471856] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch. -passwo… Requests to Wall Directory Watch. Expecting device [0;1;39mdev-ttyS1.dev<30>[ 18.499724] 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). ice[0m <30>[ 18.499838] systemd[1]: Expecting device dev-ttyS1.device - /dev/ttyS1... - /dev/ttyS1... [[0;32m OK [0m] Reached target [0;1;39mcryp<30>[ 18.543663] systemd[1]: Reached target cryptsetup.target - Local Encrypted Volumes. tsetup.…get[0m - Local Encrypted Volumes. [[0;32m OK [0m] Reached target [0;1;39minte<30>[ 18.571694] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes. grityse…Local Integrity Protected Volumes. [[0;32m OK [0m] Reached target [0;1;39mpath<30>[ 18.599709] systemd[1]: Reached target paths.target - Path Units. s.target[0m - Path Units. [[0;32m OK [0m] Reached target [0;1;39mremo<30>[ 18.623680] systemd[1]: Reached target remote-fs.target - Remote File Systems. te-fs.target[0m - Remote File Systems. [[0;32m OK [0m] Reached target [0;1;39mslic<30>[ 18.647644] systemd[1]: Reached target slices.target - Slice Units. es.target[0m - Slice Units. [[0;32m OK [0m] Reached target [0;1;39mswap<30>[ 18.671676] systemd[1]: Reached target swap.target - Swaps. .target[0m - Swaps. [[0;32m OK [0m] Reached target [0;1;39mveri<30>[ 18.691710] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes. tysetup… - Local Verity Protected Volumes. [[0;32m OK [0m] Listening on [0;1;3<30>[ 18.719943] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe. 9msystemd-initc… initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on<30>[ 18.748710] systemd[1]: Listening on systemd-journald-audit.socket - Journal Audit Socket. [0;1;39msystemd-journ…socket[0m - Journal Audit Socket. [[0;32m OK [0m] Listening on [0;1;3<30>[ 18.776215] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log). 9msystemd-journ…t[0m - Journal Socket (/dev/log). [[0;32m OK [0m] Listening on [0;1;3<30>[ 18.804232] systemd[1]: Listening on systemd-journald.socket - Journal Socket. 9msystemd-journald.socket[0m - Journal Socket. [[0;32m OK [0m] Listening on [0;1;3<30>[ 18.832331] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket. 9msystemd-udevd….socket[0m - udev Control Socket. [[0;32m OK [0m] Listening on [0;1;3<30>[ 18.860146] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket. 9msystemd-udevd…l.socket[0m - udev Kernel Socket. Mounting [0;1;39mdev-hugepages.mount[<30>[ 18.891726] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System... 0m - Huge Pages File System... Mounting [0;1;39mdev-mqueue.mount…P<30>[ 18.919675] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System... OSIX Message Queue File System... Mounting [0;1;39msys-kernel-de<30>[ 18.947854] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System... bug.…[0m - Kernel Debug File System... <30>[ 18.972123] systemd[1]: sys-kernel-tracing.mount - Kernel Trace File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/tracing). <30>[ 18.976717] 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... Starting [0;1;39mmodprobe@conf<30>[ 19.024514] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs... igfs…m - Load Kernel Module configfs... Starting [0;1;39mmodprobe@dm_m<30>[ 19.056269] systemd[1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod... od.s…[0m - Load Kernel Module dm_mod..<6>[ 19.071143] device-mapper: ioctl: 4.43.0-ioctl (2020-10-01) initialised: dm-devel@redhat.com . Starting [0;1;39mmodprobe@drm.<30>[ 19.096303] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm... service[0m - Load Kernel Module drm... Starting [0;1;39mmodprobe@efi_<30>[ 19.124488] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore... psto…- Load Kernel Module efi_pstore... Starting [0;1;39mmodprobe@loop<30>[ 19.156239] systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop... .ser…e[0m - Load Kernel Module loop... <28>[ 19.184380] systemd[1]: systemd-journald.service: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling. <28>[ 19.184404] systemd[1]: (This warning is only shown for the first unit using IP firewalling.) <30>[ 19.188085] systemd[1]: Starting systemd-journald.service - Journal Service... Starting [0;1;39msystemd-journald.service[0m - Journal Service... Starting [0;1;39msyste<30>[ 19.240820] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules... md-modules-l…rvice[0m - Load Kernel Modules... Starting [0;1;39msyste<30>[ 19.272596] systemd[1]: Starting systemd-network-generator.service - Generate network units from Kernel command line... md-network-g… units from Kernel command line... Starting [0;1;39msystemd-remou<30>[ 19.304134] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems... nt-f…nt Root and Kernel File Systems... Starting [0;1;39msystemd-udev-<30>[ 19.336552] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices... trig…[0m - Coldplug All udev Devices... [[0;32m OK [<30>[ 19.370627] systemd[1]: Started systemd-journald.service - Journal Service. 0m] Started [0;1;39msystemd-journald.service[0m - Journal Service. [[0;32m OK [0m] Mounted [0;1;39mdev-hugepages.mount[0m - Huge Pages File System. [[0;32m OK [0m] Mounted [0;1;39mdev-mqueue.mount[…- POSIX Message Queue File System. [[0;32m OK [0m] Mounted [0;1;39msys-kernel-debug.m…nt[0m - Kernel Debug File System. [[0;32m OK [0m] Finished [0;1;39mkmod-static-nodes…reate List of Static Device Nodes. [[0;32m OK [0m] Finished [0;1;39mmodprobe@configfs…[0m - Load Kernel Module configfs. [[0;32m OK [0m] Finished [0;1;39mmodprobe@dm_mod.s…e[0m - Load Kernel Module dm_mod. [[0;32m OK [0m] Finished [0;1;39mmodprobe@drm.service[0m - Load Kernel Module drm. [[0;32m OK [0m] Finished [0;1;39mmodprobe@efi_psto…m - Load Kernel Module efi_pstore. [[0;32m OK [0m] Finished [0;1;39mmodprobe@loop.service[0m - Load Kernel Module loop. [[0;32m OK [0m] Finished [0;1;39msystemd-modules-l…service[0m - Load Kernel Modules. [[0;32m OK [0m] Finished [0;1;39msystemd-network-g…rk units from Kernel command line. [[0;1;31mFAILED[0m] Failed to start [0;1;39msystemd-re…ount Root and Kernel File Systems. See 'systemctl status systemd-remount-fs.service' for details. [[0;32m OK [0m] Reached target [0;1;39mnetwork-pre…get[0m - Preparation for Network. Mounting [0;1;39msys-kernel-config…ernel Configuration File System... Starting [0;1;39msystemd-journal-f…h Journal to Persistent Storage... <46>[ 19.760401] systemd-journald[127]: Received client request to flush runtime journal. Starting [0;1;39msystemd-random-se…ice[0m - Load/Save Random Seed... Starting [0;1;39msystemd-sysctl.se…ce[0m - Apply Kernel Variables... Starting [0;1;39msystemd-sysusers.…rvice[0m - Create System Users... [[0;32m OK [0m] Mounted [0;1;39msys-kernel-config.… Kernel Configuration File System. [[0;32m OK [0m] Finished [0;1;39msystemd-journal-f…ush Journal to Persistent Storage. [[0;32m OK [0m] Finished [0;1;39msystemd-sysctl.service[0m - Apply Kernel Variables. [[0;32m OK [0m] Finished [0;1;39msystemd-sysusers.service[0m - Create System Users. Starting [0;1;39msystemd-tmpfiles-…ate Static Device Nodes in /dev... [[0;32m OK [0m] Finished [0;1;39msystemd-tmpfiles-…reate Static Device Nodes in /dev. [[0;32m OK [0m] Reached target [0;1;39mlocal-fs-pr…reparation for Local File Systems. [[0;32m OK [0m] Reached target [0;1;39mlocal-fs.target[0m - Local File Systems. Starting [0;1;39msystemd-tmpfiles-… Volatile Files and Directories... Starting [0;1;39msystemd-udevd.ser…ger for Device Events and Files... [[0;32m OK [0m] Finished [0;1;39msystemd-udev-trig…e[0m - Coldplug All udev Devices. [[0;32m OK [0m] Finished [0;1;39msystemd-tmpfiles-…te Volatile Files and Directories. Starting [0;1;39msystemd-timesyncd… - Network Time Synchronization... Starting [0;1;39msystemd-update-ut…rd System Boot/Shutdown in UTMP... [[0;32m OK [0m] Finished [0;1;39msystemd-update-ut…cord System Boot/Shutdown in UTMP. [[0;32m OK [0m] Started [0;1;39msystemd-udevd.serv…nager for Device Events and Files. [[0;32m OK [0m] Started [0;1;39msystemd-timesyncd.…0m - Network Time Synchronization. [[0;32m OK [0m] Found device [0;1;39mdev-ttyS1.device[0m - /dev/ttyS1. [[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.781640] random: dbus-daemon: uninitialized urandom read (12 bytes read) Starting [0;1;39msystemd-logind.se…ice[0m - User Login Management... <5>[ 20.803713] random: dbus-daemon: uninitialized urandom read (12 bytes read) Starting [0;1;39msystemd-user-sess…vice[0m - Permit User Sessions... [[0;32m OK [0m] Started [0;1;39mdbus.service[0m - D-Bus System Message Bus. [[0;32m OK [0m] Finished [0;1;39msystemd-user-sess…ervice[0m - Permit User Sessions. [[0;32m OK [0m] Started [0;1;39mgetty@tty1.service[0m - Getty on tty1. [[0;32m OK [0m] Started [0;1;39mserial-getty@ttyS1…rvice[0m - Serial Getty on ttyS1. [[0;32m OK [0m] Reached target [0;1;39mgetty.target[0m - Login Prompts. <6>[ 21.008820] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges: <6>[ 21.008852] brcm-pcie fd500000.pcie: No bus range found for /scb/pcie@7d500000, using [bus 00-ff] <6>[ 21.008890] brcm-pcie fd500000.pcie: MEM 0x0600000000..0x0603ffffff -> 0x00f8000000 <6>[ 21.008924] brcm-pcie fd500000.pcie: IB MEM 0x0000000000..0x007fffffff -> 0x0400000000 <3>[ 21.053999] [drm:vc5_hdmi_init_resources [vc4]] *ERROR* Failed to get HDMI state machine clock <6>[ 21.056937] bcmgenet fd580000.ethernet: GENET 5.0 EPHY: 0x0000 [[0;32m OK [<6>[ 21.083573] brcm-pcie fd500000.pcie: link up, 5.0 GT/s PCIe x1 (SSC) 0m] Star<6>[ 21.083859] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00 ted [0;1;39msystemd-logind.service[0m - User L<6>[ 21.083871] pci_bus 0000:00: root bus resource [bus 00-ff] ogin Management. <6>[ 21.083885] pci_bus 0000:00: root bus resource [mem 0x600000000-0x603ffffff] (bus address [0xf8000000-0xfbffffff]) [[0;32m<6>[ 21.083929] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400 OK [0m] Reached targ<6>[ 21.084016] pci 0000:00:00.0: PME# supported from D0 D3hot et [0;1;39mmulti-user.target[0<6>[ 21.086679] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330 m - Multi-User System. <6>[ 21.086806] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit] <6>[ 21.087025] pci 0000:01:00.0: PME# supported from D0 D3hot [[0;32m<3>[ 21.101756] [drm:vc5_hdmi_init_resources [vc4]] *ERROR* Failed to get HDMI state machine clock OK [<6>[ 21.145774] pci 0000:00:00.0: BAR 14: assigned [mem 0x600000000-0x6000fffff] 0m] Reac<6>[ 21.145803] pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x600000fff 64bit] hed targ<6>[ 21.145826] pci 0000:00:00.0: PCI bridge to [bus 01] et [0;1;39mgrap<6>[ 21.145836] pci 0000:00:00.0: bridge window [mem 0x600000000-0x6000fffff] hical.ta<6>[ 21.155774] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus rget[0m<3>[ 21.157185] [drm:vc5_hdmi_init_resources [vc4]] *ERROR* Failed to get HDMI state machine clock - Graph<3>[ 21.160149] [drm:vc5_hdmi_init_resources [vc4]] *ERROR* Failed to get HDMI state machine clock ical Int<6>[ 21.161404] iproc-rng200 fe104000.rng: hwrng registered erface. <6>[ 21.161476] pcieport 0000:00:00.0: enabling device (0000 -> 0002) <6>[ 21.161675] pcieport 0000:00:00.0: PME: Signaling with IRQ 51 <3>[ 21.164217] [drm:vc5_hdmi_init_resources [vc4]] *ERROR* Failed to get HDMI state machine clock <6>[ 21.210419] xhci_hcd 0000:01:00.0: xHCI Host Controller Startin<6>[ 21.210466] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1 g [0;1;<6>[ 21.210926] xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x0000040000000890 39msyste<6>[ 21.212035] xhci_hcd 0000:01:00.0: xHCI Host Controller md-updat<6>[ 21.212061] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2 e-ut… Record R<6>[ 21.212080] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed unlevel <6>[ 21.212791] hub 1-0:1.0: USB hub found Change i<6>[ 21.212830] hub 1-0:1.0: 1 port detected n UTMP..<3>[ 21.215746] [drm:vc5_hdmi_init_resources [vc4]] *ERROR* Failed to get HDMI state machine clock . <3>[ 21.218806] [drm:vc5_hdmi_init_resources [vc4]] *ERROR* Failed to get HDMI state machine clock <6>[ 21.220246] hub 2-0:1.0: USB hub found <6>[ 21.220316] hub 2-0:1.0: 4 ports detected <3>[ 21.223544] [drm:vc5_hdmi_init_resources [vc4]] *ERROR* Failed to get HDMI state machine clock <3>[ 21.226631] [drm:vc5_hdmi_init_resources [vc4]] *ERROR* Failed to get HDMI state machine clock <3>[ 21.229971] [drm:vc5_hdmi_init_resources [vc4]] *ERROR* Failed to get HDMI state machine clock [[0;32m<3>[ 21.244259] [drm:vc5_hdmi_init_resources [vc4]] *ERROR* Failed to get HDMI state machine clock OK [<3>[ 21.283781] [drm:vc5_hdmi_init_resources [vc4]] *ERROR* Failed to get HDMI state machine clock 0m] Reached target [0;1;39musb-gadget.…m - Hardware activated<3>[ 21.335535] [drm:vc5_hdmi_init_resources [vc4]] *ERROR* Failed to get HDMI state machine clock USB gadget. <5>[ 21.344856] cfg80211: Loading compiled-in X.509 certificates for regulatory database <6>[ 21.382155] Bluetooth: Core ver 2.22 <6>[ 21.382259] NET: Registered protocol family 31 <6>[ 21.382265] Bluetooth: HCI device and connection manager initialized <6>[ 21.382285] Bluetooth: HCI socket layer initialized <6>[ 21.382294] Bluetooth: L2CAP socket layer initialized <6>[ 21.382312] Bluetooth: SCO socket layer initialized [[0;32m<5>[ 21.394153] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' OK [<5>[ 21.395088] cfg80211: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600' 0m] Fini<4>[ 21.395216] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2 shed [0<4>[ 21.395230] platform regulatory.0: Falling back to sysfs fallback for: regulatory.db ;1;39msy<6>[ 21.423798] Bluetooth: HCI UART driver ver 2.3 stemd-up<6>[ 21.423816] Bluetooth: HCI UART protocol H4 registered date-ut�<6>[ 21.423907] Bluetooth: HCI UART protocol LL registered �� - Rec<6>[ 21.424454] Bluetooth: HCI UART protocol Broadcom registered ord Runl<6>[ 21.424509] Bluetooth: HCI UART protocol QCA registered evel Cha<4>[ 21.435018] hci_uart_bcm serial0-0: supply vbat not found, using dummy regulator nge in U<4>[ 21.435203] hci_uart_bcm serial0-0: supply vddio not found, using dummy regulator TMP. <3>[ 21.459820] debugfs: Directory 'fef00700.hdmi' with parent 'vc4-hdmi-0' already present! <6>[ 21.461839] vc4-drm gpu: bound fef00700.hdmi (ops vc4_hdmi_ops [vc4]) <3>[ 21.462293] debugfs: Directory 'fef05700.hdmi' with parent 'vc4-hdmi-1' already present! <6>[ 21.467645] vc4-drm gpu: bound fef05700.hdmi (ops vc4_hdmi_ops [vc4]) <6>[ 21.467861] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4]) <6>[ 21.468047] vc4-drm gpu: bound fe004000.txp (ops vc4_txp_ops [vc4]) <6>[ 21.468198] vc4-drm gpu: bound fe206000.pixelvalve (ops vc4_crtc_ops [vc4]) <6>[ 21.468342] vc4-drm gpu: bound fe207000.pixelvalve (ops vc4_crtc_ops [vc4]) <6>[ 21.468428] bcmgenet fd580000.ethernet end0: renamed from eth0 <6>[ 21.468488] vc4-drm gpu: bound fe20a000.pixelvalve (ops vc4_crtc_ops [vc4]) <6>[ 21.468604] vc4-drm gpu: bound fe216000.pixelvalve (ops vc4_crtc_ops [vc4]) <6>[ 21.473231] usb 1-1: new high-speed USB device number 2 using xhci_hcd <6>[ 21.504455] [drm] Initialized vc4 0.0.0 20140616 for gpu on minor 0 <6>[ 21.506309] vc4-drm gpu: [drm] Cannot find any crtc or sizes [[0;32m<6>[ 21.512821] vc4-drm gpu: [drm] Cannot find any crtc or sizes OK [<6>[ 21.558529] cfg80211: failed to load regulatory.db 0m] Reac<6>[ 21.563971] uart-pl011 fe201000.serial: no DMA platform data hed targ<6>[ 21.631940] hub 1-1:1.0: USB hub found et [0;1<6>[ 21.632193] hub 1-1:1.0: 4 ports detected ;39msound.target[0m - Sound Card. <6>[ 21.725066] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6 <4>[ 21.725132] brcmfmac mmc0:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.bin failed with error -2 <4>[ 21.725138] brcmfmac mmc0:0001:1: Falling back to sysfs fallback for: brcm/brcmfmac43455-sdio.bin [[0;32m OK [0m] Listening on [0;1;39msystemd-rfkil…l Switch Status /dev/rfkill Watch. [[0;32m OK [0m] Reached target [0;1;39mbluetooth.target[0m - Bluetooth Support. 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. <5>[ 21.827508] random: crng init done <6>[ 21.828052] Bluetooth: hci0: BCM: chip id 107 <6>[ 21.828303] Bluetooth: hci0: BCM: features 0x2f <6>[ 21.843237] Bluetooth: hci0: BCM4345C0 <6>[ 21.843251] Bluetooth: hci0: BCM4345C0 (003.001.025) build 0000 <3>[ 21.844531] Bluetooth: hci0: BCM: firmware Patch file not found, tried: <3>[ 21.844542] Bluetooth: hci0: BCM: 'brcm/BCM4345C0.hcd' [[0;32m<3>[ 21.844544] Bluetooth: hci0: BCM: 'brcm/BCM.hcd' 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-rt20 #1 SMP PREEMPT Thu Jun 6 12:38:49 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. / # / # # # / # export SHELL=/bin/sh export SHELL=/bin/sh / # . /lava-357804/environment . /lava-357804/environment / # /lava-357804/bin/lava-test-runner /lava-357804/0 /lava-357804/bin/lava-test-runner /lava-357804/0 + export TESTRUN_ID=0_igt-kms-vc4 + cd /lava-3578<8>[ 22.477239] 04/0/tests/0_igt-kms-vc4 + cat uuid + UUID=357804_1.5.2.4.1 + set +x + IGT_FORCE_DRIVER=vc4 /usr/bin/igt-parser.sh c<8>[ 22.496886] ore_auth core_getclient core_getstats core_getversion core_setmaster_vs_auth drm_read kms_addfb_basic kms_atomic kms_flip_event_leak kms_prop_blob kms_s<14>[ 22.512959] [IGT] core_auth: executing etmode k<14>[ 22.513220] [IGT] core_auth: starting subtest getclient-simple ms_vblan<14>[ 22.513414] [IGT] core_auth: finished subtest getclient-simple, SUCCESS k vc4_cr<14>[ 22.513510] [IGT] core_auth: exiting, ret=0 eate_bo <8>[ 22.518344] vc4_dmab<14>[ 22.534629] [IGT] core_auth: executing uf_poll vc4_label_bo vc4_lookup_<14>[ 22.552974] [IGT] core_auth: starting subtest getclient-master-drop fail vc4<14>[ 22.553212] [IGT] core_auth: finished subtest getclient-master-drop, SUCCESS _mmap vc<14>[ 22.553301] [IGT] core_auth: exiting, ret=0 4_prefmo<8>[ 22.557711] n vc4_pu<14>[ 22.575923] [IGT] core_auth: executing rgeable_bo vc4_tiling vc4_wait_b<14>[ 22.589509] [IGT] core_auth: starting subtest basic-auth o vc4_wa<14>[ 22.589669] [IGT] core_auth: finished subtest basic-auth, SUCCESS it_seqno<14>[ 22.589721] [IGT] core_auth: exiting, ret=0 IGT-Ve<8>[ 22.593956] rsion: 1<14>[ 22.610429] [IGT] core_auth: executing .28-ga44ebfe (aa<14>[ 22.623014] [IGT] core_auth: starting subtest many-magics rch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305720 for randomisation Starting subtest: g<14>[ 22.637825] [IGT] core_auth: finished subtest many-magics, SUCCESS etclient<14>[ 22.637911] [IGT] core_auth: exiting, ret=0 -simple <8>[ 22.642185] Opened <8>[ 22.643376] device: /dev/dri/card0 [1mSubtest getclient-simple: SUCCESS (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-<14>[ 22.672235] [IGT] core_getclient: executing rt20 aar<14>[ 22.672569] [IGT] core_getclient: exiting, ret=0 ch64) U<8>[ 22.677110] sing IGT_SRANDOM=1706305720 for randomisation Starting subtest: getclient-master-drop Opened device: /dev/dri/card0 [1mSubtest getclient-master-drop<14>[ 22.706233] [IGT] core_getstats: executing : SUCCES<14>[ 22.706555] [IGT] core_getstats: exiting, ret=0 S (0.000<8>[ 22.711050] s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20<3>[ 22.728128] brcmfmac: brcmf_sdio_htclk: HT Avail timeout (1000000): clkctl 0x50 aarch64) Using IGT_SRANDOM=1706305720 for rand<14>[ 22.742634] [IGT] core_getversion: executing omisatio<14>[ 22.742951] [IGT] core_getversion: exiting, ret=0 n Opene<8>[ 22.746987] d device: /dev/dri/card0 Starting subtest: basic-auth [1mSubtest basic-auth: SUCCESS (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=17063<14>[ 22.777090] [IGT] core_setmaster_vs_auth: executing 05720 fo<14>[ 22.777572] [IGT] core_setmaster_vs_auth: exiting, ret=0 r random<8>[ 22.782422] isation <8>[ 22.799665] Opened device: /dev/dri/card0 Starting subtest: many-magics Reopening device failed after 1020 opens [1mSub<14>[ 22.813991] [IGT] drm_read: executing test many-magics: SUCCESS (0.015s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.1<6>[ 22.825824] vc4-drm gpu: [drm] Cannot find any crtc or sizes 0.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305720 for randomisation Opened device: /dev/dri/card0 SUCCESS (0.000s) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305720 for randomisation Opened device: /dev/dri/card0 SUCCESS (0.000s) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305720 for randomisation Opened device: /dev/dri/card0 SUCCESS (0.000s) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305720 for randomisation Opened device: /dev/dri/card0 SUCCESS (0.000s) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305720 for randomisation Opened device: /dev/dri/card0 Starting subtest<14>[ 22.962628] [IGT] drm_read: starting subtest invalid-buffer : invali<14>[ 22.962749] [IGT] drm_read: finished subtest invalid-buffer, SUCCESS d-buffer<14>[ 22.962950] [IGT] drm_read: exiting, ret=0 [1mSu<8>[ 22.967675] btest invalid-bu<14>[ 22.990822] [IGT] drm_read: executing ffer: SUCCESS (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305721 for randomisation Opened device: /dev/dri/card0 Starting subtest<14>[ 23.130497] [IGT] drm_read: starting subtest fault-buffer : fault-<14>[ 23.130736] [IGT] drm_read: finished subtest fault-buffer, SUCCESS buffer <14>[ 23.130879] [IGT] drm_read: exiting, ret=0 [1mSubt<8>[ 23.135797] est fault-buffer: SUCCES<14>[ 23.158184] [IGT] drm_read: executing S (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305721 for randomisation Opened device: /dev/dri/card0 Starting<14>[ 23.299290] [IGT] drm_read: starting subtest empty-block subtest: empty-block [1mSubtest empty-block: SUCCESS (1.000s)[0m <14>[ 24.299633] [IGT] drm_read: finished subtest empty-block, SUCCESS <14>[ 24.302585] [IGT] drm_read: exiting, ret=0 <8>[ 24.307031] <14>[ 24.323464] [IGT] drm_read: executing IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305722 for randomisation Opened device: /dev/dri/card0 Starting subtest: empty-<14>[ 24.464807] [IGT] drm_read: starting subtest empty-nonblock nonblock<14>[ 24.464929] [IGT] drm_read: finished subtest empty-nonblock, SUCCESS [1mSu<14>[ 24.465061] [IGT] drm_read: exiting, ret=0 btest em<8>[ 24.471065] pty-nonblock: SUCCESS (0<14>[ 24.494728] [IGT] drm_read: executing .000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305722 for randomisation Opened device: /dev/dri/card0 Starting subtest: short-<14>[ 24.632222] [IGT] drm_read: starting subtest short-buffer-block buffer-b<14>[ 24.632356] [IGT] drm_read: finished subtest short-buffer-block, SUCCESS lock [<14>[ 24.632489] [IGT] drm_read: exiting, ret=0 1mSubtes<8>[ 24.638408] t short-buffer-block: SU<14>[ 24.662194] [IGT] drm_read: executing CCESS (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305722 for randomisation Opened device: /dev/dri/card0 Starting<14>[ 24.802951] [IGT] drm_read: starting subtest short-buffer-nonblock subtest<14>[ 24.803085] [IGT] drm_read: finished subtest short-buffer-nonblock, SUCCESS : short-<14>[ 24.803231] [IGT] drm_read: exiting, ret=0 buffer-n<8>[ 24.808989] onblock [1mSubtest short-buffer-nonblo<14>[ 24.832306] [IGT] drm_read: executing ck: SUCCESS (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305722 for randomisation Opened device: /dev/dri/card0 Starting subtest: short-<14>[ 24.973878] [IGT] drm_read: starting subtest short-buffer-wakeup buffer-wakeup [1mSubtest shor<14>[ 57.186957] [IGT] drm_read: finished subtest short-buffer-wakeup, SUCCESS t-buffer<14>[ 57.187132] [IGT] drm_read: exiting, ret=0 -wakeup:<8>[ 57.191537] SUCCESS<8>[ 57.192776] (32.213<8>[ 57.212993] s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Li<14>[ 57.228517] [IGT] kms_addfb_basic: executing nux: 5.1<14>[ 57.232781] [IGT] kms_addfb_basic: starting subtest unused-handle 0.218-cip49-rt20 aarch64) Using IGT_SRANDOM=170<14>[ 57.244049] [IGT] kms_addfb_basic: finished subtest unused-handle, SUCCESS 6305755 for randomisation Opened device: /dev/dri/card0 Starting subtest: unused-handle [1mSubtest unused-handle: SUCCESS (0.000s)[0m Test requirement not met in function<14>[ 57.269578] [IGT] kms_addfb_basic: exiting, ret=0 igt_req<8>[ 57.274486] uire_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, f<14>[ 57.294251] [IGT] kms_addfb_basic: executing ile ../l<14>[ 57.297634] [IGT] kms_addfb_basic: starting subtest unused-pitches ib/drmtest.c:880: Test requirement: is_<14>[ 57.308102] [IGT] kms_addfb_basic: finished subtest unused-pitches, SUCCESS 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.2<14>[ 57.332902] [IGT] kms_addfb_basic: exiting, ret=0 18-cip49<8>[ 57.337194] -rt20 aarch64) Using IGT_SRANDO<14>[ 57.350375] [IGT] kms_addfb_basic: executing M=170630<14>[ 57.353990] [IGT] kms_addfb_basic: starting subtest unused-offsets 5755 for randomisation Opened device: /dev/dri/<14>[ 57.363881] [IGT] kms_addfb_basic: finished subtest unused-offsets, SUCCESS card0 Starting subtest: unused-pitches [1mSubtest unused-pitches: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requ<14>[ 57.389774] [IGT] kms_addfb_basic: exiting, ret=0 irement:<8>[ 57.393948] is_intel_device(fd) Test requirement not met in function igt_require_intel, fi<14>[ 57.410840] [IGT] kms_addfb_basic: executing le ../li<14>[ 57.414189] [IGT] kms_addfb_basic: starting subtest unused-modifier b/drmtest.c:880: Test requirement: is_intel_dev<14>[ 57.424029] [IGT] kms_addfb_basic: finished subtest unused-modifier, SUCCESS ice(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.21<14>[ 57.449862] [IGT] kms_addfb_basic: exiting, ret=0 8-cip49-<8>[ 57.454085] rt20 aarch64) Using IGT_SRANDOM=1706305755 for randomisation Opened device: /d<14>[ 57.471115] [IGT] kms_addfb_basic: executing ev/dri/c<14>[ 57.474457] [IGT] kms_addfb_basic: starting subtest clobberred-modifier ard0 Starting subtest: unused-offsets <14>[ 57.484609] [IGT] kms_addfb_basic: finished subtest clobberred-modifier, SKIP [1mSubtest unused-offsets: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requir<14>[ 57.509961] [IGT] kms_addfb_basic: exiting, ret=77 ement no<8>[ 57.514175] t met in function igt_require_intel, file ../lib/drmtest.c:880: Test re<14>[ 57.531302] [IGT] kms_addfb_basic: executing quirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, <14>[ 57.539544] [IGT] kms_addfb_basic: starting subtest invalid-smem-bo-on-discrete file ../<14>[ 57.539631] [IGT] kms_addfb_basic: finished subtest invalid-smem-bo-on-discrete, SKIP lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305755 for r<14>[ 57.575335] [IGT] kms_addfb_basic: exiting, ret=77 andomisa<8>[ 57.579552] tion Opened device: /dev/dri/card0 Starting subtest: unused-mo<14>[ 57.595000] [IGT] kms_addfb_basic: executing difier <14>[ 57.598554] [IGT] kms_addfb_basic: starting subtest legacy-format [1mSubtest unused-modifier: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: T<14>[ 57.618707] [IGT] kms_addfb_basic: finished subtest legacy-format, SUCCESS 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) Test requiremen<14>[ 57.640739] [IGT] kms_addfb_basic: exiting, ret=0 t not me<8>[ 57.644992] t in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(f<14>[ 57.662873] [IGT] kms_addfb_basic: executing d) IGT-<14>[ 57.667709] [IGT] kms_addfb_basic: starting subtest no-handle Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.21<14>[ 57.675584] [IGT] kms_addfb_basic: finished subtest no-handle, SUCCESS 8-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305755 for randomisation Opened device: /dev/dri/card0 Starting subtest: clobberred-modifier Test requirement not met in function igt_re<14>[ 57.701417] [IGT] kms_addfb_basic: exiting, ret=0 quire_i9<8>[ 57.705668] 15, file ../lib/drmtest.c:885: Test requirement: is_i915_device(fd) [1mSubtest clobberred-mod<14>[ 57.722924] [IGT] kms_addfb_basic: executing ifier: S<14>[ 57.728095] [IGT] kms_addfb_basic: starting subtest basic KIP (0.0<14>[ 57.735315] [IGT] kms_addfb_basic: finished subtest basic, SUCCESS 08s)[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<14>[ 57.756811] [IGT] kms_addfb_basic: exiting, ret=0 /drmtest<8>[ 57.761050] .c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt<14>[ 57.776687] [IGT] kms_addfb_basic: executing _require<46>[ 57.779717] 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. _intel, <46>[ 57.779732] systemd-journald[127]: /var/log/journal/c3f909ee3e324895ab90ff2613af9260/system.journal: Journal header limits reached or header out-of-date, rotating. file ../<14>[ 57.781877] [IGT] kms_addfb_basic: starting subtest bad-pitch-0 lib/drmt<14>[ 57.823091] [IGT] kms_addfb_basic: finished subtest bad-pitch-0, SUCCESS est.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305755 for randomisation Op<14>[ 57.851777] [IGT] kms_addfb_basic: exiting, ret=0 ened dev<8>[ 57.856019] ice: /dev/dri/card0 Starting subtest: invalid-smem-bo-on-discrete Test requirement not met in function igt_req<14>[ 57.872346] [IGT] kms_addfb_basic: executing uire_int<14>[ 57.877051] [IGT] kms_addfb_basic: starting subtest bad-pitch-32 el, file ../lib/drmtest.c:880: Test requirement<14>[ 57.888002] [IGT] kms_addfb_basic: finished subtest bad-pitch-32, SUCCESS : is_intel_device(fd) [1mSubtest invalid-smem-bo-on-discrete: SKIP (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requ<14>[ 57.913203] [IGT] kms_addfb_basic: exiting, ret=0 irement:<8>[ 57.917454] is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtes<14>[ 57.934128] [IGT] kms_addfb_basic: executing t.c:880:<14>[ 57.938732] [IGT] kms_addfb_basic: starting subtest bad-pitch-63 Test requirement: is_intel_device(fd) <14>[ 57.948189] [IGT] kms_addfb_basic: finished subtest bad-pitch-63, SUCCESS 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-<14>[ 57.973159] [IGT] kms_addfb_basic: exiting, ret=0 rt20 aar<8>[ 57.977398] ch64) Using IGT_SRANDOM=1706305755 for randomisation Opened device: /dev/dri/card0 St<14>[ 57.993659] [IGT] kms_addfb_basic: executing arting s<14>[ 57.998296] [IGT] kms_addfb_basic: starting subtest bad-pitch-128 ubtest: legacy-format Successfully fuzzed 10000<14>[ 58.007734] [IGT] kms_addfb_basic: finished subtest bad-pitch-128, SUCCESS {bpp, depth} variations [1mSubtest legacy-format: SUCCESS (0.011s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_inte<14>[ 58.033469] [IGT] kms_addfb_basic: exiting, ret=0 l_device<8>[ 58.037702] (fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880:<14>[ 58.054398] [IGT] kms_addfb_basic: executing Test r<14>[ 58.059212] [IGT] kms_addfb_basic: starting subtest bad-pitch-256 equirement: is_intel_device(fd) Test re<14>[ 58.068168] [IGT] kms_addfb_basic: finished subtest bad-pitch-256, SUCCESS quirement 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-rt20 aarch64) Using IGT_SRANDOM=1706305755 for randomisation Opened device: /dev/dri/card0 Starting subtest: no-handle [1mSubtest no-handle: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305755 for randomisation Opened device: /dev/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 requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305755 for randomisation Opened device: /dev/dri/card0 Starting subtest: bad-pitch-0 [1mSubtest bad-pitch-0: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test 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) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305755 for randomisation Opened device: /dev/dri/card0 Starting subtest: bad-pitch-32 [1mSubtest bad-pitch-32: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305755 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 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) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 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 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) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305756 for randomisation Opened device: /dev/dri/card0 Starting subtest: bad-pitch-256 [1mSubtest bad-pitch-256: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) <14>[ 58.436018] [IGT] kms_addfb_basic: exiting, ret=0 Test re<8>[ 58.440531] quirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_<14>[ 58.459180] [IGT] kms_addfb_basic: executing device(f<14>[ 58.464084] [IGT] kms_addfb_basic: starting subtest bad-pitch-1024 d) Test requirement not met in function igt_req<14>[ 58.472062] [IGT] kms_addfb_basic: finished subtest bad-pitch-1024, SUCCESS uire_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305756 f<14>[ 58.497627] [IGT] kms_addfb_basic: exiting, ret=0 or rando<8>[ 58.501843] misation Opened device: /dev/dr<14>[ 58.515480] [IGT] kms_addfb_basic: executing i/card0 Starting subtest: bad-pitch-1024 [1mSubtest bad-pitch-1024: SUCCESS (0.000s)<14>[ 58.525291] [IGT] kms_addfb_basic: starting subtest bad-pitch-999 [0m Tes<14>[ 58.525374] [IGT] kms_addfb_basic: finished subtest bad-pitch-999, SUCCESS t requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmt<14>[ 58.556774] [IGT] kms_addfb_basic: exiting, ret=0 est.c:88<8>[ 58.561129] 0: Test requirement: is_intel_device(fd<14>[ 58.575192] [IGT] kms_addfb_basic: executing ) Test <14>[ 58.580337] [IGT] kms_addfb_basic: starting subtest bad-pitch-65536 requirement not met in function igt_requ<14>[ 58.588355] [IGT] kms_addfb_basic: finished subtest bad-pitch-65536, SUCCESS ire_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305756 fo<14>[ 58.614034] [IGT] kms_addfb_basic: exiting, ret=0 r random<8>[ 58.618375] isation Opened device: /dev/dri/card0 Starting subtest: bad-pitch-999 [1mSub<14>[ 58.632588] [IGT] kms_addfb_basic: executing test bad<14>[ 58.638847] [IGT] kms_addfb_basic: starting subtest invalid-get-prop-any -pitch-999: SUCCESS (0.000s)[0m Test r<14>[ 58.648330] [IGT] kms_addfb_basic: finished subtest invalid-get-prop-any, SUCCESS equirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: <14>[ 58.665799] [IGT] kms_addfb_basic: exiting, ret=0 is_intel<8>[ 58.670038] _device(fd) Test requir<14>[ 58.683363] [IGT] kms_addfb_basic: executing ement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test re<14>[ 58.694745] [IGT] kms_addfb_basic: starting subtest invalid-get-prop quiremen<14>[ 58.694829] [IGT] kms_addfb_basic: finished subtest invalid-get-prop, SUCCESS t: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: <14>[ 58.724665] [IGT] kms_addfb_basic: exiting, ret=0 5.10.218<8>[ 58.729003] -cip49-rt20 aarch64) Using IGT_<14>[ 58.742546] [IGT] kms_addfb_basic: executing SRANDOM=1706305756 for randomisation Op<14>[ 58.748642] [IGT] kms_addfb_basic: starting subtest invalid-set-prop-any ened dev<14>[ 58.748717] [IGT] kms_addfb_basic: finished subtest invalid-set-prop-any, SUCCESS ice: /dev/dri/card0 Starting subtest: bad-pitch-65536 [1mSubtest bad-pitch-65536: SUC<14>[ 58.773591] [IGT] kms_addfb_basic: exiting, ret=0 CESS (0.<8>[ 58.777977] 000s)[0m Test requirement not <14>[ 58.791418] [IGT] kms_addfb_basic: executing met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement:<14>[ 58.802752] [IGT] kms_addfb_basic: starting subtest invalid-set-prop is_inte<14>[ 58.802824] [IGT] kms_addfb_basic: finished subtest invalid-set-prop, SUCCESS l_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_requir<14>[ 58.833042] [IGT] kms_addfb_basic: exiting, ret=0 e_intel,<8>[ 58.837293] file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga<14>[ 58.853042] [IGT] kms_addfb_basic: executing 44ebfe (<14>[ 58.860419] [IGT] kms_addfb_basic: starting subtest master-rmfb aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) U<14>[ 58.867788] [IGT] kms_addfb_basic: finished subtest master-rmfb, SUCCESS sing IGT_SRANDOM=1706305756 for randomisation Opened de<14>[ 58.883174] [IGT] kms_addfb_basic: exiting, ret=0 vice: /d<8>[ 58.887356] ev/dri/card0 Starting subtest: invalid-get-prop-any [1mSubtest invalid-get-pr<14>[ 58.900984] [IGT] kms_addfb_basic: executing op-any: SUCCESS (0.000s)[0m Test requi<14>[ 58.909744] [IGT] kms_addfb_basic: starting subtest addfb25-modifier-no-flag rement n<14>[ 58.909843] [IGT] kms_addfb_basic: finished subtest addfb25-modifier-no-flag, SUCCESS ot met in function igt_require_intel, fi<14>[ 58.928780] [IGT] kms_addfb_basic: exiting, ret=0 le ../li<8>[ 58.933379] b/drmtest.c:880: Test requirement: is_intel_device(fd) Test re<14>[ 58.947904] [IGT] kms_addfb_basic: executing quirement not met in function igt_requir<14>[ 58.956685] [IGT] kms_addfb_basic: starting subtest addfb25-bad-modifier e_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305756 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, 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) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305756 for randomisation Opened device: /dev/dri/card0 Starting subtest: invalid-set-prop-any [1mSubtest invalid-set-prop-any: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../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) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305756 for randomisation Opened device: /dev/dri/card0 Starting subtest: invalid-set-prop [1mSubtest invalid-set-prop: SUCCESS (0.000s)[0m Test requirement not met in 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) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305756 for randomisation Opened device: /dev/dri/card0 Starting subtest: master-rmfb [1mSubtest master-rmfb: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305756 for randomisation Opened device: /dev/dri/card0 Starting subtest: addfb25-modifier-no-flag [1mSubtest addfb25-modifier-no-flag: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test 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) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305756 for randomisation Opened device: /dev/dri/card0 Starting subtest: addfb25-bad-modifier (kms_addfb_basic:365) CRITICAL: Test assertion failure function addfb25_tests, file ../tests/kms_addfb_basic.c:714: (kms_addfb_basic:365) CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0xB8)) << 0) | ((((sizeof(struct drm_mode_fb_cmd2)))) << ((0+8)+8)))), (&f)) == -1 (kms_addfb_basic:365) CRITICAL: error: 0 != -1 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [+<14>[ 59.309956] [IGT] kms_addfb_basic: finished subtest addfb25-bad-modifier, FAIL 0xe19b4358] #2 [+0xe19b5fbc] #3 [+0xe19b156c] #4 [__libc_init_first+0<14>[ 59.327207] [IGT] kms_addfb_basic: exiting, ret=98 x80] #5 [__libc_start_main+0x98] #6 [+0xe19b15b0] Subtest addfb25-bad-modifier failed. **** DEBUG **** <8>[ 59.339668] (kms_addfb_basic:365) ioctl_wrappers-DEBUG: Test requirement passed: igt_has_fb_modifiers(fd) <14>[ 59.357946] [IGT] kms_addfb_basic: executing (kms_addfb_basic:365) CRITICAL: Test assertion failure function addfb25_tests, file ../tests/kms_addfb_basic.c:714: (kms_addfb_basic:365) CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | (<14>[ 59.382771] [IGT] kms_addfb_basic: exiting, ret=77 (('d')) <8>[ 59.387252] << (0+8)) | (((0xB8)) << 0) | ((((sizeof(struct drm_mode_fb_cmd2<14>[ 59.401896] [IGT] kms_addfb_basic: executing )))) << ((0+8)+8)))), (&f)) == -1 (kms_addfb_basic:365) CRITICAL: error: 0 != -1 (kms_addfb_basic:365) igt_core-INFO: Stack trace: (kms_addfb_basic:365) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert<14>[ 59.426474] [IGT] kms_addfb_basic: exiting, ret=77 () (kms<8>[ 59.431081] _addfb_basic:365) igt_core-INFO: #1 [+0xe19b4358] (kms_addfb<14>[ 59.445541] [IGT] kms_addfb_basic: executing _basic:365) igt_core-INFO: #2 [+0xe19b5fbc] (kms_addfb_basic:365) igt_core-INFO: #3 [+0xe19b156c] (kms_addfb_basic:365) igt_core-INFO: #4 [__libc_init_first+0x80] (kms_addfb_basic:365) igt_<14>[ 59.470042] [IGT] kms_addfb_basic: exiting, ret=77 core-INF<8>[ 59.474600] O: #5 [__libc_start_main+0x98] (kms_addfb_basic:365) igt_core-INFO: #6 [+0xe19b15b0] ****<14>[ 59.491852] [IGT] kms_addfb_basic: executing END **** [1mSubtest addfb25-bad-modifier: FAIL (0.353s)[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 functio<14>[ 59.516710] [IGT] kms_addfb_basic: exiting, ret=77 n igt_re<8>[ 59.521272] quire_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_devi<14>[ 59.537889] [IGT] kms_addfb_basic: executing ce(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_<14>[ 59.561836] [IGT] kms_addfb_basic: exiting, ret=77 SRANDOM=<8>[ 59.566221] 1706305757 for randomisation Opened device: /dev/dri/card0 Tes<14>[ 59.582703] [IGT] kms_addfb_basic: executing t requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) [1mSubtest addfb25-x-tiled-mismatch-legacy: SKIP (0.000s)[0m Test requirement not met in function igt<14>[ 59.606791] [IGT] kms_addfb_basic: exiting, ret=77 _require<8>[ 59.611150] _intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd<14>[ 59.624755] [IGT] kms_addfb_basic: executing ) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRAND<14>[ 59.649235] [IGT] kms_addfb_basic: exiting, ret=77 OM=17063<8>[ 59.653879] 05757 for randomisation Opened device: /dev/dri/card0 Test requirement<14>[ 59.671001] [IGT] kms_addfb_basic: executing not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) [1mSubtest addfb25-x-tiled-legacy: SKIP (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: <14>[ 59.699068] [IGT] kms_addfb_basic: starting subtest size-max is_intel<14>[ 59.699185] [IGT] kms_addfb_basic: finished subtest size-max, SUCCESS _device(<14>[ 59.699339] [IGT] kms_addfb_basic: exiting, ret=0 fd) Tes<8>[ 59.704536] t requirement no<14>[ 59.727032] [IGT] kms_addfb_basic: executing t 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-rt20 aarch64) Using IGT_SRANDOM=1706305757 for randomisation Opened device<14>[ 59.752076] [IGT] kms_addfb_basic: starting subtest too-wide : /dev/d<14>[ 59.752173] [IGT] kms_addfb_basic: finished subtest too-wide, SUCCESS ri/card0<14>[ 59.752317] [IGT] kms_addfb_basic: exiting, ret=0 Test r<8>[ 59.757164] equireme<14>[ 59.773742] [IGT] kms_addfb_basic: executing nt not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) [1mSubtest addfb25-framebuffer-vs-set-tiling: SKIP (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305757 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) [1mSubtest basic-x-tiled-legacy: SKIP (0.000s)[0m Test requirement not met in function 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-rt20 aarch64) Using IGT_SRANDOM=1706305757 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) [1mSubtest framebuffer-vs-set-tiling: SKIP (0.000s)[0m Test requirement not met in 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-rt20 aarch64) Using IGT_SRANDOM=1706305757 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) [1mSubtest tile-pitch-mismatch: SKIP (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305757 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) [1mSubtest basic-y-tiled-legacy: SKIP (0.000s)[0m Test requirement not 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-rt20 aarch64) Using IGT_SRANDOM=1706305757 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Starting subtest: size-max [1mSubtest size-max: SUCCESS (0.000s)[0m Test 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-rt20 aarch64) Using IGT_SRANDOM=1706305757 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) 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/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305757 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function igt_require_intel, file ../lib/drm<14>[ 60.149189] [IGT] kms_addfb_basic: starting subtest too-high test.c:8<14>[ 60.149301] [IGT] kms_addfb_basic: finished subtest too-high, SUCCESS 80: Tes<14>[ 60.149437] [IGT] kms_addfb_basic: exiting, ret=0 t requir<8>[ 60.155546] ement: is_intel_device(fd) Test requirement not met in function<14>[ 60.181280] [IGT] kms_addfb_basic: executing igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Starting subtest: too-high [1mSubtest too-high: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, f<14>[ 60.205054] [IGT] kms_addfb_basic: starting subtest bo-too-small ile ../l<14>[ 60.205151] [IGT] kms_addfb_basic: finished subtest bo-too-small, SUCCESS ib/drmte<14>[ 60.205281] [IGT] kms_addfb_basic: exiting, ret=0 st.c:880<8>[ 60.209674] : Test <14>[ 60.228391] [IGT] kms_addfb_basic: executing requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 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_devic<14>[ 60.264641] [IGT] kms_addfb_basic: starting subtest small-bo e(fd) T<14>[ 60.264737] [IGT] kms_addfb_basic: finished subtest small-bo, SUCCESS est requ<14>[ 60.264860] [IGT] kms_addfb_basic: exiting, ret=0 irement <8>[ 60.269241] not met <14>[ 60.287866] [IGT] kms_addfb_basic: executing in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Starting subtest: bo-too-small [1mSubtest bo-too-small: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version<14>[ 60.323785] [IGT] kms_addfb_basic: starting subtest bo-too-small-due-to-tiling : 1.28-g<14>[ 60.323880] [IGT] kms_addfb_basic: finished subtest bo-too-small-due-to-tiling, SKIP a44ebfe <14>[ 60.324349] [IGT] kms_addfb_basic: exiting, ret=77 (aarch64<8>[ 60.328839] ) (Linux<14>[ 60.344715] [IGT] kms_addfb_basic: executing : 5.10.218-cip49-rt20 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_requi<14>[ 60.387677] [IGT] kms_addfb_basic: exiting, ret=77 re_intel<8>[ 60.391964] , file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Starting subtest: small-bo <14>[ 60.409803] [IGT] kms_addfb_basic: executing [1mSubtest small-bo: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.1<14>[ 60.434054] [IGT] kms_addfb_basic: exiting, ret=77 0.218-ci<8>[ 60.438584] p49-rt20 aarch64) Using IGT_SRANDOM=1706305758 for randomisation Opene<14>[ 60.452655] [IGT] kms_addfb_basic: executing d device: /dev/dri/card0 Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib<14>[ 60.476738] [IGT] kms_addfb_basic: exiting, ret=77 /drmtest<8>[ 60.481322] .c:880: Test requirement: is_intel_device(fd) Starting subtest<14>[ 60.497463] [IGT] kms_addfb_basic: executing : 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 requireme<14>[ 60.521329] [IGT] kms_addfb_basic: exiting, ret=77 nt not m<8>[ 60.525779] et in fu<8>[ 60.526993] nction igt_require_intel, file ../lib/drmtest.c:880: Test requi<8>[ 60.547320] rement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=170630<14>[ 60.563317] [IGT] kms_atomic: executing 5758 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_<14>[ 60.581198] [IGT] kms_atomic: starting subtest plane-overlay-legacy intel_de<14>[ 60.581542] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 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 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-rt20 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-rt20 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-small-legacy: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305758 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) [1mSubtest addfb25-4-tiled: SKIP (<14>[ 60.775372] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SUCCESS 0.000s)<14>[ 60.775441] [IGT] kms_atomic: finished subtest plane-overlay-legacy, SUCCESS [0m IGT<14>[ 60.775658] [IGT] kms_atomic: exiting, ret=0 -Version<8>[ 60.796171] : 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IG<14>[ 60.810534] [IGT] kms_atomic: executing T_SRANDOM=1706305758 for randomisation Opened device: /dev/dri/card0 Starting subtest: plane-overlay-legacy Starting dynamic subtest:<14>[ 60.823907] [IGT] kms_atomic: starting subtest plane-primary-legacy pipe-A-<14>[ 60.824236] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 Writeback-1 [1mDynamic subtest pipe-A-Writeback-1: SUCCESS (0.194s)[0m [1mSubtest plane-overlay-legacy: SUCCESS (0.194s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305758 for randomisation Opened device: /dev/dri/card0 Starting subtest: plane-primary-legacy Starting dynamic subtest: pipe-A-Writeback-1 (kms_atomic:425) igt_kms-CRITICAL: Test assertio<3>[ 60.951628] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA: n failur<6>[ 60.951679] vc4-drm gpu: [drm] dumb: 34560kb BOs (1) e function kmstest_dumb_create, file ../lib/igt_kms.c:1295: (kms_atomic:425) igt_kms-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0xB2)) << 0) | ((((sizeof(struct drm_mode_create_dumb)))) << ((0+8)+8)))), (&create)) == 0 (kms_atomic:425) igt_kms-CRITICAL: Last errno: 12, Cannot allocate memory (kms_atomic:425) igt_kms-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:1297 kmstest_dumb_create() #2 ../lib/igt_fb.c:1249 create_bo_for_fb.isra.0() #3 ../lib/igt_fb.c:2112 igt_create_fb_with_bo_size() #4 ../lib/igt_fb.c:2155 igt_create_fb() #5 ../lib/igt_fb.c:2268 igt_create_color_pattern_fb() #6 [+0xe45b5cd0] #7 [+0xe45b24b8] #8 [__libc_init_first+0x80] #9 [__libc_start_main+0x98] #10 [+0xe45b24f0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_atomic:425) igt_kms-DEBUG: plane A.11: Setting property "CRTC_H" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane A.11: Setting property "FB_ID" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane A.11: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane A.11: Setting property "rotation" to 0x1/1 (kms_atomic:425) igt_kms-DEBUG: plane A.11: Setting property "alpha" to 0xffff/65535 (kms_atomic:425) igt_kms-DEBUG: display: populating plane data: A.12, fb 0 (kms_atomic:425) igt_kms-DEBUG: plane A.12: Setting property "SRC_X" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane A.12: Setting property "SRC_Y" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane A.12: Setting property "SRC_W" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane A.12: Setting property "SRC_H" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane A.12: Setting property "CRTC_X" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane A.12: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane A.12: Setting property "CRTC_W" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane A.12: Setting property "CRTC_H" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane A.12: Setting property "FB_ID" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane A.12: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane A.12: Setting property "rotation" to 0x1/1 (kms_atomic:425) igt_kms-DEBUG: plane A.12: Setting property "alpha" to 0xffff/65535 (kms_atomic:425) igt_kms-DEBUG: display: populating plane data: A.13, fb 0 (kms_atomic:425) igt_kms-DEBUG: plane A.13: Setting property "SRC_X" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane A.13: Setting property "SRC_Y" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane A.13: Setting property "SRC_W" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane A.13: Setting property "SRC_H" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane A.13: Setting property "CRTC_X" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane A.13: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane A.13: Setting property "CRTC_W" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane A.13: Setting property "CRTC_H" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane A.13: Setting property "FB_ID" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane A.13: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane A.13: Setting property "rotation" to 0x1/1 (kms_atomic:425) igt_kms-DEBUG: plane A.13: Setting property "alpha" to 0xffff/65535 (kms_atomic:425) igt_kms-DEBUG: display: populating plane data: A.14, fb 0 (kms_atomic:425) igt_kms-DEBUG: plane A.14: Setting property "SRC_X" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane A.14: Setting property "SRC_Y" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane A.14: Setting property "SRC_W" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane A.14: Setting property "SRC_H" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane A.14: Setting property "CRTC_X" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane A.14: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane A.14: Setting property "CRTC_W" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane A.14: Setting property "CRTC_H" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane A.14: Setting property "FB_ID" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane A.14: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane A.14: Setting property "rotation" to 0x1/1 (kms_atomic:425) igt_kms-DEBUG: plane A.14: Setting property "alpha" to 0xffff/65535 (kms_atomic:425) igt_kms-DEBUG: display: populating plane data: A.15, fb 0 (kms_atomic:425) igt_kms-DEBUG: plane A.15: Setting property "SRC_X" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane A.15: Setting property "SRC_Y" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane A.15: Setting property "SRC_W" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane A.15: Setting property "SRC_H" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane A.15: Setting property "CRTC_X" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane A.15: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane A.15: Setting property "CRTC_W" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane A.15: Setting property "CRTC_H" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane A.15: Setting property "FB_ID" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane A.15: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane A.15: Setting property "rotation" to 0x1/1 (kms_atomic:425) igt_kms-DEBUG: plane A.15: Setting property "alpha" to 0xffff/65535 (kms_atomic:425) igt_kms-DEBUG: display: populating plane data: A.16, fb 0 (kms_atomic:425) igt_kms-DEBUG: plane A.16: Setting property "SRC_X" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane A.16: Setting property "SRC_Y" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane A.16: Setting property "SRC_W" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane A.16: Setting property "SRC_H" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane A.16: Setting property "CRTC_X" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane A.16: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane A.16: Setting property "CRTC_W" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane A.16: Setting property "CRTC_H" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane A.16: Setting property "FB_ID" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane A.16: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane A.16: Setting property "rotation" to 0x1/1 (kms_atomic:425) igt_kms-DEBUG: plane A.16: Setting property "alpha" to 0xffff/65535 (kms_atomic:425) igt_kms-DEBUG: display: populating plane data: A.17, fb 0 (kms_atomic:425) igt_kms-DEBUG: plane A.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane A.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane A.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane A.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane A.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane A.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane A.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane A.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane A.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane A.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane A.17: Setting property "rotation" to 0x1/1 (kms_atomic:425) igt_kms-DEBUG: plane A.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:425) igt_kms-DEBUG: Pipe B: Setting property "MODE_ID" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: Pipe B: Setting property "ACTIVE" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: display: populating plane data: B.0, fb 0 (kms_atomic:425) igt_kms-DEBUG: plane B.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane B.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane B.0: Setting property "SRC_W" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane B.0: Setting property "SRC_H" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane B.0: Setting property "CRTC_X" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane B.0: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane B.0: Setting property "CRTC_W" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane B.0: Setting property "CRTC_H" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane B.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane B.0: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane B.0: Setting property "rotation" to 0x1/1 (kms_atomic:425) igt_kms-DEBUG: plane B.0: Setting property "alpha" to 0xffff/65535 (kms_atomic:425) igt_kms-DEBUG: display: populating plane data: B.17, fb 0 (kms_atomic:425) igt_kms-DEBUG: plane B.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane B.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane B.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane B.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane B.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane B.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane B.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane B.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane B.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane B.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane B.17: Setting property "rotation" to 0x1/1 (kms_atomic:425) igt_kms-DEBUG: plane B.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:425) igt_kms-DEBUG: Pipe C: Setting property "MODE_ID" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: Pipe C: Setting property "ACTIVE" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: display: populating plane data: C.0, fb 0 (kms_atomic:425) igt_kms-DEBUG: plane C.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane C.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane C.0: Setting property "SRC_W" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane C.0: Setting property "SRC_H" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane C.0: Setting property "CRTC_X" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane C.0: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane C.0: Setting property "CRTC_W" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane C.0: Setting property "CRTC_H" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane C.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane C.0: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane C.0: Setting property "rotation" to 0x1/1 (kms_atomic:425) igt_kms-DEBUG: plane C.0: Setting property "alpha" to 0xffff/65535 (kms_atomic:425) igt_kms-DEBUG: display: populating plane data: C.17, fb 0 (kms_atomic:425) igt_kms-DEBUG: plane C.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane C.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane C.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane C.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane C.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane C.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane C.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane C.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane C.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane C.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane C.17: Setting property "rotation" to 0x1/1 (kms_atomic:425) igt_kms-DEBUG: plane C.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:425) igt_kms-DEBUG: Pipe D: Setting property "MODE_ID" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: Pipe D: Setting property "ACTIVE" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: display: populating plane data: D.0, fb 0 (kms_atomic:425) igt_kms-DEBUG: plane D.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane D.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane D.0: Setting property "SRC_W" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane D.0: Setting property "SRC_H" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane D.0: Setting property "CRTC_X" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane D.0: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane D.0: Setting property "CRTC_W" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane D.0: Setting property "CRTC_H" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane D.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane D.0: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane D.0: Setting property "rotation" to 0x1/1 (kms_atomic:425) igt_kms-DEBUG: plane D.0: Setting property "alpha" to 0xffff/65535 (kms_atomic:425) igt_kms-DEBUG: display: populating plane data: D.17, fb 0 (kms_atomic:425) igt_kms-DEBUG: plane D.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane D.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane D.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane D.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane D.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane D.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane D.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane D.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane D.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane D.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane D.17: Setting property "rotation" to 0x1/1 (kms_atomic:425) igt_kms-DEBUG: plane D.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:425) igt_kms-DEBUG: Pipe E: Setting property "MODE_ID" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: Pipe E: Setting property "ACTIVE" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: display: populating plane data: E.0, fb 0 (kms_atomic:425) igt_kms-DEBUG: plane E.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane E.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane E.0: Setting property "SRC_W" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane E.0: Setting property "SRC_H" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane E.0: Setting property "CRTC_X" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane E.0: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane E.0: Setting property "CRTC_W" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane E.0: Setting property "CRTC_H" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane E.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane E.0: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane E.0: Setting property "rotation" to 0x1/1 (kms_atomic:425) igt_kms-DEBUG: plane E.0: Setti<14>[ 62.329979] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, FAIL ng prope<14>[ 62.330121] [IGT] kms_atomic: finished subtest plane-primary-legacy, FAIL rty "alpha" to 0xffff/65535 (kms_atomic:425) igt_kms-DE<14>[ 62.349367] [IGT] kms_atomic: exiting, ret=98 BUG: dis<8>[ 62.355931] play: populating plane data: E.17, fb 0 (kms_atomic:425) igt_kms-DEBUG: plane E.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plan<14>[ 62.376410] [IGT] kms_atomic: executing e E.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane E.17: S<14>[ 62.389303] [IGT] kms_atomic: starting subtest plane-primary-overlay-mutable-zpos etting property "SRC_W" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane E.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane E.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane E.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane E.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane E.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane E.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane E.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: plane E.17: Setting property "rotation" to 0x1/1 (kms_atomic:425) igt_kms-DEBUG: plane E.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:425) igt_kms-DEBUG: display: HDMI-A-1: preparing atomic, pipe: None (kms_atomic:425) igt_kms-DEBUG: HDMI-A-1: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: display: HDMI-A-2: preparing atomic, pipe: None (kms_atomic:425) igt_kms-DEBUG: HDMI-A-2: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: display: Writeback-1: preparing atomic, pipe: A (kms_atomic:425) igt_kms-DEBUG: Writeback-1: Setting property "CRTC_ID" to 0x31/49 (kms_atomic:425) igt_kms-DEBUG: Writeback-1: Setting property <14>[ 62.515270] [IGT] kms_atomic: finished subtest plane-primary-overlay-mutable-zpos, SKIP "WRITEBA<14>[ 62.515593] [IGT] kms_atomic: exiting, ret=77 CK_FB_ID" to 0x0/0 (kms_atomic:425) igt_kms-DEBUG: display: } (kms_ato<8>[ 62.534635] mic:425) igt_fb-DEBUG: igt_create_fb_with_bo_size(width=4096, height=2160, forma<14>[ 62.550067] [IGT] kms_atomic: executing t=XR24(0x34325258), modifier=0x0, size=0) (kms_atomic:425) igt_kms-CRITICAL: Test asser<14>[ 62.563427] [IGT] kms_atomic: starting subtest plane-immutable-zpos tion fai<14>[ 62.563783] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 lure function kmstest_dumb_create, file ../lib/igt_kms.c:1295: (kms_atomic:425) igt_kms-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0xB2)) << 0) | ((((sizeof(struct drm_mode_create_dumb)))) << ((0+8)+8)))), (&create)) == 0 (kms_atomic:425) igt_kms-CRITICAL: Last errno: 12, Cannot allocate memory (kms_atomic:425) igt_kms-CRITICAL: error: -1 != 0 (kms_atomic:425) igt_core-INFO: Stack trace: (kms_atomic:425) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_atomic:425) igt_core-INFO: #1 ../lib/igt_kms.c:1297 kmstest_dumb_create() (kms_atomic:425) igt_core-INFO: #2 ../lib/igt_fb.c:1249 create_bo_for_fb.isra.0() (kms_atomic:425) igt_core-INFO: #3 ../lib/igt_fb.c:2112 igt_create_fb_with_bo_size() (kms_atomic:425) igt_core-INFO: #4 ../lib/igt_fb.c:2155 igt_create_fb() (kms_atomic:425) igt_core-INFO: #5 ../lib/igt_fb.c:2268 igt_create_color_pattern_fb() (kms_atomic:425) igt_core-INFO: #6 [+0xe45b5cd0] (kms_atomic:425) igt_core-INFO: #7 [+0xe45b24b8] (kms_atomic:425) igt_core-INFO: #8 [__libc_init_first+0x80] (kms_atomic:425) igt_core-INFO: #9 [__libc_start_main+0x98] (kms_atomic:425) igt_core-INFO: #10 [+0xe45b24f0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (1.506s)[0m [1mSubtest plane-primary-legacy: FAIL (1.506s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-ci<14>[ 62.703897] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SKIP p49-rt20<14>[ 62.703963] [IGT] kms_atomic: finished subtest plane-immutable-zpos, SKIP aarch64<14>[ 62.704163] [IGT] kms_atomic: exiting, ret=77 ) Using<8>[ 62.708731] IGT_SRANDOM=1706305760 for randomisation Opene<14>[ 62.735754] [IGT] kms_atomic: executing d device: /dev/dri/card0 Starting subtest: plane-primary-overlay-mutable-zpos No dynam<14>[ 62.749306] [IGT] kms_atomic: starting subtest test-only ic tests executed. [1mSubtest plane-primary-overlay-mutable-zpos: SKIP (0.126s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305760 for randomisation Opened device: /dev/dri/card0 Starting subtest: plane-immutable-zpos Starting dynamic subtest: pipe-A-Writeback-1 Test requirement not met in function igt_require_pipe_crc, file ../lib/igt_pipe_crc.c:211: Test requirement: fstatat(dir, "crtc-0/crc/control", &stat, 0) == 0 CRCs not supported on this platform Last errno: 2, No such file or directory [1mDynamic subtest pipe-A-Writeback-1: SKIP (0.125s)[0m No dynamic tests executed. [1mSubtest plane-immutable-zpos: SKIP (0.140s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305760 for randomisation Opened device: /dev/dri/card0 Starting subtest: test-only Starting dynamic subtest: pipe-A-Writeba<14>[ 62.876476] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 ck-1 [1mDynamic subt<14>[ 62.990333] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SUCCESS est pipe<14>[ 62.990398] [IGT] kms_atomic: finished subtest test-only, SUCCESS -A-Write<14>[ 62.990532] [IGT] kms_atomic: exiting, ret=0 back-1: <8>[ 62.995082] SUCCESS <14>[ 63.019377] [IGT] kms_atomic: executing (0.114s)[0m [1mSubtest test-only: SUCCESS (0.241s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305761 for randomisa<14>[ 63.036661] [IGT] kms_atomic: starting subtest plane-cursor-legacy tion Op<14>[ 63.036987] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 ened device: /dev/dri/card0 Starting subtest: plane-cursor-legacy Starting dynamic subtest: pipe-A-Writeback-1 [1mDynamic subtest pipe<14>[ 63.164645] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SUCCESS -A-Write<14>[ 63.164704] [IGT] kms_atomic: finished subtest plane-cursor-legacy, SUCCESS back-1: <14>[ 63.164852] [IGT] kms_atomic: exiting, ret=0 SUCCESS <8>[ 63.169418] (0.128s)[0m [1mSubtest plane-cursor-legacy: S<14>[ 63.196208] [IGT] kms_atomic: executing UCCESS (0.128s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aa<14>[ 63.209667] [IGT] kms_atomic: starting subtest plane-invalid-params rch64) <14>[ 63.209993] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 Using IGT_SRANDOM=1706305761 for randomisation Opened device: /dev/dri/card0 Starting subtest: plane-invalid-params Starting dynamic subtest: pipe-A-Writeback-1 (kms_atomic:440) igt_kms-CRITICA<3>[ 63.337214] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA: L: Test <6>[ 63.337268] vc4-drm gpu: [drm] dumb: 34560kb BOs (1) assertion failure function kmstest_dumb_create, file ../lib/igt_kms.c:1295: (kms_atomic:440) 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:440) igt_kms-CRITICAL: Last errno: 12, Cannot allocate memory (kms_atomic:440) 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 [+0xc9ed54dc] #7 [+0xc9ed24b8] #8 [__libc_init_first+0x80] #9 [__libc_start_main+0x98] #10 [+0xc9ed24f0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_atomic:440) igt_kms-DEBUG: plane B.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:440) igt_kms-DEBUG: Pipe C: Setting property "MODE_ID" to 0x0/0 (kms_atomic:440) igt_kms-DEBUG: Pipe C: Setting property "ACTIVE" to 0x0/0 (kms_atomic:440) igt_kms-DEBUG: display: populating plane data: C.0, fb 0 (kms_atomic:440) igt_kms-DEBUG: plane C.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:440) igt_kms-DEBUG: plane C.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:440) igt_kms-DEBUG: plane C.0: Setting property "SRC_W" to 0x0/0 (kms_atomic:440) igt_kms-DEBUG: plane C.0: Setting property "SRC_H" to 0x0/0 (kms_atomic:440) igt_kms-DEBUG: plane C.0: Setting property "CRTC_X" to 0x0/0 (kms_atomic:440) igt_kms-DEBUG: plane C.0: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:440) igt_kms-DEBUG: plane C.0: Setting property "CRTC_W" to 0x0/0 (kms_atomic:440) igt_kms-DEBUG: plane C.0: Setting property "CRTC_H" to 0x0/0 (kms_atomic:440) igt_kms-DEBUG: plane C.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:440) igt_kms-DEBUG: plane C.0: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:440) igt_kms-DEBUG: plane C.0: Setting property "rotation" to 0x1/1 (kms_atomic:440) igt_kms-DEBUG: plane C.0: Setting property "alpha" to 0xffff/65535 (kms_atomic:440) igt_kms-DEBUG: display: populating plane data: C.17, fb 0 (kms_atomic:440) igt_kms-DEBUG: plane C.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:440) igt_kms-DEBUG: plane C.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:440) igt_kms-DEBUG: plane C.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:440) igt_kms-DEBUG: plane C.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:440) igt_kms-DEBUG: plane C.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:440) igt_kms-DEBUG: plane C.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:440) igt_kms-DEBUG: plane C.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:440) igt_kms-DEBUG: plane C.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:440) igt_kms-DEBUG: plane C.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:440) igt_kms-DEBUG: plane C.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:440) igt_kms-DEBUG: plane C.17: Setting property "rotation" to 0x1/1 (kms_atomic:440) igt_kms-DEBUG: plane C.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:440) igt_kms-DEBUG: Pipe D: Setting property "MODE_ID" to 0x0/0 (kms_atomic:440) igt_kms-DEBUG: Pipe D: Setting property "ACTIVE" to 0x0/0 (kms_atomic:440) igt_kms-DEBUG: display: populating plane data: D.0, fb 0 (kms_atomic:440) igt_kms-DEBUG: plane D.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:440) igt_kms-DEBUG: plane D.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:440) igt_kms-DEBUG: plane D.0: Setting property "SRC_W" to 0x0/0 (kms_atomic:440) igt_kms-DEBUG: plane D.0: Setting property "SRC_H" to 0x0/0 (kms_atomic:440) igt_kms-DEBUG: plane D.0: Setting property "CRTC_X" to 0x0/0 (kms_atomic:440) igt_kms-DEBUG: plane D.0: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:440) igt_kms-DEBUG: plane D.0: Setting property "CRTC_W" to 0x0/0 (kms_atomic:440) igt_kms-DEBUG: plane D.0: Setting property "CRTC_H" to 0x0/0 (kms_atomic:440) igt_kms-DEBUG: plane D.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:440) igt_kms-DEBUG: plane D.0: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:440) igt_kms-DEBUG: plane D.0: Setting property "rotation" to 0x1/1 (kms_atomic:440) igt_kms-DEBUG: plane D.0: Setting property "alpha" to 0xffff/65535 (kms_atomic:440) igt_kms-DEBUG: display: populating plane data: D.17, fb 0 (kms_atomic:440) igt_kms-DEBUG: plane D.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:440) igt_kms-DEBUG: plane D.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:440) igt_kms-DEBUG: plane D.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:440) igt_kms-DEBUG: plane D.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:440) igt_kms-DEBUG: plane D.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:440) igt_kms-DEBUG: plane D.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:440) igt_kms-DEBUG: plane D.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:440) igt_kms-DEBUG: plane D.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:440) igt_kms-DEBUG: plane D.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:440) igt_kms-DEBUG: plane D.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:440) igt_kms-DEBUG: plane D.17: Setting property "rotation" to 0x1/1 (kms_atomic:440) igt_kms-DEBUG: plane D.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:440) igt_kms-DEBUG: Pipe E: Setting property "MODE_ID" to 0x0/0 (kms_atomic:440) igt_kms-DEBUG: Pipe E: Setting property "ACTIVE" to 0x0/0 (kms_atomic:440) igt_kms-DEBUG: display: populating plane data: E.0, fb 0 (kms_atomic:440) igt_kms-DEBUG: plane E.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:440) igt_kms-DEBUG: plane E.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:440) igt_kms-DEBUG: plane E.0: Setting property "SRC_W" to 0x0/0 (kms_atomic:440) igt_kms-DEBUG: plane E.0: Setting property "SRC_H" to 0x0/0 (kms_atomic:440) igt_kms-DEBUG: plane E.0: Setting property "CRTC_X" to 0x0/0 (kms_atomic:440) igt_kms-DEBUG: plane E.0: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:440) igt_kms-DEBUG: plane E.0: Setting property "CRTC_W" to 0x0/0 (kms_atomic:440) igt_kms-DEBUG: plane E.0: Setting property "CRTC_H" to 0x0/0 (kms_atomic:440) igt_kms-DEBUG: plane E.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:440) igt_kms-DEBUG: plane E.0: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:440) igt_kms-DEBUG: plane E.0: Setting property "rotation" to 0x1/1 (kms_atomic:440) igt_kms-DEBUG: plane E.0: Setting property "alpha" to 0xffff/65535 (kms_atomic:440) igt_kms-DEBUG: display: populating plane data: E.17, fb 0 (kms_atomic:440) igt_kms-DEBUG: plane E.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:440) igt_kms-DEBUG: plane E.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:440) igt_kms-DEBUG: plane E.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:440) igt_kms-DEBUG: plane E.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:440) igt_kms-DEBUG: plane E.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:440) igt_kms-DEBUG: plane E.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:440) igt_kms-DEBUG: plane E.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:440) igt_kms-DEBUG: plane E.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:440) igt_kms-DEBUG: plane E.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:440) igt_kms-DEBUG: plane E.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:440) igt_kms-DEBUG: plane E.17: Setting property "rotation" to 0x1/1 (kms_atomic:440) igt_kms-DEBUG: plane E.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:440) igt_kms-DEBUG: display: HDMI-A-1: preparing atomic, pipe: None (kms_atomic:440) igt_kms-DEBUG: HDMI-A-1: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:440) igt_kms-DEBUG: display: HDMI-A-2: preparing atomic, pipe: None (kms_atomic:440) igt_kms-DEBUG: HDMI-A-2: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:440) igt_kms-DEBUG: display: Writeback-1: preparing atomic, pipe: A (kms_atomic:440) igt_kms-DEBUG: Writeback-1: Setting property "CRTC_ID" to 0x31/49 (kms_atomic:440) igt_kms-DEBUG: Writeback-1: Setting property "WRITEBACK_FB_ID" to 0x0/0 (kms_atomic:440) igt_kms-DEBUG: display: } (kms_atomic:440) igt_kms-DEBUG: display: commit { (kms_atomic:440) igt_kms-DEBUG: display: populating plane data: A.0, fb 45 (kms_atomic:440) igt_kms-DEBUG: plane A.0: Setting property "FB_ID" to 0x2d/45 (kms_atomic:440) igt_kms-DEBUG: display: } (kms_atomic:440) igt_kms-DEBUG: display: commit { (kms_atomic:440) igt_kms-DEBUG: display: populating plane data: A.0, fb 49 (kms_atomic:440) igt_kms-DEBUG: plane A.0: Setting property "FB_ID" to 0x31/49 (kms_atomic:440) igt_kms-DEBUG: display: } (kms_atomic:440) igt_kms-DEBUG: display: commit { (kms_atomic:440) igt_kms-DEBUG: display: populating plane data: A.0, fb 44 (kms_atomic:440) igt_kms-DEBUG: plane A.0: Setting property "FB_ID" to 0x2c/44 (kms_atomic:440) igt_kms-DEBUG: display: } (kms_atomic:440) igt_kms-DEBUG: display: commit { (kms_atomic:440) igt_kms-DEBUG: display: populating plane data: A.0, fb 154 (kms_atomic:440) igt_kms-DEBUG: plane A.0: Setting property "FB_ID" to 0x9a/154 (kms_atomic:440) igt_kms-DEBUG: display: } (kms_atomic:440) igt_kms-DEBUG: display: commit { (kms_atomic:440) igt_kms-DEBUG: display: populating plane data: A.0, fb 0 (kms_atomic:440) igt_kms-DEBUG: plane A.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:440) igt_kms-DEBUG: display: } (kms_atomic:440) igt_kms-DEBUG: display: A.0: plane_set_fb(155) (kms_atomic:440) igt_kms-DEBUG: display: A.0: plane_set_size (4096x2160) (kms_atomic:440) igt_kms-DEBUG: display: A.0: fb_set_position(0,0) (kms_atomic:440) igt_kms-DEBUG: display: A.0: fb_set_size(4096x2160) (kms_atomic:440) igt_kms-DEBUG: display: commit { (kms_atomic:440) igt_kms-DEBUG: display: populating plane data: A.0, fb 155 (kms_atomic:440) igt_kms-DEBUG: plane A.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:440) igt_kms-DEBUG: plane A.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:440) igt_kms-DEBUG: plane A.0: Setting property "SRC_W" to 0x10000000/268435456 (kms_atomic:440) igt_kms-DEBUG: plane A.0: Setting property "SRC_H" to 0x8700000/141557760 (kms_atomic:440) igt_kms-DEBUG: plane A.0: Setting property "CRTC_W" to 0x1000/4096 (kms_atomic:440) igt_kms-DEBUG: plane A.0: Setting property "CRTC_H" to 0x870/2160 (kms_atomic:440) igt_kms-DEBUG: plane A.0: Setting property "FB_ID" to 0x9b/155 (kms_atomic:440) igt_kms-DEBUG: plane A.0: Setting property "CRTC_ID" to 0x31/49 (kms_atomic:440) igt_kms-DEBUG: display: } (kms_atomic:440) igt_kms-DEBUG: display: commit { (kms_atomic:440) igt_kms-DEBUG: display: populating plane data: A.0, fb 155 (kms_atomic:440) igt_kms-DEBUG: plane A.0: Setting property "CRTC_ID" to 0x2d/45 (kms_atomic:440) igt_kms-DEBUG: display: } (kms_atomic:440) igt_kms-DEBUG: display: commit { (kms_atomic:440) igt_kms-DEBUG: display: populating plane data: A.0, fb 155 (kms_atomic:440) igt_kms-DEBUG: plane A.0: Setting property "CRTC_ID" to 0x9b/155 (kms_atomic:440) igt_kms-DEBUG: display: } (kms_atomic:440) igt_kms-DEBUG: display: commit { (kms_atomic:440) igt_kms-DEBUG: display: populating plane data: A.0, fb 155 (kms_atomic:440) igt_kms-DEBUG: plane A.0: Setting property "CRTC_ID" to 0x2c/44 (kms_atomic:440) igt_kms-DEBUG: display: } (kms_atomic:440) igt_kms-DEBUG: display: commit { (kms_atomic:440) igt_kms-DEBUG: display: popul<14>[ 64.378519] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, FAIL ating pl<14>[ 64.378661] [IGT] kms_atomic: finished subtest plane-invalid-params, FAIL ane data: A.0, fb 155 (kms_atomic:440) igt_kms-DEBUG: p<14>[ 64.397232] [IGT] kms_atomic: exiting, ret=98 lane A.0<8>[ 64.403766] : Setting property "CRTC_ID" to 0x9a/154 (kms_atomic:440) igt_kms-DEBUG: display: } (kms_atomic:440) igt_kms-DEBUG: di<14>[ 64.422918] [IGT] kms_atomic: executing splay: commit { (kms_atomic:440) igt_kms-DEBUG: display: populating plane data: A.0, fb 155 (kms_atomic:440) igt_kms-DEBUG: plane <14>[ 64.436516] [IGT] kms_atomic: starting subtest plane-invalid-params-fence A.0: Set<14>[ 64.436854] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 ting property "CRTC_ID" to 0x0/0 (kms_atomic:440) igt_kms-DEBUG: display: } (kms_atomic:440) igt_kms-DEBUG: display: A.0: plane_set_fb(155) (kms_atomic:440) igt_kms-DEBUG: display: A.0: plane_set_size (4096x2160) (kms_atomic:440) igt_kms-DEBUG: display: A.0: fb_set_position(0,0) (kms_atomic:440) igt_kms-DEBUG: display: A.0: fb_set_size(4096x2160) (kms_atomic:440) igt_kms-DEBUG: display: commit { (kms_atomic:440) igt_kms-DEBUG: display: populating plane data: A.0, fb 155 (kms_atomic:440) igt_kms-DEBUG: plane A.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:440) igt_kms-DEBUG: plane A.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:440) igt_kms-DEBUG: plane A.0: Setting property "SRC_W" to 0x10000000/268435456 (kms_atomic:440) igt_kms-DEBUG: plane A.0: Setting property "SRC_H" to 0x8700000/141557760 (kms_atomic:440) igt_kms-DEBUG: plane A.0: Setting property "CRTC_W" to 0x1000/4096 (kms_atomic:440) igt_kms-DEBUG: plane A.0: Setting property "CRTC_H" to 0x870/2160 (kms_atomic:440) igt_kms-DEBUG: plane A.0: Setting property "FB_ID" to 0x9b/155 (kms_atomic:440) igt_kms-DEBUG: plane A.0: Setting property "CRTC_ID" to 0x31/49 (kms_atomic:440) igt_kms-DEBUG: display: } (kms_atomic:440) igt_fb-DEBU<14>[ 64.563051] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SKIP G: igt_c<14>[ 64.563115] [IGT] kms_atomic: finished subtest plane-invalid-params-fence, SKIP reate_fb<14>[ 64.563348] [IGT] kms_atomic: exiting, ret=77 _with_bo<8>[ 64.567838] _size(width=4095, height<14>[ 64.594129] [IGT] kms_atomic: executing =2159, format=XR24(0x34325258), modifier=0x0, size=0) (kms_atomic:440) igt_kms-CRITICAL: Test assertion failure function kmstest_dumb_c<14>[ 64.607936] [IGT] kms_atomic: starting subtest crtc-invalid-params reate, f<14>[ 64.608269] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 ile ../lib/igt_kms.c:1295: (kms_atomic:440) 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:440) igt_kms-CRITICAL: Last errno: 12, Cannot allocate memory (kms_atomic:440) igt_kms-CRITICAL: error: -1 != 0 (kms_atomic:440) igt_core-INFO: Stack trace: (kms_atomic:440) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_atomic:440) igt_core-INFO: #1 ../lib/igt_kms.c:1297 kmstest_dumb_create() (kms_atomic:440) igt_core-INFO: #2 ../lib/igt_fb.c:1249 create_bo_for_fb.isra.0() (kms_atomic:440) igt_core-INFO: #3 ../lib/igt_fb.c:2112 igt_create_fb_with_bo_size() (kms_atomic:440) igt_core-INFO: #4 ../lib/igt_fb.c:2155 igt_create_fb() (kms_atomic:440) igt_core-INFO: #5 ../lib/igt_fb.c:2226 igt_create_pattern_fb() (kms_atomic:440) igt_core-INFO: #6 [+0xc9ed54dc] (kms_atomic:440) igt_core-INFO: #7 [+0xc9ed24b8] (kms_atomic:440) igt_core-INFO: #8 [__libc_init_first+0x80] (kms_atomic:440) igt_core-INFO: #9 [__libc_start_main+0x98] (kms_atomic:440) igt_core-INFO: #10 [+0xc9ed24f0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FA<14>[ 64.737853] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SUCCESS IL (1.16<14>[ 64.737912] [IGT] kms_atomic: finished subtest crtc-invalid-params, SUCCESS 8s)[0m <14>[ 64.738057] [IGT] kms_atomic: exiting, ret=0 [1mSub<8>[ 64.742540] test pla<14>[ 64.760730] [IGT] kms_atomic: executing ne-invalid-params: FAIL (1.169s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305762 for randomisation <14>[ 64.786026] [IGT] kms_atomic: starting subtest crtc-invalid-params-fence Opened <14>[ 64.786346] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 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.126s)[0m No dynamic tests executed. [1mSubtest plane-invalid-params-fence: SKIP (0.127s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305762 for randomisation Opened device: /dev/dri/card0 Starting subtest: crtc-invalid-params Starting dynamic subtest: pipe-A-Writeback-1 [1mDynamic subtest pipe-A-Writeback-1: SUCCESS (0.129s)[0m [1mSubtest crtc-invalid-params: SUCCESS (0.130s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305762 for randomisation Opened device: /dev/dri/card0 Starting subtest: crtc-invalid-params-fence Starting dynamic subtest: pipe-A-Writeback-1 Test req<14>[ 64.911155] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SKIP uirement<14>[ 64.911218] [IGT] kms_atomic: finished subtest crtc-invalid-params-fence, SKIP not met<14>[ 64.911434] [IGT] kms_atomic: exiting, ret=77 in func<8>[ 64.931722] tion igt_require_sw_sync, file ../lib/sw_sync.c:265: Test requirement: <14>[ 64.945847] [IGT] kms_atomic: executing kernel_has_sw_sync() Last errno: 2, No such file or directory [1mDynamic subtest pipe<14>[ 64.959198] [IGT] kms_atomic: starting subtest atomic-invalid-params -A-Write<14>[ 64.959569] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 back-1: SKIP (0.125s)[0m No dynamic tests executed. [1mSubtest crtc-invalid-params-fence: SKIP (0.125s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305762 for randomisation Opened device: /dev/dri/card0 Starting subtest: atomic-invalid-params Starting dynamic subtest: pipe-A-Writeback-1 [1mDynamic subtest pipe<14>[ 65.093667] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SUCCESS -A-Write<14>[ 65.093729] [IGT] kms_atomic: finished subtest atomic-invalid-params, SUCCESS back-1: <14>[ 65.093853] [IGT] kms_atomic: exiting, ret=0 SUCCESS <8>[ 65.098506] (0.127s)[0m [1mSubtest atomic<14>[ 65.125588] [IGT] kms_atomic: executing -invalid-params: SUCCESS (0.134s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRAN<14>[ 65.140178] [IGT] kms_atomic: starting subtest atomic-plane-damage DOM=1706305763 for randomisation Opened device: /dev/dri/card0 Starting subtest: atomic-plane-damage No dynam<14>[ 65.266988] [IGT] kms_atomic: finished subtest atomic-plane-damage, SKIP ic tests<14>[ 65.267233] [IGT] kms_atomic: exiting, ret=77 execute<8>[ 65.271780] d. [1m<8>[ 65.272987] Subtest atomic-plane-damage: SKI<8>[ 65.295376] P (0.127s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Li<14>[ 65.312459] [IGT] kms_flip_event_leak: executing nux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305763 for randomisatio<14>[ 65.326848] [IGT] kms_flip_event_leak: starting subtest basic n Opene<14>[ 65.327080] [IGT] kms_flip_event_leak: starting dynamic subtest pipe-A-Writeback-1 d device: /dev/dri/card0 Starting subtest: basic Starting dynamic subtest: pipe-A-Writeback-1 (kms_fl<3>[ 65.347539] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA: <6>[ 65.347580] vc4-drm gpu: [drm] dumb: 34560kb BOs (1) ip_event_leak:461) igt_kms-CRITICAL: Test assertion failure function kmstest_dumb_create, file ../lib/igt_kms.c:1295: (kms_flip_event_leak:461) 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:461) igt_kms-CRITICAL: Last errno: 12, Cannot allocate memory (kms_flip_event_leak:461) 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 [+0xcbe61964] #6 [+0xcbe6146c] #7 [__libc_init_first+0x80] #8 [__libc_start_main+0x98] #9 [+0xcbe614b0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_flip_event_leak:461) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:461) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_flip_event_leak:461) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_flip_event_leak:461) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_flip_event_leak:461) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_flip_event_leak:461) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:461) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_flip_event_leak:461) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_flip_event_leak:461) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_flip_event_leak:461) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_flip_event_leak:461) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:461) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_flip_event_leak:461) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_flip_event_leak:461) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_flip_event_leak:461) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_flip_event_leak:461) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:461) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_flip_event_leak:461) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_flip_event_leak:461) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_flip_event_leak:461) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_flip_event_leak:461) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:461) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_flip_event_leak:461) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_flip_event_leak:461) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_flip_event_leak:461) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_flip_event_leak:461) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:461) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_flip_event_leak:461) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_flip_event_leak:461) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_flip_event_leak:461) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_flip_event_leak:461) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:461) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_flip_event_leak:461) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_flip_event_leak:461) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_flip_event_leak:461) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_flip_event_leak:461) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:461) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_flip_event_leak:461) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_flip_event_leak:461) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_flip_event_leak:461) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_flip_event_leak:461) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:461) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_flip_event_leak:461) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_flip_event_leak:461) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_flip_event_leak:461) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_flip_event_leak:461) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:461) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_flip_event_leak:461) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_flip_event_leak:461) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_flip_event_leak:461) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_flip_event_leak:461) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:461) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_flip_event_leak:461) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_flip_event_leak:461) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_flip_event_leak:461) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_flip_event_leak:461) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:461) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_flip_event_leak:461) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_flip_event_leak:461) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_flip_event_leak:461) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_flip_event_leak:461) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:461) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_flip_event_leak:461) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_flip_event_leak:461) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_flip_event_leak:461) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:461) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_flip_event_leak:461) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_flip_event_leak:461) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:461) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_flip_event_leak:461) igt_kms-DEBUG: display: S<14>[ 66.051707] [IGT] kms_flip_event_leak: finished subtest pipe-A-Writeback-1, FAIL etCursor<14>[ 66.051853] [IGT] kms_flip_event_leak: finished subtest basic, FAIL pipe B,<14>[ 66.053353] [IGT] kms_flip_event_leak: exiting, ret=98 disabli<8>[ 66.058872] ng (kms<8>[ 66.060401] _flip_ev<8>[ 66.080666] ent_leak:461) igt_kms-DEBUG: display: MoveCu<14>[ 66.096759] [IGT] kms_prop_blob: executing rsor pipe B, (0, 0) (kms_flip_event_leak:461) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:461) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_flip_event_leak:461) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_flip_event_leak:461) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:461) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_flip_event_leak:461) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_flip_event_leak:461) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_flip_event_leak:461) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:461) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_flip_event_leak:461) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_flip_event_leak:461) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:461) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_flip_event_leak:461) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_flip_event_leak:461) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_flip_event_leak:461) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:461) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_flip_event_leak:461) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_flip_event_leak:461) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:461) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_flip_event_leak:461) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_flip_event_leak:461) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_flip_event_leak:461) igt_kms-DEBUG: display: } (kms_flip_event_leak:461) drmtest-DEBUG: Force option used: Using driver vc4 (kms_flip_event_leak:461) drmtest-DEBUG: Opened previously opened device: /dev/dri/card0 (kms_flip_event_leak:461) drmtest-DEBUG: Test requirement passed: !(fd<0) (kms_flip_event_leak:461) igt_fb-DEBUG: igt_create_fb_with_bo_size(width=4096, height=2160, format=XR24(0x34325258), modifier=0x0, size=0) (kms_flip_event_leak:461) igt_kms-CRITICAL: Test assertion failure function kmstest_dumb_create, file ../lib/igt_kms.c:1295: (kms_flip_event_leak:461) 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:461) igt_kms-CRITICAL: Last errno: 12, Cannot allocate memory (kms_flip_event_leak:461) igt_kms-CRITICAL: error: -1 != 0 (kms_flip_event_leak:461) igt_core-INFO: Stack trace: (kms_flip_event_leak:461) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_flip_event_leak:461) igt_core-INFO: #1 ../lib/igt_kms.c:1297 kmstest_dumb_create() (kms_flip_event_leak:461) igt_core-INFO: #2 ../lib/igt_fb.c:1249 create_bo_for_fb.isra.0() (kms_flip_event_leak:461) igt_core-INFO: #3 ../lib/igt_fb.c:2112 igt_create_fb_with_bo_size() (kms_flip_event_leak:461) igt_core-INFO: #4 ../lib/igt_fb.c:2155 igt_create_fb() (kms_flip_event_leak:461) igt_core-INFO: #5 [+0xcbe61964] (kms_flip_event_leak:461) igt_core-INFO: #6 [+0xcbe6146c] (kms_flip_event_leak:461) igt_core-INFO: #7 [__libc_init_first+0x80] (kms_flip_event_leak:461) igt_core-INFO: #8 [__libc_start_main+0x98] (kms_flip_event_leak:461) igt_core-INFO: #9 [+0xcbe614b0] **** END **** [1mDynamic subtest pip<14>[ 66.440067] [IGT] kms_prop_blob: starting subtest basic e-A-Writ<14>[ 66.440235] [IGT] kms_prop_blob: finished subtest basic, SUCCESS eback-1:<14>[ 66.440467] [IGT] kms_prop_blob: exiting, ret=0 FAIL (0<8>[ 66.446094] .724s)[0m [1mSubtest <14>[ 66.469874] [IGT] kms_prop_blob: executing basic: F<14>[ 66.470242] [IGT] kms_prop_blob: starting subtest blob-prop-core AIL (0.7<14>[ 66.470329] [IGT] kms_prop_blob: finished subtest blob-prop-core, SUCCESS 25s)[0m<14>[ 66.470446] [IGT] kms_prop_blob: exiting, ret=0 IGT-Ve<8>[ 66.475274] rsion: 1<14>[ 66.491639] [IGT] kms_prop_blob: executing .28-ga44ebfe (aa<14>[ 66.510574] [IGT] kms_prop_blob: starting subtest blob-prop-validate rch64) (<14>[ 66.510762] [IGT] kms_prop_blob: finished subtest blob-prop-validate, SUCCESS Linux: 5<14>[ 66.510884] [IGT] kms_prop_blob: exiting, ret=0 .10.218-<8>[ 66.515716] cip49-rt<14>[ 66.532586] [IGT] kms_prop_blob: executing 20 aarch64) Using IGT_S<14>[ 66.546353] [IGT] kms_prop_blob: starting subtest blob-prop-lifetime RANDOM=1<14>[ 66.546552] [IGT] kms_prop_blob: finished subtest blob-prop-lifetime, SUCCESS 70630576<14>[ 66.546646] [IGT] kms_prop_blob: exiting, ret=0 4 for ra<8>[ 66.551453] ndomisat<14>[ 66.568982] [IGT] kms_prop_blob: executing ion Opened devi<14>[ 66.582642] [IGT] kms_prop_blob: starting subtest blob-multiple ce: /dev<14>[ 66.582906] [IGT] kms_prop_blob: finished subtest blob-multiple, SUCCESS /dri/car<14>[ 66.582982] [IGT] kms_prop_blob: exiting, ret=0 d0 Star<8>[ 66.587398] ting sub<14>[ 66.603765] [IGT] kms_prop_blob: executing test: basic [1mSubtest basic: SUCCESS <14>[ 66.616976] [IGT] kms_prop_blob: starting subtest invalid-get-prop-any (0.000s)<14>[ 66.617052] [IGT] kms_prop_blob: finished subtest invalid-get-prop-any, SUCCESS [0m IG<14>[ 66.617148] [IGT] kms_prop_blob: exiting, ret=0 T-Versio<8>[ 66.621436] n: 1.28-<14>[ 66.635816] [IGT] kms_prop_blob: executing ga44ebfe<14>[ 66.655284] [IGT] kms_prop_blob: starting subtest invalid-get-prop (aarch6<14>[ 66.655357] [IGT] kms_prop_blob: finished subtest invalid-get-prop, SUCCESS 4) (Linu<14>[ 66.655440] [IGT] kms_prop_blob: exiting, ret=0 x: 5.10.<8>[ 66.666305] 218-cip49-rt20 aarch64) Using IGT_SRAND<14>[ 66.684333] [IGT] kms_prop_blob: executing OM=17063<14>[ 66.684647] [IGT] kms_prop_blob: starting subtest invalid-set-prop-any 05764 fo<14>[ 66.684707] [IGT] kms_prop_blob: finished subtest invalid-set-prop-any, SUCCESS r random<14>[ 66.684793] [IGT] kms_prop_blob: exiting, ret=0 isation <8>[ 66.688910] Opened <14>[ 66.708510] [IGT] kms_prop_blob: executing device: /dev/dri/card0 Starting subtest: blob-p<14>[ 66.727965] [IGT] kms_prop_blob: starting subtest invalid-set-prop rop-core<14>[ 66.728028] [IGT] kms_prop_blob: finished subtest invalid-set-prop, SUCCESS [1mSu<14>[ 66.728113] [IGT] kms_prop_blob: exiting, ret=0 btest bl<8>[ 66.732235] ob-prop-<8>[ 66.733473] core: SU<8>[ 66.749290] CCESS (0<14>[ 66.765340] [IGT] kms_setmode: executing .000s)[0m IGT-Version: 1.28-ga44ebfe (<14>[ 66.776477] [IGT] kms_setmode: starting subtest basic aarch64)<14>[ 66.776612] [IGT] kms_setmode: finished subtest basic, SKIP (Linux:<14>[ 66.776701] [IGT] kms_setmode: exiting, ret=77 5.10.21<8>[ 66.780942] 8-cip49-<14>[ 66.797538] [IGT] kms_setmode: executing rt20 aarch64) Using IGT<14>[ 66.809913] [IGT] kms_setmode: starting subtest basic-clone-single-crtc _SRANDOM<14>[ 66.810028] [IGT] kms_setmode: finished subtest basic-clone-single-crtc, SKIP =1706305<14>[ 66.810112] [IGT] kms_setmode: exiting, ret=77 764 for <8>[ 66.814279] randomis<14>[ 66.832746] [IGT] kms_setmode: executing ation Opened de<14>[ 66.846734] [IGT] kms_setmode: starting subtest invalid-clone-single-crtc vice: /d<14>[ 66.846850] [IGT] kms_setmode: finished subtest invalid-clone-single-crtc, SKIP ev/dri/c<14>[ 66.846933] [IGT] kms_setmode: exiting, ret=77 ard0 St<8>[ 66.851043] arting s<14>[ 66.869188] [IGT] kms_setmode: executing ubtest: <14>[ 66.883345] [IGT] kms_setmode: starting subtest invalid-clone-exclusive-crtc blob-pro<14>[ 66.883459] [IGT] kms_setmode: finished subtest invalid-clone-exclusive-crtc, SKIP p-valida<14>[ 66.883566] [IGT] kms_setmode: exiting, ret=77 te [1m<8>[ 66.903960] Subtest blob-prop-validate: SUCCESS (0.000s)[0m IGT-Ve<14>[ 66.917402] [IGT] kms_setmode: executing rsion: 1<14>[ 66.917769] [IGT] kms_setmode: starting subtest clone-exclusive-crtc .28-ga44<14>[ 66.917877] [IGT] kms_setmode: finished subtest clone-exclusive-crtc, SKIP ebfe (aa<14>[ 66.917957] [IGT] kms_setmode: exiting, ret=77 rch64) (<8>[ 66.922103] Linux: 5<14>[ 66.939595] [IGT] kms_setmode: executing .10.218-cip49-rt<14>[ 66.958850] [IGT] kms_setmode: starting subtest invalid-clone-single-crtc-stealing 20 aarch<14>[ 66.958966] [IGT] kms_setmode: finished subtest invalid-clone-single-crtc-stealing, SKIP 64) Usi<14>[ 66.959046] [IGT] kms_setmode: exiting, ret=77 ng IGT_S<8>[ 66.963129] RANDOM=1<8>[ 66.964415] 70630576<8>[ 66.980586] 4 for ra<14>[ 66.997391] [IGT] kms_vblank: executing ndomisation Opened device: /dev/dri/card0 Starting subtest: blob-prop-lifetime [1mSubtest blob-prop-lifetime: SUCCESS (0.000s)[0m <14>[ 67.018838] [IGT] kms_vblank: starting subtest invalid IGT-Vers<14>[ 67.019116] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 ion: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305764 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-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305764 for randomisation Opened device: /dev/dri/card0 Starting subtest: invalid-get-prop-any [1mSubtest invalid-get-prop-any: SUCCESS (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305764 for randomisation Opened device: /dev/dri/card0 Starting subtest: invalid-get-prop [1mSubtest invalid-get-prop: SUCCESS (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305764 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-rt20 aarch64) Using IGT_SRANDOM=1706305764 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-rt20 aarch64) Using IGT_SRANDOM=1706305764 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-rt20 aarch64) Using IGT_SRANDOM=1706305764 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-rt20 aarch64) Using IGT_SRANDOM=1706305764 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-rt20 aarch64) Using IGT_SRANDOM=1706305764 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-rt20 aarch64) Using IGT_SRANDOM=1706305764 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-rt20 aarch64) Using IGT_SRANDOM=1706305764 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-rt20 aarch64) Using IGT_SRANDOM=1706305765 for randomisation Opened device: /dev/dri/card0 Starting subtest: invalid Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:518) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:518) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:518) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xe97f338c] #3 [+0xe97f1c78] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xe97f1cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetPlane pipe A, plane 4, disabling (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:518) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:518) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:518) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:518) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:518) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:518) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:518) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:518) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:518) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:518) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:518) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:518) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:518) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:518) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:518) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:518) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:518) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:518) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:518) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:518) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:518) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:518) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:518) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:518) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:518) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:518) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:518) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:518) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:518) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:518) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:518) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:518) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:518) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:518) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:518) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:518) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:518) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:518) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:518) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:518) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:518) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:518) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:518) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:518) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:518) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:518) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:518) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:518) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:518) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:518) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:518) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:518) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:518) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:518) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:518) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:518) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_<14>[ 70.940826] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL planes <14>[ 70.940963] [IGT] kms_vblank: finished subtest invalid, FAIL (kms_vbl<14>[ 70.942776] [IGT] kms_vblank: exiting, ret=98 ank:518)<8>[ 70.948928] igt_kms-DEBUG: <14>[ 70.970791] [IGT] kms_vblank: executing display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:518) igt_kms-DEBUG:<14>[ 70.981962] [IGT] kms_vblank: starting subtest crtc-id display<14>[ 70.982314] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 : SetCrtc pipe D, disabling (kms_vblank:518) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:518) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:518) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank:518) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:518) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:518) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank:518) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:518) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:518) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:518) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:518) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:518) igt_kms-DEBUG: display: } (kms_vblank:518) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:518) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:518) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:518) igt_core-INFO: Stack trace: (kms_vblank:518) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:518) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:518) igt_core-INFO: #2 [+0xe97f338c] (kms_vblank:518) igt_core-INFO: #3 [+0xe97f1c78] (kms_vblank:518) igt_core-INFO: #4 [__libc_init_first+0x80] (kms_vblank:518) igt_core-INFO: #5 [__libc_start_main+0x98] (kms_vblank:518) igt_core-INFO: #6 [+0xe97f1cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (3.922s)[0m [1mSubtest invalid: FAIL (3.922s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305768 for randomisation Opened device: /dev/dri/card0 Starting subtest: crtc-id Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:521) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:521) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:521) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xd7fc3728] #3 [+0xd7fc1c78] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xd7fc1cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetPlane pipe A, plane 4, disabling (kms_vblank:521) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:521) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:521) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:521) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:521) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:521) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:521) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:521) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:521) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:521) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:521) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:521) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:521) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:521) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:521) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:521) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:521) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:521) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:521) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:521) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:521) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:521) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:521) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:521) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:521) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:521) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:521) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:521) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:521) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:521) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:521) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:521) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:521) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:521) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:521) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:521) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:521) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:521) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:521) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:521) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:521) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:521) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:521) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:521) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:521) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:521) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:521) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:521) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:521) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:521) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:521) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:521) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:521) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:521) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:521) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:521) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:521) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:521) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:521) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:521) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:521) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:521) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:521) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:521) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:521) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:521) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:521) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:521) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:521) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:521) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:521) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:521) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:521) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:521) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:521) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:521) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:521) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:521) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:521) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:521) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:521) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_<14>[ 74.782198] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL planes <14>[ 74.782338] [IGT] kms_vblank: finished subtest crtc-id, FAIL (kms_vblank:521) igt_kms-DEBUG: display: Fixing up initial rotation <14>[ 74.801707] [IGT] kms_vblank: exiting, ret=98 pipe D, <8>[ 74.806815] plane 0 (kms_vblank:521) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vb<14>[ 74.823132] [IGT] kms_vblank: executing lank:521) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:521) igt_kms-DEBUG: display:<14>[ 74.836041] [IGT] kms_vblank: starting subtest accuracy-idle Fix<14>[ 74.836373] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 ing up initial rotation pipe D, plane 17 (kms_vblank:521) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank:521) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:521) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:521) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank:521) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:521) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:521) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:521) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:521) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:521) igt_kms-DEBUG: display: } (kms_vblank:521) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:521) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:521) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:521) igt_core-INFO: Stack trace: (kms_vblank:521) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:521) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:521) igt_core-INFO: #2 [+0xd7fc3728] (kms_vblank:521) igt_core-INFO: #3 [+0xd7fc1c78] (kms_vblank:521) igt_core-INFO: #4 [__libc_init_first+0x80] (kms_vblank:521) igt_core-INFO: #5 [__libc_start_main+0x98] (kms_vblank:521) igt_core-INFO: #6 [+0xd7fc1cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (3.800s)[0m [1mSubtest crtc-id: FAIL (3.800s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305772 for randomisation Opened device: /dev/dri/card0 Starting subtest: accuracy-idle Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:524) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:524) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:524) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xc6241f94] #3 [+0xc6242fa0] #4 [+0xc62431bc] #5 [+0xc6241c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xc6241cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_vblank:524) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:524) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:524) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:524) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:524) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:524) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:524) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:524) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:524) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:524) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:524) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:524) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:524) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:524) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:524) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:524) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:524) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:524) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:524) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:524) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:524) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:524) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:524) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:524) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:524) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:524) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:524) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:524) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:524) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:524) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:524) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:524) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:524) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:524) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:524) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:524) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:524) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:524) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:524) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:524) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:524) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:524) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:524) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:524) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:524) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:524) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:524) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:524) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:524) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:524) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:524) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:524) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:524) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:524) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:524) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:524) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:524) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:524) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:524) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:524) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:524) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:524) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:524) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:524) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:524) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:524) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:524) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:524) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:524) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:524) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:524) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:524) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:524) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:524) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:524) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:524) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:524) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:524) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:524) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:524) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:524) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && pla<14>[ 78.622923] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL ne_idx <<14>[ 78.623065] [IGT] kms_vblank: finished subtest accuracy-idle, FAIL pipe->n_planes (kms_vblank:524) igt_kms-DEBUG: display: Fi<14>[ 78.640404] [IGT] kms_vblank: exiting, ret=98 xing up <8>[ 78.647546] initial rotation pipe D, plane 0 (kms_vblank:524) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:524) igt_kms-DEBUG: Test requirement passed: plane_idx >= <14>[ 78.667790] [IGT] kms_vblank: executing 0 && plane_idx < pipe->n_planes (kms_vblank:524) igt_kms-DEBUG: display: Fixing up <14>[ 78.681448] [IGT] kms_vblank: starting subtest query-idle initial <14>[ 78.681797] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 rotation pipe D, plane 17 (kms_vblank:524) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank:524) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:524) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:524) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank:524) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:524) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:524) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:524) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:524) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:524) igt_kms-DEBUG: display: } (kms_vblank:524) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:524) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:524) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:524) igt_core-INFO: Stack trace: (kms_vblank:524) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:524) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:524) igt_core-INFO: #2 [+0xc6241f94] (kms_vblank:524) igt_core-INFO: #3 [+0xc6242fa0] (kms_vblank:524) igt_core-INFO: #4 [+0xc62431bc] (kms_vblank:524) igt_core-INFO: #5 [+0xc6241c78] (kms_vblank:524) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:524) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:524) igt_core-INFO: #8 [+0xc6241cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (3.786s)[0m [1mSubtest accuracy-idle: FAIL (3.787s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305776 for randomisation Opened device: /dev/dri/card0 Starting subtest: query-idle Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:527) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:527) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:527) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xd8f01f94] #3 [+0xd8f02fa0] #4 [+0xd8f031bc] #5 [+0xd8f01c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xd8f01cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_vblank:527) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:527) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:527) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:527) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:527) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:527) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:527) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:527) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:527) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:527) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:527) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:527) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:527) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:527) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:527) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:527) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:527) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:527) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:527) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:527) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:527) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:527) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:527) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:527) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:527) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:527) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:527) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:527) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:527) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:527) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:527) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:527) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:527) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:527) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:527) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:527) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:527) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:527) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:527) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:527) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:527) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:527) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:527) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:527) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:527) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:527) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:527) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:527) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:527) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:527) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:527) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:527) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:527) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:527) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:527) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:527) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:527) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:527) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:527) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:527) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:527) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:527) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:527) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:527) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:527) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:527) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:527) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:527) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:527) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:527) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:527) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:527) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:527) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:527) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:527) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:527) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:527) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:527) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:527) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:527) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:527) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && pla<14>[ 82.462978] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL ne_idx <<14>[ 82.463119] [IGT] kms_vblank: finished subtest query-idle, FAIL pipe->n_planes (kms_vblank:527) igt_kms-DEBUG: display: Fi<14>[ 82.480221] [IGT] kms_vblank: exiting, ret=98 xing up <8>[ 82.488081] initial rotation pipe D, plane 0 (kms_vblank:527) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:527) igt_kms-DEBUG<14>[ 82.506622] [IGT] kms_vblank: executing : Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:527) igt_kms-DEBUG: display<14>[ 82.519822] [IGT] kms_vblank: starting subtest query-idle-hang : Fi<14>[ 82.519943] [IGT] kms_vblank: finished subtest query-idle-hang, SKIP xing up <14>[ 82.520095] [IGT] kms_vblank: exiting, ret=77 initial <8>[ 82.524883] rotation<14>[ 82.541630] [IGT] kms_vblank: executing pipe D, plane 17 (kms_vblank:527) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank:527) igt_kms-DEBUG: display: MoveCursor pip<14>[ 82.566795] [IGT] kms_vblank: starting subtest query-forked e D, (0,<14>[ 82.567129] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 0) (kms_vblank:527) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:527) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank:527) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:527) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:527) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:527) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:527) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:527) igt_kms-DEBUG: display: } (kms_vblank:527) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:527) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:527) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:527) igt_core-INFO: Stack trace: (kms_vblank:527) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:527) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:527) igt_core-INFO: #2 [+0xd8f01f94] (kms_vblank:527) igt_core-INFO: #3 [+0xd8f02fa0] (kms_vblank:527) igt_core-INFO: #4 [+0xd8f031bc] (kms_vblank:527) igt_core-INFO: #5 [+0xd8f01c78] (kms_vblank:527) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:527) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:527) igt_core-INFO: #8 [+0xd8f01cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (3.781s)[0m [1mSubtest query-idle: FAIL (3.782s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305780 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-rt20 aarch64) Using IGT_SRANDOM=1706305780 for randomisation Opened device: /dev/dri/card0 Starting subtest: query-forked Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:533) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:533) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:533) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xc78e1f94] #3 [+0xc78e2fa0] #4 [+0xc78e31bc] #5 [+0xc78e1c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xc78e1cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_vblank:533) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:533) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:533) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:533) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:533) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:533) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:533) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:533) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:533) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:533) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:533) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:533) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:533) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:533) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:533) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:533) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:533) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:533) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:533) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:533) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:533) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:533) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:533) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:533) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:533) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:533) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:533) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:533) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:533) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:533) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:533) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:533) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:533) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:533) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:533) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:533) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:533) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:533) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:533) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:533) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:533) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:533) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:533) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:533) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:533) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:533) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:533) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:533) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:533) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:533) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:533) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:533) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:533) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:533) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:533) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:533) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:533) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:533) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:533) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:533) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:533) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:533) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:533) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:533) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:533) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:533) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:533) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:533) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:533) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:533) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:533) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:533) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:533) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:533) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:533) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:533) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:533) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:533) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:533) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:533) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:533) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && pla<14>[ 86.301993] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL ne_idx <<14>[ 86.302069] [IGT] kms_vblank: finished subtest query-forked, FAIL pipe->n<14>[ 86.311202] [IGT] kms_vblank: exiting, ret=98 _planes (kms_vblank:533) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0<8>[ 86.330736] (kms_vblank:533) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:533) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:533<14>[ 86.353538] [IGT] kms_vblank: executing ) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:5<14>[ 86.367142] [IGT] kms_vblank: starting subtest query-forked-hang 33) igt_<14>[ 86.367264] [IGT] kms_vblank: finished subtest query-forked-hang, SKIP kms-DEBU<14>[ 86.367416] [IGT] kms_vblank: exiting, ret=77 G: displ<8>[ 86.379194] ay: SetCursor pipe D, disabling (kms_vblank<14>[ 86.397296] [IGT] kms_vblank: executing :533) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:533) igt_kms-DE<14>[ 86.410834] [IGT] kms_vblank: starting subtest query-busy BUG: Tes<14>[ 86.411183] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 t requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:533) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank:533) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:533) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:533) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:533) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:533) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:533) igt_kms-DEBUG: display: } (kms_vblank:533) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:533) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:533) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:533) igt_core-INFO: Stack trace: (kms_vblank:533) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:533) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:533) igt_core-INFO: #2 [+0xc78e1f94] (kms_vblank:533) igt_core-INFO: #3 [+0xc78e2fa0] (kms_vblank:533) igt_core-INFO: #4 [+0xc78e31bc] (kms_vblank:533) igt_core-INFO: #5 [+0xc78e1c78] (kms_vblank:533) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:533) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:533) igt_core-INFO: #8 [+0xc78e1cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (3.735s)[0m [1mSubtest query-forked: FAIL (3.735s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305784 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-rt20 aarch64) Using IGT_SRANDOM=1706305784 for randomisation Opened device: /dev/dri/card0 Starting subtest: query-busy Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:539) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:539) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:539) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xd3ab1f94] #3 [+0xd3ab2fa0] #4 [+0xd3ab31bc] #5 [+0xd3ab1c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xd3ab1cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_vblank:539) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:539) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:539) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:539) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:539) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:539) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:539) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:539) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:539) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:539) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:539) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:539) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:539) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:539) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:539) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:539) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:539) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:539) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:539) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:539) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:539) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:539) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:539) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:539) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:539) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:539) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:539) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:539) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:539) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:539) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:539) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:539) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:539) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:539) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:539) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:539) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:539) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:539) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:539) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:539) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:539) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:539) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:539) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:539) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:539) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:539) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:539) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:539) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:539) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:539) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:539) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:539) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:539) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:539) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:539) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:539) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:539) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:539) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:539) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:539) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:539) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:539) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:539) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:539) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:539) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:539) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:539) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:539) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:539) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:539) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:539) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:539) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:539) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:539) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:539) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:539) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:539) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:539) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:539) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:539) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:539) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && pla<14>[ 90.142939] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL ne_idx <<14>[ 90.143080] [IGT] kms_vblank: finished subtest query-busy, FAIL pipe->n_planes (kms_vb<14>[ 90.158226] [IGT] kms_vblank: exiting, ret=98 lank:539<8>[ 90.164224] ) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:539) igt_kms-DEBUG: display: SetCrtc p<14>[ 90.182339] [IGT] kms_vblank: executing ipe D, disabling (kms_vblank:539) igt_kms-DEBUG: Test requirement passed: plane_idx >= <14>[ 90.195419] [IGT] kms_vblank: starting subtest query-busy-hang 0 && plane_idx < pipe->n<14>[ 90.202186] [IGT] kms_vblank: finished subtest query-busy-hang, SKIP _planes <14>[ 90.202339] [IGT] kms_vblank: exiting, ret=77 (kms_vb<8>[ 90.207075] lank:539) igt_kms-DEBUG: display: Fi<14>[ 90.224715] [IGT] kms_vblank: executing xing up initial rotation pipe D, plane 17 (kms_vblank:539) igt_kms-DEBUG: display: <14>[ 90.237003] [IGT] kms_vblank: starting subtest query-forked-busy SetCurso<14>[ 90.237355] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 r pipe D, disabling (kms_vblank:539) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:539) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:539) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank:539) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:539) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:539) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:539) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:539) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:539) igt_kms-DEBUG: display: } (kms_vblank:539) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:539) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:539) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:539) igt_core-INFO: Stack trace: (kms_vblank:539) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:539) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:539) igt_core-INFO: #2 [+0xd3ab1f94] (kms_vblank:539) igt_core-INFO: #3 [+0xd3ab2fa0] (kms_vblank:539) igt_core-INFO: #4 [+0xd3ab31bc] (kms_vblank:539) igt_core-INFO: #5 [+0xd3ab1c78] (kms_vblank:539) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:539) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:539) igt_core-INFO: #8 [+0xd3ab1cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (3.732s)[0m [1mSubtest query-busy: FAIL (3.732s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305788 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.007s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305788 for randomisation Opened device: /dev/dri/card0 Starting subtest: query-forked-busy Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:545) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:545) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:545) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xe1c31f94] #3 [+0xe1c32fa0] #4 [+0xe1c331bc] #5 [+0xe1c31c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xe1c31cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_vblank:545) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:545) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:545) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:545) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:545) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:545) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:545) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:545) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:545) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:545) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:545) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:545) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:545) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:545) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:545) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:545) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:545) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:545) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:545) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:545) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:545) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:545) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:545) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:545) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:545) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:545) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:545) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:545) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:545) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:545) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:545) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:545) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:545) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:545) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:545) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:545) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:545) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:545) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:545) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:545) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:545) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:545) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:545) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:545) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:545) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:545) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:545) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:545) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:545) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:545) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:545) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:545) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:545) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:545) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:545) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:545) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:545) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:545) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:545) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:545) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:545) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:545) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:545) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:545) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:545) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:545) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:545) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:545) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:545) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:545) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:545) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:545) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:545) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:545) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:545) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:545) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:545) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:545) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:545) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:545) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:545) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && pla<14>[ 93.982998] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL ne_idx <<14>[ 93.983142] [IGT] kms_vblank: finished subtest query-forked-busy, FAIL pipe->n<14>[ 93.991245] [IGT] kms_vblank: exiting, ret=98 _planes (kms_vblank:545) igt_kms-DEBUG: display: Fixing up initial rotation pipe D,<8>[ 94.010107] plane 0 (kms_vblank:545) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:54<14>[ 94.026240] [IGT] kms_vblank: executing 5) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:545) igt_kms-DEBUG: display: Fi<14>[ 94.039829] [IGT] kms_vblank: starting subtest query-forked-busy-hang xing up <14>[ 94.039957] [IGT] kms_vblank: finished subtest query-forked-busy-hang, SKIP initial <14>[ 94.040098] [IGT] kms_vblank: exiting, ret=77 rotation<8>[ 94.044847] <14>[ 94.064789] [IGT] kms_vblank: executing pipe D, plane 17 (kms_vblank:545) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank:545) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (km<14>[ 94.090037] [IGT] kms_vblank: starting subtest wait-idle s_vblank<14>[ 94.090370] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 :545) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:545) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank:545) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:545) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:545) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:545) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:545) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:545) igt_kms-DEBUG: display: } (kms_vblank:545) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:545) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:545) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:545) igt_core-INFO: Stack trace: (kms_vblank:545) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:545) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:545) igt_core-INFO: #2 [+0xe1c31f94] (kms_vblank:545) igt_core-INFO: #3 [+0xe1c32fa0] (kms_vblank:545) igt_core-INFO: #4 [+0xe1c331bc] (kms_vblank:545) igt_core-INFO: #5 [+0xe1c31c78] (kms_vblank:545) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:545) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:545) igt_core-INFO: #8 [+0xe1c31cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (3.746s)[0m [1mSubtest query-forked-busy: FAIL (3.746s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305792 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-rt20 aarch64) Using IGT_SRANDOM=1706305792 for randomisation Opened device: /dev/dri/card0 Starting subtest: wait-idle Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:551) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:551) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:551) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xe3e91f94] #3 [+0xe3e92fa0] #4 [+0xe3e931bc] #5 [+0xe3e91c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xe3e91cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_vblank:551) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:551) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:551) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:551) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:551) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:551) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:551) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:551) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:551) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:551) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:551) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:551) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:551) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:551) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:551) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:551) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:551) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:551) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:551) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:551) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:551) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:551) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:551) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:551) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:551) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:551) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:551) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:551) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:551) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:551) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:551) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:551) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:551) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:551) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:551) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:551) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:551) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:551) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:551) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:551) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:551) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:551) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:551) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:551) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:551) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:551) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:551) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:551) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:551) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:551) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:551) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:551) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:551) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:551) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:551) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:551) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:551) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:551) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:551) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:551) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:551) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:551) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:551) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:551) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:551) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:551) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:551) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:551) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:551) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:551) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:551) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:551) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:551) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:551) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:551) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:551) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:551) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:551) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:551) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:551) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:551) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && pla<14>[ 97.822958] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL ne_idx <<14>[ 97.823100] [IGT] kms_vblank: finished subtest wait-idle, FAIL pipe->n<14>[ 97.831206] [IGT] kms_vblank: exiting, ret=98 _planes (kms_vblank:551) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0<8>[ 97.849038] (kms_vblank:551) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:551) igt_kms-DEBUG<14>[ 97.867130] [IGT] kms_vblank: executing : Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:551) igt_kms-DEBUG: display: Fixing up initial <14>[ 97.880598] [IGT] kms_vblank: starting subtest wait-idle-hang rotation<14>[ 97.880724] [IGT] kms_vblank: finished subtest wait-idle-hang, SKIP pipe D,<14>[ 97.880871] [IGT] kms_vblank: exiting, ret=77 plane 1<8>[ 97.885626] 7 (kms_<14>[ 97.903326] [IGT] kms_vblank: executing vblank:551) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank:551) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:551) igt_kms-DEBUG: Test requir<14>[ 97.928443] [IGT] kms_vblank: starting subtest wait-forked ement pa<14>[ 97.928773] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 ssed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:551) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank:551) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:551) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:551) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:551) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:551) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:551) igt_kms-DEBUG: display: } (kms_vblank:551) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:551) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:551) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:551) igt_core-INFO: Stack trace: (kms_vblank:551) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:551) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:551) igt_core-INFO: #2 [+0xe3e91f94] (kms_vblank:551) igt_core-INFO: #3 [+0xe3e92fa0] (kms_vblank:551) igt_core-INFO: #4 [+0xe3e931bc] (kms_vblank:551) igt_core-INFO: #5 [+0xe3e91c78] (kms_vblank:551) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:551) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:551) igt_core-INFO: #8 [+0xe3e91cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (3.732s)[0m [1mSubtest wait-idle: FAIL (3.733s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305795 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-rt20 aarch64) Using IGT_SRANDOM=1706305795 for randomisation Opened device: /dev/dri/card0 Starting subtest: wait-forked Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:557) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:557) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:557) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xba791f94] #3 [+0xba792fa0] #4 [+0xba7931bc] #5 [+0xba791c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xba791cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_vblank:557) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:557) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:557) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:557) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:557) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:557) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:557) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:557) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:557) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:557) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:557) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:557) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:557) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:557) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:557) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:557) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:557) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:557) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:557) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:557) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:557) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:557) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:557) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:557) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:557) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:557) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:557) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:557) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:557) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:557) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:557) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:557) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:557) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:557) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:557) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:557) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:557) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:557) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:557) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:557) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:557) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:557) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:557) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:557) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:557) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:557) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:557) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:557) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:557) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:557) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:557) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:557) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:557) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:557) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:557) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:557) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:557) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:557) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:557) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:557) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:557) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:557) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:557) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:557) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:557) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:557) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:557) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:557) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:557) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:557) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:557) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:557) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:557) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:557) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:557) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:557) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:557) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:557) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:557) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:557) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:557) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && pla<14>[ 101.662931] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL ne_idx <<14>[ 101.663073] [IGT] kms_vblank: finished subtest wait-forked, FAIL pipe->n<14>[ 101.671192] [IGT] kms_vblank: exiting, ret=98 _planes (kms_vblank:557) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0<8>[ 101.689200] (kms_vblank:557) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:557) igt_kms-DEBUG<14>[ 101.707021] [IGT] kms_vblank: executing : Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:557) igt_kms-DEBUG: display: Fixing up <14>[ 101.720095] [IGT] kms_vblank: starting subtest wait-forked-hang initial <14>[ 101.720222] [IGT] kms_vblank: finished subtest wait-forked-hang, SKIP rotation<14>[ 101.720368] [IGT] kms_vblank: exiting, ret=77 pipe D,<8>[ 101.725153] plane 1<14>[ 101.743320] [IGT] kms_vblank: executing 7 (kms_vblank:557) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank:557) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:557) igt_kms-DE<14>[ 101.768483] [IGT] kms_vblank: starting subtest wait-busy BUG: Tes<14>[ 101.768794] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 t requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:557) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank:557) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:557) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:557) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:557) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:557) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:557) igt_kms-DEBUG: display: } (kms_vblank:557) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:557) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:557) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:557) igt_core-INFO: Stack trace: (kms_vblank:557) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:557) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:557) igt_core-INFO: #2 [+0xba791f94] (kms_vblank:557) igt_core-INFO: #3 [+0xba792fa0] (kms_vblank:557) igt_core-INFO: #4 [+0xba7931bc] (kms_vblank:557) igt_core-INFO: #5 [+0xba791c78] (kms_vblank:557) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:557) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:557) igt_core-INFO: #8 [+0xba791cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (3.734s)[0m [1mSubtest wait-forked: FAIL (3.735s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305799 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-rt20 aarch64) Using IGT_SRANDOM=1706305799 for randomisation Opened device: /dev/dri/card0 Starting subtest: wait-busy Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:563) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:563) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:563) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xea611f94] #3 [+0xea612fa0] #4 [+0xea6131bc] #5 [+0xea611c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xea611cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_vblank:563) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:563) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:563) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:563) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:563) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:563) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:563) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:563) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:563) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:563) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:563) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:563) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:563) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:563) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:563) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:563) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:563) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:563) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:563) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:563) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:563) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:563) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:563) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:563) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:563) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:563) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:563) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:563) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:563) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:563) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:563) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:563) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:563) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:563) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:563) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:563) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:563) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:563) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:563) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:563) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:563) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:563) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:563) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:563) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:563) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:563) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:563) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:563) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:563) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:563) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:563) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:563) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:563) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:563) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:563) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:563) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:563) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:563) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:563) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:563) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:563) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:563) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:563) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:563) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:563) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:563) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:563) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:563) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:563) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:563) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:563) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:563) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:563) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:563) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:563) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:563) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:563) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:563) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:563) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:563) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:563) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && pla<14>[ 105.502914] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL ne_idx <<14>[ 105.503056] [IGT] kms_vblank: finished subtest wait-busy, FAIL pipe->n_planes (kms_vblank:563) igt_kms-DEBUG: display: Fixing up <14>[ 105.520020] [IGT] kms_vblank: exiting, ret=98 initial <8>[ 105.525854] rotation pipe D, plane 0 (kms_vblank:563) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:563) igt_kms-DEBUG<14>[ 105.543892] [IGT] kms_vblank: executing : Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:563<14>[ 105.556877] [IGT] kms_vblank: starting subtest wait-busy-hang ) igt_km<14>[ 105.557003] [IGT] kms_vblank: finished subtest wait-busy-hang, SKIP s-DEBUG:<14>[ 105.557147] [IGT] kms_vblank: exiting, ret=77 display<8>[ 105.562004] : Fi<14>[ 105.579120] [IGT] kms_vblank: executing xing up initial rotation pipe D, plane 17 (kms_vblank:563) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank:563) igt_kms-DEBUG: display: MoveCursor pipe D, (0,<14>[ 105.604271] [IGT] kms_vblank: starting subtest wait-forked-busy 0) (km<14>[ 105.604601] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 s_vblank:563) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:563) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank:563) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:563) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:563) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:563) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:563) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:563) igt_kms-DEBUG: display: } (kms_vblank:563) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:563) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:563) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:563) igt_core-INFO: Stack trace: (kms_vblank:563) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:563) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:563) igt_core-INFO: #2 [+0xea611f94] (kms_vblank:563) igt_core-INFO: #3 [+0xea612fa0] (kms_vblank:563) igt_core-INFO: #4 [+0xea6131bc] (kms_vblank:563) igt_core-INFO: #5 [+0xea611c78] (kms_vblank:563) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:563) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:563) igt_core-INFO: #8 [+0xea611cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (3.734s)[0m [1mSubtest wait-busy: FAIL (3.734s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305803 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-rt20 aarch64) Using IGT_SRANDOM=1706305803 for randomisation Opened device: /dev/dri/card0 Starting subtest: wait-forked-busy Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:569) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:569) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:569) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xc5e21f94] #3 [+0xc5e22fa0] #4 [+0xc5e231bc] #5 [+0xc5e21c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xc5e21cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_vblank:569) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:569) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:569) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:569) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:569) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:569) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:569) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:569) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:569) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:569) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:569) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:569) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:569) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:569) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:569) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:569) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:569) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:569) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:569) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:569) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:569) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:569) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:569) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:569) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:569) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:569) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:569) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:569) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:569) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:569) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:569) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:569) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:569) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:569) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:569) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:569) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:569) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:569) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:569) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:569) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:569) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:569) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:569) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:569) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:569) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:569) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:569) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:569) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:569) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:569) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:569) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:569) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:569) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:569) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:569) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:569) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:569) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:569) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:569) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:569) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:569) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:569) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:569) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:569) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:569) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:569) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:569) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:569) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:569) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:569) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:569) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:569) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:569) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:569) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:569) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:569) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:569) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:569) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:569) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:569) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:569) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && pla<14>[ 109.342947] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL ne_idx <<14>[ 109.343090] [IGT] kms_vblank: finished subtest wait-forked-busy, FAIL pipe->n_planes (kms_vblank:569) igt_kms-DEBUG: display: Fi<14>[ 109.360688] [IGT] kms_vblank: exiting, ret=98 xing up <8>[ 109.366505] initial rotation pipe D, plane 0 (kms_vblank:569) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:56<14>[ 109.384223] [IGT] kms_vblank: executing 9) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes <14>[ 109.397879] [IGT] kms_vblank: starting subtest wait-forked-busy-hang (kms_vb<14>[ 109.398001] [IGT] kms_vblank: finished subtest wait-forked-busy-hang, SKIP lank:569<14>[ 109.398138] [IGT] kms_vblank: exiting, ret=77 ) igt_km<8>[ 109.403132] s-DEBUG:<14>[ 109.420160] [IGT] kms_vblank: executing display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:569) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank:569) igt_kms-DE<14>[ 109.445945] [IGT] kms_vblank: starting subtest ts-continuation-idle BUG: dis<14>[ 109.446269] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 play: MoveCursor pipe D, (0, 0) (kms_vblank:569) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:569) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank:569) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:569) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:569) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:569) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:569) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:569) igt_kms-DEBUG: display: } (kms_vblank:569) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:569) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:569) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:569) igt_core-INFO: Stack trace: (kms_vblank:569) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:569) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:569) igt_core-INFO: #2 [+0xc5e21f94] (kms_vblank:569) igt_core-INFO: #3 [+0xc5e22fa0] (kms_vblank:569) igt_core-INFO: #4 [+0xc5e231bc] (kms_vblank:569) igt_core-INFO: #5 [+0xc5e21c78] (kms_vblank:569) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:569) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:569) igt_core-INFO: #8 [+0xc5e21cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (3.738s)[0m [1mSubtest wait-forked-busy: FAIL (3.739s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305807 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-rt20 aarch64) Using IGT_SRANDOM=1706305807 for randomisation Opened device: /dev/dri/card0 Starting subtest: ts-continuation-idle Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:575) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:575) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:575) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xac341f94] #3 [+0xac342fa0] #4 [+0xac3431bc] #5 [+0xac341c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xac341cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_vblank:575) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:575) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:575) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:575) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:575) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:575) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:575) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:575) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:575) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:575) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:575) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:575) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:575) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:575) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:575) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:575) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:575) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:575) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:575) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:575) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:575) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:575) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:575) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:575) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:575) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:575) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:575) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:575) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:575) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:575) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:575) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:575) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:575) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:575) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:575) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:575) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:575) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:575) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:575) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:575) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:575) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:575) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:575) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:575) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:575) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:575) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:575) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:575) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:575) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:575) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:575) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:575) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:575) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:575) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:575) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:575) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:575) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:575) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:575) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:575) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:575) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:575) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:575) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:575) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:575) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:575) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:575) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:575) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:575) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:575) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:575) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:575) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:575) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:575) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:575) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:575) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:575) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:575) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:575) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:575) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:575) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && pla<14>[ 113.182275] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL ne_idx <<14>[ 113.182415] [IGT] kms_vblank: finished subtest ts-continuation-idle, FAIL pipe->n_planes (kms_vblank:575) igt_kms-DEBUG: display<14>[ 113.201079] [IGT] kms_vblank: exiting, ret=98 : Fi<8>[ 113.206874] xing up initial rotation pipe D, plane 0 (kms_vblank:575) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_v<14>[ 113.224679] [IGT] kms_vblank: executing blank:575) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n<14>[ 113.238129] [IGT] kms_vblank: starting subtest ts-continuation-idle-hang _planes <14>[ 113.238254] [IGT] kms_vblank: finished subtest ts-continuation-idle-hang, SKIP (kms_vb<14>[ 113.238395] [IGT] kms_vblank: exiting, ret=77 lank:575<8>[ 113.243323] ) igt_km<14>[ 113.260913] [IGT] kms_vblank: executing s-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:575) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank<14>[ 113.287003] [IGT] kms_vblank: starting subtest ts-continuation-dpms-rpm :575) ig<14>[ 113.287331] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 t_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:575) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:575) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank:575) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:575) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:575) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:575) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:575) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:575) igt_kms-DEBUG: display: } (kms_vblank:575) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:575) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:575) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:575) igt_core-INFO: Stack trace: (kms_vblank:575) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:575) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:575) igt_core-INFO: #2 [+0xac341f94] (kms_vblank:575) igt_core-INFO: #3 [+0xac342fa0] (kms_vblank:575) igt_core-INFO: #4 [+0xac3431bc] (kms_vblank:575) igt_core-INFO: #5 [+0xac341c78] (kms_vblank:575) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:575) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:575) igt_core-INFO: #8 [+0xac341cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (3.736s)[0m [1mSubtest ts-continuation-idle: FAIL (3.736s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305811 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-rt20 aarch64) Using IGT_SRANDOM=1706305811 for randomisation Opened device: /dev/dri/card0 Starting subtest: ts-continuation-dpms-rpm Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:581) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:581) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:581) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xb10c1f94] #3 [+0xb10c2fa0] #4 [+0xb10c31bc] #5 [+0xb10c1c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xb10c1cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:581) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:581) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:581) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:581) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:581) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:581) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:581) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:581) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:581) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:581) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:581) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:581) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:581) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:581) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:581) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:581) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:581) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:581) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:581) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:581) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:581) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:581) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:581) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:581) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:581) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:581) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:581) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:581) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:581) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:581) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:581) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:581) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:581) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:581) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:581) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:581) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:581) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:581) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:581) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:581) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:581) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:581) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:581) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:581) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:581) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:581) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:581) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:581) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:581) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:581) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:581) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:581) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:581) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:581) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:581) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:581) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && pla<14>[ 117.022930] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL ne_idx <<14>[ 117.023075] [IGT] kms_vblank: finished subtest ts-continuation-dpms-rpm, FAIL pipe->n<14>[ 117.039456] [IGT] kms_vblank: exiting, ret=98 _planes (kms_vblank:581) igt_kms-DEBUG: display: Fixing up initial rotation<8>[ 117.050425] pipe D, plane 0 (kms_vblank:581) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:581) igt_kms-DEBUG: Test requireme<14>[ 117.068258] [IGT] kms_vblank: executing nt passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:581) igt_kms-DEBUG:<14>[ 117.081719] [IGT] kms_vblank: starting subtest ts-continuation-dpms-suspend display<14>[ 117.082069] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 : Fixing up initial rotation pipe D, plane 17 (kms_vblank:581) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank:581) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:581) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:581) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank:581) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:581) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:581) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:581) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:581) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:581) igt_kms-DEBUG: display: } (kms_vblank:581) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:581) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:581) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:581) igt_core-INFO: Stack trace: (kms_vblank:581) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:581) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:581) igt_core-INFO: #2 [+0xb10c1f94] (kms_vblank:581) igt_core-INFO: #3 [+0xb10c2fa0] (kms_vblank:581) igt_core-INFO: #4 [+0xb10c31bc] (kms_vblank:581) igt_core-INFO: #5 [+0xb10c1c78] (kms_vblank:581) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:581) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:581) igt_core-INFO: #8 [+0xb10c1cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (3.735s)[0m [1mSubtest ts-continuation-dpms-rpm: FAIL (3.736s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305815 for randomisation Opened device: /dev/dri/card0 Starting subtest: ts-continuation-dpms-suspend Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:584) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:584) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:584) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xacec1f94] #3 [+0xacec2fa0] #4 [+0xacec31bc] #5 [+0xacec1c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xacec1cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_vblank:584) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:584) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:584) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:584) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:584) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:584) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:584) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:584) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:584) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:584) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:584) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:584) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:584) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:584) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:584) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:584) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:584) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:584) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:584) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:584) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:584) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:584) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:584) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:584) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:584) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:584) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:584) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:584) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:584) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:584) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:584) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:584) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:584) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:584) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:584) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:584) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:584) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:584) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:584) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:584) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:584) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:584) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:584) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:584) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:584) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:584) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:584) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:584) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:584) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:584) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:584) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:584) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:584) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:584) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:584) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:584) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:584) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:584) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:584) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:584) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:584) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:584) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:584) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:584) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:584) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:584) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:584) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:584) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:584) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:584) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:584) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:584) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:584) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:584) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:584) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:584) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:584) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:584) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:584) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:584) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:584) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && pla<14>[ 120.862920] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL ne_idx <<14>[ 120.863061] [IGT] kms_vblank: finished subtest ts-continuation-dpms-suspend, FAIL pipe->n_planes (kms_vblank:584<14>[ 120.879803] [IGT] kms_vblank: exiting, ret=98 ) igt_km<8>[ 120.886903] s-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:584) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:584) igt_kms-DEBUG: Test r<14>[ 120.909429] [IGT] kms_vblank: executing equirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:584) igt_km<14>[ 120.922273] [IGT] kms_vblank: starting subtest ts-continuation-suspend s-DEBUG:<14>[ 120.922584] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:584) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank:584) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:584) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:584) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank:584) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:584) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:584) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:584) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:584) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:584) igt_kms-DEBUG: display: } (kms_vblank:584) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:584) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:584) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:584) igt_core-INFO: Stack trace: (kms_vblank:584) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:584) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:584) igt_core-INFO: #2 [+0xacec1f94] (kms_vblank:584) igt_core-INFO: #3 [+0xacec2fa0] (kms_vblank:584) igt_core-INFO: #4 [+0xacec31bc] (kms_vblank:584) igt_core-INFO: #5 [+0xacec1c78] (kms_vblank:584) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:584) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:584) igt_core-INFO: #8 [+0xacec1cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (3.781s)[0m [1mSubtest ts-continuation-dpms-suspend: FAIL (3.781s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305818 for randomisation Opened device: /dev/dri/card0 Starting subtest: ts-continuation-suspend Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:587) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:587) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:587) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xdb541f94] #3 [+0xdb542fa0] #4 [+0xdb5431bc] #5 [+0xdb541c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xdb541cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_vblank:587) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:587) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:587) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:587) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:587) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:587) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:587) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:587) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:587) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:587) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:587) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:587) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:587) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:587) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:587) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:587) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:587) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:587) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:587) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:587) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:587) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:587) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:587) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:587) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:587) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:587) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:587) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:587) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:587) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:587) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:587) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:587) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:587) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:587) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:587) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:587) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:587) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:587) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:587) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:587) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:587) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:587) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:587) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:587) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:587) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:587) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:587) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:587) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:587) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:587) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:587) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:587) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:587) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:587) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:587) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:587) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:587) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:587) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:587) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:587) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:587) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:587) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:587) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:587) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:587) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:587) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:587) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:587) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:587) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:587) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:587) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:587) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:587) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:587) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:587) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:587) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:587) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:587) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:587) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:587) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:587) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:587) igt_km<14>[ 124.703668] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL s-DEBUG:<14>[ 124.703811] [IGT] kms_vblank: finished subtest ts-continuation-suspend, FAIL display<14>[ 124.705561] [IGT] kms_vblank: exiting, ret=98 : Fi<8>[ 124.712707] xing up initial rotation<14>[ 124.737852] [IGT] kms_vblank: executing pipe D, plane 0 (kms_vblank:587) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:587) igt_kms-DEBUG: Test requireme<14>[ 124.753206] [IGT] kms_vblank: starting subtest ts-continuation-modeset nt passe<14>[ 124.753587] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 d: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:587) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:587) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank:587) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:587) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:587) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank:587) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:587) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:587) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:587) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:587) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:587) igt_kms-DEBUG: display: } (kms_vblank:587) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:587) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:587) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:587) igt_core-INFO: Stack trace: (kms_vblank:587) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:587) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:587) igt_core-INFO: #2 [+0xdb541f94] (kms_vblank:587) igt_core-INFO: #3 [+0xdb542fa0] (kms_vblank:587) igt_core-INFO: #4 [+0xdb5431bc] (kms_vblank:587) igt_core-INFO: #5 [+0xdb541c78] (kms_vblank:587) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:587) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:587) igt_core-INFO: #8 [+0xdb541cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (3.781s)[0m [1mSubtest ts-continuation-suspend: FAIL (3.781s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305822 for randomisation Opened device: /dev/dri/card0 Starting subtest: ts-continuation-modeset Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:590) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:590) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:590) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xb3b21f94] #3 [+0xb3b22fa0] #4 [+0xb3b231bc] #5 [+0xb3b21c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xb3b21cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_vblank:590) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:590) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:590) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:590) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:590) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:590) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:590) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:590) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:590) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:590) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:590) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:590) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:590) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:590) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:590) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:590) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:590) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:590) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:590) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:590) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:590) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:590) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:590) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:590) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:590) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:590) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:590) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:590) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:590) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:590) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:590) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:590) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:590) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:590) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:590) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:590) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:590) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:590) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:590) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:590) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:590) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:590) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:590) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:590) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:590) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:590) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:590) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:590) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:590) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:590) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:590) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:590) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:590) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:590) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:590) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:590) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:590) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:590) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:590) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:590) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:590) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:590) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:590) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:590) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:590) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:590) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:590) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:590) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:590) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:590) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:590) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:590) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:590) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:590) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:590) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:590) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:590) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:590) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:590) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:590) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:590) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:590) igt_km<14>[ 128.544346] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL s-DEBUG:<14>[ 128.544489] [IGT] kms_vblank: finished subtest ts-continuation-modeset, FAIL display<14>[ 128.546281] [IGT] kms_vblank: exiting, ret=98 : Fi<8>[ 128.553405] xing up initial rotation<14>[ 128.577868] [IGT] kms_vblank: executing pipe D, plane 0 (kms_vblank:590) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:590) igt_kms-DEBUG: Test requireme<14>[ 128.593163] [IGT] kms_vblank: starting subtest ts-continuation-modeset-hang nt passe<14>[ 128.593308] [IGT] kms_vblank: finished subtest ts-continuation-modeset-hang, SKIP d: plane<14>[ 128.593466] [IGT] kms_vblank: exiting, ret=77 _idx >= <8>[ 128.598454] 0 && pla<14>[ 128.617789] [IGT] kms_vblank: executing ne_idx < pipe->n_planes (kms_vblank:590) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:590) igt_kms-DEBUG: display: SetCursor pipe D, disabl<14>[ 128.644304] [IGT] kms_vblank: starting subtest ts-continuation-modeset-rpm ing (km<14>[ 128.644628] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 s_vblank:590) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:590) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:590) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank:590) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:590) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:590) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:590) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:590) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:590) igt_kms-DEBUG: display: } (kms_vblank:590) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:590) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:590) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:590) igt_core-INFO: Stack trace: (kms_vblank:590) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:590) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:590) igt_core-INFO: #2 [+0xb3b21f94] (kms_vblank:590) igt_core-INFO: #3 [+0xb3b22fa0] (kms_vblank:590) igt_core-INFO: #4 [+0xb3b231bc] (kms_vblank:590) igt_core-INFO: #5 [+0xb3b21c78] (kms_vblank:590) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:590) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:590) igt_core-INFO: #8 [+0xb3b21cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (3.791s)[0m [1mSubtest ts-continuation-modeset: FAIL (3.791s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305826 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-rt20 aarch64) Using IGT_SRANDOM=1706305826 for randomisation Opened device: /dev/dri/card0 Starting subtest: ts-continuation-modeset-rpm Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:596) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:596) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:596) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xcd6c1f94] #3 [+0xcd6c2fa0] #4 [+0xcd6c31bc] #5 [+0xcd6c1c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xcd6c1cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_vblank:596) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:596) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:596) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:596) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:596) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:596) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:596) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:596) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:596) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:596) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:596) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:596) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:596) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:596) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:596) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:596) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:596) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:596) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:596) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:596) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:596) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:596) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:596) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:596) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:596) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:596) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:596) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:596) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:596) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:596) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:596) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:596) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:596) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:596) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:596) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:596) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:596) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:596) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:596) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:596) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:596) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:596) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:596) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:596) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:596) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:596) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:596) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:596) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:596) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:596) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:596) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:596) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:596) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:596) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:596) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:596) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:596) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:596) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:596) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:596) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:596) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:596) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:596) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:596) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:596) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:596) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:596) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:596) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:596) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:596) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:596) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:596) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:596) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:596) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:596) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:596) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:596) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:596) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:596) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:596) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:596) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && pla<14>[ 132.382915] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL ne_idx <<14>[ 132.383062] [IGT] kms_vblank: finished subtest ts-continuation-modeset-rpm, FAIL pipe->n<14>[ 132.391177] [IGT] kms_vblank: exiting, ret=98 _planes (kms_vblank:596) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:596) igt_kms-DEBUG<8>[ 132.412013] : displa<8>[ 132.414735] y: SetCrtc pipe D, disabling (kms_vblank:596) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx <<8>[ 132.438847] pipe->n_planes (kms_vblank:596) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:596) igt_kms-DEBUG: display: SetCursor pipe D<14>[ 132.455650] [IGT] vc4_create_bo: executing , disabl<14>[ 132.456029] [IGT] vc4_create_bo: starting subtest create-bo-4096 ing (kms_vblank:596) igt_kms-DEBUG: display: MoveCursor pipe D, (0,<14>[ 132.476163] [IGT] vc4_create_bo: finished subtest create-bo-4096, FAIL 0) (km<14>[ 132.476276] [IGT] vc4_create_bo: exiting, ret=98 s_vblank<8>[ 132.481078] :596) ig<14>[ 132.499022] [IGT] vc4_create_bo: executing t_kms-DE<14>[ 132.499324] [IGT] vc4_create_bo: starting subtest create-bo-0 BUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:596) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank:596) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:596) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:596) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:596) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:596) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:596) igt_kms-DEBUG: display: } (kms_vblank:596) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:596) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:596) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:596) igt_core-INFO: Stack trace: (kms_vblank:596) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:596) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:596) igt_core-INFO: #2 [+0xcd6c1f94] (kms_vblank:596) igt_core-INFO: #3 [+0xcd6c2fa0] (kms_vblank:596) igt_core-INFO: #4 [+0xcd6c31bc] (kms_vblank:596) igt_core-INFO: #5 [+0xcd6c1c78] (kms_vblank:596) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:596) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:596) igt_core-INFO: #8 [+0xcd6c1cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (3.738s)[0m [1mSubtest ts-continuation-modeset-rpm: FAIL (3.739s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305830 for randomisation Opened device: /dev/dri/card0 Starting subtest: create-bo-4096 (vc4_create_bo:602) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_create_bo:602) 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:602) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_create_bo:602) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xd7cc11d4] #3 [+0xd7cc0dec] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xd7cc0e30] Subtest create-bo-4096 failed. **** DEBUG **** (vc4_create_bo:602) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_create_bo:602) 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:602) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_create_bo:602) igt_vc4-CRITICAL: error: -1 != 0 (vc4_create_bo:602) igt_core-INFO: Stack trace: (vc4_create_bo:602) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_create_bo:602) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_create_bo:602) igt_core-INFO: #2 [+0xd7cc11d4] (vc4_create_bo:602) igt_core-INFO: #3 [+0xd7cc0dec] (vc4_create_bo:602) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_create_bo:602) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_create_bo:602) igt_core-INFO: #6 [+0xd7cc0e30] **** END **** [1mSubtest create-bo-4096: FAIL (0.020s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305830 for randomisation Opened device: /dev/dri/card0 Starting subtest: create-bo-0 (vc4_create_bo:605) CRITICAL: Test assertion failure function __igt_unique____real<14>[ 132.858023] [IGT] vc4_create_bo: finished subtest create-bo-0, FAIL _main27,<14>[ 132.858139] [IGT] vc4_create_bo: exiting, ret=98 file ..<8>[ 132.863115] /tests/vc4/vc4_create_bo.c:45: (vc4_cre<14>[ 132.880260] [IGT] vc4_create_bo: executing ate_bo:6<14>[ 132.880616] [IGT] vc4_create_bo: starting subtest create-bo-zeroed 05) CRITICAL: Failed assertion: (*__errno_location ()) == 22 (vc4_create_bo:605) CRITICAL: Last<14>[ 132.901286] [IGT] vc4_create_bo: finished subtest create-bo-zeroed, FAIL errno: <14>[ 132.901392] [IGT] vc4_create_bo: exiting, ret=98 19, No s<8>[ 132.906087] uch devi<8>[ 132.907344] ce (vc4<8>[ 132.925741] _create_bo:605) CRITICAL: error: 19 != 22 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [+0xb4211268] <14>[ 132.943609] [IGT] vc4_dmabuf_poll: executing #2 [[ 132.943964] [IGT] vc4_dmabuf_poll: starting subtest poll-write-waits-until-write-done known>+0xb4210dec] #3 [__libc_init_first+0x80] #4 [__libc_start_main+0x98] #5 [+0xb4210e30] Subtest create-bo-0 failed. **** DEBUG **** (vc4_create_bo:605) CRITICAL: Test assertion failure function __igt_unique____real_main27, file ../tests/vc4/vc4_create_bo.c:45: (vc4_create_bo:605) CRITICAL: Failed assertion: (*__errno_location ()) == 22 (vc4_create_bo:605) CRITICAL: Last errno: 19, No such device (vc4_create_bo:605) CRITICAL: error: 19 != 22 (vc4_create_bo:605) igt_core-INFO: Stack trace: (vc4_create_bo:605) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_create_bo:605) igt_core-INFO: #1 [+0xb4211268] (vc4_create_bo:605) igt_core-INFO: #2 [+0xb4210dec] (vc4_create_bo:605) igt_core-INFO: #3 [__libc_init_first+0x80] (vc4_create_bo:605) igt_core-INFO: #4 [__libc_start_main+0x98] (vc4_create_bo:605) igt_core-INFO: #5 [+0xb4210e30] **** END **** [1mSubtest create-bo-0: FAIL (0.359s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305830 for randomisation Opened device: /dev/dri/card0 Starting subtest: create-bo-zeroed (vc4_create_bo:608) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_create_bo:608) 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:608) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_create_bo:608) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xafa0110c] #3 [+0xafa00dec] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xafa00e30] Subtest create-bo-zeroed failed. **** DEBUG **** (vc4_create_bo:608) drmtest-DEBUG: Force option used: Using driver vc4 (vc4_create_bo:608) drmtest-DEBUG: Opened previously opened device: /dev/dri/card0 (vc4_create_bo:608) drmtest-DEBUG: Test requirement passed: !(fd<0) (vc4_create_bo:608) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_create_bo:608) 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:608) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_create_bo:608) igt_vc4-CRITICAL: error: -1 != 0 (vc4_create_bo:608) igt_core-INFO: Stack trace: (vc4_create_bo:608) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_create_bo:608) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_create_bo:608) igt_core-INFO: #2 [+0xafa0110c] (vc4_create_bo:608) igt_core-INFO: #3 [+0xafa00dec] (vc4_create_bo:608) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_create_bo:608) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_create_bo:608) igt_core-INFO: #6 [+0xafa00e30] **** END **** [1mSubtest create-bo-zeroed: FAIL (0.021s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305830 for randomisation Opened device: /dev/dri/card0 Starting subtest: poll-write-waits-until-write-done (vc4_dmabuf_poll:614) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_dmabuf_poll:614) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_dmabuf_poll:614) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_dmabuf_poll:614) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4<14>[ 133.307896] [IGT] vc4_dmabuf_poll: finished subtest poll-write-waits-until-write-done, FAIL _create_<14>[ 133.308002] [IGT] vc4_dmabuf_poll: exiting, ret=98 bo+0x9c]<8>[ 133.312501] #2 .<14>[ 133.327033] [IGT] vc4_dmabuf_poll: executing ./lib/igt_vc4.c:88 igt_v<14>[ 133.342189] [IGT] vc4_dmabuf_poll: starting subtest poll-read-waits-until-write-done c4_get_cleared_bo() #3 [+0xb8390f48] #4 [+0xb83911b0] #5 [[ 133.358304] [IGT] vc4_dmabuf_poll: finished subtest poll-read-waits-until-write-done, FAIL known>+0<14>[ 133.358410] [IGT] vc4_dmabuf_poll: exiting, ret=98 xb8390de<8>[ 133.363011] c] #6<8>[ 133.364340] [__libc<8>[ 133.381203] _init_first+0x80] #7 [__libc_start_main+0x98] #8 [<14>[ 133.395603] [IGT] vc4_label_bo: executing [ 133.395945] [IGT] vc4_label_bo: starting subtest set-label >+0xb8390e30] Subtest poll-write-waits-until-write-done failed. **** DEBUG **** (vc4_dmabuf_poll:614) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_dmabuf_poll:614) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_dmabuf_poll:614) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_dmabuf_poll:614) igt_vc4-CRITICAL: error: -1 != 0 (vc4_dmabuf_poll:614) igt_core-INFO: Stack trace: (vc4_dmabuf_poll:614) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_dmabuf_poll:614) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_dmabuf_poll:614) igt_core-INFO: #2 ../lib/igt_vc4.c:88 igt_vc4_get_cleared_bo() (vc4_dmabuf_poll:614) igt_core-INFO: #3 [+0xb8390f48] (vc4_dmabuf_poll:614) igt_core-INFO: #4 [+0xb83911b0] (vc4_dmabuf_poll:614) igt_core-INFO: #5 [+0xb8390dec] (vc4_dmabuf_poll:614) igt_core-INFO: #6 [__libc_init_first+0x80] (vc4_dmabuf_poll:614) igt_core-INFO: #7 [__libc_start_main+0x98] (vc4_dmabuf_poll:614) igt_core-INFO: #8 [+0xb8390e30] **** END **** [1mSubtest poll-write-waits-until-write-done: FAIL (0.364s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305831 for randomisation Opened device: /dev/dri/card0 Starting subtest: poll-read-waits-until-write-done (vc4_dmabuf_poll:617) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_dmabuf_poll:617) 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:617) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_dmabuf_poll:617) 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 [+0xcba60f48] #4 [+0xcba61188] #5 [+0xcba60dec] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xcba60e30] Subtest poll-read-waits-until-write-done failed. **** DEBUG **** (vc4_dmabuf_poll:617) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_dmabuf_poll:617) 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:617) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_dmabuf_poll:617) igt_vc4-CRITICAL: error: -1 != 0 (vc4_dmabuf_poll:617) igt_core-INFO: Stack trace: (vc4_dmabuf_poll:617) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_dmabuf_poll:617) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_dmabuf_poll:617) igt_core-INFO: #2 ../lib/igt_vc4.c:88 igt_vc4_get_cleared_bo() (vc4_dmabuf_poll:617) igt_core-INFO: #3 [+0xcba60f48] (vc4_dmabuf_poll:617) igt_core-INFO: #4 [+0xcba61188] (vc4_dmabuf_poll:617) igt_core-INFO: #5 [+0xcba60dec] (vc4_dmabuf_poll:617) igt_core-INFO: #6 [__libc_init_first+0x80] (vc4_dmabuf_poll:617) igt_core-INFO: #7 [__libc_start_main+0x98] (vc4_dmabuf_poll:617) igt_core-INFO: #8 [+0xcba60e30] **** END **** [1mSubtest poll-read-waits-until-write-done: FAIL (0.016s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305831 for randomisation Opened device: /dev/dri/card0 Starting subtest: set-label (vc4_label_bo:623) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:12<14>[ 133.756412] [IGT] vc4_label_bo: finished subtest set-label, FAIL 6: (vc4<14>[ 133.756532] [IGT] vc4_label_bo: exiting, ret=98 _label_b<8>[ 133.763000] o:623) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_v<14>[ 133.788188] [IGT] vc4_label_bo: executing c4_creat<14>[ 133.788524] [IGT] vc4_label_bo: starting subtest set-bad-handle e_bo))))<3>[ 133.788557] [drm:vc4_label_bo_ioctl [vc4]] *ERROR* Failed to look up GEM BO -791621424 << ((0+<14>[ 133.788638] [IGT] vc4_label_bo: finished subtest set-bad-handle, SUCCESS 8)+8))))<14>[ 133.788728] [IGT] vc4_label_bo: exiting, ret=0 , (&crea<8>[ 133.793588] te)) == <14>[ 133.812920] [IGT] vc4_label_bo: executing 0 (vc4_<14>[ 133.839349] [IGT] vc4_label_bo: starting subtest set-bad-name label_bo:623) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_label_bo:623) igt_vc4-CRITICAL: error: -1 !<14>[ 133.854709] [IGT] vc4_label_bo: finished subtest set-bad-name, FAIL = 0 Sta<14>[ 133.854812] [IGT] vc4_label_bo: exiting, ret=98 ck trace<8>[ 133.859203] : #0 ../lib/igt_core.c:1989 __igt_fai<14>[ 133.876291] [IGT] vc4_label_bo: executing l_assert<14>[ 133.876649] [IGT] vc4_label_bo: starting subtest set-kernel-name () #1 [igt_vc4_create_bo+0x9c] #2 [+0xcde612c0] #3 [+0xcde60d6c] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xcde60db0] Subtest set-label failed. **** DEBUG **** (vc4_label_bo:623) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_label_bo:623) 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:623) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_label_bo:623) igt_vc4-CRITICAL: error: -1 != 0 (vc4_label_bo:623) igt_core-INFO: Stack trace: (vc4_label_bo:623) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_label_bo:623) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_label_bo:623) igt_core-INFO: #2 [+0xcde612c0] (vc4_label_bo:623) igt_core-INFO: #3 [+0xcde60d6c] (vc4_label_bo:623) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_label_bo:623) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_label_bo:623) igt_core-INFO: #6 [+0xcde60db0] **** END **** [1mSubtest set-label: FAIL (0.360s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305831 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-rt20 aarch64) Using IGT_SRANDOM=1706305831 for randomisation Opened device: /dev/dri/card0 Starting subtest: set-bad-name (vc4_label_bo:629) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_label_bo:629) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_label_bo:629) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_label_bo:629) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xbc4d1234] #3 [+0xbc4d0d6c] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xbc4d0db0] Subtest set-bad-name failed. **** DEBUG **** (vc4_label_bo:629) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_label_bo:629) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_label_bo:629) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_label_bo:629) igt_vc4-CRITICAL: error: -1 != 0 (vc4_label_bo:629) igt_core-INFO: Stack trace: (vc4_label_bo:629) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_label_bo:629) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_label_bo:629) igt_core-INFO: #2 [+0xbc4d1234] (vc4_label_bo:629) igt_core-INFO: #3 [+0xbc4d0d6c] (vc4_label_bo:629) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_label_bo:629) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_label_bo:629) igt_core-INFO: #6 [+0xbc4d0db0] **** END **** [1mSubtest set-bad-name: FAIL (0.015s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305831 for randomisation Opened device: /dev/dri/card0 Starting subtest: set-kernel-name (vc4_label_bo:632) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_label_bo:632) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(str<14>[ 134.236996] [IGT] vc4_label_bo: finished subtest set-kernel-name, FAIL uct drm_<14>[ 134.237112] [IGT] vc4_label_bo: exiting, ret=98 vc4_crea<8>[ 134.242107] te_bo)))<8>[ 134.243482] ) << ((0+8)+8)))), (&create)) == 0 (vc4_label_bo:632) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_label_bo:632) igt_vc4-CRIT<8>[ 134.272177] ICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9<14>[ 134.287757] [IGT] vc4_lookup_fail: executing c] #2<14>[ 134.288093] [IGT] vc4_lookup_fail: starting subtest bad-color-write [+0xe78411a8] #3 [+0xe7840<14>[ 134.307446] [IGT] vc4_lookup_fail: finished subtest bad-color-write, FAIL d6c] <14>[ 134.307642] [IGT] vc4_lookup_fail: exiting, ret=98 #4 [__li<8>[ 134.320036] bc_init_<8>[ 134.321337] first+0x80] #5 [__libc_start_main+0x98] #6 [+0xe7<8>[ 134.338724] 840db0] Subtest set-kernel-name failed. **** DEBUG **** (vc4_label_bo:632) igt_vc4-CRITICAL: Test assertion failure function <14>[ 134.353112] [IGT] vc4_mmap: executing igt_vc4_<14>[ 134.353402] [IGT] vc4_mmap: starting subtest mmap-bad-handle create_b<14>[ 134.353468] [IGT] vc4_mmap: finished subtest mmap-bad-handle, SUCCESS o, file <14>[ 134.353563] [IGT] vc4_mmap: exiting, ret=0 ../lib/i<8>[ 134.358470] gt_vc4.c<14>[ 134.379715] [IGT] vc4_mmap: executing :126: (vc4_label_bo:632) igt_vc4-CRITIC<14>[ 134.392672] [IGT] vc4_mmap: starting subtest mmap-bo AL: 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:632) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_label_bo:632) igt_vc4-CRITICAL: error: -1 != 0 (vc4_label_bo:632) igt_core-INFO: Stack trace: (vc4_label_bo:632) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_label_bo:632) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_label_bo:632) igt_core-INFO: #2 [+0xe78411a8] (vc4_label_bo:632) igt_core-INFO: #3 [+0xe7840d6c] (vc4_label_bo:632) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_label_bo:632) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_label_bo:632) igt_core-INFO: #6 [+0xe7840db0] **** END **** [1mSubtest set-kernel-name: FAIL (0.360s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305832 for randomisation Opened device: /dev/dri/card0 Starting subtest: bad-color-write (vc4_lookup_fail:638) CRITICAL: Test assertion failure function __igt_unique____real_main28, file ../tests/vc4/vc4_lookup_fail.c:66: (vc4_lookup_fail:638) CRITICAL: Failed assertion: (*__errno_location ()) == 22 (vc4_lookup_fail:638) CRITICAL: Last errno: 19, No such device (vc4_lookup_fail:638) CRITICAL: error: 19 != 22 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [+0xccb10e84] #2 [+0xccb10b6c] #3 [__libc_init_first+0x80] #4 [__libc_start_main+0x98] #5 [+0xccb10bb0] Subtest bad-color-write failed. **** DEBUG **** (vc4_lookup_fail:638) CRITICAL: Test assertion failure function __igt_unique____real_main28, file ../tests/vc4/vc4_lookup_fail.c:66: (vc4_lookup_fail:638) CRITICAL: Failed assertion: (*__errno_location ()) == 22 (vc4_lookup_fail:638) CRITICAL: Last errno: 19, No such device (vc4_lookup_fail:638) CRITICAL: error: 19 != 22 (vc4_lookup_fail:638) igt_core-INFO: Stack trace: (vc4_lookup_fail:638) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_lookup_fail:638) igt_core-INFO: #1 [+0xccb10e84] (vc4_lookup_fail:638) igt_core-INFO: #2 [+0xccb10b6c] (vc4_lookup_fail:638) igt_core-INFO: #3 [__libc_init_first+0x80] (vc4_lookup_fail:638) igt_core-INFO: #4 [__libc_start_main+0x98] (vc4_lookup_fail:638) igt_core-INFO: #5 [+0xccb10bb0] **** END **** [1mSubtest bad-color-write: FAIL (0.019s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305832 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-rt20 aarch64) Using IGT_SRANDOM=1706305832 for randomisation Opened device: /dev/dri/card0 Starting subtest: mmap-bo (vc4_mmap:647) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_mmap:647) 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:647) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_mmap:647) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xc288122c] #3 [+0xc2880eec] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xc2880f30] Subtest mmap-bo failed. **** DEBUG **** (vc4_mmap:647) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_mmap:647) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << <14>[ 134.745481] [IGT] vc4_mmap: finished subtest mmap-bo, FAIL 0) | (((<14>[ 134.745694] [IGT] vc4_mmap: exiting, ret=98 (sizeof(<8>[ 134.751604] struct d<8>[ 134.752926] rm_vc4_create_bo)))) << ((0+8)+8)))), (&create))<8>[ 134.775337] == 0 (vc4_mmap:647) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_mmap:647) igt_vc4-CRITICAL: error: -1 != 0 (vc4_mmap:647) igt_core-INFO: Stack trace: (vc4_mmap:647) igt_core-INFO: #0 <8>[ 134.798878] ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_mmap:647) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_mmap:647) igt_core-INFO: #2 [[ 134.815987] [IGT] vc4_purgeable_bo: executing known>+0<14>[ 134.816417] [IGT] vc4_purgeable_bo: exiting, ret=77 xc288122<8>[ 134.821638] c] (vc4_mmap:647) igt_core-INFO<14>[ 134.838470] [IGT] vc4_purgeable_bo: executing : #3 [<14>[ 134.838875] [IGT] vc4_purgeable_bo: exiting, ret=77 [ 134.843801] >+0xc2880eec] (vc4_mmap:647) igt_core-INFO: #<14>[ 134.860390] [IGT] vc4_purgeable_bo: executing 4 [__lib<14>[ 134.860819] [IGT] vc4_purgeable_bo: exiting, ret=77 c_init_f<8>[ 134.866056] irst+0x80] (vc4<14>[ 134.882685] [IGT] vc4_purgeable_bo: executing _mmap:64<14>[ 134.883101] [IGT] vc4_purgeable_bo: exiting, ret=77 7) igt_c<8>[ 134.888125] ore-INFO: #5 [__libc_start_mai<14>[ 134.903744] [IGT] vc4_purgeable_bo: executing n+0x98] <14>[ 134.904133] [IGT] vc4_purgeable_bo: exiting, ret=77 (vc4_mm<8>[ 134.909016] ap:647) igt_core-INFO: #6 [[ 134.925482] [IGT] vc4_purgeable_bo: executing known>+0<14>[ 134.925855] [IGT] vc4_purgeable_bo: exiting, ret=77 xc2880f3<8>[ 134.930383] 0] **** END **** [1mSubtest mmap-bo: FAIL (<14>[ 134.947554] [IGT] vc4_purgeable_bo: executing 0.353s)<14>[ 134.947915] [IGT] vc4_purgeable_bo: exiting, ret=77 [0m /us<8>[ 134.952332] r/bin/igt-parser.sh: 73: vc4_prefmon: not found <14>[ 134.971950] [IGT] vc4_purgeable_bo: executing /usr/bi<14>[ 134.972299] [IGT] vc4_purgeable_bo: exiting, ret=77 n/igt-pa<8>[ 134.976581] rser.sh: 83: vc4_prefmon: not found WARNING: un<14>[ 134.995669] [IGT] vc4_purgeable_bo: executing handled <14>[ 134.996001] [IGT] vc4_purgeable_bo: exiting, ret=77 exit sta<8>[ 135.000102] tus: 127<8>[ 135.001333] IGT-Ve<8>[ 135.017376] rsion: 1.28-ga44ebfe (aarch64) (<14>[ 135.031016] [IGT] vc4_tiling: executing Linux: 5<14>[ 135.031307] [IGT] vc4_tiling: starting subtest get-bad-handle .10.218-<14>[ 135.031366] [IGT] vc4_tiling: finished subtest get-bad-handle, SUCCESS cip49-rt<14>[ 135.031444] [IGT] vc4_tiling: exiting, ret=0 20 aarch<8>[ 135.040152] <14>[ 135.056185] [IGT] vc4_tiling: executing 64) Using IGT_SRANDOM=1706305832 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-willneed: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305832 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-purgeable: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305832 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-purgeable-twice: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305832 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-twice: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305832 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 access-purgeable-bo-mem: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305832 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 access-purged-bo-mem: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305832 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-check-retained: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305832 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-rt20 aarch64) Using IGT_SRANDOM=1706305833 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-rt20 aarch64) Using IGT_SRANDOM=1706305833 for randomisation Opened device:<14>[ 135.406822] [IGT] vc4_tiling: starting subtest set-bad-handle /dev/dr<14>[ 135.406982] [IGT] vc4_tiling: finished subtest set-bad-handle, SUCCESS i/card0 <14>[ 135.407174] [IGT] vc4_tiling: exiting, ret=0 Startin<8>[ 135.412882] <14>[ 135.427421] [IGT] vc4_tiling: executing g subtest: get-bad-handle [1mSubtest get-bad-h<14>[ 135.439768] [IGT] vc4_tiling: starting subtest get-bad-flags andle: SUCCESS (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux<14>[ 135.455242] [IGT] vc4_tiling: finished subtest get-bad-flags, FAIL : 5.10.2<14>[ 135.455350] [IGT] vc4_tiling: exiting, ret=98 18-cip49<8>[ 135.459752] -rt20 aarch64) Using IGT_SRANDOM=170630<14>[ 135.476220] [IGT] vc4_tiling: executing 5833 for<14>[ 135.476546] [IGT] vc4_tiling: starting subtest set-bad-flags randomisation Opened device: /dev/dri/card0 Starting subtest: set-bad-handle [1mSubtest set-bad-han<14>[ 135.496539] [IGT] vc4_tiling: finished subtest set-bad-flags, FAIL dle: SUC<14>[ 135.496653] [IGT] vc4_tiling: exiting, ret=98 CESS (0.<8>[ 135.501344] 000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) <14>[ 135.519932] [IGT] vc4_tiling: executing (Linux: <14>[ 135.520279] [IGT] vc4_tiling: starting subtest get-bad-modifier 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305833 for randomisation Opened device: /dev/dri/card0 Starting subtest: get-bad-flags (vc4_tiling:692) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_tiling:692) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_tiling:692) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_tiling:692) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xb8d81080] #3 [+0xb8d80dac] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xb8d80df0] Subtest get-bad-flags failed. **** DEBUG **** (vc4_tiling:692) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_tiling:692) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_tiling:692) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_tiling:692) igt_vc4-CRITICAL: error: -1 != 0 (vc4_tiling:692) igt_core-INFO: Stack trace: (vc4_tiling:692) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_tiling:692) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_tiling:692) igt_core-INFO: #2 [+0xb8d81080] (vc4_tiling:692) igt_core-INFO: #3 [+0xb8d80dac] (vc4_tiling:692) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_tiling:692) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_tiling:692) igt_core-INFO: #6 [+0xb8d80df0] **** END **** [1mSubtest get-bad-flags: FAIL (0.015s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305833 for randomisation Opened device: /dev/dri/card0 Starting subtest: set-bad-flags (vc4_tiling:695) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_tiling:695) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_tiling:695) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_tiling:695) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xadb21138] #3 [+0xadb20dac] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xadb20df0] Subtest set-bad-flags failed. **** DEBUG **** (vc4_tiling:695) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_tiling:695) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_tiling:695) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_tiling:695) igt_vc4-CRITICAL: error: -1 != 0 (vc4_tiling:695) igt_core-INFO: Stack trace: (vc4_tiling:695) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_tiling:695) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_tiling:695) igt_core-INFO: #2 [+0xadb21138] (vc4_tiling:695) igt_core-INFO: #3 [+0xadb20dac] (vc4_tiling:695) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_tiling:695) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_tiling:695) igt_core-INFO: #6 [+0xadb20df0] **** END **** [1mSubtest set-bad-flags: FAIL (0.020s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRAN<14>[ 135.880299] [IGT] vc4_tiling: finished subtest get-bad-modifier, FAIL DOM=1706<14>[ 135.880416] [IGT] vc4_tiling: exiting, ret=98 305833 f<8>[ 135.887068] or randomisation Opened device: /dev/dri/card0 Starting subtest: get-bad-modifier (vc4_tiling:698) ig<14>[ 135.907791] [IGT] vc4_tiling: executing t_vc4-CR<14>[ 135.908125] [IGT] vc4_tiling: starting subtest set-bad-modifier ITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (<14>[ 135.929047] [IGT] vc4_tiling: finished subtest set-bad-modifier, FAIL vc4_tili<14>[ 135.929159] [IGT] vc4_tiling: exiting, ret=98 ng:698) <8>[ 135.934036] igt_vc4-<14>[ 135.951417] [IGT] vc4_tiling: executing CRITICAL: Failed assertion: igt_ioctl((f<14>[ 135.956544] [IGT] vc4_tiling: starting subtest set-get d), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_tiling:698) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_tiling:698) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xe04e1358] #3 [+0xe04e0dac] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xe04e0df0] Subtest get-bad-modifier failed. **** DEBUG **** (vc4_tiling:698) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_tiling:698) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_tiling:698) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_tiling:698) igt_vc4-CRITICAL: error: -1 != 0 (vc4_tiling:698) igt_core-INFO: Stack trace: (vc4_tiling:698) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_tiling:698) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_tiling:698) igt_core-INFO: #2 [+0xe04e1358] (vc4_tiling:698) igt_core-INFO: #3 [+0xe04e0dac] (vc4_tiling:698) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_tiling:698) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_tiling:698) igt_core-INFO: #6 [+0xe04e0df0] **** END **** [1mSubtest get-bad-modifier: FAIL (0.360s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305833 for randomisation Opened device: /dev/dri/card0 Starting subtest: set-bad-modifier (vc4_tiling:701) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_tiling:701) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_tiling:701) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_tiling:701) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xce2913ec] #3 [+0xce290dac] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xce290df0] Subtest set-bad-modifier failed. **** DEBUG **** (vc4_tiling:701) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_tiling:701) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_tiling:701) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_tiling:701) igt_vc4-CRITICAL: error: -1 != 0 (vc4_tiling:701) igt_core-INFO: Stack trace: (vc4_tiling:701) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_tiling:701) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_tiling:701) igt_core-INFO: #2 [+0xce2913ec] (vc4_tiling:701) igt_core-INFO: #3 [+0xce290dac] (vc4_tiling:701) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_tiling:701) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_tiling:701) igt_core-INFO: #6 [+0xce290df0] **** END **** [1mSubtest set-bad-modifier: FAIL (0.021s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305833 for randomisation Opened device: /dev/dri/card0 Starting subtest: set-get (vc4_tiling:704) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_tiling:704) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+<14>[ 136.311663] [IGT] vc4_tiling: finished subtest set-get, FAIL 8)) | ((<14>[ 136.311779] [IGT] vc4_tiling: exiting, ret=98 (0x40 + <8>[ 136.318392] 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_tiling:704) igt_vc4-CRITICAL: Last<14>[ 136.339564] [IGT] vc4_tiling: executing <14>[ 136.339910] [IGT] vc4_tiling: starting subtest get-after-free errno: 19, No such device (vc4_tiling:704) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_cor<14>[ 136.359930] [IGT] vc4_tiling: finished subtest get-after-free, FAIL e.c:1989<14>[ 136.360038] [IGT] vc4_tiling: exiting, ret=98 __igt_f<8>[ 136.364980] ail_asse<8>[ 136.366298] rt() <8>[ 136.386163] #1 [igt_vc4_create_bo+0x9c] #2 [+0xc09314dc] #3 [+0xc0930dac] #4 [__libc_init<14>[ 136.402384] [IGT] vc4_wait_bo: executing _first+0x80] #5 [__libc_start_main+0x98] #6 [+0xc0930df0] Subtest set-get failed. **** DEBUG **** (vc4_tiling:704) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_tiling:704) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_tiling:704) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_tiling:704) igt_vc4-CRITICAL: error: -1 != 0 (vc4_tiling:704) igt_core-INFO: Stack trace: (vc4_tiling:704) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_tiling:704) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_tiling:704) igt_core-INFO: #2 [+0xc09314dc] (vc4_tiling:704) igt_core-INFO: #3 [+0xc0930dac] (vc4_tiling:704) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_tiling:704) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_tiling:704) igt_core-INFO: #6 [+0xc0930df0] **** END **** [1mSubtest set-get: FAIL (0.355s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305834 for randomisation Opened device: /dev/dri/card0 Starting subtest: get-after-free (vc4_tiling:707) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_tiling:707) 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:707) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_tiling:707) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xcff01474] #3 [+0xcff00dac] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xcff00df0] Subtest get-after-free failed. **** DEBUG **** (vc4_tiling:707) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_tiling:707) 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:707) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_tiling:707) igt_vc4-CRITICAL: error: -1 != 0 (vc4_tiling:707) igt_core-INFO: Stack trace: (vc4_tiling:707) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_tiling:707) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_tiling:707) igt_core-INFO: #2 [+0xcff01474] (vc4_tiling:707) igt_core-INFO: #3 [+0xcff00dac] (vc4_tiling:707) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_tiling:707) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_tiling:707) igt_core-INFO: #6 [+0xcff00df0] **** END **** [1mSubtest get-after-free: FAIL (0.020s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305834 for randomisation Opened device: /dev/dri/card0 (vc4_wait_bo:713) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_wait_bo:713) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_wait_bo:713) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_wait_bo:713) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xaab2149c] #3 [+0xaab20e2c] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xaab20e70] Test vc4_wait_bo failed. **** DEBUG **** (vc4_wait_bo:713) igt<14>[ 136.756192] [IGT] vc4_wait_bo: exiting, ret=98 _core-IN<8>[ 136.762271] FO: IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) (vc4_wait<14>[ 136.776837] [IGT] vc4_wait_bo: executing _bo:713) igt_core-INFO: Using IGT_SRANDOM=1706305834 for randomisation (vc4_wait_bo:713<14>[ 136.790445] [IGT] vc4_wait_bo: exiting, ret=98 ) drmtes<8>[ 136.795535] t-DEBUG: Force option used: Using driver vc4 (vc4_wait_bo:713) drmtest-INFO: Opened dev<14>[ 136.810801] [IGT] vc4_wait_bo: executing ice: /dev/dri/card0 (vc4_wait_bo:713) drmtest-DEBUG: Test requirement passed: !(fd<0) (vc4_wait_bo:713) DEBUG: Test requirement passed: igt_vc4_is_v3d(fd) (vc4_wait_bo:713) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_wait_bo:713) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_wait_bo:713) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_wait_bo:713) igt_vc4-CRITICAL: error: -1 != 0 (vc4_wait_bo:713) igt_core-INFO: Stack trace: (vc4_wait_bo:713) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_wait_bo:713) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_wait_bo:713) igt_core-INFO: #2 [+0xaab2149c] (vc4_wait_bo:713) igt_core-INFO: #3 [+0xaab20e2c] (vc4_wait_bo:713) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_wait_bo:713) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_wait_bo:713) igt_core-INFO: #6 [+0xaab20e70] **** END **** [1mSubtest bad-bo: FAIL (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305834 for randomisation Opened device: /dev/dri/card0 (vc4_wait_bo:716) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_wait_bo:716) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_wait_bo:716) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_wait_bo:716) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xe1aa149c] #3 [+0xe1aa0e2c] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xe1aa0e70] Test vc4_wait_bo failed. **** DEBUG **** (vc4_wait_bo:716) igt_core-INFO: IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) (vc4_wait_bo:716) igt_core-INFO: Using IGT_SRANDOM=1706305834 for randomisation (vc4_wait_bo:716) drmtest-DEBUG: Force option used: Using driver vc4 (vc4_wait_bo:716) drmtest-INFO: Opened device: /dev/dri/card0 (vc4_wait_bo:716) drmtest-DEBUG: Test requirement passed: !(fd<0) (vc4_wait_bo:716) DEBUG: Test requirement passed: igt_vc4_is_v3d(fd) (vc4_wait_bo:716) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_wait_bo:716) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_wait_bo:716) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_wait_bo:716) igt_vc4-CRITICAL: error: -1 != 0 (vc4_wait_bo:716) igt_core-INFO: Stack trace: (vc4_wait_bo:716) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_wait_bo:716) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_wait_bo:716) igt_core-INFO: #2 [+0xe1aa149c] (vc4_wait_bo:716) igt_core-INFO: #3 [+0xe1aa0e2c] (vc4_wait_bo:716) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_wait_bo:716) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_wait_bo:716) igt_core-INFO: #6 [+0xe1aa0e70] **** END **** [1mSubtest bad-pad: FAIL (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305834 for randomisation Opened device: /dev/dri/card0 (vc4_wait_bo:719) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_wait_bo:719) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((<14>[ 137.164831] [IGT] vc4_wait_bo: exiting, ret=98 sizeof(s<8>[ 137.171453] truct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_wait_bo:719) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_wait_bo:719) igt_vc4-CRITICAL: error: -1 != 0 St<14>[ 137.195008] [IGT] vc4_wait_bo: executing ack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xc54a149c] #3 [<14>[ 137.209553] [IGT] vc4_wait_bo: exiting, ret=98 +0xc54a0<8>[ 137.214417] e2c] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xc54a0e70] Test vc4_wait_bo failed. **** <14>[ 137.232301] [IGT] vc4_wait_bo: executing DEBUG **** (vc4_wait_bo:719) igt_core-INFO: IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) (vc4_wait_bo:719) igt_core-INFO: Using IGT_SRANDOM=1706305834 for randomisation (vc4_wait_bo:719) drmtest-DEBUG: Force option used: Using driver vc4 (vc4_wait_bo:719) drmtest-INFO: Opened device: /dev/dri/card0 (vc4_wait_bo:719) drmtest-DEBUG: Test requirement passed: !(fd<0) (vc4_wait_bo:719) DEBUG: Test requirement passed: igt_vc4_is_v3d(fd) (vc4_wait_bo:719) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_wait_bo:719) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_wait_bo:719) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_wait_bo:719) igt_vc4-CRITICAL: error: -1 != 0 (vc4_wait_bo:719) igt_core-INFO: Stack trace: (vc4_wait_bo:719) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_wait_bo:719) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_wait_bo:719) igt_core-INFO: #2 [+0xc54a149c] (vc4_wait_bo:719) igt_core-INFO: #3 [+0xc54a0e2c] (vc4_wait_bo:719) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_wait_bo:719) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_wait_bo:719) igt_core-INFO: #6 [+0xc54a0e70] **** END **** [1mSubtest unused-bo-0ns: FAIL (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305835 for randomisation Opened device: /dev/dri/card0 (vc4_wait_bo:722) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_wait_bo:722) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_wait_bo:722) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_wait_bo:722) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xb863149c] #3 [+0xb8630e2c] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xb8630e70] Test vc4_wait_bo failed. **** DEBUG **** (vc4_wait_bo:722) igt_core-INFO: IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) (vc4_wait_bo:722) igt_core-INFO: Using IGT_SRANDOM=1706305835 for randomisation (vc4_wait_bo:722) drmtest-DEBUG: Force option used: Using driver vc4 (vc4_wait_bo:722) drmtest-INFO: Opened device: /dev/dri/card0 (vc4_wait_bo:722) drmtest-DEBUG: Test requirement passed: !(fd<0) (vc4_wait_bo:722) DEBUG: Test requirement passed: igt_vc4_is_v3d(fd) (vc4_wait_bo:722) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_wait_bo:722) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_wait_bo:722) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_wait_bo:722) igt_vc4-CRITICAL: error: -1 != 0 (vc4_wait_bo:722) igt_core-INFO: Stack trace: (vc4_wait_bo:722) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_wait_bo:722) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_wait_bo:722) igt_core-INFO: #2 [+0xb863149c] (vc4_wait_bo:722) igt_core-INFO: #3 [+0xb8630e2c] (vc4_wait_bo:722) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_wait_bo:722) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_wait_bo:722) igt_core-INFO: #6 [+0xb8630e70] **** END **** [1mSubtest unused-bo-1ns: FAIL (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt2<14>[ 137.586697] [IGT] vc4_wait_bo: exiting, ret=98 0 aarch64) Using IGT_SRANDOM=1706305835<8>[ 137.593273] for randomisation Opened device: /dev/dri/card0 (vc4_wait_bo:725) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_wait_bo:725) igt_vc4-<14>[ 137.615889] [IGT] vc4_wait_bo: executing CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_wait_bo:725) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_wait_bo:725) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xb6b4149c] #3 [+0xb6b40e2c] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xb6b40e70] Test vc4_wait_bo failed. **** DEBUG **** (vc4_wait_bo:725) igt_core-INFO: IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) (vc4_wait_bo:725) igt_core-INFO: Using IGT_SRANDOM=1706305835 for randomisation (vc4_wait_bo:725) drmtest-DEBUG: Force option used: Using driver vc4 (vc4_wait_bo:725) drmtest-INFO: Opened device: /dev/dri/card0 (vc4_wait_bo:725) drmtest-DEBUG: Test requirement passed: !(fd<0) (vc4_wait_bo:725) DEBUG: Test requirement passed: igt_vc4_is_v3d(fd) (vc4_wait_bo:725) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_wait_bo:725) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_wait_bo:725) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_wait_bo:725) igt_vc4-CRITICAL: error: -1 != 0 (vc4_wait_bo:725) igt_core-INFO: Stack trace: (vc4_wait_bo:725) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_wait_bo:725) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_wait_bo:725) igt_core-INFO: #2 [+0xb6b4149c] (vc4_wait_bo:725) igt_core-INFO: #3 [+0xb6b40e2c] (vc4_wait_bo:725) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_wait_bo:725) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_wait_bo:725) igt_core-INFO: #6 [+0xb6b40e70] **** END **** [1mSubtest used-bo-0ns: FAIL (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305835 for randomisation Opened device: /dev/dri/card0 (vc4_wait_bo:728) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_wait_bo:728) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_wait_bo:728) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_wait_bo:728) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xadc3149c] #3 [+0xadc30e2c] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xadc30e70] Test vc4_wait_bo failed. **** DEBUG **** (vc4_wait_bo:728) igt_core-INFO: IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) (vc4_wait_bo:728) igt_core-INFO: Using IGT_SRANDOM=1706305835 for randomisation (vc4_wait_bo:728) drmtest-DEBUG: Force option used: Using driver vc4 (vc4_wait_bo:728) drmtest-INFO: Opened device: /dev/dri/card0 (vc4_wait_bo:728) drmtest-DEBUG: Test requirement passed: !(fd<0) (vc4_wait_bo:728) DEBUG: Test requirement passed: igt_vc4_is_v3d(fd) (vc4_wait_bo:728) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_wait_bo:728) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_wait_bo:728) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_wait_bo:728) igt_vc4-CRITICAL: error: -1 != 0 (vc4_wait_bo:728) igt_core-INFO: Stack trace:<14>[ 137.968681] [IGT] vc4_wait_bo: exiting, ret=98 (vc4_w<8>[ 137.974526] ait_bo:728) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_wait_bo<14>[ 137.991106] [IGT] vc4_wait_bo: executing :728) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_wait_bo:728) igt_core-INFO: #2 [+0xadc3149c] (vc4_wait_bo:7<14>[ 138.006905] [IGT] vc4_wait_bo: exiting, ret=98 28) igt_<8>[ 138.011759] core-INF<8>[ 138.013131] O: #3 [+0xadc30e2c] (vc4_wait_bo:728) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_wait_bo:728) igt_core-INFO:<8>[ 138.033761] #5 [__libc_start_main+0x98] (vc4_wait_bo:728) igt_core-INFO: #6 [+0xadc30e70] **** END **** [1mSubte<14>[ 138.049968] [IGT] vc4_wait_seqno: executing st used-<14>[ 138.050321] [IGT] vc4_wait_seqno: starting subtest bad-seqno-0ns bo-1ns: <14>[ 138.050396] [IGT] vc4_wait_seqno: finished subtest bad-seqno-0ns, SUCCESS FAIL (0.<14>[ 138.050491] [IGT] vc4_wait_seqno: exiting, ret=0 000s)[0<8>[ 138.055607] m IGT-V<14>[ 138.077716] [IGT] vc4_wait_seqno: executing ersion: <14>[ 138.091014] [IGT] vc4_wait_seqno: starting subtest bad-seqno-1ns 1.28-ga<41>[ 138.091053] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000008 4ebfe (a<1>[ 138.107727] Mem abort info: arch64) <1>[ 138.111518] ESR = 0x96000044 (Linux: <1>[ 138.115573] EC = 0x25: DABT (current EL), IL = 32 bits 5.10.218<1>[ 138.121919] SET = 0, FnV = 0 -cip49-r<1>[ 138.125974] EA = 0, S1PTW = 0 t20 aarc<1>[ 138.130118] Data abort info: h64) Us<1>[ 138.133997] ISV = 0, ISS = 0x00000044 ing IGT_<1>[ 138.138846] CM = 0, WnR = 1 SRANDOM=<1>[ 138.142814] user pgtable: 4k pages, 48-bit VAs, pgdp=00000000517da000 17063058<1>[ 138.150305] [0000000000000008] pgd=0000000000000000, p4d=0000000000000000 36 for r<0>[ 138.158150] Internal error: Oops: 0000000096000044 [#1] PREEMPT SMP andomisa<4>[ 138.165466] Modules linked in: raspberrypi_cpufreq brcmfmac hci_uart brcmutil btqca btbcm bluetooth clk_raspberrypi ecdh_generic cfg80211 ecc raspberrypi_hwmon crct10dif_ce iproc_rng200 rng_core rfkill pwm_bcm2835 broadcom bcm_phy_lib i2c_bcm2835 bcm2711_thermal genet mdio_bcm_unimac pcie_brcmstb vc4 cec drm_kms_helper drm dm_mod ip_tables x_tables ipv6 tion Op<4>[ 138.198165] CPU: 1 PID: 740 Comm: vc4_wait_seqno Not tainted 5.10.218-cip49-rt20 #1 ened dev<4>[ 138.206889] Hardware name: Raspberry Pi 4 Model B Rev 1.5 (DT) ice: /de<4>[ 138.213765] pstate: 60000085 (nZCv daIf -PAN -UAO -TCO BTYPE=--) v/dri/ca<4>[ 138.220816] pc : prepare_to_wait+0x74/0x84 rd0 (vc<4>[ 138.225929] lr : prepare_to_wait+0x34/0x84 4_wait_b<4>[ 138.231042] sp : ffff8000161ebbd0 o:731) i<4>[ 138.235361] x29: ffff8000161ebbd0 x28: ffff8000161ebd88 gt_vc4-C<4>[ 138.241708] x27: ffff8000161ebd88 x26: 0000000000000001 RITICAL:<4>[ 138.248055] x25: ffff1abd914c9858 x24: ffff1abd91701d00 Test as<4>[ 138.254401] x23: ffffbbf8c2bc7000 x22: ffff8000161ebc68 sertion <4>[ 138.260748] x21: ffff1abd914c9858 x20: 0000000000000001 failure <4>[ 138.267094] x19: ffff8000161ebc50 x18: 0000000000000000 function<4>[ 138.273440] x17: 0000000000000000 x16: ffffbbf8c10d5bc0 igt_vc4<4>[ 138.279787] x15: 0000ffffcaef7df0 x14: 0000000000000000 _create_<4>[ 138.286133] x13: 0000000000000000 x12: 0000000000000000 bo, file<4>[ 138.292479] x11: 0000000000000000 x10: 0000000000000000 ../lib/<4>[ 138.298825] x9 : ffffbbf87191d000 x8 : 0000000000000001 igt_vc4.<4>[ 138.305172] x7 : ffffffffffffffff x6 : ffff8000161ebd98 c:126: <4>[ 138.311519] x5 : 00000000000a73b6 x4 : 0000000000000000 (vc4_wai<4>[ 138.317866] x3 : ffff1abd914c9858 x2 : 0000000000000000 t_bo:731<4>[ 138.324214] x1 : 0000000000000000 x0 : ffff1abd914c9860 ) igt_vc<4>[ 138.330561] Call trace: 4-CRITIC<4>[ 138.334001] prepare_to_wait+0x74/0x84 AL: Fail<4>[ 138.338761] vc4_wait_for_seqno+0x98/0x174 [vc4] ed asser<4>[ 138.344403] vc4_wait_seqno_ioctl+0x30/0xa4 [vc4] tion: ig<4>[ 138.350133] drm_ioctl_kernel+0xc4/0x114 [drm] t_ioctl(<4>[ 138.355599] drm_ioctl+0x228/0x480 [drm] (fd), ((<4>[ 138.360536] __arm64_sys_ioctl+0xa8/0xf0 ((2U|1U)<4>[ 138.365473] el0_svc_common.constprop.0+0x78/0x1c4 << (((0<4>[ 138.371291] do_el0_svc+0x24/0x9c +8)+8)+1<4>[ 138.375612] el0_svc+0x14/0x20 4)) | ((<4>[ 138.379667] el0_sync_handler+0xb0/0xb4 ('d')) <<4>[ 138.384515] el0_sync+0x180/0x1c0 < (0+8))<0>[ 138.388839] Code: d50323bf d65f03c0 aa1503e0 f8408c02 (f9000456) | (((0x<4>[ 138.395977] ---[ end trace eeccca3084ba86d5 ]--- 40 + 0x0<6>[ 138.401751] note: vc4_wait_seqno[740] exited with preempt_count 1 3)) << 0<6>[ 138.408800] printk: console [ttyS1]: printing thread stopped ) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_wait_bo:731) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_wait_bo:731) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xd55f149c] #3 [+0xd55f0e2c] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xd55f0e70] Test vc4_wait_bo failed. **** DEBUG **** (vc4_wait_bo:731) igt_core-INFO: IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) (vc4_wait_bo:731) igt_core-INFO: Using IGT_SRANDOM=1706305836 for randomisation (vc4_wait_bo:731) drmtest-DEBUG: Force option used: Using driver vc4 (vc4_wait_bo:731) drmtest-INFO: Opened device: /dev/dri/card0 (vc4_wait_bo:731) drmtest-DEBUG: Test requirement passed: !(fd<0) (vc4_wait_bo:731) DEBUG: Test requirement passed: igt_vc4_is_v3d(fd) (vc4_wait_bo:731) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_wait_bo:731) 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:731) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_wait_bo:731) igt_vc4-CRITICAL: error: -1 != 0 (vc4_wait_bo:731) igt_core-INFO: Stack trace: (vc4_wait_bo:731) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_wait_bo:731) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_wait_bo:731) igt_core-INFO: #2 [+0xd55f149c] (vc4_wait_bo:731) igt_core-INFO: #3 [+0xd55f0e2c] (vc4_wait_bo:731) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_wait_bo:731) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_wait_bo:731) igt_core-INFO: #6 [+0xd55f0e70] **** END **** [1mSubtest used-bo: FAIL (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305836 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-rt20 aarch64) Using IGT_SRANDOM=1706305836 for randomisation Opened device: /dev/dri/card0 Starting subtest: bad-seqno-1ns Segmentation fault WARNING: unhandled exit status: 139 + set +x / #