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.89 (3826 ms) U-Boot> setenv serverip 192.168.56.39 setenv serverip 192.168.56.39 U-Boot> tftp 0x00080000 376073/tftp-deploy-61_w8yzm/kernel/Image tftp 0x00080000 376073/tftp-deploy-61_w8yzm/kernel/Image Using ethernet@7d580000 device TFTP from server 192.168.56.39; our IP address is 192.168.56.89 Filename '376073/tftp-deploy-61_w8yzm/kernel/Image'. Load address: 0x80000 Loading: *################################################## 30.6 MiB 19.1 MiB/s done Bytes transferred = 32055808 (1e92200 hex) U-Boot> tftp 0x06700000 376073/tftp-deploy-61_w8yzm/ramdisk/ramdisk.cpio.gz.uboot tftp 0x06700000 376073/tftp-deploy-61_w8yzm/ramdisk/ramdisk.cpio.gz.uboot Using ethernet@7d580000 device TFTP from server 192.168.56.39; our IP address is 192.168.56.89 Filename '376073/tftp-deploy-61_w8yzm/ramdisk/ramdisk.cpio.gz.uboot'. Load address: 0x6700000 Loading: *##############################################T #T ### 55.9 MiB 4.2 MiB/s done Bytes transferred = 58595091 (37e1713 hex) U-Boot> setenv initrd_size ${filesize} setenv initrd_size ${filesize} U-Boot> tftp 0x06400000 376073/tftp-deploy-61_w8yzm/dtb/bcm2711-rpi-4-b.dtb tftp 0x06400000 376073/tftp-deploy-61_w8yzm/dtb/bcm2711-rpi-4-b.dtb Using ethernet@7d580000 device TFTP from server 192.168.56.39; our IP address is 192.168.56.89 Filename '376073/tftp-deploy-61_w8yzm/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: 58595027 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 36746000, end 39f276d3 ... OK Loading Device Tree to 000000003673c000, end 00000000367457a9 ... OK Working FDT set to 3673c000 Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd083] [ 0.000000] Linux version 5.10.218-cip49-rt20 (KernelCI@build-j224642-arm64-gcc-10-defconfig-rsvbd) (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 Tue Jun 11 11:02:04 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: 1758480K/2019328K available (14592K kernel code, 2888K rwdata, 7680K rodata, 6016K init, 504K bss, 195312K 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.008618] Console: colour dummy device 80x25 <6>[ 0.013472] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=216000) <6>[ 0.024300] pid_max: default: 32768 minimum: 301 <6>[ 0.029312] LSM: Security Framework initializing <6>[ 0.034332] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear) <6>[ 0.042115] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear) <6>[ 0.052175] rcu: Hierarchical SRCU implementation. <6>[ 0.059508] EFI services will not be available. <6>[ 0.064659] smp: Bringing up secondary CPUs ... <6>[ 0.070047] Detected PIPT I-cache on CPU1 <6>[ 0.074422] CPU1: Booted secondary processor 0x0000000001 [0x410fd083] <6>[ 0.081922] Detected PIPT I-cache on CPU2 <6>[ 0.086277] CPU2: Booted secondary processor 0x0000000002 [0x410fd083] <6>[ 0.093763] Detected PIPT I-cache on CPU3 <6>[ 0.098117] CPU3: Booted secondary processor 0x0000000003 [0x410fd083] <6>[ 0.105084] smp: Brought up 1 node, 4 CPUs <6>[ 0.109516] SMP: Total of 4 processors activated. <6>[ 0.114545] CPU features: detected: 32-bit EL0 Support <6>[ 0.120025] CPU features: detected: CRC32 instructions <6>[ 0.125493] CPU features: detected: 32-bit EL1 Support <6>[ 0.149673] CPU: All CPU(s) started at EL2 <6>[ 0.154131] alternatives: patching kernel code <6>[ 0.160427] devtmpfs: initialized <6>[ 0.169210] KASLR enabled <6>[ 0.172355] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns <6>[ 0.182493] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) <6>[ 0.191528] pinctrl core: initialized pinctrl subsystem <6>[ 0.198510] DMI not present or invalid. <6>[ 0.203477] NET: Registered protocol family 16 <6>[ 0.209854] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations <6>[ 0.217347] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations <6>[ 0.225596] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations <6>[ 0.233906] audit: initializing netlink subsys (disabled) <5>[ 0.239816] audit: type=2000 audit(0.164:1): state=initialized audit_enabled=0 res=1 <6>[ 0.240887] thermal_sys: Registered thermal governor 'step_wise' <6>[ 0.240892] thermal_sys: Registered thermal governor 'power_allocator' <6>[ 0.247935] cpuidle: using governor menu <6>[ 0.265530] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. <6>[ 0.272763] ASID allocator initialised with 32768 entries <6>[ 0.280092] Serial: AMBA PL011 UART driver <6>[ 0.322358] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages <6>[ 0.329432] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages <6>[ 0.336517] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages <6>[ 0.343562] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages <6>[ 0.352100] cryptd: max_cpu_qlen set to 1000 <6>[ 0.359541] ACPI: Interpreter disabled. <6>[ 0.365890] iommu: Default domain type: Translated <6>[ 0.371362] vgaarb: loaded <5>[ 0.374666] SCSI subsystem initialized <7>[ 0.378891] libata version 3.00 loaded. <6>[ 0.383270] usbcore: registered new interface driver usbfs <6>[ 0.389132] usbcore: registered new interface driver hub <6>[ 0.394803] usbcore: registered new device driver usb <4>[ 0.400351] usb_phy_generic phy: supply vcc not found, using dummy regulator <6>[ 0.408527] pps_core: LinuxPPS API ver. 1 registered <6>[ 0.413821] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <6>[ 0.423335] PTP clock support registered <6>[ 0.427715] EDAC MC: Ver: 3.0.0 <6>[ 0.432619] FPGA manager framework <6>[ 0.436420] Advanced Linux Sound Architecture Driver Initialized. <6>[ 0.443651] clocksource: Switched to clocksource arch_sys_counter <5>[ 0.450293] VFS: Disk quotas dquot_6.6.0 <6>[ 0.454595] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) <6>[ 0.462038] pnp: PnP ACPI: disabled <6>[ 0.472897] NET: Registered protocol family 2 <6>[ 0.477922] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear) <6>[ 0.487256] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear) <6>[ 0.496233] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear) <6>[ 0.504601] TCP bind hash table entries: 16384 (order: 6, 262144 bytes, linear) <6>[ 0.512517] TCP: Hash tables configured (established 16384 bind 16384) <6>[ 0.519573] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear) <6>[ 0.526653] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear) <6>[ 0.534290] NET: Registered protocol family 1 <6>[ 0.539524] RPC: Registered named UNIX socket transport module. <6>[ 0.545791] RPC: Registered udp transport module. <6>[ 0.550812] RPC: Registered tcp transport module. <6>[ 0.555840] RPC: Registered tcp NFSv4.1 backchannel transport module. <6>[ 0.562625] PCI: CLS 0 bytes, default 64 <6>[ 0.567068] Unpacking initramfs... <6>[ 4.901808] Freeing initrd memory: 57220K <6>[ 4.907236] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available <6>[ 4.915926] kvm [1]: IPA Size Limit: 44 bits <6>[ 4.922000] kvm [1]: vgic interrupt IRQ9 <6>[ 4.926421] kvm [1]: Hyp mode initialized successfully <5>[ 4.933981] Initialise system trusted keyrings <6>[ 4.938947] workingset: timestamp_bits=42 max_order=19 bucket_order=0 <6>[ 4.952337] squashfs: version 4.0 (2009/01/31) Phillip Lougher <5>[ 4.959232] NFS: Registering the id_resolver key type <5>[ 4.964651] Key type id_resolver registered <5>[ 4.969150] Key type id_legacy registered <6>[ 4.973622] nfs4filelayout_init: NFSv4 File Layout Driver Registering... <6>[ 4.980672] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... <6>[ 4.988591] 9p: Installing v9fs 9p2000 file system support <5>[ 5.058898] Key type asymmetric registered <5>[ 5.063322] Asymmetric key parser 'x509' registered <6>[ 5.068558] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245) <6>[ 5.076309] io scheduler mq-deadline registered <6>[ 5.081159] io scheduler kyber registered <4>[ 5.098650] EINJ: ACPI disabled. <6>[ 5.121289] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled <6>[ 5.129785] printk: console [ttyS1] disabled <6>[ 5.134467] fe215040.serial: ttyS1 at MMIO 0xfe215040 (irq = 26, base_baud = 62499999) is a 16550 <6>[ 5.143810] printk: console [ttyS1] enabled <6>[ 5.143810] printk: console [ttyS1] enabled <6>[ 5.152836] printk: bootconsole [bcm2835aux0] disabled <6>[ 5.152836] printk: bootconsole [bcm2835aux0] disabled <6>[ 5.165488] SuperH (H)SCI(F) driver initialized <6>[ 5.170926] msm_serial: driver initialized <6>[ 5.183975] loop: module loaded <6>[ 5.188553] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver <6>[ 5.197307] megasas: 07.714.04.00-rc1 <6>[ 5.207569] tun: Universal TUN/TAP device driver, 1.6 <6>[ 5.213827] thunder_xcv, ver 1.0 <6>[ 5.217421] thunder_bgx, ver 1.0 <6>[ 5.221009] nicpf, ver 1.0 <6>[ 5.225360] hclge is initializing <6>[ 5.229018] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version <6>[ 5.236621] hns3: Copyright (c) 2017 Huawei Corporation. <6>[ 5.242327] e1000: Intel(R) PRO/1000 Network Driver <6>[ 5.247557] e1000: Copyright (c) 1999-2006 Intel Corporation. <6>[ 5.253708] e1000e: Intel(R) PRO/1000 Network Driver <6>[ 5.259016] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. <6>[ 5.265330] igb: Intel(R) Gigabit Ethernet Network Driver <6>[ 5.271086] igb: Copyright (c) 2007-2014 Intel Corporation. <6>[ 5.277040] igbvf: Intel(R) Gigabit Virtual Function Network Driver <6>[ 5.283670] igbvf: Copyright (c) 2009 - 2012 Intel Corporation. <6>[ 5.290319] sky2: driver version 1.30 <6>[ 5.295508] VFIO - User Level meta-driver version: 0.3 <6>[ 5.303045] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver <6>[ 5.309970] ehci-pci: EHCI PCI platform driver <6>[ 5.314791] ehci-platform: EHCI generic platform driver <6>[ 5.320506] ehci-orion: EHCI orion driver <6>[ 5.324962] ehci-exynos: EHCI Exynos driver <6>[ 5.329581] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver <6>[ 5.336141] ohci-pci: OHCI PCI platform driver <6>[ 5.340956] ohci-platform: OHCI generic platform driver <6>[ 5.346650] ohci-exynos: OHCI Exynos driver <6>[ 5.351818] usbcore: registered new interface driver usb-storage <6>[ 5.361252] i2c /dev entries driver <6>[ 5.367354] brcmstb-i2c fef04500.i2c: @97500hz registered in polling mode <6>[ 5.374977] brcmstb-i2c fef09500.i2c: @97500hz registered in polling mode <6>[ 5.385790] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer <6>[ 5.394612] sdhci: Secure Digital Host Controller Interface driver <6>[ 5.401182] sdhci: Copyright(c) Pierre Ossman <6>[ 5.406474] Synopsys Designware Multimedia Card Interface Driver <6>[ 5.413956] sdhci-pltfm: SDHCI platform and OF driver helper <6>[ 5.422207] ledtrig-cpu: registered to indicate activity on CPUs <6>[ 5.430428] usbcore: registered new interface driver usbhid <6>[ 5.436366] usbhid: USB HID core driver <6>[ 5.441662] bcm2835-mbox fe00b880.mailbox: mailbox enabled <6>[ 5.452123] NET: Registered protocol family 17 <6>[ 5.457094] 9pnet: Installing 9P2000 support <5>[ 5.461768] Key type dns_resolver registered <6>[ 5.466790] printk: console [ttyS1]: printing thread started <6>[ 5.466855] registered taskstats version 1 <5>[ 5.466866] Loading compiled-in X.509 certificates <6>[ 5.471716] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 24, base_baud = 0) is a PL011 rev2 <6>[ 5.471906] serial serial0: tty port ttyAMA0 registered <6>[ 5.485727] raspberrypi-firmware soc:firmware: Attached to firmware from 2023-10-17T15:39:16 <4>[ 5.491903] dwc2 fe980000.usb: supply vusb_d not found, using dummy regulator <4>[ 5.492057] dwc2 fe980000.usb: supply vusb_a not found, using dummy regulator <6>[ 5.594075] dwc2 fe980000.usb: EPs: 8, dedicated fifos, 4080 entries in SPRAM <6>[ 5.599588] sdhci-iproc fe300000.mmc: allocated mmc-pwrseq <6>[ 5.633918] mmc0: SDHCI controller on fe300000.mmc [fe300000.mmc] using PIO <6>[ 5.646346] mmc1: SDHCI controller on fe340000.mmc [fe340000.mmc] using ADMA <4>[ 5.649889] mmc0: queuing unknown CIS tuple 0x80 (2 bytes) <4>[ 5.651578] mmc0: queuing unknown CIS tuple 0x80 (3 bytes) <4>[ 5.653268] mmc0: queuing unknown CIS tuple 0x80 (3 bytes) <4>[ 5.656325] mmc0: queuing unknown CIS tuple 0x80 (7 bytes) <4>[ 5.658010] mmc0: queuing unknown CIS tuple 0x80 (3 bytes) <6>[ 5.718672] mmc0: new high speed SDIO card at address 0001 <6>[ 5.759828] mmc1: new ultra high speed DDR50 SDXC card at address 59b4 <6>[ 5.760469] mmcblk1: mmc1:59b4 GE4S5 239 GiB <6>[ 5.762370] mmcblk1: p1 p2 <6>[ 17.931675] clk: Disabling unused clocks <6>[ 17.931770] ALSA device list: <6>[ 17.931779] No soundcards found. <6>[ 17.937519] Freeing unused kernel memory: 6016K <6>[ 17.937788] Run /init as init process <30>[ 17.969295] systemd[1]: System time before build time, advancing clock. <6>[ 17.983402] NET: Registered protocol family 10 <6>[ 17.984463] Segment Routing with IPv6 <30>[ 17.999120] systemd[1]: systemd 252.22-1~deb12u1 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified) <30>[ 17.999155] systemd[1]: Detected architecture arm64. Welcome to [1mDebian GNU/Linux 12 (bookworm)[0m! <30>[ 18.051994] systemd[1]: Hostname set to . <30>[ 18.332725] systemd[1]: Queued start job for default target graphical.target. <30>[ 18.338689] 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.369413] 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.397535] 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.424967] 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.448118] 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.476008] 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.503868] 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.503980] systemd[1]: Expecting device dev-ttyS1.device - /dev/ttyS1... - /dev/ttyS1... [[0;32m OK [0m] Reached target [0;1;39mcryp<30>[ 18.547815] 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.575856] 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.603843] systemd[1]: Reached target paths.target - Path Units. s.target[0m - Path Units. [[0;32m OK [0m] Reached target [0;1;39mremo<30>[ 18.627813] 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.651795] systemd[1]: Reached target slices.target - Slice Units. es.target[0m - Slice Units. [[0;32m OK [0m] Reached target [0;1;39mswap<30>[ 18.675826] systemd[1]: Reached target swap.target - Swaps. .target[0m - Swaps. [[0;32m OK [0m] Reached target [0;1;39mveri<30>[ 18.695847] 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.724099] 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.752890] 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.780368] 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.808393] 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.836415] 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.864272] 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.895973] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System... 0m - Huge Pages File System... Mounting [0;1;39mdev-mqueue.mount…P<30>[ 18.923774] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System... OSIX Message Queue File System... Mounting [0;1;39msys-kernel-debug.…<30>[ 18.951927] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System... [0m - Kernel Debug File System... <30>[ 18.976258] systemd[1]: sys-kernel-tracing.mount - Kernel Trace File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/tracing). <30>[ 18.980872] 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;39mmodpr<30>[ 19.028754] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs... obe@configfs…m - Load Kernel Module configfs... Starting [0;1;39mmodprobe@dm_m<30>[ 19.060384] systemd[1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod... od.s…[0m - Load Kernel Module dm_mod..<6>[ 19.075016] device-mapper: ioctl: 4.43.0-ioctl (2020-10-01) initialised: dm-devel@redhat.com . Starting [0;1;39mmodprobe@drm.<30>[ 19.100475] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm... service[0m - Load Kernel Module drm... Starting [0;1;39mmodprobe@efi_<30>[ 19.132487] 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.164434] systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop... .ser…e[0m - Load Kernel Module loop... <28>[ 19.192514] systemd[1]: systemd-journald.service: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling. <28>[ 19.192537] systemd[1]: (This warning is only shown for the first unit using IP firewalling.) <30>[ 19.196208] systemd[1]: Starting systemd-journald.service - Journal Service... Starting [0;1;39msystemd-journald.service[0m - Journal Service... Starting [0;1;39msyste<30>[ 19.249017] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules... md-modules-l…rvice[0m - Load Kernel Modules... Starting [0;1;39msyste<30>[ 19.280819] 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.312195] 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.344617] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices... trig…[0m - Coldplug All udev Devices... [[0;32m<30>[ 19.379140] systemd[1]: Started systemd-journald.service - Journal Service. OK [0m] Started [0;1;39msystemd-journald.service[0m - Journal Service. [[0;32m OK [0m] Mounted [0;1;39mdev-hugepages.mount[0m - Huge Pages File System. [[0;32m OK [0m] Mounted [0;1;39mdev-mqueue.mount[…- POSIX Message Queue File System. [[0;32m OK [0m] Mounted [0;1;39msys-kernel-debug.m…nt[0m - Kernel Debug File System. [[0;32m OK [0m] Finished [0;1;39mkmod-static-nodes…reate List of Static Device Nodes. [[0;32m OK [0m] Finished [0;1;39mmodprobe@configfs…[0m - Load Kernel Module configfs. [[0;32m OK [0m] Finished [0;1;39mmodprobe@dm_mod.s…e[0m - Load Kernel Module dm_mod. [[0;32m OK [0m] Finished [0;1;39mmodprobe@drm.service[0m - Load Kernel Module drm. [[0;32m OK [0m] Finished [0;1;39mmodprobe@efi_psto…m - Load Kernel Module efi_pstore. [[0;32m OK [0m] Finished [0;1;39mmodprobe@loop.service[0m - Load Kernel Module loop. [[0;32m OK [0m] Finished [0;1;39msystemd-modules-l…service[0m - Load Kernel Modules. [[0;32m OK [0m] Finished [0;1;39msystemd-network-g…rk units from Kernel command line. [[0;1;31mFAILED[0m] Failed to start [0;1;39msystemd-re…ount Root and Kernel File Systems. See 'systemctl status systemd-remount-fs.service' for details. [[0;32m OK [0m] Reached target [0;1;39mnetwork-pre…get[0m - Preparation for Network. Mounting [0;1;39msys-kernel-config…ernel Configuration File System... Starting [0;1;39msystemd-journal-f…h Journal to Persistent Storage... Starting [0;1;39msystemd-random-se…ice[0m - Load/Save Random Seed... <46>[ 19.734400] systemd-journald[126]: Received client request to flush runtime journal. Starting [0;1;39msystemd-sysctl.se…ce[0m - Apply Kernel Variables... Starting [0;1;39msystemd-sysusers.…rvice[0m - Create System Users... [[0;32m OK [0m] Mounted [0;1;39msys-kernel-config.… Kernel Configuration File System. [[0;32m OK [0m] Finished [0;1;39msystemd-journal-f…ush Journal to Persistent Storage. [[0;32m OK [0m] Finished [0;1;39msystemd-sysctl.service[0m - Apply Kernel Variables. [[0;32m OK [0m] Finished [0;1;39msystemd-sysusers.service[0m - Create System Users. Starting [0;1;39msystemd-tmpfiles-…ate Static Device Nodes in /dev... [[0;32m OK [0m] Finished [0;1;39msystemd-tmpfiles-…reate Static Device Nodes in /dev. [[0;32m OK [0m] Reached target [0;1;39mlocal-fs-pr…reparation for Local File Systems. [[0;32m OK [0m] Reached target [0;1;39mlocal-fs.target[0m - Local File Systems. Starting [0;1;39msystemd-tmpfiles-… Volatile Files and Directories... Starting [0;1;39msystemd-udevd.ser…ger for Device Events and Files... [[0;32m OK [0m] Finished [0;1;39msystemd-udev-trig…e[0m - Coldplug All udev Devices. [[0;32m OK [0m] Finished [0;1;39msystemd-tmpfiles-…te Volatile Files and Directories. Starting [0;1;39msystemd-timesyncd… - Network Time Synchronization... Starting [0;1;39msystemd-update-ut…rd System Boot/Shutdown in UTMP... [[0;32m OK [0m] Finished [0;1;39msystemd-update-ut…cord System Boot/Shutdown in UTMP. [[0;32m OK [0m] Started [0;1;39msystemd-udevd.serv…nager for Device Events and Files. [[0;32m OK [0m] Found device [0;1;39mdev-ttyS1.device[0m - /dev/ttyS1. [[0;32m OK [0m] Started [0;1;39msystemd-timesyncd.…0m - Network Time Synchronization. [[0;32m OK [0m] Reached target [0;1;39msysinit.target[0m - System Initialization. [[0;32m OK [0m] Started [0;1;39msystemd-tmpfiles-c… Cleanup of Temporary Directories. [[0;32m OK [0m] Reached target [0;1;39mtime-set.target[0m - System Time Set. [[0;32m OK [0m] Started [0;1;39mfstrim.timer[0m - Discard unused blocks once a week. [[0;32m OK [0m] Reached target [0;1;39mtimers.target[0m - Timer Units. [[0;32m OK [0m] Listening on [0;1;39mdbus.socket[…- D-Bus System Message Bus Socket. [[0;32m OK [0m] Reached target [0;1;39msockets.target[0m - Socket Units. [[0;32m OK [0m] Reached target [0;1;39mbasic.target[0m - Basic System. Starting [0;1;39mdbus.service[0m - D-Bus System Message Bus... <5>[ 20.718447] random: dbus-daemon: uninitialized urandom read (12 bytes read) <5>[ 20.727474] random: dbus-daemon: uninitialized urandom read (12 bytes read) Starting [0;1;39msystemd-logind.se…ice[0m - User Login Management... Starting [0;1;39msystemd-user-sess…vice[0m - Permit User Sessions... [[0;32m OK [0m] Started [0;1;39mdbus.service[0m - D-Bus System Message Bus. [[0;32m OK [0m] Finished [0;1;39msystemd-user-sess…ervice[0m - Permit User Sessions. [[0;32m OK [0m] Started [0;1;39mgetty@tty1.service[0m - Getty on tty1. [[0;32m OK [0m] Started [0;1;39mserial-getty@ttyS1…rvice[0m - Serial Getty on ttyS1. [[0;32m OK [0m] Reached target [0;1;39mgetty.target[0m - Login Prompts. [[0;32m OK [0m] Started [0;1;39msystemd-logind.service[0m - User Login Management. [[0;32m OK [0m] Reached target [0;1;39mmulti-user.target[0m - Multi-User System. [[0;32m OK [0m] Reached target [0;1;39mgraphical.target[0m - Graphical Interface. Starting [0;1;39msystemd-update-ut… Record Runlevel Change in UTMP... <6>[ 21.078177] iproc-rng200 fe104000.rng: hwrng registered <6>[ 21.094888] bcmgenet fd580000.ethernet: GENET 5.0 EPHY: 0x0000 <6>[ 21.102504] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges: <6>[ 21.102539] brcm-pcie fd500000.pcie: No bus range found for /scb/pcie@7d500000, using [bus 00-ff] <6>[ 21.102578] brcm-pcie fd500000.pcie: MEM 0x0600000000..0x0603ffffff -> 0x00f8000000 <6>[ 21.102612] brcm-pcie fd500000.pcie: IB MEM 0x0000000000..0x007fffffff -> 0x0400000000 [[0;32m OK [0m] Finished [0;1;39msystemd-update-ut… - Record Runlevel Change in UTMP. <3>[ 21.157603] [drm:vc5_hdmi_init_resources [vc4]] *ERROR* Failed to get HDMI state machine clock [[0;32m OK [0m] Reached target [0;1;39musb-gadget.…m - Hardware activated USB gadget. <3>[ 21.206839] [drm:vc5_hdmi_init_resources [vc4]] *ERROR* Failed to get HDMI state machine clock <6>[ 21.207325] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus <3>[ 21.210106] [drm:vc5_hdmi_init_resources [vc4]] *ERROR* Failed to get HDMI state machine clock <3>[ 21.213882] [drm:vc5_hdmi_init_resources [vc4]] *ERROR* Failed to get HDMI state machine clock <5>[ 21.227143] cfg80211: Loading compiled-in X.509 certificates for regulatory database <6>[ 21.234429] brcm-pcie fd500000.pcie: link up, 5.0 GT/s PCIe x1 (SSC) <6>[ 21.234755] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00 <6>[ 21.234768] pci_bus 0000:00: root bus resource [bus 00-ff] <6>[ 21.234783] pci_bus 0000:00: root bus resource [mem 0x600000000-0x603ffffff] (bus address [0xf8000000-0xfbffffff]) <6>[ 21.234830] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400 <6>[ 21.234916] pci 0000:00:00.0: PME# supported from D0 D3hot <3>[ 21.236080] [drm:vc5_hdmi_init_resources [vc4]] *ERROR* Failed to get HDMI state machine clock <6>[ 21.237968] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330 <6>[ 21.238041] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit] <6>[ 21.238197] pci 0000:01:00.0: PME# supported from D0 D3hot <6>[ 21.258120] pci 0000:00:00.0: BAR 14: assigned [mem 0x600000000-0x6000fffff] <6>[ 21.258148] pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x600000fff 64bit] <6>[ 21.258170] pci 0000:00:00.0: PCI bridge to [bus 01] <6>[ 21.258180] pci 0000:00:00.0: bridge window [mem 0x600000000-0x6000fffff] <6>[ 21.258503] pcieport 0000:00:00.0: enabling device (0000 -> 0002) <6>[ 21.258757] pcieport 0000:00:00.0: PME: Signaling with IRQ 51 <3>[ 21.261682] [drm:vc5_hdmi_init_resources [vc4]] *ERROR* Failed to get HDMI state machine clock <5>[ 21.275757] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' <5>[ 21.276714] cfg80211: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600' <4>[ 21.276888] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2 [[0;32m OK [<4>[ 21.276904] platform regulatory.0: Falling back to sysfs fallback for: regulatory.db 0m] List<3>[ 21.278717] [drm:vc5_hdmi_init_resources [vc4]] *ERROR* Failed to get HDMI state machine clock ening on [0;1;3<6>[ 21.333901] Bluetooth: Core ver 2.22 9msystemd-rfkil�<6>[ 21.334009] NET: Registered protocol family 31 ��l Swit<6>[ 21.334016] Bluetooth: HCI device and connection manager initialized ch Status /dev/r<6>[ 21.334034] Bluetooth: HCI socket layer initialized fkill Watch. <6>[ 21.334043] Bluetooth: L2CAP socket layer initialized <6>[ 21.334062] Bluetooth: SCO socket layer initialized <3>[ 21.343781] [drm:vc5_hdmi_init_resources [vc4]] *ERROR* Failed to get HDMI state machine clock <6>[ 21.352003] xhci_hcd 0000:01:00.0: xHCI Host Controller <6>[ 21.352055] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1 <6>[ 21.352541] xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x0000040000000890 <6>[ 21.353462] xhci_hcd 0000:01:00.0: xHCI Host Controller <6>[ 21.353481] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2 [[0;32m<6>[ 21.353496] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed OK [<6>[ 21.357455] Bluetooth: HCI UART driver ver 2.3 0m] Reac<6>[ 21.357473] Bluetooth: HCI UART protocol H4 registered hed targ<6>[ 21.357541] Bluetooth: HCI UART protocol LL registered et [0;1<6>[ 21.357898] Bluetooth: HCI UART protocol Broadcom registered ;39msoun<6>[ 21.357946] Bluetooth: HCI UART protocol QCA registered d.target<3>[ 21.361255] debugfs: Directory 'fef00700.hdmi' with parent 'vc4-hdmi-0' already present! [0m - S<6>[ 21.362177] hub 1-0:1.0: USB hub found ound Car<6>[ 21.362253] hub 1-0:1.0: 1 port detected d. <4>[ 21.362883] hci_uart_bcm serial0-0: supply vbat not found, using dummy regulator <4>[ 21.363042] hci_uart_bcm serial0-0: supply vddio not found, using dummy regulator <6>[ 21.367253] vc4-drm gpu: bound fef00700.hdmi (ops vc4_hdmi_ops [vc4]) <3>[ 21.367920] debugfs: Directory 'fef05700.hdmi' with parent 'vc4-hdmi-1' already present! [[0;32m<6>[ 21.369516] vc4-drm gpu: bound fef05700.hdmi (ops vc4_hdmi_ops [vc4]) OK [<6>[ 21.369717] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4]) 0m] Reac<6>[ 21.369905] vc4-drm gpu: bound fe004000.txp (ops vc4_txp_ops [vc4]) hed targ<6>[ 21.370059] vc4-drm gpu: bound fe206000.pixelvalve (ops vc4_crtc_ops [vc4]) et [0;1<6>[ 21.370202] vc4-drm gpu: bound fe207000.pixelvalve (ops vc4_crtc_ops [vc4]) ;39mblue<6>[ 21.370341] vc4-drm gpu: bound fe20a000.pixelvalve (ops vc4_crtc_ops [vc4]) tooth.ta<6>[ 21.370465] vc4-drm gpu: bound fe216000.pixelvalve (ops vc4_crtc_ops [vc4]) rget[0m<6>[ 21.372130] hub 2-0:1.0: USB hub found - Bluet<6>[ 21.372224] hub 2-0:1.0: 4 ports detected ooth Sup<6>[ 21.394441] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6 port. <4>[ 21.394564] brcmfmac mmc0:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.bin failed with error -2 <4>[ 21.394578] brcmfmac mmc0:0001:1: Falling back to sysfs fallback for: brcm/brcmfmac43455-sdio.bin <6>[ 21.403284] [drm] Initialized vc4 0.0.0 20140616 for gpu on minor 0 <6>[ 21.405277] vc4-drm gpu: [drm] Cannot find any crtc or sizes Startin<6>[ 21.409131] vc4-drm gpu: [drm] Cannot find any crtc or sizes g [0;1;<6>[ 21.437767] cfg80211: failed to load regulatory.db 39msyste<6>[ 21.443471] bcmgenet fd580000.ethernet end0: renamed from eth0 md-rfkil<6>[ 21.480153] uart-pl011 fe201000.serial: no DMA platform data l.se…L<6>[ 21.631653] usb 1-1: new high-speed USB device number 2 using xhci_hcd oad/Save<6>[ 21.737964] Bluetooth: hci0: BCM: chip id 107 RF Kill<6>[ 21.744623] Bluetooth: hci0: BCM: features 0x2f Switch Status..<6>[ 21.783313] Bluetooth: hci0: BCM4345C0 . <6>[ 21.783318] Bluetooth: hci0: BCM4345C0 (003.001.025) build 0000 <3>[ 21.784424] Bluetooth: hci0: BCM: firmware Patch file not found, tried: <3>[ 21.784436] Bluetooth: hci0: BCM: 'brcm/BCM4345C0.hcd' [[0;32m<3>[ 21.784438] Bluetooth: hci0: BCM: 'brcm/BCM.hcd' OK [0m] Started [0;1;39msys<6>[ 21.815341] hub 1-1:1.0: USB hub found temd-rfk<6>[ 21.815661] hub 1-1:1.0: 4 ports detected ill.ser…- Load/Save RF Kill Switch Status. <5>[ 21.943650] random: crng init done [[0;32m OK [0m] Finished [0;1;39msystemd-random-se…rvice[0m - Load/Save Random Seed. Debian GNU/Linux 12 debian-bookworm-arm64 ttyS1 debian-bookworm-arm64 login: root (automatic login) Linux debian-bookworm-arm64 5.10.218-cip49-rt20 #1 SMP PREEMPT Tue Jun 11 11:02:04 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-376073/environment . /lava-376073/environment / # /lava-376073/bin/lava-test-runner /lava-376073/0 /lava-376073/bin/lava-test-runner /lava-376073/0 + export TESTRUN_ID=0_igt-kms-vc4 + cd /lava-376073/0/tests/0_igt<8>[ 22.560748] -kms-vc4 + cat uuid + UUID=376073_1.5.2.4.1 + set +x + IGT_FORCE_DRIVER=vc4 /usr/bin/igt-parser.sh core_auth core_getclient core_getstats core_getve<8>[ 22.580782] rsion core_setmaster_vs_auth drm_read kms_addfb_basic kms_atomic kms_flip_event_<14>[ 22.594826] [IGT] core_auth: executing leak kms<14>[ 22.595066] [IGT] core_auth: starting subtest getclient-simple _prop_bl<14>[ 22.595249] [IGT] core_auth: finished subtest getclient-simple, SUCCESS ob kms_s<14>[ 22.595333] [IGT] core_auth: exiting, ret=0 <8>[ 22.599895] <14>[ 22.615289] [IGT] core_auth: executing <3>[ 22.620595] brcmfmac: brcmf_sdio_htclk: HT Avail timeout (1000000): clkctl 0x50 etmode kms_vblank vc4_create_bo vc4_dmabuf_poll <14>[ 22.639891] [IGT] core_auth: starting subtest getclient-master-drop vc4_labe<14>[ 22.640129] [IGT] core_auth: finished subtest getclient-master-drop, SUCCESS l_bo vc4<14>[ 22.640220] [IGT] core_auth: exiting, ret=0 _lookup_<8>[ 22.644633] fail vc4<14>[ 22.664233] [IGT] core_auth: executing _mmap vc4_prefmon vc4_purgeable_<14>[ 22.677811] [IGT] core_auth: starting subtest basic-auth bo vc4_t<14>[ 22.677975] [IGT] core_auth: finished subtest basic-auth, SUCCESS iling vc<14>[ 22.678027] [IGT] core_auth: exiting, ret=0 4_wait_b<8>[ 22.682467] <14>[ 22.698783] [IGT] core_auth: executing o vc4_wait_seqno<14>[ 22.710617] [IGT] core_auth: starting subtest many-magics IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305720 for ra<14>[ 22.725293] [IGT] core_auth: finished subtest many-magics, SUCCESS ndomisat<14>[ 22.725375] [IGT] core_auth: exiting, ret=0 ion Sta<8>[ 22.729833] rting su<8>[ 22.731049] btest: getclient-simple Opened device: /dev/dri/card0 [1mSubtest getclient-simple: SUCCESS (0.000s)[0m IGT-Version: 1.28-ga44ebfe (<14>[ 22.760457] [IGT] core_getclient: executing aarch64)<14>[ 22.760793] [IGT] core_getclient: exiting, ret=0 (Linux:<8>[ 22.765604] 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305720 for randomisation Starting subtest: getclient-master-drop Opened device: /dev/dri/card0 [1mSubte<14>[ 22.795123] [IGT] core_getstats: executing st getcl<14>[ 22.795450] [IGT] core_getstats: exiting, ret=0 ient-mas<8>[ 22.800178] ter-drop: SUCCESS (0.000s)[0m 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 subte<14>[ 22.831177] [IGT] core_getversion: executing st: basi<14>[ 22.831564] [IGT] core_getversion: exiting, ret=0 c-auth <8>[ 22.841273] [1mSubtest basic-auth: SUCCESS (0.000s)[0m 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: many-magics Reopening device failed after 1020 opens [1mSubtest many-magics<14>[ 22.874322] [IGT] core_setmaster_vs_auth: executing : SUCCES<14>[ 22.874863] [IGT] core_setmaster_vs_auth: exiting, ret=0 S (0.015<8>[ 22.879982] s)[0m IGT-Version: 1.2<8>[ 22.898198] 8-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305720 for randomisation Opened device: /dev/dri/card0<14>[ 22.914529] [IGT] drm_read: executing SUCCESS (0.000s) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) U<6>[ 22.926945] vc4-drm gpu: [drm] Cannot find any crtc or sizes sing 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: invali<14>[ 23.064295] [IGT] drm_read: starting subtest invalid-buffer d-buffer<14>[ 23.064415] [IGT] drm_read: finished subtest invalid-buffer, SUCCESS [1mSu<14>[ 23.064604] [IGT] drm_read: exiting, ret=0 btest in<8>[ 23.070843] valid-buffer: SUCCESS (0.000s)[<14>[ 23.093805] [IGT] drm_read: executing 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.231000] [IGT] drm_read: starting subtest fault-buffer : fault-<14>[ 23.231244] [IGT] drm_read: finished subtest fault-buffer, SUCCESS buffer <14>[ 23.231396] [IGT] drm_read: exiting, ret=0 [1mSubt<8>[ 23.236612] est fault-buffer<14>[ 23.258680] [IGT] drm_read: executing : 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.398719] [IGT] drm_read: starting subtest empty-block : empty-block [1mSubtest empt<14>[ 24.399001] [IGT] drm_read: finished subtest empty-block, SUCCESS y-block:<14>[ 24.402033] [IGT] drm_read: exiting, ret=0 SUCCESS (1.000s)[0m <8>[ 24.419621] IGT-Version: 1.28-ga44ebfe (aarch64) (Li<14>[ 24.440448] [IGT] drm_read: executing nux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305722 for randomisation Opened device: /dev/dri/card0 Starting subtest<14>[ 24.578897] [IGT] drm_read: starting subtest empty-nonblock : empty-<14>[ 24.579021] [IGT] drm_read: finished subtest empty-nonblock, SUCCESS nonblock<14>[ 24.579170] [IGT] drm_read: exiting, ret=0 [1mSu<8>[ 24.585221] btest empty-nonb<14>[ 24.607589] [IGT] drm_read: executing lock: 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.750138] [IGT] drm_read: starting subtest short-buffer-block buffer-b<14>[ 24.750272] [IGT] drm_read: finished subtest short-buffer-block, SUCCESS lock [<14>[ 24.750413] [IGT] drm_read: exiting, ret=0 1mSubtes<8>[ 24.756406] t short-buffer-block: SUCCESS (0.000s)[0m IGT-<14>[ 24.780113] [IGT] drm_read: executing 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.921504] [IGT] drm_read: starting subtest short-buffer-nonblock buffer-n<14>[ 24.921636] [IGT] drm_read: finished subtest short-buffer-nonblock, SUCCESS onblock <14>[ 24.921767] [IGT] drm_read: exiting, ret=0 [1mSub<8>[ 24.927819] test short-buffer-nonblock: SUCCESS (0.000s)[0m<14>[ 24.952270] [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: short-buffer-w<14>[ 25.092983] [IGT] drm_read: starting subtest short-buffer-wakeup akeup [1mSubt<14>[ 57.307460] [IGT] drm_read: finished subtest short-buffer-wakeup, SUCCESS est shor<14>[ 57.307635] [IGT] drm_read: exiting, ret=0 t-buffer-wakeup: SUCCESS (32.214s)[0m <8>[ 57.325055] <8>[ 57.326314] <8>[ 57.343914] IGT-Version: 1.28-ga44ebfe (aarch64) (Li<14>[ 57.360494] [IGT] kms_addfb_basic: executing nux: 5.1<14>[ 57.365010] [IGT] kms_addfb_basic: starting subtest unused-handle 0.218-cip49-rt20 aarch64) Using IGT_SRANDOM=170<14>[ 57.376130] [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 igt_req<14>[ 57.401910] [IGT] kms_addfb_basic: exiting, ret=0 uire_int<8>[ 57.406157] el, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requ<14>[ 57.419885] [IGT] kms_addfb_basic: executing irement <14>[ 57.423365] [IGT] kms_addfb_basic: starting subtest unused-pitches not met <14>[ 57.423467] [IGT] kms_addfb_basic: finished subtest unused-pitches, SUCCESS in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Te<14>[ 57.458380] [IGT] kms_addfb_basic: exiting, ret=0 st requi<8>[ 57.462678] rement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.2<14>[ 57.476459] [IGT] kms_addfb_basic: executing 18-cip49<14>[ 57.479776] [IGT] kms_addfb_basic: starting subtest unused-offsets -rt20 aarch64) Using IGT_SRANDOM=170630<14>[ 57.492337] [IGT] kms_addfb_basic: finished subtest unused-offsets, SUCCESS 5755 for randomisation Opened device: /dev/dri/card0 Starting subtest: unused-pitches [1mSubtest unused-pitches: SUCCESS (0.000s)[0m Test requirement not met in function igt_requ<14>[ 57.517655] [IGT] kms_addfb_basic: exiting, ret=0 ire_inte<8>[ 57.521910] l, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement n<14>[ 57.538880] [IGT] kms_addfb_basic: executing ot met i<14>[ 57.542234] [IGT] kms_addfb_basic: starting subtest unused-modifier n function igt_require_intel, file ../li<14>[ 57.552421] [IGT] kms_addfb_basic: finished subtest unused-modifier, SUCCESS b/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-<14>[ 57.577611] [IGT] kms_addfb_basic: exiting, ret=0 Version:<8>[ 57.581994] 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM<14>[ 57.596071] [IGT] kms_addfb_basic: executing =1706305<14>[ 57.599564] [IGT] kms_addfb_basic: starting subtest clobberred-modifier 755 for <14>[ 57.599700] [IGT] kms_addfb_basic: finished subtest clobberred-modifier, SKIP randomisation Opened device: /dev/dri/card0 Starting subtest: unused-offsets [1mSubtest unused-offsets: SUCCESS (0.000s)[0m Test requirement not met in function igt_requi<14>[ 57.634843] [IGT] kms_addfb_basic: exiting, ret=77 re_intel<8>[ 57.639022] , file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Tes<14>[ 57.654252] [IGT] kms_addfb_basic: executing t requir<14>[ 57.657621] [IGT] kms_addfb_basic: starting subtest invalid-smem-bo-on-discrete ement not met in function igt_re<14>[ 57.669272] [IGT] kms_addfb_basic: finished subtest invalid-smem-bo-on-discrete, SKIP quire_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test require<14>[ 57.694174] [IGT] kms_addfb_basic: exiting, ret=77 ment: is<8>[ 57.698417] _intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: <14>[ 57.711783] [IGT] kms_addfb_basic: executing 5.10.218<14>[ 57.715022] [IGT] kms_addfb_basic: starting subtest legacy-format -cip49-rt20 aarch64) Using IGT_SRANDOM=17063057<14>[ 57.727766] [IGT] kms_addfb_basic: finished subtest legacy-format, SUCCESS 55 for randomisation Opened device: /dev/dri/card0 Starting subtest: unused-modifier [1mSubtest unused-modifier: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_inte<14>[ 57.753200] [IGT] kms_addfb_basic: exiting, ret=0 l, file <8>[ 57.757523] ../lib/drmtest.c:880: Test requ<14>[ 57.771126] [IGT] kms_addfb_basic: executing irement:<14>[ 57.775932] [IGT] kms_addfb_basic: starting subtest no-handle is_inte<14>[ 57.783593] [IGT] kms_addfb_basic: finished subtest no-handle, 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_require_intel,<14>[ 57.805387] [IGT] kms_addfb_basic: exiting, ret=0 file ..<8>[ 57.809640] /lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga<14>[ 57.823830] [IGT] kms_addfb_basic: executing 44ebfe (<14>[ 57.828574] [IGT] kms_addfb_basic: starting subtest basic aarch64)<14>[ 57.839085] [IGT] kms_addfb_basic: finished subtest basic, SUCCESS (Linux: 5.10.218-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.860215] [IGT] kms_addfb_basic: exiting, ret=0 quire_i9<8>[ 57.864538] 15, file ../lib/drmtest.c:885: Test req<14>[ 57.877780] [IGT] kms_addfb_basic: executing uirement<14>[ 57.882511] [IGT] kms_addfb_basic: starting subtest bad-pitch-0 : is_i91<14>[ 57.891592] [IGT] kms_addfb_basic: finished subtest bad-pitch-0, SUCCESS 5_device(fd) [1mSubtest clobberred-modifier: SKIP (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(<14>[ 57.913559] [IGT] kms_addfb_basic: exiting, ret=0 fd) Tes<8>[ 57.917954] t requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test re<14>[ 57.931953] [IGT] kms_addfb_basic: executing quiremen<14>[ 57.936727] [IGT] kms_addfb_basic: starting subtest bad-pitch-32 t: is_intel_device(fd) Test requirement not met<14>[ 57.948071] [IGT] kms_addfb_basic: finished subtest bad-pitch-32, SUCCESS 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) Us<14>[ 57.973533] [IGT] kms_addfb_basic: exiting, ret=0 ing IGT_<8>[ 57.977837] SRANDOM=<46>[ 57.979842] systemd-journald[126]: Data hash table of /var/log/journal/c3f909ee3e324895ab90ff2613af9260/system.journal has a fill level at 75.0 (1536 of 2047 items, 524288 file size, 341 bytes per hash table item), suggesting rotation. 17063057<46>[ 57.979858] systemd-journald[126]: /var/log/journal/c3f909ee3e324895ab90ff2613af9260/system.journal: Journal header limits reached or header out-of-date, rotating. 55 for r<14>[ 58.010278] [IGT] kms_addfb_basic: executing andomisation Opened device: /dev/dri/card0 Starting subtest: invalid-smem-bo-on-discrete Test<14>[ 58.035879] [IGT] kms_addfb_basic: starting subtest bad-pitch-63 require<14>[ 58.035950] [IGT] kms_addfb_basic: finished subtest bad-pitch-63, SUCCESS ment not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) [1mSubtest invalid-smem-bo-on-discrete: SKIP (0.008s)[0m Test <14>[ 58.068028] [IGT] kms_addfb_basic: exiting, ret=0 requirem<8>[ 58.072234] ent not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device<14>[ 58.087723] [IGT] kms_addfb_basic: executing (fd) Te<14>[ 58.092429] [IGT] kms_addfb_basic: starting subtest bad-pitch-128 st requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) 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: legacy-format Successfully fuzzed 10000 {bpp, depth} variations [1mSubtest legacy-format: SUCCESS (0.013s)[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: 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=1706305756 for randomisation Opened device: /dev/dri/card0 Starting subtest: bad-pitch-63 [1mSubtest bad-pitch-63: SUCCESS (0.000s)[0m Test requirement not met in 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 requi<14>[ 58.442203] [IGT] kms_addfb_basic: finished subtest bad-pitch-128, SUCCESS rement: 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/<14>[ 58.465285] [IGT] kms_addfb_basic: exiting, ret=0 card0 S<8>[ 58.469715] tarting subtest: bad-pitch-128 [1mSubtest bad-pitch-128: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel,<14>[ 58.488564] [IGT] kms_addfb_basic: executing file ..<14>[ 58.493682] [IGT] kms_addfb_basic: starting subtest bad-pitch-256 /lib/drmtest.c:880: Test requirement: is_intel_<14>[ 58.504064] [IGT] kms_addfb_basic: finished subtest bad-pitch-256, SUCCESS device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_<14>[ 58.529329] [IGT] kms_addfb_basic: exiting, ret=0 intel, f<8>[ 58.533638] ile ../lib/drmtest.c:880: Test requirem<14>[ 58.547448] [IGT] kms_addfb_basic: executing ent: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-<14>[ 58.557563] [IGT] kms_addfb_basic: starting subtest bad-pitch-1024 cip49-rt<14>[ 58.557641] [IGT] kms_addfb_basic: finished subtest bad-pitch-1024, SUCCESS 20 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 i<14>[ 58.588619] [IGT] kms_addfb_basic: exiting, ret=0 n functi<8>[ 58.592921] on igt_require_intel, file ../li<14>[ 58.606405] [IGT] kms_addfb_basic: executing b/drmtes<14>[ 58.611393] [IGT] kms_addfb_basic: starting subtest bad-pitch-999 t.c:880: Test requireme<14>[ 58.620309] [IGT] kms_addfb_basic: finished subtest bad-pitch-999, SUCCESS nt: 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<14>[ 58.643826] [IGT] kms_addfb_basic: exiting, ret=0 ../lib/<8>[ 58.648020] drmtest.c:880: Test requirement<14>[ 58.663058] [IGT] kms_addfb_basic: executing : is_int<14>[ 58.667862] [IGT] kms_addfb_basic: starting subtest bad-pitch-65536 el_device(fd) IGT-Version: 1.28-ga44ebfe (aarch<14>[ 58.675960] [IGT] kms_addfb_basic: finished subtest bad-pitch-65536, SUCCESS 64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305756 for randomisation Opened device: /dev/dri/card0 Starting subtest: bad-pitch-1024 [1mSubtest bad-pitch-1024: S<14>[ 58.701663] [IGT] kms_addfb_basic: exiting, ret=0 UCCESS (<8>[ 58.706005] 0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib<14>[ 58.719757] [IGT] kms_addfb_basic: executing /drmtest<14>[ 58.726003] [IGT] kms_addfb_basic: starting subtest invalid-get-prop-any .c:880: Test requirement: is_intel_devi<14>[ 58.736626] [IGT] kms_addfb_basic: finished subtest invalid-get-prop-any, SUCCESS ce(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:88<14>[ 58.753842] [IGT] kms_addfb_basic: exiting, ret=0 0: Test<8>[ 58.758205] requirement: is_intel_device(fd) Test requirement not met in function igt_requ<14>[ 58.773642] [IGT] kms_addfb_basic: executing ire_inte<14>[ 58.779997] [IGT] kms_addfb_basic: starting subtest invalid-get-prop l, file ../lib/drmtest.c:880: Test requ<14>[ 58.788653] [IGT] kms_addfb_basic: finished subtest invalid-get-prop, SUCCESS irement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 a<14>[ 58.805777] [IGT] kms_addfb_basic: exiting, ret=0 arch64) <8>[ 58.810089] Using IGT_SRANDOM=1706305756 for randomisation Opened device: /dev/dri<14>[ 58.824575] [IGT] kms_addfb_basic: executing /card0 <14>[ 58.830775] [IGT] kms_addfb_basic: starting subtest invalid-set-prop-any Starting subtest: bad-pitch-999 [1mSub<14>[ 58.840398] [IGT] kms_addfb_basic: finished subtest invalid-set-prop-any, SUCCESS test bad-pitch-999: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel<14>[ 58.857638] [IGT] kms_addfb_basic: exiting, ret=0 , file .<8>[ 58.861897] ./lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requir<14>[ 58.876217] [IGT] kms_addfb_basic: executing ement no<14>[ 58.882384] [IGT] kms_addfb_basic: starting subtest invalid-set-prop t met in function igt_require_intel, fil<14>[ 58.892474] [IGT] kms_addfb_basic: finished subtest invalid-set-prop, SUCCESS e ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in func<14>[ 58.909579] [IGT] kms_addfb_basic: exiting, ret=0 tion igt<8>[ 58.914071] _require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd<14>[ 58.928652] [IGT] kms_addfb_basic: executing ) IGT-V<14>[ 58.936314] [IGT] kms_addfb_basic: starting subtest master-rmfb ersion: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218<14>[ 58.944129] [IGT] kms_addfb_basic: finished subtest master-rmfb, SUCCESS -cip49-rt20 aarch64) Using IGT_SRANDOM=1706305756 for randomisation Opened device: /dev/dri/ca<14>[ 58.960270] [IGT] kms_addfb_basic: exiting, ret=0 rd0 Sta<8>[ 58.964628] rting subtest: bad-pitch-65536 [1mSubt<14>[ 58.978983] [IGT] kms_addfb_basic: executing est bad-pitch-65536: SUCCESS (0.<14>[ 58.987365] [IGT] kms_addfb_basic: starting subtest addfb25-modifier-no-flag 000s)[0<14>[ 58.987469] [IGT] kms_addfb_basic: finished subtest addfb25-modifier-no-flag, SUCCESS m Test requirement not met in function <14>[ 59.004413] [IGT] kms_addfb_basic: exiting, ret=0 igt_requ<8>[ 59.008893] ire_intel, file ../lib/d<14>[ 59.023003] [IGT] kms_addfb_basic: executing rmtest.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-get-prop-any [1mSubtest invalid-get-prop-any: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test 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-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=1706305757 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-<14>[ 59.376212] [IGT] kms_addfb_basic: starting subtest addfb25-bad-modifier Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305<14>[ 59.392249] [IGT] kms_addfb_basic: finished subtest addfb25-bad-modifier, FAIL 757 for randomisation Opened device: /dev/dri/card0 Starting subtest: addfb25-bad-modifier (k<14>[ 59.408144] [IGT] kms_addfb_basic: exiting, ret=98 ms_addfb<8>[ 59.413545] _basic:363) CRITICAL: Test assertion failure function addfb25_tests, fil<14>[ 59.431600] [IGT] kms_addfb_basic: executing e ../tests/kms_addfb_basic.c:714: (kms_addfb_basic:363) CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0xB8)) << 0) | ((((sizeof(struct drm_mode_fb_cmd2)))) << ((0+8)+8)))), (&f)) == -1 (kms_addfb_basic:363) CRITICAL: error: 0 != -1 Stack trace: #0 ../l<14>[ 59.460833] [IGT] kms_addfb_basic: exiting, ret=77 ib/igt_c<8>[ 59.465382] ore.c:1989 __igt<14>[ 59.479239] [IGT] kms_addfb_basic: executing _fail_assert() #1 [+0xb3d74358] #2 [+0xb3d75fbc] #3 [+0xb3d7156c] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xb3d715b0] Subtest addfb25-bad-mo<14>[ 59.503401] [IGT] kms_addfb_basic: exiting, ret=77 difier f<8>[ 59.507822] ailed. **** DEBUG **** (kms_addfb_basic:363) ioctl_wrappers-DEBUG: Tes<14>[ 59.521921] [IGT] kms_addfb_basic: executing t requirement passed: igt_has_fb_modifiers(fd) (kms_addfb_basic:363) CRITICAL: Test assertion failure function addfb25_tests, file ../tests/kms_addfb_basic.c:714: (kms_addfb_basic:363) CRITICAL: Failed assertion: i<14>[ 59.546270] [IGT] kms_addfb_basic: exiting, ret=77 gt_ioctl<8>[ 59.550903] ((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)<14>[ 59.565026] [IGT] kms_addfb_basic: executing ) | (((0xB8)) << 0) | ((((sizeof(struct drm_mode_fb_cmd2)))) << ((0+8)+8)))), (&f)) == -1 (kms_addfb_basic:363) CRITICAL: error: 0 != -1 (kms_addfb_basic:363) igt_core-INFO: Stack trace: (kms_addfb_basic:363) igt_core-INF<14>[ 59.589925] [IGT] kms_addfb_basic: exiting, ret=77 O: #0 <8>[ 59.594313] ../lib/igt_core.c:1989 __igt_fail_assert() (kms_addfb_basic:363) igt_co<14>[ 59.608871] [IGT] kms_addfb_basic: executing re-INFO: #1 [+0xb3d74358] (kms_addfb_basic:363) igt_core-INFO: #2 [+0xb3d75fbc] (kms_addfb_basic:363) igt_core-INFO: #3 [+0xb3d7156c] (kms_addfb_basic:363) igt_core-INFO: #4 [__l<14>[ 59.634167] [IGT] kms_addfb_basic: exiting, ret=77 ibc_init<8>[ 59.638701] _first+0x80] (kms_addfb_basic:363) igt_core-INFO: #5 [__libc_<14>[ 59.652625] [IGT] kms_addfb_basic: executing start_main+0x98] (kms_addfb_basic:363) igt_core-INFO: #6 [+0xb3d715b0] **** END **** [1mSubtest addfb25-bad-modifier: FAIL (0.016s)[0m Test requirement not met in function igt_require_intel, file ../lib/dr<14>[ 59.677150] [IGT] kms_addfb_basic: exiting, ret=77 mtest.c:<8>[ 59.681775] 880: Test requirement: is_intel_device(fd) Test requirement not met in<14>[ 59.698793] [IGT] kms_addfb_basic: executing 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) [1mSubtest addfb25-x-tiled-mismatch-legacy: SKIP (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met 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) [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: 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) [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 r<14>[ 60.062006] [IGT] kms_addfb_basic: exiting, ret=77 equireme<8>[ 60.066543] nt: is_intel_device(fd) [1mSubtest basic-y-tiled-legacy: SKIP (0.000s)[0m Test requirement not met in function igt_r<14>[ 60.087390] [IGT] kms_addfb_basic: executing equire_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=1706305758 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function igt_require_intel, file ../lib/drmtest.c<14>[ 60.115799] [IGT] kms_addfb_basic: starting subtest size-max :880: T<14>[ 60.115902] [IGT] kms_addfb_basic: finished subtest size-max, SUCCESS est requ<14>[ 60.116030] [IGT] kms_addfb_basic: exiting, ret=0 irement:<8>[ 60.120382] is_inte<14>[ 60.139951] [IGT] kms_addfb_basic: executing l_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Starting subtest: size-max [1mSubtest size-max: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel,<14>[ 60.175142] [IGT] kms_addfb_basic: starting subtest too-wide file ..<14>[ 60.175234] [IGT] kms_addfb_basic: finished subtest too-wide, SUCCESS /lib/drm<14>[ 60.175360] [IGT] kms_addfb_basic: exiting, ret=0 test.c:8<8>[ 60.179696] 80: Tes<14>[ 60.195572] [IGT] kms_addfb_basic: executing t 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:<14>[ 60.231572] [IGT] kms_addfb_basic: starting subtest too-high Test requirement: is_i<14>[ 60.238314] [IGT] kms_addfb_basic: finished subtest too-high, SUCCESS ntel_dev<14>[ 60.238457] [IGT] kms_addfb_basic: exiting, ret=0 ice(fd) <8>[ 60.242817] Test requirement not met in function ig<14>[ 60.260651] [IGT] kms_addfb_basic: executing t_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_int<14>[ 60.284985] [IGT] kms_addfb_basic: starting subtest bo-too-small el, file<14>[ 60.285089] [IGT] kms_addfb_basic: finished subtest bo-too-small, SUCCESS ../lib/<14>[ 60.285232] [IGT] kms_addfb_basic: exiting, ret=0 drmtest.<8>[ 60.289933] c:880: <14>[ 60.307448] [IGT] kms_addfb_basic: executing Test 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_device(f<14>[ 60.343894] [IGT] kms_addfb_basic: starting subtest small-bo d) Test<14>[ 60.343994] [IGT] kms_addfb_basic: finished subtest small-bo, SUCCESS require<14>[ 60.344124] [IGT] kms_addfb_basic: exiting, ret=0 ment not<8>[ 60.348607] met in <14>[ 60.367671] [IGT] kms_addfb_basic: executing function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Starting subtest: too-high [1mSubtest too-high: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44<14>[ 60.403715] [IGT] kms_addfb_basic: starting subtest bo-too-small-due-to-tiling ebfe (aa<14>[ 60.403813] [IGT] kms_addfb_basic: finished subtest bo-too-small-due-to-tiling, SKIP rch64) (<14>[ 60.403942] [IGT] kms_addfb_basic: exiting, ret=77 Linux: 5<8>[ 60.408398] .10.218-<14>[ 60.424555] [IGT] kms_addfb_basic: executing 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 <14>[ 60.467834] [IGT] kms_addfb_basic: exiting, ret=77 requirem<8>[ 60.472045] ent: is_intel_device(fd)<14>[ 60.486337] [IGT] kms_addfb_basic: executing 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.510563] [IGT] kms_addfb_basic: exiting, ret=77 : 1.28-g<8>[ 60.515075] a44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDO<14>[ 60.529590] [IGT] kms_addfb_basic: executing M=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 fu<14>[ 60.553431] [IGT] kms_addfb_basic: exiting, ret=77 nction i<8>[ 60.557864] gt_require_intel, file ../lib/drmtest.c:880: Test requirement: <14>[ 60.573592] [IGT] kms_addfb_basic: executing is_intel_device(fd) Starting subtest: small-bo [1mSubtest small-bo: SUCCESS (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) <14>[ 60.597328] [IGT] kms_addfb_basic: exiting, ret=77 IGT-Vers<8>[ 60.601786] ion: 1.2<8>[ 60.603084] 8-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRA<8>[ 60.623507] NDOM=1706305758 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: <14>[ 60.641472] [IGT] kms_atomic: executing is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib<14>[ 60.654814] [IGT] kms_atomic: starting subtest plane-overlay-legacy /drmtest<14>[ 60.655158] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 .c:880: Test requirement: is_intel_device(fd) Starting subtest: bo-too-small-due-to-tiling Test requirement not met in function igt_require_i915, file ../lib/drmtest.c:885: Test requirement: is_i915_device(fd) [1mSubtest bo-too-small-due-to-tiling: SKIP (0.000s)[0m Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-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-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: <14>[ 60.849508] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SUCCESS is_intel<14>[ 60.849571] [IGT] kms_atomic: finished subtest plane-overlay-legacy, SUCCESS _device(<14>[ 60.849721] [IGT] kms_atomic: exiting, ret=0 fd) [1<8>[ 60.854264] mSubtest addfb25-y-tiled-small-l<14>[ 60.881642] [IGT] kms_atomic: executing egacy: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt<14>[ 60.895321] [IGT] kms_atomic: starting subtest plane-primary-legacy 20 aarch<14>[ 60.895672] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 64) Using IGT_SRANDOM=1706305758 for randomisation Opened device: /dev/dri/card0 Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) Test requirement not met in function igt_require_intel, file ../lib/drmtest.c:880: Test requirement: is_intel_device(fd) [1mSubtest addfb25-4-tiled: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305758 for randomisation Opened device: /dev/dri/card0 Starting subtest: plane-overlay-legacy Starting dynamic subtest: pipe-A-Writeback-1 [1mDynamic subtest pipe-A-Writeback-1: SUCCESS (0.194s)[0m [1mSubtest plane-overlay-legacy: SUCCESS (0.195s)[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:423) igt_kms-CRITICA<3>[ 61.029066] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA: L: Test <6>[ 61.029116] vc4-drm gpu: [drm] dumb: 34560kb BOs (1) assertion failure function kmstest_dumb_create, file ../lib/igt_kms.c:1295: (kms_atomic:423) igt_kms-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0xB2)) << 0) | ((((sizeof(struct drm_mode_create_dumb)))) << ((0+8)+8)))), (&create)) == 0 (kms_atomic:423) igt_kms-CRITICAL: Last errno: 12, Cannot allocate memory (kms_atomic:423) igt_kms-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:1297 kmstest_dumb_create() #2 ../lib/igt_fb.c:1249 create_bo_for_fb.isra.0() #3 ../lib/igt_fb.c:2112 igt_create_fb_with_bo_size() #4 ../lib/igt_fb.c:2155 igt_create_fb() #5 ../lib/igt_fb.c:2268 igt_create_color_pattern_fb() #6 [+0xe3df5cd0] #7 [+0xe3df24b8] #8 [__libc_init_first+0x80] #9 [__libc_start_main+0x98] #10 [+0xe3df24f0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_atomic:423) igt_kms-DEBUG: plane A.11: Setting property "CRTC_H" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.11: Setting property "FB_ID" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.11: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.11: Setting property "rotation" to 0x1/1 (kms_atomic:423) igt_kms-DEBUG: plane A.11: Setting property "alpha" to 0xffff/65535 (kms_atomic:423) igt_kms-DEBUG: display: populating plane data: A.12, fb 0 (kms_atomic:423) igt_kms-DEBUG: plane A.12: Setting property "SRC_X" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.12: Setting property "SRC_Y" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.12: Setting property "SRC_W" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.12: Setting property "SRC_H" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.12: Setting property "CRTC_X" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.12: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.12: Setting property "CRTC_W" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.12: Setting property "CRTC_H" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.12: Setting property "FB_ID" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.12: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.12: Setting property "rotation" to 0x1/1 (kms_atomic:423) igt_kms-DEBUG: plane A.12: Setting property "alpha" to 0xffff/65535 (kms_atomic:423) igt_kms-DEBUG: display: populating plane data: A.13, fb 0 (kms_atomic:423) igt_kms-DEBUG: plane A.13: Setting property "SRC_X" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.13: Setting property "SRC_Y" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.13: Setting property "SRC_W" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.13: Setting property "SRC_H" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.13: Setting property "CRTC_X" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.13: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.13: Setting property "CRTC_W" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.13: Setting property "CRTC_H" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.13: Setting property "FB_ID" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.13: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.13: Setting property "rotation" to 0x1/1 (kms_atomic:423) igt_kms-DEBUG: plane A.13: Setting property "alpha" to 0xffff/65535 (kms_atomic:423) igt_kms-DEBUG: display: populating plane data: A.14, fb 0 (kms_atomic:423) igt_kms-DEBUG: plane A.14: Setting property "SRC_X" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.14: Setting property "SRC_Y" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.14: Setting property "SRC_W" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.14: Setting property "SRC_H" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.14: Setting property "CRTC_X" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.14: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.14: Setting property "CRTC_W" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.14: Setting property "CRTC_H" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.14: Setting property "FB_ID" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.14: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.14: Setting property "rotation" to 0x1/1 (kms_atomic:423) igt_kms-DEBUG: plane A.14: Setting property "alpha" to 0xffff/65535 (kms_atomic:423) igt_kms-DEBUG: display: populating plane data: A.15, fb 0 (kms_atomic:423) igt_kms-DEBUG: plane A.15: Setting property "SRC_X" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.15: Setting property "SRC_Y" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.15: Setting property "SRC_W" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.15: Setting property "SRC_H" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.15: Setting property "CRTC_X" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.15: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.15: Setting property "CRTC_W" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.15: Setting property "CRTC_H" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.15: Setting property "FB_ID" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.15: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.15: Setting property "rotation" to 0x1/1 (kms_atomic:423) igt_kms-DEBUG: plane A.15: Setting property "alpha" to 0xffff/65535 (kms_atomic:423) igt_kms-DEBUG: display: populating plane data: A.16, fb 0 (kms_atomic:423) igt_kms-DEBUG: plane A.16: Setting property "SRC_X" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.16: Setting property "SRC_Y" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.16: Setting property "SRC_W" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.16: Setting property "SRC_H" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.16: Setting property "CRTC_X" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.16: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.16: Setting property "CRTC_W" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.16: Setting property "CRTC_H" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.16: Setting property "FB_ID" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.16: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.16: Setting property "rotation" to 0x1/1 (kms_atomic:423) igt_kms-DEBUG: plane A.16: Setting property "alpha" to 0xffff/65535 (kms_atomic:423) igt_kms-DEBUG: display: populating plane data: A.17, fb 0 (kms_atomic:423) igt_kms-DEBUG: plane A.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane A.17: Setting property "rotation" to 0x1/1 (kms_atomic:423) igt_kms-DEBUG: plane A.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:423) igt_kms-DEBUG: Pipe B: Setting property "MODE_ID" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: Pipe B: Setting property "ACTIVE" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: display: populating plane data: B.0, fb 0 (kms_atomic:423) igt_kms-DEBUG: plane B.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane B.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane B.0: Setting property "SRC_W" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane B.0: Setting property "SRC_H" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane B.0: Setting property "CRTC_X" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane B.0: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane B.0: Setting property "CRTC_W" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane B.0: Setting property "CRTC_H" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane B.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane B.0: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane B.0: Setting property "rotation" to 0x1/1 (kms_atomic:423) igt_kms-DEBUG: plane B.0: Setting property "alpha" to 0xffff/65535 (kms_atomic:423) igt_kms-DEBUG: display: populating plane data: B.17, fb 0 (kms_atomic:423) igt_kms-DEBUG: plane B.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane B.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane B.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane B.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane B.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane B.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane B.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane B.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane B.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane B.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane B.17: Setting property "rotation" to 0x1/1 (kms_atomic:423) igt_kms-DEBUG: plane B.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:423) igt_kms-DEBUG: Pipe C: Setting property "MODE_ID" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: Pipe C: Setting property "ACTIVE" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: display: populating plane data: C.0, fb 0 (kms_atomic:423) igt_kms-DEBUG: plane C.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane C.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane C.0: Setting property "SRC_W" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane C.0: Setting property "SRC_H" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane C.0: Setting property "CRTC_X" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane C.0: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane C.0: Setting property "CRTC_W" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane C.0: Setting property "CRTC_H" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane C.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane C.0: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane C.0: Setting property "rotation" to 0x1/1 (kms_atomic:423) igt_kms-DEBUG: plane C.0: Setting property "alpha" to 0xffff/65535 (kms_atomic:423) igt_kms-DEBUG: display: populating plane data: C.17, fb 0 (kms_atomic:423) igt_kms-DEBUG: plane C.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane C.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane C.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane C.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane C.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane C.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane C.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane C.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane C.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane C.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane C.17: Setting property "rotation" to 0x1/1 (kms_atomic:423) igt_kms-DEBUG: plane C.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:423) igt_kms-DEBUG: Pipe D: Setting property "MODE_ID" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: Pipe D: Setting property "ACTIVE" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: display: populating plane data: D.0, fb 0 (kms_atomic:423) igt_kms-DEBUG: plane D.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane D.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane D.0: Setting property "SRC_W" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane D.0: Setting property "SRC_H" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane D.0: Setting property "CRTC_X" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane D.0: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane D.0: Setting property "CRTC_W" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane D.0: Setting property "CRTC_H" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane D.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane D.0: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane D.0: Setting property "rotation" to 0x1/1 (kms_atomic:423) igt_kms-DEBUG: plane D.0: Setting property "alpha" to 0xffff/65535 (kms_atomic:423) igt_kms-DEBUG: display: populating plane data: D.17, fb 0 (kms_atomic:423) igt_kms-DEBUG: plane D.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane D.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane D.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane D.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane D.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane D.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane D.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane D.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane D.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane D.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane D.17: Setting property "rotation" to 0x1/1 (kms_atomic:423) igt_kms-DEBUG: plane D.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:423) igt_kms-DEBUG: Pipe E: Setting property "MODE_ID" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: Pipe E: Setting property "ACTIVE" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: display: populating plane data: E.0, fb 0 (kms_atomic:423) igt_kms-DEBUG: plane E.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane E.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane E.0: Setting property "SRC_W" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane E.0: Setting property "SRC_H" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane E.0: Setting property "CRTC_X" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane E.0: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane E.0: Setting property "CRTC_W" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane E.0: Setting property "CRTC_H" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane E.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane E.0: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane E.0: Setting property "rotation" to 0x1/1 (kms_atomic:423) igt_kms-DEBUG: plane E.0: Setting property "alpha" to 0<14>[ 62.408131] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, FAIL xffff/65<14>[ 62.408272] [IGT] kms_atomic: finished subtest plane-primary-legacy, FAIL 535 (km<14>[ 62.409959] [IGT] kms_atomic: exiting, ret=98 s_atomic<8>[ 62.417054] :423) igt_kms-DEBUG: display: popula<14>[ 62.440994] [IGT] kms_atomic: executing ting plane data: E.17, fb 0 (kms_atomic:423) igt_kms-DEBUG: plane E.17: Setting propert<14>[ 62.454436] [IGT] kms_atomic: starting subtest plane-primary-overlay-mutable-zpos y "SRC_X" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane E.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane E.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane E.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane E.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane E.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane E.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane E.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane E.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane E.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: plane E.17: Setting property "rotation" to 0x1/1 (kms_atomic:423) igt_kms-DEBUG: plane E.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:423) igt_kms-DEBUG: display: HDMI-A-1: preparing atomic, pipe: None (kms_atomic:423) igt_kms-DEBUG: HDMI-A-1: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: display: HDMI-A-2: preparing atomic, pipe: None (kms_atomic:423) igt_kms-DEBUG: HDMI-A-2: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:423) igt_kms-DEBUG: display: Writeback-1: preparing atomic, pipe: A (kms_atomic:423) igt_kms-DEBUG: Writeback-<14>[ 62.583537] [IGT] kms_atomic: finished subtest plane-primary-overlay-mutable-zpos, SKIP 1: Setti<14>[ 62.583879] [IGT] kms_atomic: exiting, ret=77 ng property "CRTC_ID" to 0x31/49 (kms_atomic:423) igt_kms-DEBUG: Writeb<8>[ 62.602785] ack-1: Setting property "WRITEBACK_FB_ID" to 0x0/0 (kms_atomic:423) igt<14>[ 62.618556] [IGT] kms_atomic: executing _kms-DEBUG: display: } (kms_atomic:423) igt_fb-DEBUG: igt_create_fb_with_bo_size(width=4096, height=2160, format=XR24(0x34325258), modi<14>[ 62.631678] [IGT] kms_atomic: starting subtest plane-immutable-zpos fier=0x0<14>[ 62.632017] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 , size=0) (kms_atomic:423) igt_kms-CRITICAL: Test assertion failure function kmstest_dumb_create, file ../lib/igt_kms.c:1295: (kms_atomic:423) igt_kms-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0xB2)) << 0) | ((((sizeof(struct drm_mode_create_dumb)))) << ((0+8)+8)))), (&create)) == 0 (kms_atomic:423) igt_kms-CRITICAL: Last errno: 12, Cannot allocate memory (kms_atomic:423) igt_kms-CRITICAL: error: -1 != 0 (kms_atomic:423) igt_core-INFO: Stack trace: (kms_atomic:423) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_atomic:423) igt_core-INFO: #1 ../lib/igt_kms.c:1297 kmstest_dumb_create() (kms_atomic:423) igt_core-INFO: #2 ../lib/igt_fb.c:1249 create_bo_for_fb.isra.0() (kms_atomic:423) igt_core-INFO: #3 ../lib/igt_fb.c:2112 igt_create_fb_with_bo_size() (kms_atomic:423) igt_core-INFO: #4 ../lib/igt_fb.c:2155 igt_create_fb() (kms_atomic:423) igt_core-INFO: #5 ../lib/igt_fb.c:2268 igt_create_color_pattern_fb() (kms_atomic:423) igt_core-INFO: #6 [+0xe3df5cd0] (kms_atomic:423) igt_core-INFO: #7 [+0xe3df24b8] (kms_atomic:423) igt_core-INFO: #8 [__libc_init_first+0x80] (kms_atomic:423) igt_core-INFO: #9 [<14>[ 62.757634] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SKIP __libc_s<14>[ 62.757701] [IGT] kms_atomic: finished subtest plane-immutable-zpos, SKIP tart_mai<14>[ 62.757928] [IGT] kms_atomic: exiting, ret=77 n+0x98] <8>[ 62.763958] (kms_atomic:423) igt_core-INFO: #10 [<14>[ 62.788991] [IGT] kms_atomic: executing +0xe3df24f0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (1.<14>[ 62.801639] [IGT] kms_atomic: starting subtest test-only 505s)[0m [1mSubtest plane-primary-legacy: FAIL (1.513s)[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-primary-overlay-mutable-zpos No dynamic tests executed. [1mSubtest plane-primary-overlay-mutable-zpos: SKIP (0.129s)[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.126s)[0m No dynamic tests executed. [1mSubtest plane-immutable-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: test-only Starting dynamic subtest<14>[ 62.930127] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 : pipe-A-Writeback-1 [1mDynamic subtest pipe<14>[ 63.040177] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SUCCESS -A-Write<14>[ 63.040241] [IGT] kms_atomic: finished subtest test-only, SUCCESS back-1: <14>[ 63.040395] [IGT] kms_atomic: exiting, ret=0 SUCCESS <8>[ 63.046306] (0.110s)[0m [1mSubtes<14>[ 63.069788] [IGT] kms_atomic: executing t test-only: SUCCESS (0.239s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-r<14>[ 63.083169] [IGT] kms_atomic: starting subtest plane-cursor-legacy t20 aarc<14>[ 63.083511] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 h64) Using IGT_SRANDOM=1706305761 for randomisation Opened device: /dev/dri/card0 Starting subtest: plane-cursor-legacy Starting dynamic subtest: pipe-A-Writeback-1 [1mDynamic subtest pipe<14>[ 63.212104] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SUCCESS -A-Write<14>[ 63.212165] [IGT] kms_atomic: finished subtest plane-cursor-legacy, SUCCESS back-1: <14>[ 63.212289] [IGT] kms_atomic: exiting, ret=0 SUCCESS <8>[ 63.217008] (0.128s)<14>[ 63.235098] [IGT] kms_atomic: executing [0m [1mSubtest plane-cursor-legacy: SUCCESS (0.129s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305761 for randomi<14>[ 63.260586] [IGT] kms_atomic: starting subtest plane-invalid-params sation <14>[ 63.260910] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 Opened device: /dev/dri/card0 Starting subtest: plane-invalid-params Starting dynamic subtest: pipe-A-Writeback-1 (kms_atomic:438) igt_kms-CRITICA<3>[ 63.388967] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA: <6>[ 63.389020] vc4-drm gpu: [drm] dumb: 34560kb BOs (1) L: Test assertion failure function kmstest_dumb_create, file ../lib/igt_kms.c:1295: (kms_atomic:438) igt_kms-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0xB2)) << 0) | ((((sizeof(struct drm_mode_create_dumb)))) << ((0+8)+8)))), (&create)) == 0 (kms_atomic:438) igt_kms-CRITICAL: Last errno: 12, Cannot allocate memory (kms_atomic:438) igt_kms-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:1297 kmstest_dumb_create() #2 ../lib/igt_fb.c:1249 create_bo_for_fb.isra.0() #3 ../lib/igt_fb.c:2112 igt_create_fb_with_bo_size() #4 ../lib/igt_fb.c:2155 igt_create_fb() #5 ../lib/igt_fb.c:2226 igt_create_pattern_fb() #6 [+0xd9c554dc] #7 [+0xd9c524b8] #8 [__libc_init_first+0x80] #9 [__libc_start_main+0x98] #10 [+0xd9c524f0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_atomic:438) igt_kms-DEBUG: plane B.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:438) igt_kms-DEBUG: Pipe C: Setting property "MODE_ID" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: Pipe C: Setting property "ACTIVE" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: display: populating plane data: C.0, fb 0 (kms_atomic:438) igt_kms-DEBUG: plane C.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane C.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane C.0: Setting property "SRC_W" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane C.0: Setting property "SRC_H" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane C.0: Setting property "CRTC_X" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane C.0: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane C.0: Setting property "CRTC_W" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane C.0: Setting property "CRTC_H" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane C.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane C.0: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane C.0: Setting property "rotation" to 0x1/1 (kms_atomic:438) igt_kms-DEBUG: plane C.0: Setting property "alpha" to 0xffff/65535 (kms_atomic:438) igt_kms-DEBUG: display: populating plane data: C.17, fb 0 (kms_atomic:438) igt_kms-DEBUG: plane C.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane C.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane C.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane C.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane C.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane C.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane C.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane C.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane C.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane C.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane C.17: Setting property "rotation" to 0x1/1 (kms_atomic:438) igt_kms-DEBUG: plane C.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:438) igt_kms-DEBUG: Pipe D: Setting property "MODE_ID" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: Pipe D: Setting property "ACTIVE" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: display: populating plane data: D.0, fb 0 (kms_atomic:438) igt_kms-DEBUG: plane D.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane D.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane D.0: Setting property "SRC_W" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane D.0: Setting property "SRC_H" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane D.0: Setting property "CRTC_X" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane D.0: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane D.0: Setting property "CRTC_W" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane D.0: Setting property "CRTC_H" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane D.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane D.0: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane D.0: Setting property "rotation" to 0x1/1 (kms_atomic:438) igt_kms-DEBUG: plane D.0: Setting property "alpha" to 0xffff/65535 (kms_atomic:438) igt_kms-DEBUG: display: populating plane data: D.17, fb 0 (kms_atomic:438) igt_kms-DEBUG: plane D.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane D.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane D.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane D.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane D.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane D.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane D.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane D.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane D.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane D.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane D.17: Setting property "rotation" to 0x1/1 (kms_atomic:438) igt_kms-DEBUG: plane D.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:438) igt_kms-DEBUG: Pipe E: Setting property "MODE_ID" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: Pipe E: Setting property "ACTIVE" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: display: populating plane data: E.0, fb 0 (kms_atomic:438) igt_kms-DEBUG: plane E.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane E.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane E.0: Setting property "SRC_W" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane E.0: Setting property "SRC_H" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane E.0: Setting property "CRTC_X" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane E.0: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane E.0: Setting property "CRTC_W" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane E.0: Setting property "CRTC_H" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane E.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane E.0: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane E.0: Setting property "rotation" to 0x1/1 (kms_atomic:438) igt_kms-DEBUG: plane E.0: Setting property "alpha" to 0xffff/65535 (kms_atomic:438) igt_kms-DEBUG: display: populating plane data: E.17, fb 0 (kms_atomic:438) igt_kms-DEBUG: plane E.17: Setting property "SRC_X" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane E.17: Setting property "SRC_Y" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane E.17: Setting property "SRC_W" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane E.17: Setting property "SRC_H" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane E.17: Setting property "CRTC_X" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane E.17: Setting property "CRTC_Y" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane E.17: Setting property "CRTC_W" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane E.17: Setting property "CRTC_H" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane E.17: Setting property "FB_ID" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane E.17: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane E.17: Setting property "rotation" to 0x1/1 (kms_atomic:438) igt_kms-DEBUG: plane E.17: Setting property "alpha" to 0xffff/65535 (kms_atomic:438) igt_kms-DEBUG: display: HDMI-A-1: preparing atomic, pipe: None (kms_atomic:438) igt_kms-DEBUG: HDMI-A-1: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: display: HDMI-A-2: preparing atomic, pipe: None (kms_atomic:438) igt_kms-DEBUG: HDMI-A-2: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: display: Writeback-1: preparing atomic, pipe: A (kms_atomic:438) igt_kms-DEBUG: Writeback-1: Setting property "CRTC_ID" to 0x31/49 (kms_atomic:438) igt_kms-DEBUG: Writeback-1: Setting property "WRITEBACK_FB_ID" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: display: } (kms_atomic:438) igt_kms-DEBUG: display: commit { (kms_atomic:438) igt_kms-DEBUG: display: populating plane data: A.0, fb 45 (kms_atomic:438) igt_kms-DEBUG: plane A.0: Setting property "FB_ID" to 0x2d/45 (kms_atomic:438) igt_kms-DEBUG: display: } (kms_atomic:438) igt_kms-DEBUG: display: commit { (kms_atomic:438) igt_kms-DEBUG: display: populating plane data: A.0, fb 49 (kms_atomic:438) igt_kms-DEBUG: plane A.0: Setting property "FB_ID" to 0x31/49 (kms_atomic:438) igt_kms-DEBUG: display: } (kms_atomic:438) igt_kms-DEBUG: display: commit { (kms_atomic:438) igt_kms-DEBUG: display: populating plane data: A.0, fb 44 (kms_atomic:438) igt_kms-DEBUG: plane A.0: Setting property "FB_ID" to 0x2c/44 (kms_atomic:438) igt_kms-DEBUG: display: } (kms_atomic:438) igt_kms-DEBUG: display: commit { (kms_atomic:438) igt_kms-DEBUG: display: populating plane data: A.0, fb 154 (kms_atomic:438) igt_kms-DEBUG: plane A.0: Setting property "FB_ID" to 0x9a/154 (kms_atomic:438) igt_kms-DEBUG: display: } (kms_atomic:438) igt_kms-DEBUG: display: commit { (kms_atomic:438) igt_kms-DEBUG: display: populating plane data: A.0, fb 0 (kms_atomic:438) igt_kms-DEBUG: plane A.0: Setting property "FB_ID" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: display: } (kms_atomic:438) igt_kms-DEBUG: display: A.0: plane_set_fb(155) (kms_atomic:438) igt_kms-DEBUG: display: A.0: plane_set_size (4096x2160) (kms_atomic:438) igt_kms-DEBUG: display: A.0: fb_set_position(0,0) (kms_atomic:438) igt_kms-DEBUG: display: A.0: fb_set_size(4096x2160) (kms_atomic:438) igt_kms-DEBUG: display: commit { (kms_atomic:438) igt_kms-DEBUG: display: populating plane data: A.0, fb 155 (kms_atomic:438) igt_kms-DEBUG: plane A.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane A.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane A.0: Setting property "SRC_W" to 0x10000000/268435456 (kms_atomic:438) igt_kms-DEBUG: plane A.0: Setting property "SRC_H" to 0x8700000/141557760 (kms_atomic:438) igt_kms-DEBUG: plane A.0: Setting property "CRTC_W" to 0x1000/4096 (kms_atomic:438) igt_kms-DEBUG: plane A.0: Setting property "CRTC_H" to 0x870/2160 (kms_atomic:438) igt_kms-DEBUG: plane A.0: Setting property "FB_ID" to 0x9b/155 (kms_atomic:438) igt_kms-DEBUG: plane A.0: Setting property "CRTC_ID" to 0x31/49 (kms_atomic:438) igt_kms-DEBUG: display: } (kms_atomic:438) igt_kms-DEBUG: display: commit { (kms_atomic:438) igt_kms-DEBUG: display: populating plane data: A.0, fb 155 (kms_atomic:438) igt_kms-DEBUG: plane A.0: Setting property "CRTC_ID" to 0x2d/45 (kms_atomic:438) igt_kms-DEBUG: display: } (kms_atomic:438) igt_kms-DEBUG: display: commit { (kms_atomic:438) igt_kms-DEBUG: display: populating plane data: A.0, fb 155 (kms_atomic:438) igt_kms-DEBUG: plane A.0: Setting property "CRTC_ID" to 0x9b/155 (kms_atomic:438) igt_kms-DEBUG: display: } (kms_atomic:438) igt_kms-DEBUG: display: commit { (kms_atomic:438) igt_kms-DEBUG: display: populating plane data: A.0, fb 155 (kms_atomic:438) igt_kms-DEBUG: plane A.0: Setting property "CRTC_ID" to 0x2c/44 (kms_atomic:438) igt_kms-DEBUG: display: } (kms_atomic:438) igt_kms-DEBUG: display: commit { (kms_atomic:438) igt_kms-DEBUG: display: populating plane data: A.0, fb 155 (kms_atomic:438) <14>[ 64.432402] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, FAIL igt_kms-<14>[ 64.432542] [IGT] kms_atomic: finished subtest plane-invalid-params, FAIL DEBUG: p<14>[ 64.434264] [IGT] kms_atomic: exiting, ret=98 lane A.0<8>[ 64.440008] : Setting property "CRTC_ID" to <14>[ 64.465207] [IGT] kms_atomic: executing 0x9a/154 (kms_atomic:438) igt_kms-DEBUG: display: } (kms_atomic:438) igt_kms-DEBUG: di<14>[ 64.478073] [IGT] kms_atomic: starting subtest plane-invalid-params-fence splay: c<14>[ 64.478430] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 ommit { (kms_atomic:438) igt_kms-DEBUG: display: populating plane data: A.0, fb 155 (kms_atomic:438) igt_kms-DEBUG: plane A.0: Setting property "CRTC_ID" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: display: } (kms_atomic:438) igt_kms-DEBUG: display: A.0: plane_set_fb(155) (kms_atomic:438) igt_kms-DEBUG: display: A.0: plane_set_size (4096x2160) (kms_atomic:438) igt_kms-DEBUG: display: A.0: fb_set_position(0,0) (kms_atomic:438) igt_kms-DEBUG: display: A.0: fb_set_size(4096x2160) (kms_atomic:438) igt_kms-DEBUG: display: commit { (kms_atomic:438) igt_kms-DEBUG: display: populating plane data: A.0, fb 155 (kms_atomic:438) igt_kms-DEBUG: plane A.0: Setting property "SRC_X" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane A.0: Setting property "SRC_Y" to 0x0/0 (kms_atomic:438) igt_kms-DEBUG: plane A.0: Setting property "SRC_W" to 0x10000000/268435456 (kms_atomic:438) igt_kms-DEBUG: plane A.0: Setting property "SRC_H" to 0x8700000/141557760 (kms_atomic:438) igt_kms-DEBUG: plane A.0: Setting property "CRTC_W" to 0x1000/4096 (kms_atomic:438) igt_kms-DEBUG: plane A.0: Setting property "CRTC_H" to 0x870/2160 (kms_atomic:438) igt_kms-DEBUG: plane A.0: Setting property "FB_ID" to 0x9b/155 (kms_atomic:438) igt_kms-DEBUG: plane A.0: Setting property "CRTC_ID" to 0x31/49 (kms_atomic:438)<14>[ 64.608324] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SKIP igt_kms<14>[ 64.608385] [IGT] kms_atomic: finished subtest plane-invalid-params-fence, SKIP -DEBUG: <14>[ 64.608597] [IGT] kms_atomic: exiting, ret=77 display:<8>[ 64.614413] } (kms_atomic:438) igt_fb-DEBUG: igt_c<14>[ 64.640796] [IGT] kms_atomic: executing reate_fb_with_bo_size(width=4095, height=2159, format=XR24(0x34325258), modifier=0x0, si<14>[ 64.653595] [IGT] kms_atomic: starting subtest crtc-invalid-params ze=0) (<14>[ 64.653938] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 kms_atomic:438) igt_kms-CRITICAL: Test assertion failure function kmstest_dumb_create, file ../lib/igt_kms.c:1295: (kms_atomic:438) igt_kms-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0xB2)) << 0) | ((((sizeof(struct drm_mode_create_dumb)))) << ((0+8)+8)))), (&create)) == 0 (kms_atomic:438) igt_kms-CRITICAL: Last errno: 12, Cannot allocate memory (kms_atomic:438) igt_kms-CRITICAL: error: -1 != 0 (kms_atomic:438) igt_core-INFO: Stack trace: (kms_atomic:438) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_atomic:438) igt_core-INFO: #1 ../lib/igt_kms.c:1297 kmstest_dumb_create() (kms_atomic:438) igt_core-INFO: #2 ../lib/igt_fb.c:1249 create_bo_for_fb.isra.0() (kms_atomic:438) igt_core-INFO: #3 ../lib/igt_fb.c:2112 igt_create_fb_with_bo_size() (kms_atomic:438) igt_core-INFO: #4 ../lib/igt_fb.c:2155 igt_create_fb() (kms_atomic:438) igt_core-INFO: #5 ../lib/igt_fb.c:2226 igt_create_pattern_fb() (kms_atomic:438) igt_core-INFO: #6 [+0xd9c554dc] (kms_atomic:438) igt_core-INFO: #7 [+0xd9c524b8] (kms_atomic:438) igt_core-INFO: #8 [__libc_init_first+0x80] (kms_atomic:438) igt_core-INFO: #9 [__libc_start_main+0x98] (kms_atomic:438) igt_core-INFO: #10 [+0xd9c524f0] **** END **** [<14>[ 64.786589] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SUCCESS 1mDynami<14>[ 64.786648] [IGT] kms_atomic: finished subtest crtc-invalid-params, SUCCESS c subtes<14>[ 64.786780] [IGT] kms_atomic: exiting, ret=0 t pipe-A<8>[ 64.791886] -Writeback-1: FAIL (1.171s)[0m <14>[ 64.817090] [IGT] kms_atomic: executing [1mSubtest plane-invalid-params: FAIL (1.172s)[0m IGT-Version: 1.28-ga44ebfe (aarch6<14>[ 64.829917] [IGT] kms_atomic: starting subtest crtc-invalid-params-fence 4) (Linu<14>[ 64.830268] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 x: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305762 for randomisation Opened device: /dev/dri/card0 Starting subtest: plane-invalid-params-fence Starting dynamic subtest: pipe-A-Writeback-1 Test requirement not met in function igt_require_sw_sync, file ../lib/sw_sync.c:265: Test requirement: kernel_has_sw_sync() Last errno: 2, No such file or directory [1mDynamic subtest pipe-A-Writeback-1: SKIP (0.130s)[0m No dynamic tests executed. [1mSubtest plane-invalid-params-fence: SKIP (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 Starting dynamic subtest: pipe-A-Writeback-1 [1mDynamic subtest pipe-A-Writeback-1: SUCCESS (0.133s)[0m [1mSubtest crtc-invalid-params: SUCCESS (0.133s)[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 requirement not met<14>[ 64.959825] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SKIP in func<14>[ 64.959887] [IGT] kms_atomic: finished subtest crtc-invalid-params-fence, SKIP tion igt<14>[ 64.960102] [IGT] kms_atomic: exiting, ret=77 _require<8>[ 64.965854] _sw_sync, file ../lib/sw_sync.c:265: Test requi<14>[ 64.991804] [IGT] kms_atomic: executing rement: kernel_has_sw_sync() Last errno: 2, No such file or directory [1mDynamic subt<14>[ 65.005141] [IGT] kms_atomic: starting subtest atomic-invalid-params est pipe<14>[ 65.005494] [IGT] kms_atomic: starting dynamic subtest pipe-A-Writeback-1 -A-Writeback-1: SKIP (0.129s)[0m No dynamic tests executed. [1mSubtest crtc-invalid-params-fence: SKIP (0.130s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305763 for randomisation Opened device: /dev/dri/card0 Starting subtest: atomic-invalid-params Starting dynamic subtest: pipe-A-Writeback-1 [1mDynamic subtest pipe<14>[ 65.135883] [IGT] kms_atomic: finished subtest pipe-A-Writeback-1, SUCCESS -A-Write<14>[ 65.135943] [IGT] kms_atomic: finished subtest atomic-invalid-params, SUCCESS back-1: <14>[ 65.136064] [IGT] kms_atomic: exiting, ret=0 SUCCESS <8>[ 65.142228] (0.130s)<14>[ 65.167617] [IGT] kms_atomic: executing [0m [1mSubtest atomic-invalid-params: SUCCESS (0.131s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305763 for rando<14>[ 65.185046] [IGT] kms_atomic: starting subtest atomic-plane-damage misation Opened device: /dev/dri/card0 Starting subtest: atomic-plane-damage No dynamic tests execute<14>[ 65.312900] [IGT] kms_atomic: finished subtest atomic-plane-damage, SKIP d. [1m<14>[ 65.313132] [IGT] kms_atomic: exiting, ret=77 Subtest <8>[ 65.319178] atomic-p<8>[ 65.321931] lane-damage: SKIP (0.128s)[0m <8>[ 65.346210] IGT-Version: 1.2<14>[ 65.363042] [IGT] kms_flip_event_leak: executing 8-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305763 for randomisation Opened device<14>[ 65.375723] [IGT] kms_flip_event_leak: starting subtest basic : /dev/d<14>[ 65.375948] [IGT] kms_flip_event_leak: starting dynamic subtest pipe-A-Writeback-1 ri/card0<3>[ 65.389718] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA: Starti<6>[ 65.389757] vc4-drm gpu: [drm] dumb: 34560kb BOs (1) ng subtest: basic Starting dynamic subtest: pipe-A-Writeback-1 (kms_flip_event_leak:459) igt_kms-CRITICAL: Test assertion failure function kmstest_dumb_create, file ../lib/igt_kms.c:1295: (kms_flip_event_leak:459) igt_kms-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0xB2)) << 0) | ((((sizeof(struct drm_mode_create_dumb)))) << ((0+8)+8)))), (&create)) == 0 (kms_flip_event_leak:459) igt_kms-CRITICAL: Last errno: 12, Cannot allocate memory (kms_flip_event_leak:459) igt_kms-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:1297 kmstest_dumb_create() #2 ../lib/igt_fb.c:1249 create_bo_for_fb.isra.0() #3 ../lib/igt_fb.c:2112 igt_create_fb_with_bo_size() #4 ../lib/igt_fb.c:2155 igt_create_fb() #5 [+0xc2b91964] #6 [+0xc2b9146c] #7 [__libc_init_first+0x80] #8 [__libc_start_main+0x98] #9 [+0xc2b914b0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_flip_event_leak:459) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:459) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_flip_event_leak:459) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_flip_event_leak:459) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_flip_event_leak:459) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_flip_event_leak:459) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:459) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_flip_event_leak:459) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_flip_event_leak:459) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_flip_event_leak:459) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_flip_event_leak:459) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:459) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_flip_event_leak:459) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_flip_event_leak:459) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_flip_event_leak:459) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_flip_event_leak:459) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:459) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_flip_event_leak:459) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_flip_event_leak:459) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_flip_event_leak:459) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_flip_event_leak:459) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:459) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_flip_event_leak:459) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_flip_event_leak:459) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_flip_event_leak:459) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_flip_event_leak:459) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:459) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_flip_event_leak:459) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_flip_event_leak:459) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_flip_event_leak:459) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_flip_event_leak:459) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:459) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_flip_event_leak:459) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_flip_event_leak:459) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_flip_event_leak:459) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_flip_event_leak:459) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:459) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_flip_event_leak:459) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_flip_event_leak:459) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_flip_event_leak:459) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_flip_event_leak:459) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:459) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_flip_event_leak:459) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_flip_event_leak:459) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_flip_event_leak:459) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_flip_event_leak:459) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:459) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_flip_event_leak:459) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_flip_event_leak:459) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_flip_event_leak:459) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_flip_event_leak:459) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:459) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_flip_event_leak:459) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_flip_event_leak:459) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_flip_event_leak:459) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_flip_event_leak:459) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:459) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_flip_event_leak:459) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_flip_event_leak:459) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_flip_event_leak:459) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_flip_event_leak:459) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:459) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_flip_event_leak:459) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_flip_event_leak:459) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_flip_event_leak:459) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:459) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_flip_event_leak:459) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_flip_event_leak:459) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:459) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_flip_event_leak:459) igt_k<14>[ 66.102209] [IGT] kms_flip_event_leak: finished subtest pipe-A-Writeback-1, FAIL ms-DEBUG<14>[ 66.102357] [IGT] kms_flip_event_leak: finished subtest basic, FAIL : displa<14>[ 66.103919] [IGT] kms_flip_event_leak: exiting, ret=98 y: S<8>[ 66.125142] etCursor<8>[ 66.126738] pipe B, disabling (kms_flip_event_leak:459) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_flip_event_leak:459) igt_kms-DEBUG: Test requirement p<8>[ 66.147889] assed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:459) igt_kms-DEBUG: display: Fixing up ini<14>[ 66.164763] [IGT] kms_prop_blob: executing tial rot<14>[ 66.165124] [IGT] kms_prop_blob: starting subtest basic ation pi<14>[ 66.165203] [IGT] kms_prop_blob: finished subtest basic, SUCCESS pe C, pl<14>[ 66.165316] [IGT] kms_prop_blob: exiting, ret=0 ane 0 (<8>[ 66.170397] kms_flip<14>[ 66.191683] [IGT] kms_prop_blob: executing _event_leak:459) igt_kms-DEBUG: display: Set<14>[ 66.204162] [IGT] kms_prop_blob: starting subtest blob-prop-core Crtc pipe C, disabling (kms_flip_event_leak:459) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:459) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_flip_event_leak:459) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_flip_event_leak:459) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_flip_event_leak:459) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:459) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_flip_event_leak:459) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_flip_event_leak:459) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:459) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_flip_event_leak:459) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_flip_event_leak:459) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_flip_event_leak:459) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:459) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_flip_event_leak:459) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_flip_event_leak:459) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_flip_event_leak:459) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_flip_event_leak:459) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_flip_event_leak:459) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_flip_event_leak:459) igt_kms-DEBUG: display: } (kms_flip_event_leak:459) drmtest-DEBUG: Force option used: Using driver vc4 (kms_flip_event_leak:459) drmtest-DEBUG: Opened previously opened device: /dev/dri/card0 (kms_flip_event_leak:459) drmtest-DEBUG: Test requirement passed: !(fd<0) (kms_flip_event_leak:459) igt_fb-DEBUG: igt_create_fb_with_bo_size(width=4096, height=2160, format=XR24(0x34325258), modifier=0x0, size=0) (kms_flip_event_leak:459) igt_kms-CRITICAL: Test assertion failure function kmstest_dumb_create, file ../lib/igt_kms.c:1295: (kms_flip_event_leak:459) igt_kms-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0xB2)) << 0) | ((((sizeof(struct drm_mode_create_dumb)))) << ((0+8)+8)))), (&create)) == 0 (kms_flip_event_leak:459) igt_kms-CRITICAL: Last errno: 12, Cannot allocate memory (kms_flip_event_leak:459) igt_kms-CRITICAL: error: -1 != 0 (kms_flip_event_leak:459) igt_core-INFO: Stack trace: (kms_flip_event_leak:459) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_flip_event_leak:459) igt_core-INFO: #1 ../lib/igt_kms.c:1297 kmstest_dumb_create() (kms_flip_event_leak:459) igt_core-INFO: #2 ../lib/igt_fb.c:1249 create_bo_for_fb.isra.0() (kms_flip_event_leak:459) igt_core-INFO: #3 ../lib/igt_fb.c:2112 igt_create_fb_with_bo_size() (kms_flip_event_leak:459) igt_core-INFO: #4 ../lib/igt_fb.c:2155 igt_create_fb() (kms_flip_event_leak:459) igt_core-INFO: #5 [+0xc2b91964] (kms_flip_event_leak:459) igt_core-INFO: #6 [+0xc2b9146c] (kms_flip_event_leak:459) igt_core-INFO: #7 [__libc_init_first+0x80] (kms_flip_event_leak:459) igt_core-INFO: #8 [__libc_start_main+0x98] (kms_flip_event_leak:459) igt_core-INFO: #9 [+0xc2b914b0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (0.726s)[0m [1mSubtest basic: FAIL (0.727s)[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 [1mSubtest<14>[ 66.548751] [IGT] kms_prop_blob: finished subtest blob-prop-core, SUCCESS basic: <14>[ 66.549004] [IGT] kms_prop_blob: exiting, ret=0 SUCCESS <8>[ 66.554805] (0.000s)[0m IGT-Version: 1.28-<14>[ 66.573155] [IGT] kms_prop_blob: executing ga44ebfe<14>[ 66.573535] [IGT] kms_prop_blob: starting subtest blob-prop-validate (aarch6<14>[ 66.573766] [IGT] kms_prop_blob: finished subtest blob-prop-validate, SUCCESS 4) (Linu<14>[ 66.573885] [IGT] kms_prop_blob: exiting, ret=0 x: 5.10.<8>[ 66.578703] 218-cip4<14>[ 66.596253] [IGT] kms_prop_blob: executing 9-rt20 a<14>[ 66.615575] [IGT] kms_prop_blob: starting subtest blob-prop-lifetime arch64) Using I<14>[ 66.622839] [IGT] kms_prop_blob: finished subtest blob-prop-lifetime, SUCCESS GT_SRAND<14>[ 66.622932] [IGT] kms_prop_blob: exiting, ret=0 OM=17063<8>[ 66.627555] 05764 for randomisation <14>[ 66.645818] [IGT] kms_prop_blob: executing Opened <14>[ 66.646173] [IGT] kms_prop_blob: starting subtest blob-multiple device: <14>[ 66.646473] [IGT] kms_prop_blob: finished subtest blob-multiple, SUCCESS /dev/dri<14>[ 66.646559] [IGT] kms_prop_blob: exiting, ret=0 <8>[ 66.651178] /card0 <14>[ 66.667353] [IGT] kms_prop_blob: executing Starting subtest: blob-prop-core<14>[ 66.685474] [IGT] kms_prop_blob: starting subtest invalid-get-prop-any [1mSu<14>[ 66.685550] [IGT] kms_prop_blob: finished subtest invalid-get-prop-any, SUCCESS btest bl<14>[ 66.685642] [IGT] kms_prop_blob: exiting, ret=0 ob-prop-<8>[ 66.690032] core: SU<14>[ 66.709216] [IGT] kms_prop_blob: executing CCESS (0.000s)[<14>[ 66.723038] [IGT] kms_prop_blob: starting subtest invalid-get-prop 0m IGT-<14>[ 66.723111] [IGT] kms_prop_blob: finished subtest invalid-get-prop, SUCCESS Version:<14>[ 66.723197] [IGT] kms_prop_blob: exiting, ret=0 1.28-ga<8>[ 66.727262] <14>[ 66.744669] [IGT] kms_prop_blob: executing 44ebfe (aarch64) (Linux: 5.10.21<14>[ 66.757454] [IGT] kms_prop_blob: starting subtest invalid-set-prop-any 8-cip49-<14>[ 66.757519] [IGT] kms_prop_blob: finished subtest invalid-set-prop-any, SUCCESS rt20 aar<14>[ 66.757603] [IGT] kms_prop_blob: exiting, ret=0 ch64) U<8>[ 66.761831] sing IGT<14>[ 66.781185] [IGT] kms_prop_blob: executing _SRANDOM=1706305<14>[ 66.795008] [IGT] kms_prop_blob: starting subtest invalid-set-prop 764 for <14>[ 66.795069] [IGT] kms_prop_blob: finished subtest invalid-set-prop, SUCCESS randomis<14>[ 66.795151] [IGT] kms_prop_blob: exiting, ret=0 ation O<8>[ 66.799245] pened de<8>[ 66.800508] vice: /d<8>[ 66.816547] ev/dri/c<14>[ 66.835418] [IGT] kms_setmode: executing ard0 Starting subtest: blob-prop-valida<14>[ 66.840559] [IGT] kms_setmode: starting subtest basic te [1m<14>[ 66.840690] [IGT] kms_setmode: finished subtest basic, SKIP Subtest <14>[ 66.840774] [IGT] kms_setmode: exiting, ret=77 blob-pro<8>[ 66.845000] p-valida<14>[ 66.861703] [IGT] kms_setmode: executing te: SUCCESS (0.000s)[0m<14>[ 66.874105] [IGT] kms_setmode: starting subtest basic-clone-single-crtc IGT-Ve<14>[ 66.874220] [IGT] kms_setmode: finished subtest basic-clone-single-crtc, SKIP rsion: 1<14>[ 66.874302] [IGT] kms_setmode: exiting, ret=77 .28-ga44<8>[ 66.878440] <14>[ 66.896885] [IGT] kms_setmode: executing ebfe (aarch64) (Linux: 5<14>[ 66.910185] [IGT] kms_setmode: starting subtest invalid-clone-single-crtc .10.218-<14>[ 66.910302] [IGT] kms_setmode: finished subtest invalid-clone-single-crtc, SKIP cip49-rt<14>[ 66.910384] [IGT] kms_setmode: exiting, ret=77 20 aarch<8>[ 66.914530] 64) Usi<14>[ 66.933321] [IGT] kms_setmode: executing ng IGT_S<14>[ 66.947488] [IGT] kms_setmode: starting subtest invalid-clone-exclusive-crtc RANDOM=1<14>[ 66.947604] [IGT] kms_setmode: finished subtest invalid-clone-exclusive-crtc, SKIP 70630576<14>[ 66.947713] [IGT] kms_setmode: exiting, ret=77 4 for ra<8>[ 66.968090] ndomisation Opened device: /dev/dri/card0 Starting subtest: bl<14>[ 66.981973] [IGT] kms_setmode: executing ob-prop-<14>[ 66.982336] [IGT] kms_setmode: starting subtest clone-exclusive-crtc lifetime<14>[ 66.982448] [IGT] kms_setmode: finished subtest clone-exclusive-crtc, SKIP [1mSu<14>[ 66.982529] [IGT] kms_setmode: exiting, ret=77 btest bl<8>[ 66.986631] ob-prop-<14>[ 67.004391] [IGT] kms_setmode: executing lifetime: SUCCESS (0.000s)[0m IGT-Version: 1.28-ga44eb<14>[ 67.023684] [IGT] kms_setmode: starting subtest invalid-clone-single-crtc-stealing fe (aarc<14>[ 67.023800] [IGT] kms_setmode: finished subtest invalid-clone-single-crtc-stealing, SKIP h64) (Li<14>[ 67.023883] [IGT] kms_setmode: exiting, ret=77 nux: 5.1<8>[ 67.028132] 0.218-ci<8>[ 67.029368] p49-rt20<8>[ 67.045440] aarch64<14>[ 67.060921] [IGT] kms_vblank: executing ) Using IGT_SRANDOM=1706305764 for randomisation Opened device: /dev/dri/card0 Starting subtest: blob-multiple [1mSubtest blob-mult<14>[ 67.087027] [IGT] kms_vblank: starting subtest invalid iple: SU<14>[ 67.087303] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 CCESS (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=1706305765 for randomisation Opened device: /dev/dri/card0 Starting subtest: clone-exclusive-crtc Testing: clone-exclusive-crtc 2 connector combinations No dynamic tests executed. [1mSubtest clone-exclusive-crtc: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305765 for randomisation Opened device: /dev/dri/card0 Starting subtest: invalid-clone-single-crtc-stealing Testing: invalid-clone-single-crtc-stealing 2 connector combinations No dynamic tests executed. [1mSubtest invalid-clone-single-crtc-stealing: SKIP (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-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:516) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:516) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:516) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xda58338c] #3 [+0xda581c78] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xda581cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetPlane pipe A, plane 4, disabling (kms_vblank:516) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:516) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:516) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:516) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:516) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:516) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:516) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:516) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:516) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:516) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:516) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:516) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:516) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:516) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:516) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:516) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:516) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:516) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:516) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:516) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:516) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:516) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:516) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:516) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:516) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:516) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:516) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:516) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:516) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:516) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:516) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:516) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:516) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:516) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:516) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:516) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:516) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:516) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:516) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:516) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:516) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:516) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:516) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:516) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:516) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:516) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:516) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:516) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:516) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:516) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:516) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:516) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:516) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:516) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:516) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:516) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:516) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:516) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:516) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:516) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:516) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:516) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:516) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:516) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:516) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:516) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:516) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:516) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:516) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:516) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:516) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:516) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:516) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:516) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:516) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:516) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:516) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:516) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:516) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:516) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:516) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_<14>[ 70.941771] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL planes <14>[ 70.941910] [IGT] kms_vblank: finished subtest invalid, FAIL (kms_vbl<14>[ 70.943702] [IGT] kms_vblank: exiting, ret=98 ank:516)<8>[ 70.962372] igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:516) igt_kms-DEBUG:<14>[ 70.978809] [IGT] kms_vblank: executing display: SetCrtc pipe D, disabling (kms_vblank:516) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_<14>[ 70.992158] [IGT] kms_vblank: starting subtest crtc-id planes <14>[ 70.992486] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 (kms_vblank:516) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:516) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank:516) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:516) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:516) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank:516) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:516) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:516) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:516) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:516) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:516) igt_kms-DEBUG: display: } (kms_vblank:516) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:516) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:516) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:516) igt_core-INFO: Stack trace: (kms_vblank:516) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:516) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:516) igt_core-INFO: #2 [+0xda58338c] (kms_vblank:516) igt_core-INFO: #3 [+0xda581c78] (kms_vblank:516) igt_core-INFO: #4 [__libc_init_first+0x80] (kms_vblank:516) igt_core-INFO: #5 [__libc_start_main+0x98] (kms_vblank:516) igt_core-INFO: #6 [+0xda581cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (3.854s)[0m [1mSubtest invalid: FAIL (3.855s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305769 for randomisation Opened device: /dev/dri/card0 Starting subtest: crtc-id Starting dynamic subtest: pipe-A-Writeback-1 (kms_vblank:519) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:519) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:519) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xc2443728] #3 [+0xc2441c78] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xc2441cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** SetPlane pipe A, plane 4, disabling (kms_vblank:519) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:519) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:519) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:519) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:519) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:519) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:519) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:519) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:519) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:519) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:519) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:519) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:519) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:519) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:519) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:519) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:519) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:519) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:519) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:519) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:519) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:519) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:519) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:519) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:519) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:519) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:519) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:519) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:519) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:519) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:519) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:519) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:519) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:519) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:519) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:519) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:519) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:519) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:519) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:519) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:519) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:519) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:519) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:519) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:519) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:519) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:519) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:519) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:519) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:519) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:519) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:519) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:519) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:519) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:519) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:519) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:519) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:519) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:519) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:519) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:519) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:519) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:519) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:519) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:519) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:519) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:519) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:519) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:519) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:519) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:519) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:519) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:519) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:519) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:519) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:519) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:519) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:519) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:519) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:519) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:519) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_<14>[ 74.781763] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL planes <14>[ 74.781904] [IGT] kms_vblank: finished subtest crtc-id, FAIL (kms_vbl<14>[ 74.783693] [IGT] kms_vblank: exiting, ret=98 ank:519) igt_kms-DEBUG: display: Fixing up initial r<8>[ 74.804785] otation pipe D, plane 0 (kms_vblank:519) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vb<14>[ 74.823323] [IGT] kms_vblank: executing lank:519) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:519) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, <14>[ 74.842135] [IGT] kms_vblank: starting subtest accuracy-idle plane 17<14>[ 74.842478] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 (kms_vblank:519) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank:519) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:519) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:519) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank:519) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:519) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:519) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:519) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:519) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:519) igt_kms-DEBUG: display: } (kms_vblank:519) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:519) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:519) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:519) igt_core-INFO: Stack trace: (kms_vblank:519) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:519) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:519) igt_core-INFO: #2 [+0xc2443728] (kms_vblank:519) igt_core-INFO: #3 [+0xc2441c78] (kms_vblank:519) igt_core-INFO: #4 [__libc_init_first+0x80] (kms_vblank:519) igt_core-INFO: #5 [__libc_start_main+0x98] (kms_vblank:519) igt_core-INFO: #6 [+0xc2441cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (3.789s)[0m [1mSubtest crtc-id: FAIL (3.790s)[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:522) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:522) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:522) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xe18c1f94] #3 [+0xe18c2fa0] #4 [+0xe18c31bc] #5 [+0xe18c1c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xe18c1cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_vblank:522) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:522) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:522) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:522) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:522) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:522) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:522) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:522) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:522) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:522) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:522) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:522) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:522) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:522) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:522) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:522) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:522) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:522) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:522) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:522) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:522) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:522) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:522) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:522) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:522) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:522) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:522) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:522) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:522) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:522) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:522) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:522) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:522) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:522) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:522) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:522) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:522) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:522) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:522) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:522) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:522) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:522) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:522) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:522) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:522) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:522) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:522) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:522) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:522) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:522) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:522) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:522) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:522) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:522) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:522) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:522) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:522) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:522) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:522) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:522) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:522) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:522) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:522) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:522) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:522) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:522) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:522) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:522) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:522) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:522) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:522) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:522) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:522) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:522) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:522) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:522) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:522) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:522) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:522) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:522) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:522) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && pla<14>[ 78.623202] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL ne_idx <<14>[ 78.623347] [IGT] kms_vblank: finished subtest accuracy-idle, FAIL pipe->n<14>[ 78.625087] [IGT] kms_vblank: exiting, ret=98 _planes (kms_vblank:522) igt_kms-DEBUG: display<8>[ 78.646399] : Fixing up initial rotation pipe D, plane 0 (kms_vblank:522) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:522) igt_k<14>[ 78.667144] [IGT] kms_vblank: executing ms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:522) igt_kms-DEBUG: display: Fixing up <14>[ 78.679808] [IGT] kms_vblank: starting subtest query-idle initial <14>[ 78.680139] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 rotation pipe D, plane 17 (kms_vblank:522) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank:522) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:522) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:522) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank:522) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:522) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:522) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:522) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:522) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:522) igt_kms-DEBUG: display: } (kms_vblank:522) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:522) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:522) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:522) igt_core-INFO: Stack trace: (kms_vblank:522) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:522) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:522) igt_core-INFO: #2 [+0xe18c1f94] (kms_vblank:522) igt_core-INFO: #3 [+0xe18c2fa0] (kms_vblank:522) igt_core-INFO: #4 [+0xe18c31bc] (kms_vblank:522) igt_core-INFO: #5 [+0xe18c1c78] (kms_vblank:522) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:522) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:522) igt_core-INFO: #8 [+0xe18c1cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (3.781s)[0m [1mSubtest accuracy-idle: FAIL (3.781s)[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:525) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:525) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:525) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xe6981f94] #3 [+0xe6982fa0] #4 [+0xe69831bc] #5 [+0xe6981c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xe6981cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_vblank:525) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:525) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:525) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:525) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:525) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:525) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:525) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:525) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:525) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:525) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:525) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:525) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:525) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:525) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:525) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:525) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:525) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:525) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:525) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:525) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:525) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:525) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:525) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:525) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:525) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:525) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:525) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:525) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:525) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:525) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:525) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:525) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:525) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:525) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:525) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:525) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:525) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:525) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:525) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:525) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:525) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:525) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:525) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:525) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:525) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:525) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:525) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:525) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:525) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:525) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:525) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:525) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:525) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:525) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:525) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:525) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:525) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:525) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:525) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:525) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:525) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:525) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:525) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:525) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:525) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:525) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:525) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:525) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:525) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:525) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:525) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:525) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:525) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:525) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:525) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:525) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:525) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:525) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:525) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:525) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:525) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && pla<14>[ 82.463161] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL ne_idx <<14>[ 82.463304] [IGT] kms_vblank: finished subtest query-idle, FAIL pipe->n<14>[ 82.465106] [IGT] kms_vblank: exiting, ret=98 _planes (kms_vblank:525) igt_kms-DEBUG: display<8>[ 82.485851] : Fixing up initial rotation pipe D, plane 0 (kms_vblank:525) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:525) igt_kms-DEBUG<14>[ 82.506777] [IGT] kms_vblank: executing : Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:525) igt_kms-DEBUG: display: Fixing up <14>[ 82.520173] [IGT] kms_vblank: starting subtest query-idle-hang initial <14>[ 82.520296] [IGT] kms_vblank: finished subtest query-idle-hang, SKIP rotation<14>[ 82.520448] [IGT] kms_vblank: exiting, ret=77 pipe D,<8>[ 82.525229] plane 1<14>[ 82.543125] [IGT] kms_vblank: executing 7 (kms_vblank:525) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank:525) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:525) igt_kms-DEBUG: Tes<14>[ 82.568511] [IGT] kms_vblank: starting subtest query-forked t requir<14>[ 82.568814] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 ement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:525) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank:525) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:525) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:525) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:525) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:525) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:525) igt_kms-DEBUG: display: } (kms_vblank:525) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:525) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:525) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:525) igt_core-INFO: Stack trace: (kms_vblank:525) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:525) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:525) igt_core-INFO: #2 [+0xe6981f94] (kms_vblank:525) igt_core-INFO: #3 [+0xe6982fa0] (kms_vblank:525) igt_core-INFO: #4 [+0xe69831bc] (kms_vblank:525) igt_core-INFO: #5 [+0xe6981c78] (kms_vblank:525) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:525) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:525) igt_core-INFO: #8 [+0xe6981cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (3.783s)[0m [1mSubtest query-idle: FAIL (3.783s)[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:531) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:531) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:531) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xde011f94] #3 [+0xde012fa0] #4 [+0xde0131bc] #5 [+0xde011c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xde011cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_vblank:531) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:531) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:531) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:531) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:531) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:531) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:531) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:531) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:531) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:531) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:531) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:531) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:531) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:531) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:531) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:531) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:531) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:531) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:531) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:531) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:531) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:531) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:531) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:531) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:531) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:531) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:531) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:531) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:531) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:531) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:531) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:531) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:531) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:531) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:531) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:531) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:531) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:531) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:531) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:531) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:531) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:531) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:531) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:531) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:531) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:531) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:531) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:531) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:531) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:531) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:531) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:531) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:531) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:531) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:531) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:531) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:531) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:531) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:531) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:531) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:531) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:531) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:531) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:531) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:531) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:531) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:531) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:531) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:531) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:531) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:531) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:531) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:531) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:531) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:531) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:531) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:531) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:531) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:531) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:531) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:531) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && pla<14>[ 86.301704] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL ne_idx <<14>[ 86.301844] [IGT] kms_vblank: finished subtest query-forked, FAIL pipe->n<14>[ 86.303636] [IGT] kms_vblank: exiting, ret=98 _planes (kms_vblank:531) igt_kms-DEBUG: display<8>[ 86.325225] : Fixing up initial rotation pipe D, plane 0 (kms_vblank:531) igt_kms-DEBUG: display: SetCrtc p<14>[ 86.342938] [IGT] kms_vblank: executing ipe D, disabling (kms_vblank:531) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n<14>[ 86.356040] [IGT] kms_vblank: starting subtest query-forked-hang _planes <14>[ 86.356164] [IGT] kms_vblank: finished subtest query-forked-hang, SKIP (kms_vb<14>[ 86.356306] [IGT] kms_vblank: exiting, ret=77 lank:531<8>[ 86.361212] ) igt_km<14>[ 86.378139] [IGT] kms_vblank: executing s-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:531) igt_kms-DEBUG: display: SetCursor pipe D, disabling (km<14>[ 86.403424] [IGT] kms_vblank: starting subtest query-busy <14>[ 86.403782] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 s_vblank:531) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:531) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:531) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank:531) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:531) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:531) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:531) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:531) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:531) igt_kms-DEBUG: display: } (kms_vblank:531) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:531) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:531) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:531) igt_core-INFO: Stack trace: (kms_vblank:531) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:531) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:531) igt_core-INFO: #2 [+0xde011f94] (kms_vblank:531) igt_core-INFO: #3 [+0xde012fa0] (kms_vblank:531) igt_core-INFO: #4 [+0xde0131bc] (kms_vblank:531) igt_core-INFO: #5 [+0xde011c78] (kms_vblank:531) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:531) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:531) igt_core-INFO: #8 [+0xde011cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (3.733s)[0m [1mSubtest query-forked: FAIL (3.733s)[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:537) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:537) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:537) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xad3f1f94] #3 [+0xad3f2fa0] #4 [+0xad3f31bc] #5 [+0xad3f1c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xad3f1cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_vblank:537) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:537) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:537) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:537) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:537) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:537) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:537) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:537) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:537) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:537) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:537) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:537) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:537) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:537) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:537) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:537) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:537) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:537) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:537) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:537) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:537) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:537) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:537) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:537) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:537) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:537) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:537) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:537) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:537) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:537) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:537) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:537) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:537) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:537) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:537) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:537) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:537) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:537) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:537) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:537) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:537) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:537) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:537) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:537) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:537) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:537) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:537) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:537) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:537) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:537) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:537) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:537) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:537) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:537) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:537) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:537) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:537) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:537) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:537) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:537) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:537) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:537) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:537) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:537) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:537) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:537) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:537) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:537) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:537) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:537) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:537) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:537) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:537) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:537) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:537) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:537) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:537) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:537) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:537) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:537) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:537) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && pla<14>[ 90.142401] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL ne_idx <<14>[ 90.142543] [IGT] kms_vblank: finished subtest query-busy, FAIL pipe->n<14>[ 90.144315] [IGT] kms_vblank: exiting, ret=98 _planes (kms_vblank:537) igt_kms-DEBUG: display<8>[ 90.164389] : Fixing up initial rotation pipe D, plane 0 (kms_vblank:537) igt_kms-DEBUG: display: SetCrtc p<14>[ 90.183437] [IGT] kms_vblank: executing ipe D, disabling (kms_vblank:537) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:537) igt_kms-DEBUG: display: Fixing up initial <14>[ 90.200677] [IGT] kms_vblank: starting subtest query-busy-hang rotation<14>[ 90.200798] [IGT] kms_vblank: finished subtest query-busy-hang, SKIP pipe D,<14>[ 90.200937] [IGT] kms_vblank: exiting, ret=77 plane 1<8>[ 90.205583] 7 (kms_<14>[ 90.223782] [IGT] kms_vblank: executing vblank:537) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank:537) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:537) igt_kms-DEBUG: Tes<14>[ 90.249135] [IGT] kms_vblank: starting subtest query-forked-busy t requir<14>[ 90.249459] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 ement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:537) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank:537) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:537) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:537) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:537) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:537) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:537) igt_kms-DEBUG: display: } (kms_vblank:537) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:537) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:537) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:537) igt_core-INFO: Stack trace: (kms_vblank:537) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:537) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:537) igt_core-INFO: #2 [+0xad3f1f94] (kms_vblank:537) igt_core-INFO: #3 [+0xad3f2fa0] (kms_vblank:537) igt_core-INFO: #4 [+0xad3f31bc] (kms_vblank:537) igt_core-INFO: #5 [+0xad3f1c78] (kms_vblank:537) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:537) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:537) igt_core-INFO: #8 [+0xad3f1cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (3.725s)[0m [1mSubtest query-busy: FAIL (3.739s)[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.000s)[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:543) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:543) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:543) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xcb331f94] #3 [+0xcb332fa0] #4 [+0xcb3331bc] #5 [+0xcb331c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xcb331cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_vblank:543) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:543) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:543) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:543) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:543) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:543) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:543) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:543) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:543) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:543) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:543) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:543) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:543) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:543) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:543) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:543) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:543) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:543) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:543) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:543) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:543) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:543) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:543) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:543) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:543) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:543) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:543) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:543) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:543) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:543) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:543) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:543) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:543) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:543) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:543) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:543) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:543) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:543) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:543) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:543) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:543) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:543) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:543) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:543) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:543) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:543) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:543) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:543) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:543) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:543) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:543) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:543) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:543) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:543) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:543) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:543) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:543) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:543) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:543) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:543) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:543) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:543) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:543) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:543) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:543) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:543) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:543) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:543) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:543) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:543) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:543) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:543) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:543) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:543) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:543) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:543) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:543) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:543) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:543) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:543) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:543) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && pla<14>[ 93.981678] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL ne_idx <<14>[ 93.981820] [IGT] kms_vblank: finished subtest query-forked-busy, FAIL pipe->n<14>[ 93.983609] [IGT] kms_vblank: exiting, ret=98 _planes (kms_vblank:543) igt_kms-DEBUG:<8>[ 94.005635] display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:543) igt_kms-DEBUG: display: S<14>[ 94.023308] [IGT] kms_vblank: executing etCrtc pipe D, disabling (kms_vblank:543) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:543) igt_kms-DEBUG: display: Fi<14>[ 94.042475] [IGT] kms_vblank: starting subtest query-forked-busy-hang xing up <14>[ 94.042602] [IGT] kms_vblank: finished subtest query-forked-busy-hang, SKIP initial <14>[ 94.042749] [IGT] kms_vblank: exiting, ret=77 rotation<8>[ 94.047723] pipe D, plane 17 (kms_vblank:5<14>[ 94.073434] [IGT] kms_vblank: executing 43) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank:543) igt_kms-DE<14>[ 94.086147] [IGT] kms_vblank: starting subtest wait-idle BUG: dis<14>[ 94.086491] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 play: MoveCursor pipe D, (0, 0) (kms_vblank:543) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:543) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank:543) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:543) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:543) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:543) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:543) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:543) igt_kms-DEBUG: display: } (kms_vblank:543) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:543) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:543) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:543) igt_core-INFO: Stack trace: (kms_vblank:543) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:543) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:543) igt_core-INFO: #2 [+0xcb331f94] (kms_vblank:543) igt_core-INFO: #3 [+0xcb332fa0] (kms_vblank:543) igt_core-INFO: #4 [+0xcb3331bc] (kms_vblank:543) igt_core-INFO: #5 [+0xcb331c78] (kms_vblank:543) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:543) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:543) igt_core-INFO: #8 [+0xcb331cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (3.732s)[0m [1mSubtest query-forked-busy: FAIL (3.733s)[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:549) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:549) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:549) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xcbb51f94] #3 [+0xcbb52fa0] #4 [+0xcbb531bc] #5 [+0xcbb51c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xcbb51cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_vblank:549) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:549) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:549) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:549) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:549) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:549) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:549) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:549) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:549) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:549) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:549) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:549) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:549) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:549) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:549) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:549) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:549) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:549) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:549) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:549) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:549) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:549) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:549) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:549) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:549) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:549) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:549) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:549) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:549) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:549) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:549) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:549) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:549) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:549) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:549) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:549) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:549) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:549) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:549) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:549) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:549) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:549) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:549) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:549) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:549) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:549) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:549) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:549) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:549) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:549) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:549) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:549) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:549) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:549) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:549) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:549) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:549) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:549) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:549) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:549) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:549) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:549) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:549) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:549) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:549) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:549) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:549) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:549) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:549) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:549) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:549) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:549) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:549) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:549) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:549) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:549) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:549) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:549) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:549) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:549) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:549) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:549) igt_km<14>[ 97.823812] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL s-DEBUG:<14>[ 97.823953] [IGT] kms_vblank: finished subtest wait-idle, FAIL display<14>[ 97.825699] [IGT] kms_vblank: exiting, ret=98 : Fi<8>[ 97.832811] xing up <14>[ 97.855424] [IGT] kms_vblank: executing initial rotation pipe D, plane 0 (kms_vblank:549) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:549) igt_kms-DEBUG: Test requirement passed: plane<14>[ 97.872743] [IGT] kms_vblank: starting subtest wait-idle-hang _idx >= <14>[ 97.872866] [IGT] kms_vblank: finished subtest wait-idle-hang, SKIP 0 && pla<14>[ 97.873013] [IGT] kms_vblank: exiting, ret=77 ne_idx <<8>[ 97.877954] <14>[ 97.894234] [IGT] kms_vblank: executing pipe->n_planes (kms_vblank:549) igt_kms-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:549) igt_kms-DEBUG: display: SetCurso<14>[ 97.918971] [IGT] kms_vblank: starting subtest wait-forked r pipe D<14>[ 97.919283] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 , disabling (kms_vblank:549) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:549) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:549) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank:549) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:549) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:549) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:549) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:549) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:549) igt_kms-DEBUG: display: } (kms_vblank:549) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:549) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:549) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:549) igt_core-INFO: Stack trace: (kms_vblank:549) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:549) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:549) igt_core-INFO: #2 [+0xcbb51f94] (kms_vblank:549) igt_core-INFO: #3 [+0xcbb52fa0] (kms_vblank:549) igt_core-INFO: #4 [+0xcbb531bc] (kms_vblank:549) igt_core-INFO: #5 [+0xcbb51c78] (kms_vblank:549) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:549) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:549) igt_core-INFO: #8 [+0xcbb51cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (3.737s)[0m [1mSubtest wait-idle: FAIL (3.738s)[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:555) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:555) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:555) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xbe531f94] #3 [+0xbe532fa0] #4 [+0xbe5331bc] #5 [+0xbe531c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xbe531cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_vblank:555) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:555) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:555) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:555) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:555) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:555) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:555) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:555) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:555) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:555) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:555) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:555) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:555) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:555) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:555) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:555) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:555) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:555) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:555) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:555) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:555) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:555) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:555) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:555) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:555) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:555) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:555) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:555) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:555) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:555) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:555) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:555) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:555) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:555) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:555) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:555) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:555) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:555) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:555) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:555) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:555) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:555) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:555) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:555) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:555) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:555) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:555) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:555) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:555) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:555) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:555) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:555) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:555) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:555) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:555) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:555) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:555) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:555) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:555) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:555) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:555) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:555) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:555) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:555) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:555) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:555) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:555) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:555) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:555) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:555) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:555) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:555) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:555) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:555) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:555) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:555) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:555) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:555) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:555) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:555) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:555) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && pla<14>[ 101.661732] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL ne_idx <<14>[ 101.661878] [IGT] kms_vblank: finished subtest wait-forked, FAIL pipe->n<14>[ 101.663691] [IGT] kms_vblank: exiting, ret=98 _planes (kms_vblank:555) igt_kms-DEBUG: display<8>[ 101.684651] : Fixing up initial rotation pipe D, plane 0 (kms_vblank:555) igt_kms-DEBUG: display: SetCrtc p<14>[ 101.702484] [IGT] kms_vblank: executing ipe D, disabling (kms_vblank:555) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n<14>[ 101.715977] [IGT] kms_vblank: starting subtest wait-forked-hang _planes <14>[ 101.716112] [IGT] kms_vblank: finished subtest wait-forked-hang, SKIP (kms_vb<14>[ 101.716263] [IGT] kms_vblank: exiting, ret=77 lank:555<8>[ 101.721299] ) igt_km<14>[ 101.737794] [IGT] kms_vblank: executing s-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:555) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank<14>[ 101.762821] [IGT] kms_vblank: starting subtest wait-busy :555) ig<14>[ 101.763131] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 t_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:555) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:555) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank:555) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:555) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:555) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:555) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:555) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:555) igt_kms-DEBUG: display: } (kms_vblank:555) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:555) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:555) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:555) igt_core-INFO: Stack trace: (kms_vblank:555) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:555) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:555) igt_core-INFO: #2 [+0xbe531f94] (kms_vblank:555) igt_core-INFO: #3 [+0xbe532fa0] (kms_vblank:555) igt_core-INFO: #4 [+0xbe5331bc] (kms_vblank:555) igt_core-INFO: #5 [+0xbe531c78] (kms_vblank:555) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:555) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:555) igt_core-INFO: #8 [+0xbe531cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (3.742s)[0m [1mSubtest wait-forked: FAIL (3.743s)[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:561) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:561) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:561) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xd14a1f94] #3 [+0xd14a2fa0] #4 [+0xd14a31bc] #5 [+0xd14a1c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xd14a1cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_vblank:561) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:561) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:561) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:561) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:561) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:561) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:561) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:561) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:561) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:561) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:561) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:561) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:561) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:561) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:561) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:561) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:561) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:561) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:561) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:561) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:561) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:561) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:561) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:561) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:561) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:561) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:561) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:561) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:561) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:561) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:561) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:561) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:561) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:561) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:561) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:561) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:561) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:561) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:561) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:561) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:561) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:561) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:561) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:561) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:561) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:561) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:561) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:561) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:561) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:561) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:561) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:561) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:561) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:561) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:561) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:561) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:561) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:561) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:561) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:561) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:561) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:561) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:561) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:561) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:561) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:561) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:561) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:561) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:561) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:561) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:561) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:561) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:561) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:561) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:561) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:561) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:561) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:561) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:561) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:561) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:561) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && pla<14>[ 105.501654] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL ne_idx <<14>[ 105.501794] [IGT] kms_vblank: finished subtest wait-busy, FAIL pipe->n<14>[ 105.505448] [IGT] kms_vblank: exiting, ret=98 _planes (kms_vblank:561) igt_kms-DEBUG: display<8>[ 105.524533] : Fixing up initial rotation pipe D, plane 0 (kms_vblank:561) igt_kms-DEBUG: display: SetCrtc pipe D, d<14>[ 105.542714] [IGT] kms_vblank: executing isabling (kms_vblank:561) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:561<14>[ 105.555812] [IGT] kms_vblank: starting subtest wait-busy-hang ) igt_km<14>[ 105.555937] [IGT] kms_vblank: finished subtest wait-busy-hang, SKIP s-DEBUG:<14>[ 105.556071] [IGT] kms_vblank: exiting, ret=77 display<8>[ 105.560937] : Fi<14>[ 105.579147] [IGT] kms_vblank: executing xing up initial rotation pipe D, plane 17 (kms_vblank:561) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank:561) igt_kms-DEBUG: display: MoveCursor pipe D, (0,<14>[ 105.604108] [IGT] kms_vblank: starting subtest wait-forked-busy 0) (km<14>[ 105.604432] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 s_vblank:561) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:561) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank:561) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:561) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:561) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:561) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:561) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:561) igt_kms-DEBUG: display: } (kms_vblank:561) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:561) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:561) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:561) igt_core-INFO: Stack trace: (kms_vblank:561) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:561) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:561) igt_core-INFO: #2 [+0xd14a1f94] (kms_vblank:561) igt_core-INFO: #3 [+0xd14a2fa0] (kms_vblank:561) igt_core-INFO: #4 [+0xd14a31bc] (kms_vblank:561) igt_core-INFO: #5 [+0xd14a1c78] (kms_vblank:561) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:561) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:561) igt_core-INFO: #8 [+0xd14a1cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (3.738s)[0m [1mSubtest wait-busy: FAIL (3.739s)[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:567) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:567) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:567) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xd00f1f94] #3 [+0xd00f2fa0] #4 [+0xd00f31bc] #5 [+0xd00f1c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xd00f1cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_vblank:567) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:567) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:567) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:567) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:567) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:567) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:567) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:567) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:567) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:567) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:567) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:567) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:567) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:567) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:567) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:567) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:567) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:567) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:567) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:567) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:567) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:567) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:567) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:567) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:567) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:567) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:567) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:567) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:567) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:567) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:567) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:567) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:567) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:567) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:567) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:567) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:567) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:567) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:567) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:567) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:567) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:567) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:567) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:567) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:567) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:567) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:567) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:567) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:567) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:567) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:567) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:567) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:567) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:567) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:567) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:567) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:567) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:567) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:567) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:567) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:567) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:567) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:567) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:567) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:567) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:567) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:567) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:567) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:567) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:567) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:567) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:567) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:567) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:567) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:567) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:567) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:567) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:567) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:567) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:567) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:567) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && pla<14>[ 109.342380] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL ne_idx <<14>[ 109.342525] [IGT] kms_vblank: finished subtest wait-forked-busy, FAIL pipe->n<14>[ 109.344502] [IGT] kms_vblank: exiting, ret=98 _planes (kms_vblank:567) igt_kms-DEBUG: display<8>[ 109.365078] : Fixing up initial rotation pipe D, plane 0 (kms_vblank:567) igt_kms-DEBUG: display: S<14>[ 109.383594] [IGT] kms_vblank: executing etCrtc pipe D, disabling (kms_vblank:567) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:567) igt_kms-DEBUG: display<14>[ 109.401301] [IGT] kms_vblank: starting subtest wait-forked-busy-hang : Fi<14>[ 109.401423] [IGT] kms_vblank: finished subtest wait-forked-busy-hang, SKIP xing up <14>[ 109.401558] [IGT] kms_vblank: exiting, ret=77 initial <8>[ 109.406342] rotation<14>[ 109.423784] [IGT] kms_vblank: executing pipe D, plane 17 (kms_vblank:567) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank:567) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (km<14>[ 109.449532] [IGT] kms_vblank: starting subtest ts-continuation-idle s_vblank<14>[ 109.449855] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 :567) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:567) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank:567) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:567) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:567) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:567) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:567) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:567) igt_kms-DEBUG: display: } (kms_vblank:567) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:567) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:567) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:567) igt_core-INFO: Stack trace: (kms_vblank:567) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:567) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:567) igt_core-INFO: #2 [+0xd00f1f94] (kms_vblank:567) igt_core-INFO: #3 [+0xd00f2fa0] (kms_vblank:567) igt_core-INFO: #4 [+0xd00f31bc] (kms_vblank:567) igt_core-INFO: #5 [+0xd00f1c78] (kms_vblank:567) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:567) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:567) igt_core-INFO: #8 [+0xd00f1cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (3.738s)[0m [1mSubtest wait-forked-busy: FAIL (3.738s)[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:573) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:573) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:573) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xe2df1f94] #3 [+0xe2df2fa0] #4 [+0xe2df31bc] #5 [+0xe2df1c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xe2df1cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_vblank:573) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:573) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:573) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:573) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:573) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:573) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:573) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:573) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:573) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:573) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:573) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:573) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:573) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:573) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:573) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:573) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:573) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:573) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:573) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:573) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:573) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:573) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:573) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:573) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:573) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:573) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:573) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:573) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:573) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:573) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:573) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:573) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:573) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:573) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:573) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:573) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:573) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:573) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:573) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:573) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:573) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:573) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:573) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:573) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:573) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:573) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:573) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:573) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:573) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:573) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:573) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:573) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:573) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:573) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:573) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:573) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:573) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:573) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:573) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:573) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:573) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:573) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:573) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:573) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:573) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:573) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:573) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:573) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:573) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:573) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:573) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:573) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:573) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:573) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:573) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:573) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:573) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:573) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:573) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:573) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:573) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && pla<14>[ 113.181744] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL ne_idx <<14>[ 113.181889] [IGT] kms_vblank: finished subtest ts-continuation-idle, FAIL pipe->n<14>[ 113.183750] [IGT] kms_vblank: exiting, ret=98 _planes (kms_vblank:573) igt_kms-DEBUG:<8>[ 113.205364] display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:573) igt_kms-DEBUG: displa<14>[ 113.222830] [IGT] kms_vblank: executing y: SetCrtc pipe D, disabling (kms_vblank:573) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n<14>[ 113.235735] [IGT] kms_vblank: starting subtest ts-continuation-idle-hang _planes <14>[ 113.235865] [IGT] kms_vblank: finished subtest ts-continuation-idle-hang, SKIP (kms_vb<14>[ 113.236009] [IGT] kms_vblank: exiting, ret=77 lank:573<8>[ 113.240862] ) igt_km<14>[ 113.261002] [IGT] kms_vblank: executing s-DEBUG: display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:573) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank<14>[ 113.287207] [IGT] kms_vblank: starting subtest ts-continuation-dpms-rpm :573) ig<14>[ 113.287530] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 t_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:573) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:573) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank:573) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:573) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:573) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:573) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:573) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:573) igt_kms-DEBUG: display: } (kms_vblank:573) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:573) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:573) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:573) igt_core-INFO: Stack trace: (kms_vblank:573) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:573) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:573) igt_core-INFO: #2 [+0xe2df1f94] (kms_vblank:573) igt_core-INFO: #3 [+0xe2df2fa0] (kms_vblank:573) igt_core-INFO: #4 [+0xe2df31bc] (kms_vblank:573) igt_core-INFO: #5 [+0xe2df1c78] (kms_vblank:573) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:573) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:573) igt_core-INFO: #8 [+0xe2df1cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (3.732s)[0m [1mSubtest ts-continuation-idle: FAIL (3.732s)[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:579) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:579) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:579) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xe01e1f94] #3 [+0xe01e2fa0] #4 [+0xe01e31bc] #5 [+0xe01e1c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xe01e1cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_vblank:579) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:579) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:579) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:579) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:579) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:579) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:579) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:579) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:579) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:579) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:579) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:579) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:579) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:579) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:579) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:579) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:579) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:579) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:579) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:579) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:579) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:579) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:579) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:579) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:579) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:579) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:579) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:579) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:579) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:579) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:579) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:579) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:579) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:579) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:579) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:579) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:579) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:579) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:579) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:579) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:579) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:579) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:579) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:579) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:579) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:579) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:579) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:579) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:579) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:579) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:579) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:579) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:579) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:579) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:579) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:579) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:579) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:579) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:579) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:579) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:579) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:579) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:579) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:579) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:579) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:579) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:579) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:579) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:579) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:579) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:579) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:579) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:579) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:579) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:579) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:579) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:579) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:579) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:579) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:579) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:579) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && pla<14>[ 117.021702] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL ne_idx <<14>[ 117.021843] [IGT] kms_vblank: finished subtest ts-continuation-dpms-rpm, FAIL pipe->n<14>[ 117.023676] [IGT] kms_vblank: exiting, ret=98 _planes (kms_vblank:579) igt_km<8>[ 117.045637] s-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:579) igt_kms-DEBUG<14>[ 117.063543] [IGT] kms_vblank: executing : display: SetCrtc pipe D, disabling (kms_vblank:579) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:579) igt_kms-DEBUG:<14>[ 117.081241] [IGT] kms_vblank: starting subtest ts-continuation-dpms-suspend display<14>[ 117.081585] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 : Fixing up initial rotation pipe D, plane 17 (kms_vblank:579) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank:579) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:579) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:579) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank:579) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:579) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:579) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:579) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:579) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:579) igt_kms-DEBUG: display: } (kms_vblank:579) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:579) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:579) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:579) igt_core-INFO: Stack trace: (kms_vblank:579) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:579) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:579) igt_core-INFO: #2 [+0xe01e1f94] (kms_vblank:579) igt_core-INFO: #3 [+0xe01e2fa0] (kms_vblank:579) igt_core-INFO: #4 [+0xe01e31bc] (kms_vblank:579) igt_core-INFO: #5 [+0xe01e1c78] (kms_vblank:579) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:579) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:579) igt_core-INFO: #8 [+0xe01e1cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (3.734s)[0m [1mSubtest ts-continuation-dpms-rpm: FAIL (3.735s)[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:582) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:582) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:582) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xd1bc1f94] #3 [+0xd1bc2fa0] #4 [+0xd1bc31bc] #5 [+0xd1bc1c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xd1bc1cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_vblank:582) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:582) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:582) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:582) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:582) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:582) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:582) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:582) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:582) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:582) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:582) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:582) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:582) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:582) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:582) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:582) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:582) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:582) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:582) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:582) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:582) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:582) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:582) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:582) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:582) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:582) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:582) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:582) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:582) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:582) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:582) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:582) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:582) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:582) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:582) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:582) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:582) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:582) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:582) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:582) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:582) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:582) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:582) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:582) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:582) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:582) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:582) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:582) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:582) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:582) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:582) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:582) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:582) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:582) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:582) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:582) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:582) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:582) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:582) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:582) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:582) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:582) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:582) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:582) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:582) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:582) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:582) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:582) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:582) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:582) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:582) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:582) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:582) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:582) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:582) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:582) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:582) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:582) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:582) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:582) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:582) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && pla<14>[ 120.862375] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL ne_idx <<14>[ 120.862519] [IGT] kms_vblank: finished subtest ts-continuation-dpms-suspend, FAIL pipe->n<14>[ 120.864323] [IGT] kms_vblank: exiting, ret=98 _planes (kms_vblank:582) igt_km<8>[ 120.886770] s-DEBUG: display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:582) igt_kms-DEBUG: display: SetCrtc pipe D, d<14>[ 120.906839] [IGT] kms_vblank: executing isabling (kms_vblank:582) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:582) igt_km<14>[ 120.920301] [IGT] kms_vblank: starting subtest ts-continuation-suspend s-DEBUG:<14>[ 120.920626] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:582) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank:582) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:582) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:582) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank:582) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:582) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:582) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:582) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:582) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:582) igt_kms-DEBUG: display: } (kms_vblank:582) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:582) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:582) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:582) igt_core-INFO: Stack trace: (kms_vblank:582) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:582) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:582) igt_core-INFO: #2 [+0xd1bc1f94] (kms_vblank:582) igt_core-INFO: #3 [+0xd1bc2fa0] (kms_vblank:582) igt_core-INFO: #4 [+0xd1bc31bc] (kms_vblank:582) igt_core-INFO: #5 [+0xd1bc1c78] (kms_vblank:582) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:582) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:582) igt_core-INFO: #8 [+0xd1bc1cb0] **** 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:585) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:585) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:585) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xea301f94] #3 [+0xea302fa0] #4 [+0xea3031bc] #5 [+0xea301c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xea301cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_vblank:585) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:585) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:585) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:585) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:585) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:585) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:585) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:585) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:585) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:585) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:585) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:585) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:585) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:585) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:585) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:585) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:585) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:585) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:585) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:585) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:585) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:585) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:585) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:585) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:585) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:585) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:585) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:585) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:585) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:585) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:585) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:585) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:585) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:585) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:585) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:585) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:585) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:585) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:585) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:585) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:585) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:585) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:585) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:585) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:585) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:585) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:585) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:585) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:585) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:585) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:585) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:585) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:585) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:585) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:585) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:585) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:585) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:585) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:585) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:585) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:585) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:585) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:585) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:585) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:585) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:585) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:585) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:585) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:585) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:585) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:585) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:585) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:585) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:585) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:585) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:585) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:585) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:585) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:585) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:585) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:585) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && pla<14>[ 124.701683] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL ne_idx <<14>[ 124.701826] [IGT] kms_vblank: finished subtest ts-continuation-suspend, FAIL pipe->n<14>[ 124.703618] [IGT] kms_vblank: exiting, ret=98 _planes (kms_vblank:585) igt_kms-DEBUG:<8>[ 124.727342] display: Fixing up initial rotation pipe D, plane 0 (kms_vblank:585) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:585) igt_kms-DEBUG: Test requireme<14>[ 124.749953] [IGT] kms_vblank: executing nt passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:585) igt_kms-DEBUG:<14>[ 124.763372] [IGT] kms_vblank: starting subtest ts-continuation-modeset display<14>[ 124.763730] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 : Fixing up initial rotation pipe D, plane 17 (kms_vblank:585) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank:585) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:585) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:585) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank:585) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:585) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:585) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:585) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:585) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:585) igt_kms-DEBUG: display: } (kms_vblank:585) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:585) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:585) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:585) igt_core-INFO: Stack trace: (kms_vblank:585) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:585) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:585) igt_core-INFO: #2 [+0xea301f94] (kms_vblank:585) igt_core-INFO: #3 [+0xea302fa0] (kms_vblank:585) igt_core-INFO: #4 [+0xea3031bc] (kms_vblank:585) igt_core-INFO: #5 [+0xea301c78] (kms_vblank:585) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:585) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:585) igt_core-INFO: #8 [+0xea301cb0] **** 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:588) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:588) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:588) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xd0eb1f94] #3 [+0xd0eb2fa0] #4 [+0xd0eb31bc] #5 [+0xd0eb1c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xd0eb1cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_vblank:588) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:588) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:588) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:588) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:588) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:588) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:588) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:588) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:588) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:588) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:588) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:588) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:588) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:588) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:588) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:588) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:588) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:588) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:588) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:588) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:588) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:588) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:588) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:588) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:588) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:588) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:588) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:588) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:588) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:588) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:588) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:588) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:588) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:588) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:588) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:588) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:588) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:588) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:588) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:588) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:588) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:588) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:588) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:588) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:588) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:588) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:588) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:588) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:588) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:588) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:588) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:588) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:588) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:588) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:588) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:588) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:588) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:588) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:588) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:588) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:588) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:588) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:588) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:588) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:588) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:588) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:588) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:588) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:588) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:588) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:588) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:588) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:588) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:588) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:588) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:588) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:588) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:588) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:588) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:588) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:588) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && pla<14>[ 128.541776] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL ne_idx <<14>[ 128.541918] [IGT] kms_vblank: finished subtest ts-continuation-modeset, FAIL pipe->n<14>[ 128.543689] [IGT] kms_vblank: exiting, ret=98 _planes (kms_vblank:588) igt_kms-DEBUG: display: Fixing up initial rotation<8>[ 128.568484] pipe D, plane 0 (kms_vblank:588) igt_kms-DEBUG: display: SetCrtc pipe D, disabling (kms_vblank:588) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n<14>[ 128.592303] [IGT] kms_vblank: executing _planes (kms_vblank:588) igt_kms-DEBUG: display: Fixing up initial rotation pipe D,<14>[ 128.605633] [IGT] kms_vblank: starting subtest ts-continuation-modeset-hang plane 1<14>[ 128.605756] [IGT] kms_vblank: finished subtest ts-continuation-modeset-hang, SKIP 7 (kms_<14>[ 128.605887] [IGT] kms_vblank: exiting, ret=77 vblank:5<8>[ 128.610711] 88) igt_<14>[ 128.629922] [IGT] kms_vblank: executing kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank:588) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:588) igt_kms-DEBUG: Test requirement passed: pl<14>[ 128.658926] [IGT] kms_vblank: starting subtest ts-continuation-modeset-rpm ane_idx <14>[ 128.659289] [IGT] kms_vblank: starting dynamic subtest pipe-A-Writeback-1 >= 0 && plane_idx < pipe->n_planes (kms_vblank:588) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank:588) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:588) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:588) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:588) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:588) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:588) igt_kms-DEBUG: display: } (kms_vblank:588) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:588) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:588) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:588) igt_core-INFO: Stack trace: (kms_vblank:588) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:588) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:588) igt_core-INFO: #2 [+0xd0eb1f94] (kms_vblank:588) igt_core-INFO: #3 [+0xd0eb2fa0] (kms_vblank:588) igt_core-INFO: #4 [+0xd0eb31bc] (kms_vblank:588) igt_core-INFO: #5 [+0xd0eb1c78] (kms_vblank:588) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:588) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:588) igt_core-INFO: #8 [+0xd0eb1cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (3.763s)[0m [1mSubtest ts-continuation-modeset: FAIL (3.778s)[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:594) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:594) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:594) igt_kms-CRITICAL: Last errno: 16, Device or resource busy Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() #2 [+0xb55b1f94] #3 [+0xb55b2fa0] #4 [+0xb55b31bc] #5 [+0xb55b1c78] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xb55b1cb0] Dynamic subtest pipe-A-Writeback-1 failed. **** DEBUG **** (kms_vblank:594) igt_kms-DEBUG: display: SetProp plane A.4 "rotation" to 0x1/1 (kms_vblank:594) igt_kms-DEBUG: display: SetProp plane A.4 "alpha" to 0xffff/65535 (kms_vblank:594) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:594) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 5 (kms_vblank:594) igt_kms-DEBUG: display: SetPlane pipe A, plane 5, disabling (kms_vblank:594) igt_kms-DEBUG: display: SetProp plane A.5 "rotation" to 0x1/1 (kms_vblank:594) igt_kms-DEBUG: display: SetProp plane A.5 "alpha" to 0xffff/65535 (kms_vblank:594) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:594) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 6 (kms_vblank:594) igt_kms-DEBUG: display: SetPlane pipe A, plane 6, disabling (kms_vblank:594) igt_kms-DEBUG: display: SetProp plane A.6 "rotation" to 0x1/1 (kms_vblank:594) igt_kms-DEBUG: display: SetProp plane A.6 "alpha" to 0xffff/65535 (kms_vblank:594) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:594) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 7 (kms_vblank:594) igt_kms-DEBUG: display: SetPlane pipe A, plane 7, disabling (kms_vblank:594) igt_kms-DEBUG: display: SetProp plane A.7 "rotation" to 0x1/1 (kms_vblank:594) igt_kms-DEBUG: display: SetProp plane A.7 "alpha" to 0xffff/65535 (kms_vblank:594) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:594) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 8 (kms_vblank:594) igt_kms-DEBUG: display: SetPlane pipe A, plane 8, disabling (kms_vblank:594) igt_kms-DEBUG: display: SetProp plane A.8 "rotation" to 0x1/1 (kms_vblank:594) igt_kms-DEBUG: display: SetProp plane A.8 "alpha" to 0xffff/65535 (kms_vblank:594) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:594) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 9 (kms_vblank:594) igt_kms-DEBUG: display: SetPlane pipe A, plane 9, disabling (kms_vblank:594) igt_kms-DEBUG: display: SetProp plane A.9 "rotation" to 0x1/1 (kms_vblank:594) igt_kms-DEBUG: display: SetProp plane A.9 "alpha" to 0xffff/65535 (kms_vblank:594) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:594) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 10 (kms_vblank:594) igt_kms-DEBUG: display: SetPlane pipe A, plane 10, disabling (kms_vblank:594) igt_kms-DEBUG: display: SetProp plane A.10 "rotation" to 0x1/1 (kms_vblank:594) igt_kms-DEBUG: display: SetProp plane A.10 "alpha" to 0xffff/65535 (kms_vblank:594) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:594) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 11 (kms_vblank:594) igt_kms-DEBUG: display: SetPlane pipe A, plane 11, disabling (kms_vblank:594) igt_kms-DEBUG: display: SetProp plane A.11 "rotation" to 0x1/1 (kms_vblank:594) igt_kms-DEBUG: display: SetProp plane A.11 "alpha" to 0xffff/65535 (kms_vblank:594) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:594) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 12 (kms_vblank:594) igt_kms-DEBUG: display: SetPlane pipe A, plane 12, disabling (kms_vblank:594) igt_kms-DEBUG: display: SetProp plane A.12 "rotation" to 0x1/1 (kms_vblank:594) igt_kms-DEBUG: display: SetProp plane A.12 "alpha" to 0xffff/65535 (kms_vblank:594) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:594) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 13 (kms_vblank:594) igt_kms-DEBUG: display: SetPlane pipe A, plane 13, disabling (kms_vblank:594) igt_kms-DEBUG: display: SetProp plane A.13 "rotation" to 0x1/1 (kms_vblank:594) igt_kms-DEBUG: display: SetProp plane A.13 "alpha" to 0xffff/65535 (kms_vblank:594) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:594) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 14 (kms_vblank:594) igt_kms-DEBUG: display: SetPlane pipe A, plane 14, disabling (kms_vblank:594) igt_kms-DEBUG: display: SetProp plane A.14 "rotation" to 0x1/1 (kms_vblank:594) igt_kms-DEBUG: display: SetProp plane A.14 "alpha" to 0xffff/65535 (kms_vblank:594) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:594) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 15 (kms_vblank:594) igt_kms-DEBUG: display: SetPlane pipe A, plane 15, disabling (kms_vblank:594) igt_kms-DEBUG: display: SetProp plane A.15 "rotation" to 0x1/1 (kms_vblank:594) igt_kms-DEBUG: display: SetProp plane A.15 "alpha" to 0xffff/65535 (kms_vblank:594) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:594) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 16 (kms_vblank:594) igt_kms-DEBUG: display: SetPlane pipe A, plane 16, disabling (kms_vblank:594) igt_kms-DEBUG: display: SetProp plane A.16 "rotation" to 0x1/1 (kms_vblank:594) igt_kms-DEBUG: display: SetProp plane A.16 "alpha" to 0xffff/65535 (kms_vblank:594) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:594) igt_kms-DEBUG: display: Fixing up initial rotation pipe A, plane 17 (kms_vblank:594) igt_kms-DEBUG: display: SetCursor pipe A, disabling (kms_vblank:594) igt_kms-DEBUG: display: MoveCursor pipe A, (0, 0) (kms_vblank:594) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:594) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 0 (kms_vblank:594) igt_kms-DEBUG: display: SetCrtc pipe B, disabling (kms_vblank:594) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:594) igt_kms-DEBUG: display: Fixing up initial rotation pipe B, plane 17 (kms_vblank:594) igt_kms-DEBUG: display: SetCursor pipe B, disabling (kms_vblank:594) igt_kms-DEBUG: display: MoveCursor pipe B, (0, 0) (kms_vblank:594) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:594) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 0 (kms_vblank:594) igt_kms-DEBUG: display: SetCrtc pipe C, disabling (kms_vblank:594) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:594) igt_kms-DEBUG: display: Fixing up initial rotation pipe C, plane 17 (kms_vblank:594) igt_kms-DEBUG: display: SetCursor pipe C, disabling (kms_vblank:594) igt_kms-DEBUG: display: MoveCursor pipe C, (0, 0) (kms_vblank:594) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:594) igt_km<14>[ 132.383850] [IGT] kms_vblank: finished subtest pipe-A-Writeback-1, FAIL s-DEBUG:<14>[ 132.383994] [IGT] kms_vblank: finished subtest ts-continuation-modeset-rpm, FAIL display<14>[ 132.385743] [IGT] kms_vblank: exiting, ret=98 : Fi<8>[ 132.392905] xing up <8>[ 132.394916] initial <8>[ 132.416933] rotation pipe D, plane 0 (kms_vblank:594) igt_kms-DEBUG: display: S<14>[ 132.434048] [IGT] vc4_create_bo: executing etCrtc p<14>[ 132.434402] [IGT] vc4_create_bo: starting subtest create-bo-4096 ipe D, disabling (kms_vblank:594) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && pla<14>[ 132.451960] [IGT] vc4_create_bo: finished subtest create-bo-4096, FAIL ne_idx <<14>[ 132.452076] [IGT] vc4_create_bo: exiting, ret=98 pipe->n<8>[ 132.457070] _planes (kms_vblank:594) igt_kms-DEBUG:<14>[ 132.476782] [IGT] vc4_create_bo: executing display: Fixing up initial rotation pipe D, plane 17 (kms_vblank:594) igt_kms-DEBUG: display: SetCursor pipe D, disabling (kms_vblank:594) igt_kms-DEBUG: display: MoveCursor pipe D, (0, 0) (kms_vblank:594) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:594) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 0 (kms_vblank:594) igt_kms-DEBUG: display: SetCrtc pipe E, disabling (kms_vblank:594) igt_kms-DEBUG: Test requirement passed: plane_idx >= 0 && plane_idx < pipe->n_planes (kms_vblank:594) igt_kms-DEBUG: display: Fixing up initial rotation pipe E, plane 17 (kms_vblank:594) igt_kms-DEBUG: display: SetCursor pipe E, disabling (kms_vblank:594) igt_kms-DEBUG: display: MoveCursor pipe E, (0, 0) (kms_vblank:594) igt_kms-DEBUG: display: } (kms_vblank:594) igt_kms-CRITICAL: Test assertion failure function igt_wait_for_vblank, file ../lib/igt_kms.c:5248: (kms_vblank:594) igt_kms-CRITICAL: Failed assertion: __igt_vblank_wait(drm_fd, crtc_offset, 1) == 0 (kms_vblank:594) igt_kms-CRITICAL: Last errno: 16, Device or resource busy (kms_vblank:594) igt_core-INFO: Stack trace: (kms_vblank:594) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (kms_vblank:594) igt_core-INFO: #1 ../lib/igt_kms.c:5233 igt_wait_for_vblank_count() (kms_vblank:594) igt_core-INFO: #2 [+0xb55b1f94] (kms_vblank:594) igt_core-INFO: #3 [+0xb55b2fa0] (kms_vblank:594) igt_core-INFO: #4 [+0xb55b31bc] (kms_vblank:594) igt_core-INFO: #5 [+0xb55b1c78] (kms_vblank:594) igt_core-INFO: #6 [__libc_init_first+0x80] (kms_vblank:594) igt_core-INFO: #7 [__libc_start_main+0x98] (kms_vblank:594) igt_core-INFO: #8 [+0xb55b1cb0] **** END **** [1mDynamic subtest pipe-A-Writeback-1: FAIL (3.724s)[0m [1mSubtest ts-continuation-modeset-rpm: FAIL (3.725s)[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:600) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_create_bo:600) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_create_bo:600) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_create_bo:600) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xe62911d4] #3 [+0xe6290dec] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xe6290e30] Subtest create-bo-4096 failed. **** DEBUG **** (vc4_create_bo:600) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_create_bo:600) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_create_bo:600) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_create_bo:600) igt_vc4-CRITICAL: error: -1 != 0 (vc4_create_bo:600) igt_core-INFO: Stack trace: (vc4_create_bo:600) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_create_bo:600) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_create_bo:600) igt_core-INFO: #2 [+0xe62911d4] (vc4_create_bo:600) igt_core-INFO: #3 [+0xe6290dec] (vc4_create_bo:600) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_create_bo:600) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_create_bo:600) igt_core-INFO: #6 [+<14>[ 132.819743] [IGT] vc4_create_bo: starting subtest create-bo-0 0xe6290e30] **** END **** [1mSubtest create-bo-4096: FAIL (0.017s)<14>[ 132.834672] [IGT] vc4_create_bo: finished subtest create-bo-0, FAIL [0m IGT<14>[ 132.834795] [IGT] vc4_create_bo: exiting, ret=98 -Version<8>[ 132.839900] : 1.28-ga44ebfe (aarch64) (Linux: 5.10.2<14>[ 132.859628] [IGT] vc4_create_bo: executing 18-cip49-rt20 aarch64) Using IGT_SRANDO<14>[ 132.864933] [IGT] vc4_create_bo: starting subtest create-bo-zeroed M=1706305830 for randomisation Opened device: /dev/dri/card0 Starting subtest: create-<14>[ 132.880567] [IGT] vc4_create_bo: finished subtest create-bo-zeroed, FAIL bo-0 (v<14>[ 132.880667] [IGT] vc4_create_bo: exiting, ret=98 c4_creat<8>[ 132.885311] e_bo:603<8>[ 132.886555] ) CRITIC<8>[ 132.903154] AL: Test assertion failure function __igt_unique____real_main27,<14>[ 132.918786] [IGT] vc4_dmabuf_poll: executing file ..<14>[ 132.919122] [IGT] vc4_dmabuf_poll: starting subtest poll-write-waits-until-write-done /tests/vc4/vc4_create_bo.c:45: (vc4_create_bo:603) CRITICAL: Failed assertion: (*__errno_location ()) == 22 (vc4_create_bo:603) CRITICAL: Last errno: 19, No such device (vc4_create_bo:603) CRITICAL: error: 19 != 22 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [+0xcaa31268] #2 [+0xcaa30dec] #3 [__libc_init_first+0x80] #4 [__libc_start_main+0x98] #5 [+0xcaa30e30] Subtest create-bo-0 failed. **** DEBUG **** (vc4_create_bo:603) CRITICAL: Test assertion failure function __igt_unique____real_main27, file ../tests/vc4/vc4_create_bo.c:45: (vc4_create_bo:603) CRITICAL: Failed assertion: (*__errno_location ()) == 22 (vc4_create_bo:603) CRITICAL: Last errno: 19, No such device (vc4_create_bo:603) CRITICAL: error: 19 != 22 (vc4_create_bo:603) igt_core-INFO: Stack trace: (vc4_create_bo:603) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_create_bo:603) igt_core-INFO: #1 [+0xcaa31268] (vc4_create_bo:603) igt_core-INFO: #2 [+0xcaa30dec] (vc4_create_bo:603) igt_core-INFO: #3 [__libc_init_first+0x80] (vc4_create_bo:603) igt_core-INFO: #4 [__libc_start_main+0x98] (vc4_create_bo:603) igt_core-INFO: #5 [+0xcaa30e30] **** END **** [1mSubtest create-bo-0: FAIL (0.015s)[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:606) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_create_bo:606) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_create_bo:606) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_create_bo:606) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xacc7110c] #3 [+0xacc70dec] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xacc70e30] Subtest create-bo-zeroed failed. **** DEBUG **** (vc4_create_bo:606) drmtest-DEBUG: Force option used: Using driver vc4 (vc4_create_bo:606) drmtest-DEBUG: Opened previously opened device: /dev/dri/card0 (vc4_create_bo:606) drmtest-DEBUG: Test requirement passed: !(fd<0) (vc4_create_bo:606) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_create_bo:606) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_create_bo:606) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_create_bo:606) igt_vc4-CRITICAL: error: -1 != 0 (vc4_create_bo:606) igt_core-INFO: Stack trace: (vc4_create_bo:606) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_create_bo:606) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_create_bo:606) igt_core-INFO: #2 [+0xacc7110c] (vc4_create_bo:606) igt_core-INFO: #3 [+0xacc70dec] (vc4_create_bo:606) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_create_bo:606) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_create_bo:606) igt_core-INFO: #6 [+0xacc70e30] **** END **** [1mSubtest create-bo-zeroed: FAIL (0.016s)[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:612) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_dmabuf_poll:612) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('<14>[ 133.282171] [IGT] vc4_dmabuf_poll: finished subtest poll-write-waits-until-write-done, FAIL d')) << <14>[ 133.282289] [IGT] vc4_dmabuf_poll: exiting, ret=98 (0+8)) |<8>[ 133.287296] (((0x40 + 0x03)) << 0) | ((((sizeof(str<14>[ 133.308741] [IGT] vc4_dmabuf_poll: executing uct drm_<14>[ 133.309070] [IGT] vc4_dmabuf_poll: starting subtest poll-read-waits-until-write-done vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_dmabuf_poll:612) igt_vc4-CRITICAL: Last errno: 19, No such devi<14>[ 133.332256] [IGT] vc4_dmabuf_poll: finished subtest poll-read-waits-until-write-done, FAIL ce (vc4<14>[ 133.332367] [IGT] vc4_dmabuf_poll: exiting, ret=98 _dmabuf_<8>[ 133.337242] poll:612<8>[ 133.338633] ) igt_vc<8>[ 133.358641] 4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 <14>[ 133.375858] [IGT] vc4_label_bo: executing [igt_vc4<14>[ 133.376196] [IGT] vc4_label_bo: starting subtest set-label _create_bo+0x9c] #2 ../lib/igt_vc4.c:88 igt_vc4_get_cleared_bo() #3 [+0xb3750f48] #4 [+0xb37511b0] #5 [+0xb3750dec] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xb3750e30] Subtest poll-write-waits-until-write-done failed. **** DEBUG **** (vc4_dmabuf_poll:612) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_dmabuf_poll:612) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_dmabuf_poll:612) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_dmabuf_poll:612) igt_vc4-CRITICAL: error: -1 != 0 (vc4_dmabuf_poll:612) igt_core-INFO: Stack trace: (vc4_dmabuf_poll:612) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_dmabuf_poll:612) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_dmabuf_poll:612) igt_core-INFO: #2 ../lib/igt_vc4.c:88 igt_vc4_get_cleared_bo() (vc4_dmabuf_poll:612) igt_core-INFO: #3 [+0xb3750f48] (vc4_dmabuf_poll:612) igt_core-INFO: #4 [+0xb37511b0] (vc4_dmabuf_poll:612) igt_core-INFO: #5 [+0xb3750dec] (vc4_dmabuf_poll:612) igt_core-INFO: #6 [__libc_init_first+0x80] (vc4_dmabuf_poll:612) igt_core-INFO: #7 [__libc_start_main+0x98] (vc4_dmabuf_poll:612) igt_core-INFO: #8 [+0xb3750e30] **** END **** [1mSubtest poll-write-waits-until-write-done: FAIL (0.363s)[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:615) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_dmabuf_poll:615) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_dmabuf_poll:615) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_dmabuf_poll:615) igt_vc4-CRITICAL: error: -1 != 0 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 [+0xc65f0f48] #4 [+0xc65f1188] #5 [+0xc65f0dec] #6 [__libc_init_first+0x80] #7 [__libc_start_main+0x98] #8 [+0xc65f0e30] Subtest poll-read-waits-until-write-done failed. **** DEBUG **** (vc4_dmabuf_poll:615) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_dmabuf_poll:615) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_dmabuf_poll:615) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_dmabuf_poll:615) igt_vc4-CRITICAL: error: -1 != 0 (vc4_dmabuf_poll:615) igt_core-INFO: Stack trace: (vc4_dmabuf_poll:615) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_dmabuf_poll:615) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_dmabuf_poll:615) igt_core-INFO: #2 ../lib/igt_vc4.c:88 igt_vc4_get_cleared_bo() (vc4_dmabuf_poll:615) igt_core-INFO: #3 [+0xc65f0f48] (vc4_dmabuf_poll:615) igt_core-INFO: #4 [+0xc65f1188] (vc4_dmabuf_poll:615) igt_core-INFO: #5 [+0xc65f0dec] (vc4_dmabuf_poll:615) igt_core-INFO: #6 [__libc_init_first+0x80] (vc4_dmabuf_poll:615) igt_core-INFO: #7 [__libc_start_main+0x98] (vc4_dmabuf_poll:615) igt_core-INFO: #8 [+0xc65f0e30] **** END **** [1mSubtest poll-read-waits-until-write-done: FAIL (0.023s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt2<14>[ 133.736565] [IGT] vc4_label_bo: finished subtest set-label, FAIL 0 aarch6<14>[ 133.736684] [IGT] vc4_label_bo: exiting, ret=98 4) Usin<8>[ 133.741749] g IGT_SRANDOM=1706305831 for randomisation Opened device: /dev/dri/card0 Starting subtest: set-label (vc4_lab<14>[ 133.764829] [IGT] vc4_label_bo: executing el_bo:62<14>[ 133.765162] [IGT] vc4_label_bo: starting subtest set-bad-handle 1) igt_v<3>[ 133.765197] [drm:vc4_label_bo_ioctl [vc4]] *ERROR* Failed to look up GEM BO -791621424 c4-CRITI<14>[ 133.765278] [IGT] vc4_label_bo: finished subtest set-bad-handle, SUCCESS CAL: Tes<14>[ 133.765371] [IGT] vc4_label_bo: exiting, ret=0 t assert<8>[ 133.769995] ion fail<14>[ 133.788617] [IGT] vc4_label_bo: executing ure function igt<14>[ 133.815040] [IGT] vc4_label_bo: starting subtest set-bad-name _vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_label_bo:621) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd<14>[ 133.830974] [IGT] vc4_label_bo: finished subtest set-bad-name, FAIL ), ((((2<14>[ 133.831077] [IGT] vc4_label_bo: exiting, ret=98 U|1U) <<<8>[ 133.835556] (((0+8)+8)+14)) | ((('d')) << (0+8)) | <14>[ 133.852666] [IGT] vc4_label_bo: executing (((0x40 <14>[ 133.853009] [IGT] vc4_label_bo: starting subtest set-kernel-name + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_label_bo:621) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_label_bo:621) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xbd1912c0] #3 [+0xbd190d6c] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xbd190db0] Subtest set-label failed. **** DEBUG **** (vc4_label_bo:621) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_label_bo:621) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_label_bo:621) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_label_bo:621) igt_vc4-CRITICAL: error: -1 != 0 (vc4_label_bo:621) igt_core-INFO: Stack trace: (vc4_label_bo:621) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_label_bo:621) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_label_bo:621) igt_core-INFO: #2 [+0xbd1912c0] (vc4_label_bo:621) igt_core-INFO: #3 [+0xbd190d6c] (vc4_label_bo:621) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_label_bo:621) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_label_bo:621) igt_core-INFO: #6 [+0xbd190db0] **** END **** [1mSubtest set-label: FAIL (0.011s)[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:627) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_label_bo:627) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_label_bo:627) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_label_bo:627) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xe74c1234] #3 [+0xe74c0d6c] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xe74c0db0] Subtest set-bad-name failed. **** DEBUG **** (vc4_label_bo:627) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_label_bo:627) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_label_bo:627) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_label_bo:627) igt_vc4-CRITICAL: error: -1 != 0 (vc4_label_bo:627) igt_core-INFO: Stack trace: (vc4_label_bo:627) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_label_bo:627) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_label_bo:627) igt_core-INFO: #2 [+0xe74c1234] (vc4_label_bo:627) igt_core-INFO: #3 [+0xe74c0d6c] (vc4_label_bo:627) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_label_bo:627) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_label_bo:627) igt_core-INFO: #6 [+0xe74c0db0] **** END **** [1mSubtest set-bad-name: 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-kernel-name (vc4_label_bo:6<14>[ 134.213503] [IGT] vc4_label_bo: finished subtest set-kernel-name, FAIL 30) igt_<14>[ 134.213616] [IGT] vc4_label_bo: exiting, ret=98 vc4-CRIT<8>[ 134.218625] ICAL: Te<8>[ 134.220049] st assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_label_bo:630) igt_vc4-CRITICAL: Failed<8>[ 134.248277] assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(str<14>[ 134.264474] [IGT] vc4_lookup_fail: executing uct drm_<14>[ 134.264805] [IGT] vc4_lookup_fail: starting subtest bad-color-write vc4_create_bo)))) << ((0+8)+8)))), (&create)) ==<14>[ 134.283604] [IGT] vc4_lookup_fail: finished subtest bad-color-write, FAIL 0 (vc4<14>[ 134.283758] [IGT] vc4_lookup_fail: exiting, ret=98 _label_b<8>[ 134.296630] o:630) i<8>[ 134.298158] gt_vc4-CRITICAL: Last errno: 19, No such device (vc4_label_bo:630) igt_vc4-CRITICAL: error: -1 != 0 Stack trac<8>[ 134.318460] e: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xb22f11a8] #3 [<<14>[ 134.334913] [IGT] vc4_mmap: executing unknown><14>[ 134.335279] [IGT] vc4_mmap: starting subtest mmap-bad-handle +0xb22f0<14>[ 134.335356] [IGT] vc4_mmap: finished subtest mmap-bad-handle, SUCCESS d6c] <14>[ 134.335452] [IGT] vc4_mmap: exiting, ret=0 #4 [__li<8>[ 134.340502] <14>[ 134.359609] [IGT] vc4_mmap: executing bc_init_first+0x80] #5 [__libc_start_main+0x9<14>[ 134.371865] [IGT] vc4_mmap: starting subtest mmap-bo 8] #6 [+0xb22f0db0] Subtest set-kernel-name failed. **** DEBUG **** (vc4_label_bo:630) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_label_bo:630) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_label_bo:630) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_label_bo:630) igt_vc4-CRITICAL: error: -1 != 0 (vc4_label_bo:630) igt_core-INFO: Stack trace: (vc4_label_bo:630) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_label_bo:630) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_label_bo:630) igt_core-INFO: #2 [+0xb22f11a8] (vc4_label_bo:630) igt_core-INFO: #3 [+0xb22f0d6c] (vc4_label_bo:630) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_label_bo:630) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_label_bo:630) igt_core-INFO: #6 [+0xb22f0db0] **** 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:636) CRITICAL: Test assertion failure function __igt_unique____real_main28, file ../tests/vc4/vc4_lookup_fail.c:66: (vc4_lookup_fail:636) CRITICAL: Failed assertion: (*__errno_location ()) == 22 (vc4_lookup_fail:636) CRITICAL: Last errno: 19, No such device (vc4_lookup_fail:636) CRITICAL: error: 19 != 22 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [+0xdf960e84] #2 [+0xdf960b6c] #3 [__libc_init_first+0x80] #4 [__libc_start_main+0x98] #5 [+0xdf960bb0] Subtest bad-color-write failed. **** DEBUG **** (vc4_lookup_fail:636) CRITICAL: Test assertion failure function __igt_unique____real_main28, file ../tests/vc4/vc4_lookup_fail.c:66: (vc4_lookup_fail:636) CRITICAL: Failed assertion: (*__errno_location ()) == 22 (vc4_lookup_fail:636) CRITICAL: Last errno: 19, No such device (vc4_lookup_fail:636) CRITICAL: error: 19 != 22 (vc4_lookup_fail:636) igt_core-INFO: Stack trace: (vc4_lookup_fail:636) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_lookup_fail:636) igt_core-INFO: #1 [+0xdf960e84] (vc4_lookup_fail:636) igt_core-INFO: #2 [+0xdf960b6c] (vc4_lookup_fail:636) igt_core-INFO: #3 [__libc_init_first+0x80] (vc4_lookup_fail:636) igt_core-INFO: #4 [__libc_start_main+0x98] (vc4_lookup_fail:636) igt_core-INFO: #5 [+0xdf960bb0] **** 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:645) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_mmap:645) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_mmap:645) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_mmap:645) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xd3d5122c] #3 [+0xd3d50eec] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xd3d50f30] Subtest mmap-bo failed. **** DEBUG **** (vc4_mmap:645) igt_v<14>[ 134.725423] [IGT] vc4_mmap: finished subtest mmap-bo, FAIL c4-CRITI<14>[ 134.725635] [IGT] vc4_mmap: exiting, ret=98 <8>[ 134.731572] <8>[ 134.732942] CAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_<8>[ 134.753388] vc4.c:126: (vc4_mmap:645) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)<8>[ 134.774007] ) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_mmap:645) igt_vc4-CRITICAL: <14>[ 134.790716] [IGT] vc4_purgeable_bo: executing Last err<14>[ 134.791099] [IGT] vc4_purgeable_bo: exiting, ret=77 no: 19, <8>[ 134.795926] No such device <14>[ 134.811539] [IGT] vc4_purgeable_bo: executing (vc4_mmap:645) igt_vc4-CRITICAL:<14>[ 134.817311] [IGT] vc4_purgeable_bo: exiting, ret=77 error: <8>[ 134.822349] -1 != 0 (vc4_mmap:645) igt_core-INFO: Stack trace: (vc4_mmap:645) igt_core-INF<14>[ 134.839134] [IGT] vc4_purgeable_bo: executing O: #0 <14>[ 134.839543] [IGT] vc4_purgeable_bo: exiting, ret=77 ../lib/i<8>[ 134.849945] gt_core.c:1989 __igt_fail_assert() (vc4_mmap:645) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] <14>[ 134.866730] [IGT] vc4_purgeable_bo: executing (vc4_mm<14>[ 134.867117] [IGT] vc4_purgeable_bo: exiting, ret=77 ap:645) <8>[ 134.871970] igt_core-INFO: #2 [+0<14>[ 134.888153] [IGT] vc4_purgeable_bo: executing xd3d5122<14>[ 134.888540] [IGT] vc4_purgeable_bo: exiting, ret=77 c] (vc4<8>[ 134.893414] _mmap:645) igt_core-INFO<14>[ 134.909906] [IGT] vc4_purgeable_bo: executing : #3 [<14>[ 134.910280] [IGT] vc4_purgeable_bo: exiting, ret=77 [ 134.915040] >+0xd3d5<14>[ 134.931272] [IGT] vc4_purgeable_bo: executing 0eec] (<14>[ 134.931691] [IGT] vc4_purgeable_bo: exiting, ret=77 vc4_mmap<8>[ 134.941001] :645) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_mmap:645) igt_core-INFO: #5 [<14>[ 134.955729] [IGT] vc4_purgeable_bo: executing __libc_s<14>[ 134.956075] [IGT] vc4_purgeable_bo: exiting, ret=77 tart_mai<8>[ 134.960337] n+0x98] <14>[ 134.979436] [IGT] vc4_purgeable_bo: executing (vc4_mmap:645) igt_core-INFO: #6 [[ 134.985056] [IGT] vc4_purgeable_bo: exiting, ret=77 known>+0<8>[ 134.989352] xd3d50f3<8>[ 134.990602] 0] **** END *<8>[ 135.007390] *** [1mSubtest mmap-bo: FAIL (0.353s)[0m /usr/bin/igt-parser.sh: 73: vc4_prefmon: not found /usr/bin/igt-parser.sh: 83: vc4<14>[ 135.021873] [IGT] vc4_tiling: executing _prefmon<14>[ 135.022171] [IGT] vc4_tiling: starting subtest get-bad-handle : not found WARNING: unhandled exit status: 127 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-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<14>[ 135.371018] [IGT] vc4_tiling: finished subtest get-bad-handle, SUCCESS (0.000s<14>[ 135.371267] [IGT] vc4_tiling: exiting, ret=0 )[0m I<8>[ 135.377059] GT-Version: 1.28-ga44ebfe (aarch<14>[ 135.393080] [IGT] vc4_tiling: executing 64) (Lin<14>[ 135.393417] [IGT] vc4_tiling: starting subtest set-bad-handle ux: 5.10<14>[ 135.393489] [IGT] vc4_tiling: finished subtest set-bad-handle, SUCCESS .218-cip<14>[ 135.393581] [IGT] vc4_tiling: exiting, ret=0 49-rt20 <8>[ 135.397931] aarch64)<14>[ 135.414441] [IGT] vc4_tiling: executing Using IGT_SRANDOM=1706305833 for rando<14>[ 135.432855] [IGT] vc4_tiling: starting subtest get-bad-flags misation Opened device: /dev/dri/card0 Starting subtest: get-b<14>[ 135.447611] [IGT] vc4_tiling: finished subtest get-bad-flags, FAIL ad-handl<14>[ 135.447772] [IGT] vc4_tiling: exiting, ret=98 e [1mS<8>[ 135.458719] ubtest get-bad-handle: SUCCESS (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.2<14>[ 135.473223] [IGT] vc4_tiling: executing 18-cip49<14>[ 135.473563] [IGT] vc4_tiling: starting subtest set-bad-flags -rt20 aarch64) Using IGT_SRANDOM=1706305833 for randomisation Opened device: /dev/dri/card0 S<14>[ 135.493043] [IGT] vc4_tiling: finished subtest set-bad-flags, FAIL tarting <14>[ 135.493152] [IGT] vc4_tiling: exiting, ret=98 subtest:<8>[ 135.497907] set-bad-handle [1mSubtest set-bad-handle: SUC<14>[ 135.515909] [IGT] vc4_tiling: executing CESS (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 Starting subtest: get-bad-flags (vc4_tiling:690) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_tiling:690) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_tiling:690) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_tiling:690) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xac411080] #3 [+0xac410dac] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xac410df0] Subtest get-bad-flags failed. **** DEBUG **** (vc4_tiling:690) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_tiling:690) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_tiling:690) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_tiling:690) igt_vc4-CRITICAL: error: -1 != 0 (vc4_tiling:690) igt_core-INFO: Stack trace: (vc4_tiling:690) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_tiling:690) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_tiling:690) igt_core-INFO: #2 [+0xac411080] (vc4_tiling:690) igt_core-INFO: #3 [+0xac410dac] (vc4_tiling:690) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_tiling:690) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_tiling:690) igt_core-INFO: #6 [+0xac410df0] **** 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:693) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_tiling:693) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_tiling:693) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_tiling:693) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xbdc01138] #3 [+0xbdc00dac] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xbdc00df0] Subtest set-bad-flags failed. **** DEBUG **** (vc4_tiling:693) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_tiling:693) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_tiling:693) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_tiling:693) igt_vc4-CRITICAL: error: -1 != 0 (vc4_tiling:693) igt_core-INFO: Stack trace: (vc4_tiling:693) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_tiling:693) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_tiling:693) igt_core-INFO: #2 [+0xbdc01138] (vc4_tiling:693) igt_core-INFO: #3 [+0xbdc00dac] (vc4_tiling:693) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_tiling:693) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_tiling:693) igt_<14>[ 135.858597] [IGT] vc4_tiling: starting subtest get-bad-modifier core-INFO: #6 [+0xbdc00df0] **** END **** [1mSubtest set-bad-flags: FAIL (0.019s)[0m IGT-Versi<14>[ 135.875531] [IGT] vc4_tiling: finished subtest get-bad-modifier, FAIL on: 1.28<14>[ 135.875713] [IGT] vc4_tiling: exiting, ret=98 -ga44ebf<8>[ 135.888212] e (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SRANDOM=1706305833 for randomisation Opened device: /dev/dri/card0 <14>[ 135.905796] [IGT] vc4_tiling: executing Startin<14>[ 135.906158] [IGT] vc4_tiling: starting subtest set-bad-modifier g subtest: get-bad-modifier (vc4_tiling:696) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_<14>[ 135.925023] [IGT] vc4_tiling: finished subtest set-bad-modifier, FAIL create_b<14>[ 135.925134] [IGT] vc4_tiling: exiting, ret=98 o, file <8>[ 135.929981] ../lib/igt_vc4.c:126: (vc4_tiling:696) <14>[ 135.948975] [IGT] vc4_tiling: executing igt_vc4-<14>[ 135.949357] [IGT] vc4_tiling: starting subtest set-get CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_tiling:696) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_tiling:696) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xcdd81358] #3 [+0xcdd80dac] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xcdd80df0] Subtest get-bad-modifier failed. **** DEBUG **** (vc4_tiling:696) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_tiling:696) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_tiling:696) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_tiling:696) igt_vc4-CRITICAL: error: -1 != 0 (vc4_tiling:696) igt_core-INFO: Stack trace: (vc4_tiling:696) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_tiling:696) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_tiling:696) igt_core-INFO: #2 [+0xcdd81358] (vc4_tiling:696) igt_core-INFO: #3 [+0xcdd80dac] (vc4_tiling:696) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_tiling:696) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_tiling:696) igt_core-INFO: #6 [+0xcdd80df0] **** END **** [1mSubtest get-bad-modifier: FAIL (0.017s)[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:699) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_tiling:699) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_tiling:699) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_tiling:699) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xc2ad13ec] #3 [+0xc2ad0dac] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xc2ad0df0] Subtest set-bad-modifier failed. **** DEBUG **** (vc4_tiling:699) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_tiling:699) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_tiling:699) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_tiling:699) igt_vc4-CRITICAL: error: -1 != 0 (vc4_tiling:699) igt_core-INFO: Stack trace: (vc4_tiling:699) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_tiling:699) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_tiling:699) igt_core-INFO: #2 [+0xc2ad13ec] (vc4_tiling:699) igt_core-INFO: #3 [+0xc2ad0dac] (vc4_tiling:699) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_tiling:699) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_tiling:699) igt_core-INFO: #6 [+0xc2ad0df0] **** END **** [1mSubtest set-bad-modifier: FAIL (0.019s)[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:702) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_tiling:702) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd),<14>[ 136.308579] [IGT] vc4_tiling: finished subtest set-get, FAIL ((((2U|<14>[ 136.308696] [IGT] vc4_tiling: exiting, ret=98 1U) << (<8>[ 136.313745] ((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), <14>[ 136.337339] [IGT] vc4_tiling: executing (&create<14>[ 136.337689] [IGT] vc4_tiling: starting subtest get-after-free )) == 0 (vc4_tiling:702) igt_vc4-CRITICAL: Last errno: <14>[ 136.355425] [IGT] vc4_tiling: finished subtest get-after-free, FAIL 19, No s<14>[ 136.355530] [IGT] vc4_tiling: exiting, ret=98 uch devi<8>[ 136.367685] ce (vc4<8>[ 136.369233] _tiling:702) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_crea<8>[ 136.389136] te_bo+0x9c] #2 [+0xc09e14dc] #3 [+0xc09e0dac] #4 [__libc_init_first+0x80] #5 [__libc_start<14>[ 136.403634] [IGT] vc4_wait_bo: executing _main+0x98] #6 [+0xc09e0df0] Subtest set-get failed. **** DEBUG **** (vc4_tiling:702) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_tiling:702) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_tiling:702) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_tiling:702) igt_vc4-CRITICAL: error: -1 != 0 (vc4_tiling:702) igt_core-INFO: Stack trace: (vc4_tiling:702) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_tiling:702) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_tiling:702) igt_core-INFO: #2 [+0xc09e14dc] (vc4_tiling:702) igt_core-INFO: #3 [+0xc09e0dac] (vc4_tiling:702) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_tiling:702) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_tiling:702) igt_core-INFO: #6 [+0xc09e0df0] **** END **** [1mSubtest set-get: FAIL (0.359s)[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:705) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_tiling:705) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_tiling:705) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_tiling:705) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xab921474] #3 [+0xab920dac] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xab920df0] Subtest get-after-free failed. **** DEBUG **** (vc4_tiling:705) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_tiling:705) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_tiling:705) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_tiling:705) igt_vc4-CRITICAL: error: -1 != 0 (vc4_tiling:705) igt_core-INFO: Stack trace: (vc4_tiling:705) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_tiling:705) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_tiling:705) igt_core-INFO: #2 [+0xab921474] (vc4_tiling:705) igt_core-INFO: #3 [+0xab920dac] (vc4_tiling:705) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_tiling:705) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_tiling:705) igt_core-INFO: #6 [+0xab920df0] **** END **** [1mSubtest get-after-free: FAIL (0.018s)[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:711) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_wait_bo:711) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_wait_bo:711) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_wait_bo:711) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xabda149c] #3 [+0xabda0e2c] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xabda0e70] Test vc4_wait_bo failed. **** DEBUG **** (vc4_<14>[ 136.756688] [IGT] vc4_wait_bo: exiting, ret=98 wait_bo:<8>[ 136.762731] 711) igt_core-INFO: IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) (vc4_wait_bo:711) igt_core-INFO: Using IG<14>[ 136.779772] [IGT] vc4_wait_bo: executing T_SRANDOM=1706305834 for randomisation (vc4_wait_bo:711) drmtest-DEBUG: Force option us<14>[ 136.794447] [IGT] vc4_wait_bo: exiting, ret=98 ed: Usin<8>[ 136.799226] g driver vc4 (vc4_wait_bo:711) drmtest-INFO: Opened device: /dev/dri/card0 (vc4_wait_b<14>[ 136.815322] [IGT] vc4_wait_bo: executing o:711) drmtest-DEBUG: Test requirement passed: !(fd<0) (vc4_wait_bo:711) DEBUG: Test requirement passed: igt_vc4_is_v3d(fd) (vc4_wait_bo:711) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_wait_bo:711) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_wait_bo:711) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_wait_bo:711) igt_vc4-CRITICAL: error: -1 != 0 (vc4_wait_bo:711) igt_core-INFO: Stack trace: (vc4_wait_bo:711) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_wait_bo:711) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_wait_bo:711) igt_core-INFO: #2 [+0xabda149c] (vc4_wait_bo:711) igt_core-INFO: #3 [+0xabda0e2c] (vc4_wait_bo:711) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_wait_bo:711) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_wait_bo:711) igt_core-INFO: #6 [+0xabda0e70] **** 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:714) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_wait_bo:714) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_wait_bo:714) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_wait_bo:714) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xbe80149c] #3 [+0xbe800e2c] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xbe800e70] Test vc4_wait_bo failed. **** DEBUG **** (vc4_wait_bo:714) igt_core-INFO: IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) (vc4_wait_bo:714) igt_core-INFO: Using IGT_SRANDOM=1706305834 for randomisation (vc4_wait_bo:714) drmtest-DEBUG: Force option used: Using driver vc4 (vc4_wait_bo:714) drmtest-INFO: Opened device: /dev/dri/card0 (vc4_wait_bo:714) drmtest-DEBUG: Test requirement passed: !(fd<0) (vc4_wait_bo:714) DEBUG: Test requirement passed: igt_vc4_is_v3d(fd) (vc4_wait_bo:714) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_wait_bo:714) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_wait_bo:714) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_wait_bo:714) igt_vc4-CRITICAL: error: -1 != 0 (vc4_wait_bo:714) igt_core-INFO: Stack trace: (vc4_wait_bo:714) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_wait_bo:714) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_wait_bo:714) igt_core-INFO: #2 [+0xbe80149c] (vc4_wait_bo:714) igt_core-INFO: #3 [+0xbe800e2c] (vc4_wait_bo:714) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_wait_bo:714) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_wait_bo:714) igt_core-INFO: #6 [+0xbe800e70] **** 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:717) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_wait_bo:717) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << (<14>[ 137.169776] [IGT] vc4_wait_bo: exiting, ret=98 (0+8)+8)<8>[ 137.176118] ))), (&create)) == 0 (vc4_wait_bo:717) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_wait_bo:717) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 <14>[ 137.198984] [IGT] vc4_wait_bo: executing __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xafac149c] #3 [+0xafac0e2c] #4 [__libc_init_<14>[ 137.214309] [IGT] vc4_wait_bo: exiting, ret=98 first+0x<8>[ 137.219164] 80] #5 [__libc_start_main+0x98] #6 [+0xafac0e70] Test vc4_wait_b<14>[ 137.234002] [IGT] vc4_wait_bo: executing o failed. **** DEBUG **** (vc4_wait_bo:717) igt_core-INFO: IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) (vc4_wait_bo:717) igt_core-INFO: Using IGT_SRANDOM=1706305834 for randomisation (vc4_wait_bo:717) drmtest-DEBUG: Force option used: Using driver vc4 (vc4_wait_bo:717) drmtest-INFO: Opened device: /dev/dri/card0 (vc4_wait_bo:717) drmtest-DEBUG: Test requirement passed: !(fd<0) (vc4_wait_bo:717) DEBUG: Test requirement passed: igt_vc4_is_v3d(fd) (vc4_wait_bo:717) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_wait_bo:717) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_wait_bo:717) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_wait_bo:717) igt_vc4-CRITICAL: error: -1 != 0 (vc4_wait_bo:717) igt_core-INFO: Stack trace: (vc4_wait_bo:717) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_wait_bo:717) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_wait_bo:717) igt_core-INFO: #2 [+0xafac149c] (vc4_wait_bo:717) igt_core-INFO: #3 [+0xafac0e2c] (vc4_wait_bo:717) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_wait_bo:717) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_wait_bo:717) igt_core-INFO: #6 [+0xafac0e70] **** 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:720) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_wait_bo:720) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_wait_bo:720) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_wait_bo:720) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xcfb6149c] #3 [+0xcfb60e2c] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xcfb60e70] Test vc4_wait_bo failed. **** DEBUG **** (vc4_wait_bo:720) igt_core-INFO: IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) (vc4_wait_bo:720) igt_core-INFO: Using IGT_SRANDOM=1706305835 for randomisation (vc4_wait_bo:720) drmtest-DEBUG: Force option used: Using driver vc4 (vc4_wait_bo:720) drmtest-INFO: Opened device: /dev/dri/card0 (vc4_wait_bo:720) drmtest-DEBUG: Test requirement passed: !(fd<0) (vc4_wait_bo:720) DEBUG: Test requirement passed: igt_vc4_is_v3d(fd) (vc4_wait_bo:720) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_wait_bo:720) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_wait_bo:720) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_wait_bo:720) igt_vc4-CRITICAL: error: -1 != 0 (vc4_wait_bo:720) igt_core-INFO: Stack trace: (vc4_wait_bo:720) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_wait_bo:720) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_wait_bo:720) igt_core-INFO: #2 [+0xcfb6149c] (vc4_wait_bo:720) igt_core-INFO: #3 [+0xcfb60e2c] (vc4_wait_bo:720) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_wait_bo:720) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_wait_bo:720) igt_core-INFO: #6 [+0xcfb60e70] **** END **** [1mSubtest unused-bo-1ns: FAIL (0.000s)[0m IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) Using IGT_SR<14>[ 137.588716] [IGT] vc4_wait_bo: exiting, ret=98 ANDOM=17<8>[ 137.595337] 06305835 for randomisation Opened device: /dev/dri/card0 (vc4_wait_bo:723) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_wait_<14>[ 137.618218] [IGT] vc4_wait_bo: executing bo:723) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_wait_bo:723) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_wait_bo:723) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xd39e149c] #3 [+0xd39e0e2c] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xd39e0e70] Test vc4_wait_bo failed. **** DEBUG **** (vc4_wait_bo:723) igt_core-INFO: IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) (vc4_wait_bo:723) igt_core-INFO: Using IGT_SRANDOM=1706305835 for randomisation (vc4_wait_bo:723) drmtest-DEBUG: Force option used: Using driver vc4 (vc4_wait_bo:723) drmtest-INFO: Opened device: /dev/dri/card0 (vc4_wait_bo:723) drmtest-DEBUG: Test requirement passed: !(fd<0) (vc4_wait_bo:723) DEBUG: Test requirement passed: igt_vc4_is_v3d(fd) (vc4_wait_bo:723) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_wait_bo:723) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_wait_bo:723) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_wait_bo:723) igt_vc4-CRITICAL: error: -1 != 0 (vc4_wait_bo:723) igt_core-INFO: Stack trace: (vc4_wait_bo:723) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_wait_bo:723) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_wait_bo:723) igt_core-INFO: #2 [+0xd39e149c] (vc4_wait_bo:723) igt_core-INFO: #3 [+0xd39e0e2c] (vc4_wait_bo:723) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_wait_bo:723) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_wait_bo:723) igt_core-INFO: #6 [+0xd39e0e70] **** 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:726) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_wait_bo:726) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_wait_bo:726) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_wait_bo:726) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xdd31149c] #3 [+0xdd310e2c] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xdd310e70] Test vc4_wait_bo failed. **** DEBUG **** (vc4_wait_bo:726) igt_core-INFO: IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) (vc4_wait_bo:726) igt_core-INFO: Using IGT_SRANDOM=1706305835 for randomisation (vc4_wait_bo:726) drmtest-DEBUG: Force option used: Using driver vc4 (vc4_wait_bo:726) drmtest-INFO: Opened device: /dev/dri/card0 (vc4_wait_bo:726) drmtest-DEBUG: Test requirement passed: !(fd<0) (vc4_wait_bo:726) DEBUG: Test requirement passed: igt_vc4_is_v3d(fd) (vc4_wait_bo:726) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_wait_bo:726) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_wait_bo:726) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_wait_bo:726) igt_vc4-CRITICAL: error: -1 != 0 (vc4_wait_bo:726) igt_core-INFO: Stac<14>[ 137.969110] [IGT] vc4_wait_bo: exiting, ret=98 k trace:<8>[ 137.975177] (vc4_wait_bo:726) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert<14>[ 137.991120] [IGT] vc4_wait_bo: executing () (vc4_wait_bo:726) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_wait_bo:726) igt_core-INFO: #2 [+0xdd31149c] (vc4_w<14>[ 138.005783] [IGT] vc4_wait_bo: exiting, ret=98 ait_bo:7<8>[ 138.010604] 26) igt_<8>[ 138.012035] core-INFO: #3 [+0xdd310e2c] (vc4_wait_bo:726) igt_core-INFO: #4 [_<8>[ 138.031140] _libc_init_first+0x80] (vc4_wait_bo:726) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_wait_bo:726) igt_core-INFO: #6 [+0xdd310<14>[ 138.048080] [IGT] vc4_wait_seqno: executing e70] **<14>[ 138.048454] [IGT] vc4_wait_seqno: starting subtest bad-seqno-0ns ** END <14>[ 138.048536] [IGT] vc4_wait_seqno: finished subtest bad-seqno-0ns, SUCCESS **** <14>[ 138.048636] [IGT] vc4_wait_seqno: exiting, ret=0 [1mSubte<8>[ 138.053866] <14>[ 138.076077] [IGT] vc4_wait_seqno: executing st used-<14>[ 138.088666] [IGT] vc4_wait_seqno: starting subtest bad-seqno-1ns <1>[ 138.088704] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000008 <1>[ 138.104687] Mem abort info: <1>[ 138.107774] ESR = 0x96000044 <1>[ 138.111127] EC = 0x25: DABT (current EL), IL = 32 bits <1>[ 138.116772] SET = 0, FnV = 0 <1>[ 138.120124] EA = 0, S1PTW = 0 <1>[ 138.123564] Data abort info: <1>[ 138.126741] ISV = 0, ISS = 0x00000044 <1>[ 138.130887] CM = 0, WnR = 1 <1>[ 138.134153] user pgtable: 4k pages, 48-bit VAs, pgdp=0000000051c19000 <1>[ 138.140946] [0000000000000008] pgd=0000000000000000, p4d=0000000000000000 <0>[ 138.148093] Internal error: Oops: 0000000096000044 [#1] PREEMPT SMP <4>[ 138.154710] Modules linked in: raspberrypi_cpufreq hci_uart btqca btbcm brcmfmac brcmutil clk_raspberrypi raspberrypi_hwmon bluetooth crct10dif_ce cfg80211 broadcom bcm_phy_lib vc4 ecdh_generic ecc cec rfkill pcie_brcmstb genet pwm_bcm2835 bcm2711_thermal mdio_bcm_unimac drm_kms_helper i2c_bcm2835 iproc_rng200 rng_core drm dm_mod ip_tables x_tables ipv6 <4>[ 138.186750] CPU: 0 PID: 738 Comm: vc4_wait_seqno Not tainted 5.10.218-cip49-rt20 #1 <4>[ 138.194776] Hardware name: Raspberry Pi 4 Model B Rev 1.5 (DT) <4>[ 138.200950] pstate: 60000085 (nZCv daIf -PAN -UAO -TCO BTYPE=--) <4>[ 138.207303] pc : prepare_to_wait+0x74/0x84 <4>[ 138.211724] lr : prepare_to_wait+0x34/0x84 <4>[ 138.216138] sp : ffff80001617bbd0 <4>[ 138.219756] x29: ffff80001617bbd0 x28: ffff80001617bd88 <4>[ 138.225403] x27: ffff80001617bd88 x26: 0000000000000001 <4>[ 138.231051] x25: ffff0aad11ac3858 x24: ffff0aad118ac880 <4>[ 138.236697] x23: ffffb14c3dbc7000 x22: ffff80001617bc68 <4>[ 138.242342] x21: ffff0aad11ac3858 x20: 0000000000000001 <4>[ 138.247988] x19: ffff80001617bc50 x18: 0000000000000000 <4>[ 138.253634] x17: 0000000000000000 x16: ffffb14c3c0d5bc0 <4>[ 138.259281] x15: 0000ffffe0daced0 x14: 0000000000000000 <4>[ 138.264926] x13: 0000000000000000 x12: 0000000000000000 <4>[ 138.270571] x11: 0000000000000000 x10: 0000000000000000 <4>[ 138.276218] x9 : ffffb14bd94d5000 x8 : 0000000000000001 <4>[ 138.281863] x7 : ffffffffffffffff x6 : ffff80001617bd98 <4>[ 138.287509] x5 : 00000000000b523f x4 : 0000000000000000 <4>[ 138.293156] x3 : ffff0aad11ac3858 x2 : 0000000000000000 <4>[ 138.298802] x1 : 0000000000000000 x0 : ffff0aad11ac3860 <4>[ 138.304449] Call trace: <4>[ 138.307185] prepare_to_wait+0x74/0x84 <4>[ 138.311246] vc4_wait_for_seqno+0x98/0x174 [vc4] <4>[ 138.316215] vc4_wait_seqno_ioctl+0x30/0xa4 [vc4] <4>[ 138.321261] drm_ioctl_kernel+0xc4/0x114 [drm] <4>[ 138.326132] drm_ioctl+0x228/0x480 [drm] <4>[ 138.330444] __arm64_sys_ioctl+0xa8/0xf0 <4>[ 138.334681] el0_svc_common.constprop.0+0x78/0x1c4 <4>[ 138.339801] do_el0_svc+0x24/0x9c <4>[ 138.343421] el0_svc+0x14/0x20 <4>[ 138.346776] el0_sync_handler+0xb0/0xb4 <4>[ 138.350924] el0_sync+0x180/0x1c0 <0>[ 138.354547] Code: d50323bf d65f03c0 aa1503e0 f8408c02 (f9000456) <4>[ 138.360987] ---[ end trace 4b36ba8fd853a791 ]--- <6>[ 138.366066] note: vc4_wait_seqno[738] exited with preempt_count 1 <6>[ 138.372550] printk: console [ttyS1]: printing thread stopped bo-1ns: 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 (vc4_wait_bo:729) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_wait_bo:729) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_wait_bo:729) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_wait_bo:729) igt_vc4-CRITICAL: error: -1 != 0 Stack trace: #0 ../lib/igt_core.c:1989 __igt_fail_assert() #1 [igt_vc4_create_bo+0x9c] #2 [+0xcd33149c] #3 [+0xcd330e2c] #4 [__libc_init_first+0x80] #5 [__libc_start_main+0x98] #6 [+0xcd330e70] Test vc4_wait_bo failed. **** DEBUG **** (vc4_wait_bo:729) igt_core-INFO: IGT-Version: 1.28-ga44ebfe (aarch64) (Linux: 5.10.218-cip49-rt20 aarch64) (vc4_wait_bo:729) igt_core-INFO: Using IGT_SRANDOM=1706305836 for randomisation (vc4_wait_bo:729) drmtest-DEBUG: Force option used: Using driver vc4 (vc4_wait_bo:729) drmtest-INFO: Opened device: /dev/dri/card0 (vc4_wait_bo:729) drmtest-DEBUG: Test requirement passed: !(fd<0) (vc4_wait_bo:729) DEBUG: Test requirement passed: igt_vc4_is_v3d(fd) (vc4_wait_bo:729) igt_vc4-CRITICAL: Test assertion failure function igt_vc4_create_bo, file ../lib/igt_vc4.c:126: (vc4_wait_bo:729) igt_vc4-CRITICAL: Failed assertion: igt_ioctl((fd), ((((2U|1U) << (((0+8)+8)+14)) | ((('d')) << (0+8)) | (((0x40 + 0x03)) << 0) | ((((sizeof(struct drm_vc4_create_bo)))) << ((0+8)+8)))), (&create)) == 0 (vc4_wait_bo:729) igt_vc4-CRITICAL: Last errno: 19, No such device (vc4_wait_bo:729) igt_vc4-CRITICAL: error: -1 != 0 (vc4_wait_bo:729) igt_core-INFO: Stack trace: (vc4_wait_bo:729) igt_core-INFO: #0 ../lib/igt_core.c:1989 __igt_fail_assert() (vc4_wait_bo:729) igt_core-INFO: #1 [igt_vc4_create_bo+0x9c] (vc4_wait_bo:729) igt_core-INFO: #2 [+0xcd33149c] (vc4_wait_bo:729) igt_core-INFO: #3 [+0xcd330e2c] (vc4_wait_bo:729) igt_core-INFO: #4 [__libc_init_first+0x80] (vc4_wait_bo:729) igt_core-INFO: #5 [__libc_start_main+0x98] (vc4_wait_bo:729) igt_core-INFO: #6 [+0xcd330e70] **** 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 / #