Bugzilla – Bug 1212132
[Virtualization][XEN][pv guest installation]: Failure in the test for pv guest installation using virt-install, 1 of 1 multicall(s) failed: cpu0
Last modified: 2023-09-13 16:20:02 UTC
Created attachment 867449 [details] Note, the support config is from the same environment taken earlier, it may be helpful, it was not collected in this bug, but from same environment with same bug few days back. ## Description [Virtualization: XEN] Failure in the test for pv guest, 1 of 1 multicall(s) failed: cpu0 The error message "1 of 1 multicall(s) failed: cpu1" indicates that there was an issue with the execution of a multicall on the "cpu0" (sometimes shows cpu1) of the virtual machine. This error can occur for various reasons, such as compatibility issues, resource limitations, or configuration problems. The failure in the test for pv guest could be a product bug. Multicall is a mechanism that allows multiple system calls to be made in a single operation, improving efficiency. It could be related to the operating system, a specific application, or a hardware issue. The issue was seen multiple times on opensuse-Tumbleweed, Component XEN host Information and similar looking content found on search [below might not be related to current issue] https://lore.kernel.org/xen-devel/955da8ce-40f2-32c5-ee78-6801ce18afe5@suse.com/T/ https://www.mail-archive.com/xen-devel@lists.xenproject.org/msg103685.html https://lists.xenproject.org/archives/html/xen-devel/2021-09/msg00469.html ## Reproduce steps (try to be simple, extract key steps) 1. installed a TW xen host with autoyast profile [Autoyast XEN profile attached] [link: https://github.com/os-autoinst/os-autoinst-distri-opensuse/blob/master/data/virt_autotest/host_unattended_installation_files/autoyast_opensuse_xen_sshd.xml]. 2. installed a pv guest with virt-install and with minimal options. ie. removing unecessary options. Run the below command "virt-install --name opensuse-tumbleweed-64-pv-xen -p --location http://openqa.opensuse.org/assets/repo/openSUSE-Tumbleweed-oss-x86_64-CURRENT --disk path=/var/lib/libvirt/images/opensuse-tumbleweed-64-pv-xen.qcow2,size=20,format=qcow2 --vcpus 1 --memory 4096 --extra-args "console=ttyS0,115200n8" --network=bridge=br0 --vnc --extra-args "textmode=1" --autoconsole text --debug" Able to reproduce easily, multiple times. The console prompt was not returned and hanged. Can be seen here: https://openqa.opensuse.org/tests/3339452#step/unified_guest_installation/604 Expected result: The virt-install command should pass and the pv guest should install properly and, should not encounter 1 of 1 multicall(s) failed. Real result: [ 3.993552][ T188] AVX2 version of gcm_enc/dec engaged. [ 3.993896][ T188] AES CTR mode by8 optimization enabled [ 4.528302][ T193] input: Xen Virtual Keyboard as /devices/virtual/input/input1 [ 4.530331][ T193] input: Xen Virtual Pointer as /devices/virtual/input/input2 [ 4.533558][ T183] vif vif-0 enX0: renamed from eth0 [ 4.824052][ T407] RPC: Registered named UNIX socket transport module. [ 4.824377][ T407] RPC: Registered udp transport module. [ 4.824616][ T407] RPC: Registered tcp transport module. [ 4.824855][ T407] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 5.080446][ T431] No iBFT detected. [ 5.134043][ T1] ------------[ cut here ]------------ [ 5.134838][ T1] WARNING: CPU: 0 PID: 1 at arch/x86/xen/multicalls.c:102 xen_mc_flush+0x19a/0x240 [ 5.135832][ T1] Modules linked in: iscsi_ibft iscsi_boot_sysfs sunrpc crct10dif_pclmul crc32_pclmul crc32c_intel polyval_clmulni polyval_generic gf128mul ghash_clmulni_intel sha512_ssse3 joydev xen_kbdfront aesni_intel xen_netfront xen_fbfront xen_blkfront crypto_simd cryptd pcspkr scsi_dh_rdac scsi_dh_emc scsi_dh_alua squashfs loop ext4 mbcache jbd2 zram [ 5.138302][ T1] CPU: 0 PID: 1 Comm: init Not tainted 6.3.6-1-default #1 openSUSE Tumbleweed d92ec5864371d7852882cd4aa0a220829340020d [ 5.139396][ T1] RIP: e030:xen_mc_flush+0x19a/0x240 [ 5.139914][ T1] Code: c1 e2 06 48 01 ea 45 85 c9 0f 84 1e ff ff ff 48 8b 43 18 48 83 c3 40 48 c1 e8 3f 01 c6 48 39 da 75 ed 85 f6 0f 84 03 ff ff ff <0f> 0b 48 c7 c7 48 e2 5f 82 44 89 ca 65 8b 0d cf 58 00 7f e8 fe 7c [ 5.141618][ T1] RSP: e02b:ffffc9004000bbc0 EFLAGS: 00010082 [ 5.142196][ T1] RAX: ffffffffffffffea RBX: ffff8880fac25300 RCX: 0000000000000000 [ 5.142852][ T1] RDX: 0000000000000000 RSI: 0000000000000001 RDI: ffff8880fac25b10 [ 5.143514][ T1] RBP: ffff8880fac25300 R08: 0000000000000000 R09: 0000000000000001 [ 5.144173][ T1] R10: 0000000000007ff0 R11: 0000000000000001 R12: 0000000080000202 [ 5.144843][ T1] R13: 8000000000000035 R14: 00007f5689153000 R15: 00007f5689153000 [ 5.145509][ T1] FS: 00007f5687e688c0(0000) GS:ffff8880fac00000(0000) knlGS:0000000000000000 [ 5.146212][ T1] CS: 10000e030 DS: 0000 ES: 0000 CR0: 0000000080050033 [ 5.146845][ T1] CR2: 00007f5687e29e00 CR3: 000000001247a000 CR4: 0000000000050660 [ 5.147521][ T1] Call Trace: [ 5.148009][ T1] <TASK> [ 5.148475][ T1] ? xen_mc_flush+0x19a/0x240 [ 5.148993][ T1] ? __warn+0x81/0x130 [ 5.149486][ T1] ? xen_mc_flush+0x19a/0x240 [ 5.150003][ T1] ? report_bug+0x171/0x1a0 [ 5.150519][ T1] ? handle_bug+0x3c/0x80 [ 5.151026][ T1] ? exc_invalid_op+0x17/0x70 [ 5.151540][ T1] ? asm_exc_invalid_op+0x1a/0x20 [ 5.152065][ T1] ? xen_mc_flush+0x19a/0x240 [ 5.152574][ T1] xen_leave_lazy_mmu+0x15/0x40 [ 5.153088][ T1] remap_pfn_range_notrack+0x42e/0x5b0 [ 5.153637][ T1] remap_pfn_range+0x5e/0xb0 [ 5.154144][ T1] mmap_mem+0xf3/0x120 [ 5.154637][ T1] mmap_region+0x21b/0x810 [ 5.155130][ T1] do_mmap+0x3a4/0x5d0 [ 5.155599][ T1] ? __pfx_bpf_lsm_current_getsecid_subj+0x10/0x10 [ 5.156162][ T1] vm_mmap_pgoff+0xde/0x180 [ 5.156633][ T1] ? do_syscall_64+0x6c/0x90 [ 5.157114][ T1] ksys_mmap_pgoff+0x187/0x1f0 [ 5.157586][ T1] do_syscall_64+0x60/0x90 [ 5.158045][ T1] ? exc_page_fault+0x73/0x150 [ 5.158509][ T1] entry_SYSCALL_64_after_hwframe+0x72/0xdc [ 5.159009][ T1] RIP: 0033:0x7f5688b10597 [ 5.159458][ T1] Code: 00 00 00 90 90 90 90 90 90 90 90 90 90 90 90 90 90 f3 0f 1e fa 90 90 41 89 ca 41 f7 c1 ff 0f 00 00 75 10 b8 09 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 21 c3 48 8b 05 41 98 0d 00 64 c7 00 16 00 00 [ 5.161005][ T1] RSP: 002b:00007ffdcdad4a28 EFLAGS: 00000246 ORIG_RAX: 0000000000000009 [ 5.161611][ T1] RAX: ffffffffffffffda RBX: 00007f5688c5c1fb RCX: 00007f5688b10597 [ 5.162191][ T1] RDX: 0000000000000001 RSI: 0000000000001000 RDI: 0000000000000000 [ 5.162770][ T1] RBP: 0000000000000400 R08: 0000000000000005 R09: 0000000000000000 [ 5.163363][ T1] R10: 0000000000000002 R11: 0000000000000246 R12: 0000558380520b90 [ 5.163938][ T1] R13: 0000558380534a10 R14: 0000000000000005 R15: 0000000000000100 [ 5.164521][ T1] </TASK> [ 5.164898][ T1] ---[ end trace 0000000000000000 ]--- [ 5.165367][ T1] 1 of 1 multicall(s) failed: cpu 0 [ 5.165832][ T1] call 1: op=1 arg=[ffff8880fac25b10] result=-22 ## Reproducibility 100% ## Last good build Seen at all recent builds, 20230607 20230606 20230606 20230605 20230604 20230603 20230602 20230601 20230531 20230530 ## Environment(optional) Linux amd-zen2-gpu-sut1 6.3.2-1-default #1 SMP PREEMPT_DYNAMIC Mon May 15 15:59:38 UTC 2023 (70ea6f6) x86_64 x86_64 x86_64 GNU/Linux ## Testsuite description(optional, apply for complex scenarios) Test suit: virt-guest-installation-xen@64bit-ipmi ## Logs amd-zen2-gpu-sut1:~ # virt-install --name opensuse-tumbleweed-64-pv-xen -p --location http://openqa.opensuse.org/assets/repo/openSUSE-Tumbleweed-oss-x86_64-CURRENT --disk path=/var/lib/libvirt/images/opensuse-tumbleweed-64-pv-xen.qcow2,size=20,format=qcow2 --vcpus 1 --memory 4096 --extra-args "console=ttyS0,115200n8" --network=bridge=br0 --vnc --extra-args "textmode=1" --autoconsole text --debug [Thu, 08 Jun 2023 03:40:43 virt-install 2259] DEBUG (cli:204) Version 4.1.0 launched with command line: /usr/bin/virt-install --name opensuse-tumbleweed-64-pv-xen -p --location http://openqa.opensuse.org/assets/repo/openSUSE-Tumbleweed-oss-x86_64-CURRENT --disk path=/var/lib/libvirt/images/opensuse-tumbleweed-64-pv-xen.qcow2,size=20,format=qcow2 --vcpus 1 --memory 4096 --extra-args console=ttyS0,115200n8 --network=bridge=br0 --vnc --extra-args textmode=1 --autoconsole text --debug [Thu, 08 Jun 2023 03:40:43 virt-install 2259] DEBUG (virtinstall:212) Distilled --network options: ['bridge=br0'] [Thu, 08 Jun 2023 03:40:43 virt-install 2259] DEBUG (virtinstall:249) --graphics compat generated: vnc [Thu, 08 Jun 2023 03:40:43 virt-install 2259] DEBUG (virtinstall:142) Distilled --disk options: ['path=/var/lib/libvirt/images/opensuse-tumbleweed-64-pv-xen.qcow2,size=20,format=qcow2'] [Thu, 08 Jun 2023 03:40:43 virt-install 2259] DEBUG (cli:217) Requesting libvirt URI default [Thu, 08 Jun 2023 03:40:43 virt-install 2259] DEBUG (connection:128) libvirt URI versions library=9.4.0 driver=9.4.0 hypervisor=4.17.0 [Thu, 08 Jun 2023 03:40:43 virt-install 2259] DEBUG (connection:109) Fetched capabilities for xen:///system: <capabilities> <host> <cpu> <arch>x86_64</arch> <features> <pae/> </features> <model>pentium</model> <topology sockets='2' dies='1' cores='16' threads='1'/> <feature name='pae'/> <feature name='apic'/> <feature name='mtrr'/> <feature name='pge'/> <feature name='mca'/> <feature name='cmov'/> <feature name='pat'/> <feature name='pse36'/> <feature name='clflush'/> <feature name='fxsr'/> <feature name='sse'/> <feature name='sse2'/> <feature name='ht'/> <feature name='pni'/> <feature name='pclmuldq'/> <feature name='monitor'/> <feature name='ssse3'/> <feature name='fma'/> <feature name='cx16'/> <feature name='sse4.1'/> <feature name='sse4.2'/> <feature name='x2apic'/> <feature name='movbe'/> <feature name='popcnt'/> <feature name='aes'/> <feature name='xsave'/> <feature name='avx'/> <feature name='f16c'/> <feature name='rdrand'/> <feature name='fsgsbase'/> <feature name='bmi1'/> <feature name='avx2'/> <feature name='smep'/> <feature name='bmi2'/> <feature name='cmt'/> <feature name='rdseed'/> <feature name='adx'/> <feature name='smap'/> <feature name='clflushopt'/> <feature name='clwb'/> <feature name='sha-ni'/> <feature name='umip'/> <feature name='rdpid'/> <feature name='xsaveopt'/> <feature name='xsavec'/> <feature name='xgetbv1'/> <feature name='xsaves'/> <feature name='syscall'/> <feature name='nx'/> <feature name='mmxext'/> <feature name='fxsr_opt'/> <feature name='pdpe1gb'/> <feature name='rdtscp'/> <feature name='lm'/> <feature name='lahf_lm'/> <feature name='cmp_legacy'/> <feature name='svm'/> <feature name='extapic'/> <feature name='cr8legacy'/> <feature name='abm'/> <feature name='sse4a'/> <feature name='misalignsse'/> <feature name='3dnowprefetch'/> <feature name='osvw'/> <feature name='ibs'/> <feature name='skinit'/> <feature name='wdt'/> <feature name='topoext'/> <feature name='invtsc'/> </cpu> <power_management/> <iommu support='no'/> <migration_features> <live/> </migration_features> <netprefix>vif</netprefix> <topology> <cells num='8'> <cell id='0'> <distances> <sibling id='0' value='10'/> <sibling id='1' value='12'/> <sibling id='2' value='12'/> <sibling id='3' value='12'/> <sibling id='4' value='32'/> <sibling id='5' value='32'/> <sibling id='6' value='32'/> <sibling id='7' value='32'/> </distances> <cpus num='4'> <cpu id='0' socket_id='0' die_id='0' core_id='0' siblings='0'/> <cpu id='1' socket_id='0' die_id='0' core_id='1' siblings='1'/> <cpu id='2' socket_id='0' die_id='0' core_id='4' siblings='2'/> <cpu id='3' socket_id='0' die_id='0' core_id='5' siblings='3'/> </cpus> </cell> <cell id='1'> <memory unit='KiB'>35651584</memory> <distances> <sibling id='0' value='12'/> <sibling id='1' value='10'/> <sibling id='2' value='12'/> <sibling id='3' value='12'/> <sibling id='4' value='32'/> <sibling id='5' value='32'/> <sibling id='6' value='32'/> <sibling id='7' value='32'/> </distances> <cpus num='4'> <cpu id='4' socket_id='0' die_id='0' core_id='8' siblings='4'/> <cpu id='5' socket_id='0' die_id='0' core_id='9' siblings='5'/> <cpu id='6' socket_id='0' die_id='0' core_id='12' siblings='6'/> <cpu id='7' socket_id='0' die_id='0' core_id='13' siblings='7'/> </cpus> </cell> <cell id='2'> <distances> <sibling id='0' value='12'/> <sibling id='1' value='12'/> <sibling id='2' value='10'/> <sibling id='3' value='12'/> <sibling id='4' value='32'/> <sibling id='5' value='32'/> <sibling id='6' value='32'/> <sibling id='7' value='32'/> </distances> <cpus num='4'> <cpu id='8' socket_id='0' die_id='0' core_id='16' siblings='8'/> <cpu id='9' socket_id='0' die_id='0' core_id='17' siblings='9'/> <cpu id='10' socket_id='0' die_id='0' core_id='20' siblings='10'/> <cpu id='11' socket_id='0' die_id='0' core_id='21' siblings='11'/> </cpus> </cell> <cell id='3'> <distances> <sibling id='0' value='12'/> <sibling id='1' value='12'/> <sibling id='2' value='12'/> <sibling id='3' value='10'/> <sibling id='4' value='32'/> <sibling id='5' value='32'/> <sibling id='6' value='32'/> <sibling id='7' value='32'/> </distances> <cpus num='4'> <cpu id='12' socket_id='0' die_id='0' core_id='24' siblings='12'/> <cpu id='13' socket_id='0' die_id='0' core_id='25' siblings='13'/> <cpu id='14' socket_id='0' die_id='0' core_id='28' siblings='14'/> <cpu id='15' socket_id='0' die_id='0' core_id='29' siblings='15'/> </cpus> </cell> <cell id='4'> <distances> <sibling id='0' value='32'/> <sibling id='1' value='32'/> <sibling id='2' value='32'/> <sibling id='3' value='32'/> <sibling id='4' value='10'/> <sibling id='5' value='12'/> <sibling id='6' value='12'/> <sibling id='7' value='12'/> </distances> <cpus num='4'> <cpu id='16' socket_id='1' die_id='0' core_id='0' siblings='16'/> <cpu id='17' socket_id='1' die_id='0' core_id='1' siblings='17'/> <cpu id='18' socket_id='1' die_id='0' core_id='4' siblings='18'/> <cpu id='19' socket_id='1' die_id='0' core_id='5' siblings='19'/> </cpus> </cell> <cell id='5'> <memory unit='KiB'>33552384</memory> <distances> <sibling id='0' value='32'/> <sibling id='1' value='32'/> <sibling id='2' value='32'/> <sibling id='3' value='32'/> <sibling id='4' value='12'/> <sibling id='5' value='10'/> <sibling id='6' value='12'/> <sibling id='7' value='12'/> </distances> <cpus num='4'> <cpu id='20' socket_id='1' die_id='0' core_id='8' siblings='20'/> <cpu id='21' socket_id='1' die_id='0' core_id='9' siblings='21'/> <cpu id='22' socket_id='1' die_id='0' core_id='12' siblings='22'/> <cpu id='23' socket_id='1' die_id='0' core_id='13' siblings='23'/> </cpus> </cell> <cell id='6'> <distances> <sibling id='0' value='32'/> <sibling id='1' value='32'/> <sibling id='2' value='32'/> <sibling id='3' value='32'/> <sibling id='4' value='12'/> <sibling id='5' value='12'/> <sibling id='6' value='10'/> <sibling id='7' value='12'/> </distances> <cpus num='4'> <cpu id='24' socket_id='1' die_id='0' core_id='16' siblings='24'/> <cpu id='25' socket_id='1' die_id='0' core_id='17' siblings='25'/> <cpu id='26' socket_id='1' die_id='0' core_id='20' siblings='26'/> <cpu id='27' socket_id='1' die_id='0' core_id='21' siblings='27'/> </cpus> </cell> <cell id='7'> <distances> <sibling id='0' value='32'/> <sibling id='1' value='32'/> <sibling id='2' value='32'/> <sibling id='3' value='32'/> <sibling id='4' value='12'/> <sibling id='5' value='12'/> <sibling id='6' value='12'/> <sibling id='7' value='10'/> </distances> <cpus num='4'> <cpu id='28' socket_id='1' die_id='0' core_id='24' siblings='28'/> <cpu id='29' socket_id='1' die_id='0' core_id='25' siblings='29'/> <cpu id='30' socket_id='1' die_id='0' core_id='28' siblings='30'/> <cpu id='31' socket_id='1' die_id='0' core_id='29' siblings='31'/> </cpus> </cell> </cells> </topology> </host> <guest> <os_type>xen</os_type> <arch name='x86_64'> <wordsize>64</wordsize> <emulator>/usr/lib/xen/bin/qemu-system-i386</emulator> <machine>xenpv</machine> <domain type='xen'/> </arch> </guest> <guest> <os_type>hvm</os_type> <arch name='i686'> <wordsize>32</wordsize> <emulator>/usr/lib/xen/bin/qemu-system-i386</emulator> <loader>/usr/lib/xen/boot/hvmloader</loader> <machine>xenfv</machine> <domain type='xen'/> </arch> <features> <pae/> <nonpae/> <acpi default='on' toggle='yes'/> <apic default='on' toggle='no'/> <hap default='on' toggle='yes'/> </features> </guest> <guest> <os_type>xenpvh</os_type> <arch name='i686'> <wordsize>32</wordsize> <emulator>/usr/lib/xen/bin/qemu-system-i386</emulator> <machine>xenpvh</machine> <domain type='xen'/> </arch> <features> <hap default='on' toggle='yes'/> </features> </guest> <guest> <os_type>hvm</os_type> <arch name='x86_64'> <wordsize>64</wordsize> <emulator>/usr/lib/xen/bin/qemu-system-i386</emulator> <loader>/usr/lib/xen/boot/hvmloader</loader> <machine>xenfv</machine> <domain type='xen'/> </arch> <features> <acpi default='on' toggle='yes'/> <apic default='on' toggle='no'/> <hap default='on' toggle='yes'/> </features> </guest> <guest> <os_type>xenpvh</os_type> <arch name='x86_64'> <wordsize>64</wordsize> <emulator>/usr/lib/xen/bin/qemu-system-i386</emulator> <machine>xenpvh</machine> <domain type='xen'/> </arch> <features> <hap default='on' toggle='yes'/> </features> </guest> </capabilities> [Thu, 08 Jun 2023 03:40:43 virt-install 2259] DEBUG (cli:220) Received libvirt URI xen:///system [Thu, 08 Jun 2023 03:40:43 virt-install 2259] DEBUG (guest:344) Setting Guest osinfo name <_OsVariant name=generic> [Thu, 08 Jun 2023 03:40:43 virt-install 2259] DEBUG (urlfetcher:71) Using scratchdir=/var/lib/xen [Thu, 08 Jun 2023 03:40:43 virt-install 2259] DEBUG (urldetect:303) Finding distro store for location=http://openqa.opensuse.org/assets/repo/openSUSE-Tumbleweed-oss-x86_64-CURRENT [Thu, 08 Jun 2023 03:40:44 virt-install 2259] DEBUG (urlfetcher:105) Fetching URI: http://openqa.opensuse.org/assets/repo/openSUSE-Tumbleweed-oss-x86_64-CURRENT/.treeinfo [Thu, 08 Jun 2023 03:40:44 virt-install 2259] DEBUG (urldetect:74) treeinfo family=openSUSE Tumbleweed [Thu, 08 Jun 2023 03:40:44 virt-install 2259] DEBUG (urldetect:82) Found treeinfo name=openSUSE Tumbleweed [Thu, 08 Jun 2023 03:40:44 virt-install 2259] DEBUG (urldetect:316) Detected class=_LibosinfoDistro osvariant=opensusetumbleweed [Thu, 08 Jun 2023 03:40:44 virt-install 2259] DEBUG (installer:555) installer.detect_distro returned=opensusetumbleweed [Thu, 08 Jun 2023 03:40:44 virt-install 2259] DEBUG (guest:344) Setting Guest osinfo name <_OsVariant name=opensusetumbleweed> [Thu, 08 Jun 2023 03:40:44 virt-install 2259] DEBUG (diskbackend:161) Attempting to build pool=images target=/var/lib/libvirt/images [Thu, 08 Jun 2023 03:40:44 virt-install 2259] DEBUG (storage:378) Creating storage pool 'images' with xml: <pool type="dir"> <name>images</name> <target> <path>/var/lib/libvirt/images</path> </target> </pool> [Thu, 08 Jun 2023 03:40:44 virt-install 2259] DEBUG (disk:360) Creating volume 'opensuse-tumbleweed-64-pv-xen.qcow2' on pool 'images' [Thu, 08 Jun 2023 03:40:44 virt-install 2259] DEBUG (disk:669) disk.set_vol_install: name=opensuse-tumbleweed-64-pv-xen.qcow2 poolxml= <pool type='dir'> <name>images</name> <uuid>b39433bd-7e9e-4e67-bbbf-dff57b5a23cf</uuid> <capacity unit='bytes'>477946183680</capacity> <allocation unit='bytes'>2923466752</allocation> <available unit='bytes'>475022716928</available> <source> </source> <target> <path>/var/lib/libvirt/images</path> <permissions> <mode>0711</mode> <owner>0</owner> <group>0</group> </permissions> </target> </pool> [Thu, 08 Jun 2023 03:40:44 virt-install 2259] DEBUG (osdict:216) No recommended value found for key='n-cpus', using minimum=1 * 2 [Thu, 08 Jun 2023 03:40:44 virt-install 2259] DEBUG (guest:549) Prefer EFI => False [Thu, 08 Jun 2023 03:40:44 virt-install 2259] DEBUG (disk:239) DeviceDisk.check_path_search path=/var/lib/xen [Thu, 08 Jun 2023 03:40:44 virt-install 2259] DEBUG (disk:239) DeviceDisk.check_path_search path=/var/lib/libvirt/images/opensuse-tumbleweed-64-pv-xen.qcow2 [Thu, 08 Jun 2023 03:40:44 virt-install 2259] DEBUG (cli:266) Starting install... Starting install... [Thu, 08 Jun 2023 03:40:44 virt-install 2259] DEBUG (urlfetcher:174) hasFile(http://openqa.opensuse.org/assets/repo/openSUSE-Tumbleweed-oss-x86_64-CURRENT/boot/x86_64/loader/linux) returning True [Thu, 08 Jun 2023 03:40:44 virt-install 2259] DEBUG (urlfetcher:174) hasFile(http://openqa.opensuse.org/assets/repo/openSUSE-Tumbleweed-oss-x86_64-CURRENT/boot/x86_64/loader/initrd) returning True [Thu, 08 Jun 2023 03:40:44 virt-install 2259] DEBUG (urlfetcher:105) Fetching URI: http://openqa.opensuse.org/assets/repo/openSUSE-Tumbleweed-oss-x86_64-CURRENT/boot/x86_64/loader/linux Retrieving 'linux' | 0 B 00:00:00 ... [Thu, 08 Jun 2023 03:40:44 virt-install 2259] DEBUG (urlfetcher:190) Saved file to /var/lib/xen/virtinst-04_uwlbo-linux [Thu, 08 Jun 2023 03:40:44 virt-install 2259] DEBUG (urlfetcher:105) Fetching URI: http://openqa.opensuse.org/assets/repo/openSUSE-Tumbleweed-oss-x86_64-CURRENT/boot/x86_64/loader/initrd Retrieving 'initrd' | 171 MB 00:00:03 ... [Thu, 08 Jun 2023 03:40:48 virt-install 2259] DEBUG (urlfetcher:190) Saved file to /var/lib/xen/virtinst-wc22s8dz-initrd [Thu, 08 Jun 2023 03:40:48 virt-install 2259] DEBUG (installer:305) Have access to preferred scratchdir so nothing to upload [Thu, 08 Jun 2023 03:40:48 virt-install 2259] DEBUG (storage:664) Creating storage volume 'opensuse-tumbleweed-64-pv-xen.qcow2' with xml: <volume> <name>opensuse-tumbleweed-64-pv-xen.qcow2</name> <capacity>21474836480</capacity> <allocation>0</allocation> <target> <format type="qcow2"/> </target> </volume> [Thu, 08 Jun 2023 03:40:48 virt-install 2259] DEBUG (storage:702) Using vol create flags=1 Allocating 'opensuse-tumbleweed-64-pv-xen.qcow2' | 0 B 00:00:00 ... [Thu, 08 Jun 2023 03:40:48 virt-install 2259] DEBUG (storage:706) Storage volume 'opensuse-tumbleweed-64-pv-xen.qcow2' install complete. [Thu, 08 Jun 2023 03:40:48 virt-install 2259] DEBUG (storage:438) Couldn't lookup storage volume in prog thread. [Thu, 08 Jun 2023 03:40:48 virt-install 2259] DEBUG (installer:622) Using grub.xen to boot guest [Thu, 08 Jun 2023 03:40:48 virt-install 2259] DEBUG (installer:629) Generated initial_xml: <domain type="xen"> <name>opensuse-tumbleweed-64-pv-xen</name> <uuid>efe86990-2f2b-492d-ad6a-d6fa98bf7f46</uuid> <metadata> <libosinfo:libosinfo xmlns:libosinfo="http://libosinfo.org/xmlns/libvirt/domain/1.0"> <libosinfo:os id="http://opensuse.org/opensuse/tumbleweed"/> </libosinfo:libosinfo> </metadata> <memory>4194304</memory> <currentMemory>4194304</currentMemory> <vcpu>1</vcpu> <os> <type arch="x86_64" machine="xenpv">xen</type> <kernel>/var/lib/xen/virtinst-04_uwlbo-linux</kernel> <initrd>/var/lib/xen/virtinst-wc22s8dz-initrd</initrd> <cmdline>console=ttyS0,115200n8 textmode=1 install=http://openqa.opensuse.org/assets/repo/openSUSE-Tumbleweed-oss-x86_64-CURRENT</cmdline> </os> <devices> <disk type="file" device="disk"> <driver name="qemu" type="qcow2" cache="unsafe"/> <source file="/var/lib/libvirt/images/opensuse-tumbleweed-64-pv-xen.qcow2"/> <target dev="xvda" bus="xen"/> </disk> <interface type="bridge"> <source bridge="br0"/> <mac address="00:16:3e:d7:4c:11"/> </interface> <console type="pty"/> <graphics type="vnc" port="-1"/> </devices> <on_reboot>destroy</on_reboot> </domain> [Thu, 08 Jun 2023 03:40:48 virt-install 2259] DEBUG (installer:631) Generated final_xml: <domain type="xen"> <name>opensuse-tumbleweed-64-pv-xen</name> <uuid>efe86990-2f2b-492d-ad6a-d6fa98bf7f46</uuid> <metadata> <libosinfo:libosinfo xmlns:libosinfo="http://libosinfo.org/xmlns/libvirt/domain/1.0"> <libosinfo:os id="http://opensuse.org/opensuse/tumbleweed"/> </libosinfo:libosinfo> </metadata> <memory>4194304</memory> <currentMemory>4194304</currentMemory> <vcpu>1</vcpu> <os> <type arch="x86_64" machine="xenpv">xen</type> <kernel>/usr/share/grub2/x86_64-xen/grub.xen</kernel> </os> <devices> <disk type="file" device="disk"> <driver name="qemu" type="qcow2"/> <source file="/var/lib/libvirt/images/opensuse-tumbleweed-64-pv-xen.qcow2"/> <target dev="xvda" bus="xen"/> </disk> <interface type="bridge"> <source bridge="br0"/> <mac address="00:16:3e:d7:4c:11"/> </interface> <console type="pty"/> <graphics type="vnc" port="-1"/> </devices> </domain> [Thu, 08 Jun 2023 03:40:49 virt-install 2259] DEBUG (installer:684) XML fetched from libvirt object: <domain type='xen' id='2'> <name>opensuse-tumbleweed-64-pv-xen</name> <uuid>efe86990-2f2b-492d-ad6a-d6fa98bf7f46</uuid> <metadata> <libosinfo:libosinfo xmlns:libosinfo="http://libosinfo.org/xmlns/libvirt/domain/1.0"> <libosinfo:os id="http://opensuse.org/opensuse/tumbleweed"/> </libosinfo:libosinfo> </metadata> <memory unit='KiB'>4194304</memory> <currentMemory unit='KiB'>4194304</currentMemory> <vcpu placement='static'>1</vcpu> <os> <type arch='x86_64' machine='xenpv'>linux</type> <kernel>/var/lib/xen/virtinst-04_uwlbo-linux</kernel> <initrd>/var/lib/xen/virtinst-wc22s8dz-initrd</initrd> <cmdline>console=ttyS0,115200n8 textmode=1 install=http://openqa.opensuse.org/assets/repo/openSUSE-Tumbleweed-oss-x86_64-CURRENT</cmdline> </os> <clock offset='utc'/> <on_poweroff>destroy</on_poweroff> <on_reboot>destroy</on_reboot> <on_crash>destroy</on_crash> <devices> <disk type='file' device='disk'> <driver name='qemu' type='qcow2' cache='unsafe'/> <source file='/var/lib/libvirt/images/opensuse-tumbleweed-64-pv-xen.qcow2'/> <target dev='xvda' bus='xen'/> </disk> <controller type='xenbus' index='0'/> <interface type='bridge'> <mac address='00:16:3e:d7:4c:11'/> <source bridge='br0'/> <target dev='vif2.0'/> </interface> <console type='pty' tty='/dev/pts/5'> <source path='/dev/pts/5'/> <target type='xen' port='0'/> </console> <input type='mouse' bus='xen'/> <input type='keyboard' bus='xen'/> <graphics type='vnc' port='5900' autoport='yes' listen='127.0.0.1'> <listen type='address' address='127.0.0.1'/> </graphics> <video> <model type='xen' vram='4096' heads='1' primary='yes'/> </video> <memballoon model='xen'/> </devices> </domain> Creating domain... | 0 B 00:00:00 [Thu, 08 Jun 2023 03:40:49 virt-install 2259] DEBUG (installertreemedia:285) Removing /var/lib/xen/virtinst-04_uwlbo-linux [Thu, 08 Jun 2023 03:40:49 virt-install 2259] DEBUG (installertreemedia:285) Removing /var/lib/xen/virtinst-wc22s8dz-initrd [Thu, 08 Jun 2023 03:40:49 virt-install 2259] DEBUG (cli:384) Running: virsh --connect xen:///system console opensuse-tumbleweed-64-pv-xen [Thu, 08 Jun 2023 03:40:49 virt-install 2259] DEBUG (cli:266) Running text console command: virsh --connect xen:///system console opensuse-tumbleweed-64-pv-xen Running text console command: virsh --connect xen:///system console opensuse-tumbleweed-64-pv-xen Connected to domain 'opensuse-tumbleweed-64-pv-xen' Escape character is ^] (Ctrl + ]) [ 0.000000][ T0] Linux version 6.3.6-1-default (geeko@buildhost) (gcc (SUSE Linux) 13.1.1 20230522 [revision dd36656ada05731c069ecd5b1878380294fb1f3e], GNU ld (GNU Binutils; openSUSE Tumbleweed) 2.40.0.20230412-5) #1 SMP PREEMPT_DYNAMIC Mon Jun 5 07:58:35 UTC 2023 (f583ba4) [ 0.000000][ T0] Command line: console=ttyS0,115200n8 textmode=1 install=http://openqa.opensuse.org/assets/repo/openSUSE-Tumbleweed-oss-x86_64-CURRENT [ 0.000000][ T0] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers' [ 0.000000][ T0] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers' [ 0.000000][ T0] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers' [ 0.000000][ T0] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000][ T0] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format. [ 0.000000][ T0] signal: max sigframe size: 1776 [ 0.000000][ T0] ACPI in unprivileged domain disabled [ 0.000000][ T0] Released 0 page(s) [ 0.000000][ T0] BIOS-provided physical RAM map: [ 0.000000][ T0] Xen: [mem 0x0000000000000000-0x000000000009ffff] usable [ 0.000000][ T0] Xen: [mem 0x00000000000a0000-0x00000000000fffff] reserved [ 0.000000][ T0] Xen: [mem 0x0000000000100000-0x00000000ffffffff] usable [ 0.000000][ T0] NX (Execute Disable) protection: active [ 0.000000][ T0] DMI not present or invalid. [ 0.000000][ T0] Hypervisor detected: Xen PV [ 0.174153][ T0] tsc: Fast TSC calibration failed [ 0.174156][ T0] tsc: Detected 2994.370 MHz processor [ 0.174169][ T0] last_pfn = 0x100000 max_arch_pfn = 0x400000000 [ 0.174171][ T0] MTRRs disabled (not available) [ 0.174174][ T0] x86/PAT: Configuration [0-7]: WB WT UC- UC WC WP UC UC [ 0.277871][ T0] RAMDISK: [mem 0x05400000-0x10fccfff] [ 0.277905][ T0] NUMA turned off [ 0.277906][ T0] Faking a node at [mem 0x0000000000000000-0x00000000ffffffff] [ 0.277914][ T0] NODE_DATA(0) allocated [mem 0xff80c000-0xff836fff] [ 0.283722][ T0] Zone ranges: [ 0.283724][ T0] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.283727][ T0] DMA32 [mem 0x0000000001000000-0x00000000ffffffff] [ 0.283728][ T0] Normal empty [ 0.283729][ T0] Device empty [ 0.283730][ T0] Movable zone start for each node [ 0.283732][ T0] Early memory node ranges [ 0.283732][ T0] node 0: [mem 0x0000000000001000-0x000000000009ffff] [ 0.283734][ T0] node 0: [mem 0x0000000000100000-0x00000000ffffffff] [ 0.283735][ T0] Initmem setup node 0 [mem 0x0000000000001000-0x00000000ffffffff] [ 0.283741][ T0] On node 0, zone DMA: 1 pages in unavailable ranges [ 0.283769][ T0] On node 0, zone DMA: 96 pages in unavailable ranges [ 0.284236][ T0] p2m virtual area at (____ptrval____), size is 40000000 [ 0.411255][ T0] Remapped 0 page(s) [ 0.411855][ T0] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.411862][ T0] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.411864][ T0] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff] [ 0.411866][ T0] Cannot find an available gap in the 32-bit address range [ 0.411866][ T0] PCI devices with unassigned 32-bit BARs may not work! [ 0.411867][ T0] [mem 0x100100000-0x1004fffff] available for PCI devices [ 0.411870][ T0] Booting kernel on Xen [ 0.411871][ T0] Xen version: 4.17.1_04-1 (preserve-AD) [ 0.411874][ T0] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.416629][ T0] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1 [ 0.416955][ T0] percpu: Embedded 70 pages/cpu s249856 r8192 d28672 u2097152 [ 0.416993][ T0] Fallback order for Node 0: 0 [ 0.416995][ T0] Built 1 zonelists, mobility grouping on. Total pages: 1032080 [ 0.416996][ T0] Policy zone: DMA32 [ 0.416997][ T0] Kernel command line: console=ttyS0,115200n8 textmode=1 install=http://openqa.opensuse.org/assets/repo/openSUSE-Tumbleweed-oss-x86_64-CURRENT [ 0.417052][ T0] Unknown kernel command line parameters "textmode=1 install=http://openqa.opensuse.org/assets/repo/openSUSE-Tumbleweed-oss-x86_64-CURRENT", will be passed to user space. [ 0.417081][ T0] random: crng init done [ 0.417566][ T0] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear) [ 0.417776][ T0] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear) [ 0.417855][ T0] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.422205][ T0] Memory: 23632K/4193916K available (16384K kernel code, 2981K rwdata, 12500K rodata, 4156K init, 18892K bss, 342612K reserved, 0K cma-reserved) [ 0.422579][ T0] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.423058][ T0] ftrace: allocating 45754 entries in 179 pages [ 0.429281][ T0] ftrace: allocated 179 pages with 5 groups [ 0.429950][ T0] Dynamic Preempt: voluntary [ 0.430033][ T0] rcu: Preemptible hierarchical RCU implementation. [ 0.430034][ T0] rcu: RCU event tracing is enabled. [ 0.430035][ T0] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=1. [ 0.430036][ T0] Trampoline variant of Tasks RCU enabled. [ 0.430037][ T0] Rude variant of Tasks RCU enabled. [ 0.430037][ T0] Tracing variant of Tasks RCU enabled. [ 0.430038][ T0] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. [ 0.430038][ T0] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1 [ 0.440387][ T0] Using NULL legacy PIC [ 0.440388][ T0] NR_IRQS: 524544, nr_irqs: 32, preallocated irqs: 0 [ 0.440432][ T0] xen:events: Using FIFO-based ABI [ 0.440451][ T0] rcu: srcu_init: Setting srcu_struct sizes based on contention. [ 0.440504][ T0] Console: colour dummy device 80x25 [ 0.440507][ T0] printk: console [tty0] enabled [ 0.440630][ T0] printk: console [hvc0] enabled [ 0.440945][ T0] printk: console [ttyS0] enabled [ 0.463431][ T0] clocksource: xen: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.463906][ T0] installing Xen timer for CPU 0 [ 0.464137][ T0] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2b297ee6b6c, max_idle_ns: 440795233980 ns [ 0.464599][ T0] Calibrating delay loop (skipped), value calculated using timer frequency.. 5988.74 BogoMIPS (lpj=11977480) [ 0.465068][ T0] pid_max: default: 32768 minimum: 301 [ 0.465378][ T0] LSM: initializing lsm=lockdown,capability,landlock,yama,integrity,apparmor,tomoyo,bpf [ 0.465794][ T0] landlock: Up and running. [ 0.465980][ T0] Yama: becoming mindful. [ 0.466231][ T0] AppArmor: AppArmor initialized [ 0.466439][ T0] TOMOYO Linux initialized [ 0.466635][ T0] LSM support for eBPF active [ 0.466964][ T0] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 0.467306][ T0] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 0.469172][ T0] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512 [ 0.469451][ T0] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0 [ 0.469759][ T0] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization [ 0.470137][ T0] Spectre V2 : Mitigation: Retpolines [ 0.470356][ T0] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch [ 0.470722][ T0] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT [ 0.471027][ T0] Spectre V2 : Enabling Speculation Barrier for firmware calls [ 0.471333][ T0] RETBleed: Mitigation: untrained return thunk [ 0.471584][ T0] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier [ 0.471963][ T0] Speculative Store Bypass: Vulnerable [ 0.505646][ T0] Freeing SMP alternatives memory: 36K [ 0.505963][ T1] VPMU disabled by hypervisor. [ 0.506468][ T1] cblist_init_generic: Setting adjustable number of callback queues. [ 0.506820][ T1] cblist_init_generic: Setting shift to 0 and lim to 1. [ 0.507138][ T1] cblist_init_generic: Setting shift to 0 and lim to 1. [ 0.507452][ T1] cblist_init_generic: Setting shift to 0 and lim to 1. [ 0.507768][ T1] Performance Events: PMU not available due to virtualization, using software events only. [ 0.508655][ T1] rcu: Hierarchical SRCU implementation. [ 0.508883][ T1] rcu: Max phase no-delay instances is 1000. [ 0.509448][ T1] NMI watchdog: Perf NMI watchdog permanently disabled [ 0.509824][ T1] smp: Bringing up secondary CPUs ... [ 0.510042][ T1] smp: Brought up 1 node, 1 CPU [ 0.510239][ T1] smpboot: Max logical packages: 1 [ 0.521560][ T20] node 0 deferred pages initialised in 12ms [ 0.522255][ T1] devtmpfs: initialized [ 0.522476][ T1] x86/mm: Memory block size: 128MB [ 0.523104][ T1] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.523581][ T1] futex hash table entries: 256 (order: 2, 16384 bytes, linear) [ 0.523923][ T1] pinctrl core: initialized pinctrl subsystem [ 0.525561][ T1] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.525862][ T1] xen:grant_table: Grant tables using version 1 layout [ 0.526161][ T1] Grant table initialized [ 0.526374][ T1] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations [ 0.526699][ T1] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 0.527095][ T1] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 0.527460][ T1] audit: initializing netlink subsys (disabled) [ 0.527856][ T23] audit: type=2000 audit(1686210049.769:1): state=initialized audit_enabled=0 res=1 [ 0.528738][ T1] thermal_sys: Registered thermal governor 'fair_share' [ 0.528740][ T1] thermal_sys: Registered thermal governor 'bang_bang' [ 0.529019][ T1] thermal_sys: Registered thermal governor 'step_wise' [ 0.529293][ T1] thermal_sys: Registered thermal governor 'user_space' [ 0.534635][ T1] PCI: setting up Xen PCI frontend stub [ 0.535256][ T1] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible. [ 0.565004][ T1] ACPI: Interpreter disabled. [ 0.565207][ T1] xen:balloon: Initialising balloon driver [ 0.565533][ T1] iommu: Default domain type: Passthrough [ 0.565533][ T1] SCSI subsystem initialized [ 0.565533][ T1] pps_core: LinuxPPS API ver. 1 registered [ 0.565533][ T1] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.565870][ T1] PTP clock support registered [ 0.566074][ T1] EDAC MC: Ver: 3.0.0 [ 0.568783][ T1] NetLabel: Initializing [ 0.568960][ T1] NetLabel: domain hash size = 128 [ 0.569173][ T1] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO [ 0.569451][ T1] NetLabel: unlabeled traffic allowed by default [ 0.569716][ T1] mctp: management component transport protocol core [ 0.569987][ T1] NET: Registered PF_MCTP protocol family [ 0.570223][ T1] PCI: System does not support PCI [ 0.570465][ T1] vgaarb: loaded [ 0.570717][ T1] clocksource: Switched to clocksource xen [ 0.571028][ T1] VFS: Disk quotas dquot_6.6.0 [ 0.571233][ T1] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.571569][ T1] hugetlbfs: disabling because there are no supported hugepage sizes [ 0.571979][ T1] AppArmor: AppArmor Filesystem Enabled [ 0.576170][ T1] pnp: PnP ACPI: disabled [ 0.578332][ T1] NET: Registered PF_INET protocol family [ 0.578639][ T1] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear) [ 0.582490][ T1] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear) [ 0.582881][ T1] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.583264][ T1] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear) [ 0.583643][ T1] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear) [ 0.584084][ T1] TCP: Hash tables configured (established 32768 bind 32768) [ 0.584440][ T1] MPTCP token hash table entries: 4096 (order: 4, 98304 bytes, linear) [ 0.584782][ T1] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear) [ 0.585095][ T1] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear) [ 0.585504][ T1] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.585772][ T1] NET: Registered PF_XDP protocol family [ 0.586002][ T1] PCI: CLS 0 bytes, default 64 [ 0.586234][ T9] Trying to unpack rootfs image as initramfs... [ 0.592248][ T1] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2b297ee6b6c, max_idle_ns: 440795233980 ns [ 0.592938][ T1] Initialise system trusted keyrings [ 0.593161][ T1] Key type blacklist registered [ 0.593404][ T1] workingset: timestamp_bits=36 max_order=20 bucket_order=0 [ 0.593709][ T1] zbud: loaded [ 0.594076][ T1] integrity: Platform Keyring initialized [ 0.594325][ T1] integrity: Machine keyring initialized [ 0.597757][ T1] Key type asymmetric registered [ 0.597959][ T1] Asymmetric key parser 'x509' registered [ 2.451280][ T9] Freeing initrd memory: 192308K [ 2.452603][ T1] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247) [ 2.453021][ T1] io scheduler mq-deadline registered [ 2.453241][ T1] io scheduler kyber registered [ 2.453452][ T1] io scheduler bfq registered [ 2.454937][ T1] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 [ 2.456098][ T1] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.458237][ T1] Non-volatile memory driver v1.3 [ 2.458445][ T1] Linux agpgart interface v0.103 [ 2.458859][ T1] i8042: PNP: No PS/2 controller found. [ 2.459092][ T1] i8042: Probing ports directly. [ 2.460146][ T1] i8042: No controller found [ 2.460468][ T1] mousedev: PS/2 mouse device common for all mice [ 2.460798][ T1] amd_pstate: driver load is disabled, boot with specific mode to enable this [ 2.461169][ T1] ledtrig-cpu: registered to indicate activity on CPUs [ 2.461472][ T1] hid: raw HID events driver (C) Jiri Kosina [ 2.461745][ T1] drop_monitor: Initializing network drop monitor service [ 2.471940][ T1] NET: Registered PF_INET6 protocol family [ 2.473075][ T1] Segment Routing with IPv6 [ 2.473262][ T1] RPL Segment Routing with IPv6 [ 2.473469][ T1] In-situ OAM (IOAM) with IPv6 [ 2.473868][ T1] IPI shorthand broadcast: enabled [ 2.475118][ T1] sched_clock: Marking stable (2448031514, 24143716)->(2577905933, -105730703) [ 2.475687][ T1] registered taskstats version 1 [ 2.475972][ T1] Loading compiled-in X.509 certificates [ 2.476259][ T1] Loaded X.509 cert 'openSUSE Secure Boot Signkey: fd9f2c12e599d67cc7f9067541adf426b712469e' [ 2.476927][ T1] zswap: loaded using pool lzo/zbud [ 2.478655][ T1] page_owner is disabled [ 2.478898][ T1] Key type .fscrypt registered [ 2.479094][ T1] Key type fscrypt-provisioning registered [ 2.479834][ T1] Key type encrypted registered [ 2.480037][ T1] AppArmor: AppArmor sha1 policy hashing enabled [ 2.480312][ T1] ima: No TPM chip found, activating TPM-bypass! [ 2.480568][ T1] Loading compiled-in module X.509 certificates [ 2.480838][ T1] Loaded X.509 cert 'openSUSE Secure Boot Signkey: fd9f2c12e599d67cc7f9067541adf426b712469e' [ 2.481248][ T1] ima: Allocated hash algorithm: sha256 [ 2.481483][ T1] ima: No architecture policies found [ 2.481712][ T1] evm: Initialising EVM extended attributes: [ 2.481952][ T1] evm: security.selinux [ 2.482121][ T1] evm: security.SMACK64 (disabled) [ 2.482326][ T1] evm: security.SMACK64EXEC (disabled) [ 2.482545][ T1] evm: security.SMACK64TRANSMUTE (disabled) [ 2.482782][ T1] evm: security.SMACK64MMAP (disabled) [ 2.483001][ T1] evm: security.apparmor [ 2.483173][ T1] evm: security.ima [ 2.483327][ T1] evm: security.capability [ 2.483506][ T1] evm: HMAC attrs: 0x1 [ 2.589671][ T1] xenbus_probe_frontend: Device with no driver: device/vbd/51712 [ 2.589983][ T1] xenbus_probe_frontend: Device with no driver: device/vfb/0 [ 2.590277][ T1] xenbus_probe_frontend: Device with no driver: device/vkbd/0 [ 2.590575][ T1] xenbus_probe_frontend: Device with no driver: device/vif/0 [ 2.696221][ T1] RAS: Correctable Errors collector initialized. [ 2.698347][ T1] Freeing unused decrypted memory: 2036K [ 2.699865][ T1] Freeing unused kernel image (initmem) memory: 4156K [ 2.708159][ T1] Write protecting the kernel read-only data: 30720k [ 2.715669][ T1] Freeing unused kernel image (rodata/data gap) memory: 1836K [ 2.715982][ T1] Run /init as init process [ 2.741004][ T123] zram: Added device: zram0 [ 2.815694][ T122] zram0: detected capacity change from 0 to 2097152 [ 2.821939][ T1] EXT4-fs (zram0): mounting ext2 file system using the ext4 subsystem [ 2.822496][ T1] EXT4-fs (zram0): mounted filesystem 2d1cf059-d8e4-4b4a-9e27-a97ba4754851 without journal. Quota mode: none. [ 3.294482][ T135] loop: module loaded [ 3.336315][ T149] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 3.368431][ T1] loop0: detected capacity change from 0 to 313472 [ 3.474674][ T1] loop1: detected capacity change from 0 to 37376 [ 3.581014][ T170] alua: device handler registered [ 3.585522][ T172] emc: device handler registered [ 3.590150][ T173] rdac: device handler registered [ 3.928321][ T183] input: PC Speaker as /devices/platform/pcspkr/input/input0 [ 3.932193][ T188] cryptd: max_cpu_qlen set to 1000 [ 3.938665][ T185] Invalid max_queues (4), will use default max: 1. [ 3.954012][ T182] xen_netfront: Initialising Xen virtual ethernet driver [ 3.961320][ T184] Console: switching to colour frame buffer device 100x37 [ 3.964696][ T25] blkfront: xvda: flush diskcache: enabled; persistent grants: disabled; indirect descriptors: disabled; bounce buffer: disabled; [ 3.967600][ T25] xen_netfront: backend supports XDP headroom [ 3.993552][ T188] AVX2 version of gcm_enc/dec engaged. [ 3.993896][ T188] AES CTR mode by8 optimization enabled [ 4.528302][ T193] input: Xen Virtual Keyboard as /devices/virtual/input/input1 [ 4.530331][ T193] input: Xen Virtual Pointer as /devices/virtual/input/input2 [ 4.533558][ T183] vif vif-0 enX0: renamed from eth0 [ 4.824052][ T407] RPC: Registered named UNIX socket transport module. [ 4.824377][ T407] RPC: Registered udp transport module. [ 4.824616][ T407] RPC: Registered tcp transport module. [ 4.824855][ T407] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 5.080446][ T431] No iBFT detected. [ 5.134043][ T1] ------------[ cut here ]------------ [ 5.134838][ T1] WARNING: CPU: 0 PID: 1 at arch/x86/xen/multicalls.c:102 xen_mc_flush+0x19a/0x240 [ 5.135832][ T1] Modules linked in: iscsi_ibft iscsi_boot_sysfs sunrpc crct10dif_pclmul crc32_pclmul crc32c_intel polyval_clmulni polyval_generic gf128mul ghash_clmulni_intel sha512_ssse3 joydev xen_kbdfront aesni_intel xen_netfront xen_fbfront xen_blkfront crypto_simd cryptd pcspkr scsi_dh_rdac scsi_dh_emc scsi_dh_alua squashfs loop ext4 mbcache jbd2 zram [ 5.138302][ T1] CPU: 0 PID: 1 Comm: init Not tainted 6.3.6-1-default #1 openSUSE Tumbleweed d92ec5864371d7852882cd4aa0a220829340020d [ 5.139396][ T1] RIP: e030:xen_mc_flush+0x19a/0x240 [ 5.139914][ T1] Code: c1 e2 06 48 01 ea 45 85 c9 0f 84 1e ff ff ff 48 8b 43 18 48 83 c3 40 48 c1 e8 3f 01 c6 48 39 da 75 ed 85 f6 0f 84 03 ff ff ff <0f> 0b 48 c7 c7 48 e2 5f 82 44 89 ca 65 8b 0d cf 58 00 7f e8 fe 7c [ 5.141618][ T1] RSP: e02b:ffffc9004000bbc0 EFLAGS: 00010082 [ 5.142196][ T1] RAX: ffffffffffffffea RBX: ffff8880fac25300 RCX: 0000000000000000 [ 5.142852][ T1] RDX: 0000000000000000 RSI: 0000000000000001 RDI: ffff8880fac25b10 [ 5.143514][ T1] RBP: ffff8880fac25300 R08: 0000000000000000 R09: 0000000000000001 [ 5.144173][ T1] R10: 0000000000007ff0 R11: 0000000000000001 R12: 0000000080000202 [ 5.144843][ T1] R13: 8000000000000035 R14: 00007f5689153000 R15: 00007f5689153000 [ 5.145509][ T1] FS: 00007f5687e688c0(0000) GS:ffff8880fac00000(0000) knlGS:0000000000000000 [ 5.146212][ T1] CS: 10000e030 DS: 0000 ES: 0000 CR0: 0000000080050033 [ 5.146845][ T1] CR2: 00007f5687e29e00 CR3: 000000001247a000 CR4: 0000000000050660 [ 5.147521][ T1] Call Trace: [ 5.148009][ T1] <TASK> [ 5.148475][ T1] ? xen_mc_flush+0x19a/0x240 [ 5.148993][ T1] ? __warn+0x81/0x130 [ 5.149486][ T1] ? xen_mc_flush+0x19a/0x240 [ 5.150003][ T1] ? report_bug+0x171/0x1a0 [ 5.150519][ T1] ? handle_bug+0x3c/0x80 [ 5.151026][ T1] ? exc_invalid_op+0x17/0x70 [ 5.151540][ T1] ? asm_exc_invalid_op+0x1a/0x20 [ 5.152065][ T1] ? xen_mc_flush+0x19a/0x240 [ 5.152574][ T1] xen_leave_lazy_mmu+0x15/0x40 [ 5.153088][ T1] remap_pfn_range_notrack+0x42e/0x5b0 [ 5.153637][ T1] remap_pfn_range+0x5e/0xb0 [ 5.154144][ T1] mmap_mem+0xf3/0x120 [ 5.154637][ T1] mmap_region+0x21b/0x810 [ 5.155130][ T1] do_mmap+0x3a4/0x5d0 [ 5.155599][ T1] ? __pfx_bpf_lsm_current_getsecid_subj+0x10/0x10 [ 5.156162][ T1] vm_mmap_pgoff+0xde/0x180 [ 5.156633][ T1] ? do_syscall_64+0x6c/0x90 [ 5.157114][ T1] ksys_mmap_pgoff+0x187/0x1f0 [ 5.157586][ T1] do_syscall_64+0x60/0x90 [ 5.158045][ T1] ? exc_page_fault+0x73/0x150 [ 5.158509][ T1] entry_SYSCALL_64_after_hwframe+0x72/0xdc [ 5.159009][ T1] RIP: 0033:0x7f5688b10597 [ 5.159458][ T1] Code: 00 00 00 90 90 90 90 90 90 90 90 90 90 90 90 90 90 f3 0f 1e fa 90 90 41 89 ca 41 f7 c1 ff 0f 00 00 75 10 b8 09 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 21 c3 48 8b 05 41 98 0d 00 64 c7 00 16 00 00 [ 5.161005][ T1] RSP: 002b:00007ffdcdad4a28 EFLAGS: 00000246 ORIG_RAX: 0000000000000009 [ 5.161611][ T1] RAX: ffffffffffffffda RBX: 00007f5688c5c1fb RCX: 00007f5688b10597 [ 5.162191][ T1] RDX: 0000000000000001 RSI: 0000000000001000 RDI: 0000000000000000 [ 5.162770][ T1] RBP: 0000000000000400 R08: 0000000000000005 R09: 0000000000000000 [ 5.163363][ T1] R10: 0000000000000002 R11: 0000000000000246 R12: 0000558380520b90 [ 5.163938][ T1] R13: 0000558380534a10 R14: 0000000000000005 R15: 0000000000000100 [ 5.164521][ T1] </TASK> [ 5.164898][ T1] ---[ end trace 0000000000000000 ]--- [ 5.165367][ T1] 1 of 1 multicall(s) failed: cpu 0 [ 5.165832][ T1] call 1: op=1 arg=[ffff8880fac25b10] result=-22 ## Workaround no
Created attachment 867450 [details] Autoyast XEN profile
I reproduced this using the virt-install command in the description. Tumbleweed host version 20230605 Kernel version host, 6.3.4-1-default Kernel version guest, 6.3.6-1-default Xen version 4.17.1_04-1 Fully virtualized Tumbleweed guest installed fine. Para-virtualized SLE15-SP5 guest installed fine.
Wanted to follow up, on what happens next to this BUG Latest BUILD run: https://openqa.opensuse.org/tests/3533929#step/unified_guest_installation/638
All builds failed on the same step https://openqa.opensuse.org/tests/3568962#next_previous Following on the status and updates, thanks!
It seems the libvirt was updated from 9.6.0 to 9.7.0, https://download.opensuse.org/tumbleweed/iso/Changes.20230910.txt The latest build has a PASS run https://openqa.opensuse.org/tests/3568962 We will keep track of a few next builds.
With the Latest Build triggered today XEN guest installation Passed: https://openqa.opensuse.org/tests/3570889
We have 2 good builds, issue is not reproducible now. Marking as resolved.