QubesOS / qubes-rpm-oxide

Rust libraries for processing RPM packages
4 stars 4 forks source link

Serialize all calls to RPM keyring and transaction functions #15

Closed DemiMarie closed 2 years ago

DemiMarie commented 2 years ago

It turns out that RPM’s keyring and transaction functions are not thread-safe. This showed up as crashes in RPM’s atexit() handler when running the test suite, which were very difficult to debug. Fix the problem by wrapping all of these calls in a global lock. Performance should not be noticibly impacted, as the hot-path is the symmetric cryptography and that can still happen in parallel. rpmcanon is single-threaded and so is not affected.

Tested by running the test suite several times on a multi-core system. Without this patch a substantial fraction of runs will crash with SIGSEGV or SIGABRT. I cannot reproduce the crash with this patch applied.

marmarek commented 2 years ago

PipelineRetry

qubesos-bot commented 2 years ago

OpenQA test summary

Complete test suite and dependencies: https://openqa.qubes-os.org/tests/overview?distri=qubesos&version=4.1&build=2022022706-4.1&flavor=pull-requests

New failures, excluding unstable

Compared to: https://openqa.qubes-os.org/tests/overview?distri=qubesos&version=4.1&build=2022021706-4.1&flavor=update

Failed tests

20 failures * system_tests_suspend@hw1 * suspend: [wait_serial](https://openqa.qubes-os.org/tests/35692#step/suspend/20) (wait serial expected) `# wait_serial expected: qr/p5~T5-\d+-/u...` * suspend: [Failed](https://openqa.qubes-os.org/tests/35692#step/suspend/21) (test died + timed out) `# Test died: command 'true' timed out at qubesos/tests/suspend.pm l...` * suspend: [wait_serial](https://openqa.qubes-os.org/tests/35692#step/suspend/24) (wait serial expected) `# wait_serial expected: "xl info; echo 8Ye1l-\$?-"...` * suspend: [wait_serial](https://openqa.qubes-os.org/tests/35692#step/suspend/25) (wait serial expected) `# wait_serial expected: qr/8Ye1l-\d+-/u...` * suspend: [wait_serial](https://openqa.qubes-os.org/tests/35692#step/suspend/26) (wait serial expected) `# wait_serial expected: "# "...` * suspend: [wait_serial](https://openqa.qubes-os.org/tests/35692#step/suspend/27) (wait serial expected) `# wait_serial expected: "xl list; echo MfjdI-\$?-"...` * suspend: [wait_serial](https://openqa.qubes-os.org/tests/35692#step/suspend/28) (wait serial expected) `# wait_serial expected: qr/MfjdI-\d+-/u...` * suspend: [wait_serial](https://openqa.qubes-os.org/tests/35692#step/suspend/29) (wait serial expected) `# wait_serial expected: "# "...` * suspend: [wait_serial](https://openqa.qubes-os.org/tests/35692#step/suspend/30) (wait serial expected) `# wait_serial expected: "xl dmesg; echo hNz_G-\$?-"...` * suspend: [wait_serial](https://openqa.qubes-os.org/tests/35692#step/suspend/31) (wait serial expected) `# wait_serial expected: qr/hNz_G-\d+-/u...` * suspend: [wait_serial](https://openqa.qubes-os.org/tests/35692#step/suspend/32) (wait serial expected) `# wait_serial expected: "# "...` * suspend: [wait_serial](https://openqa.qubes-os.org/tests/35692#step/suspend/33) (wait serial expected) `# wait_serial expected: "journalctl -b|tail -n 10000; echo Adw2Q-\$...` * suspend: [wait_serial](https://openqa.qubes-os.org/tests/35692#step/suspend/34) (wait serial expected) `# wait_serial expected: qr/Adw2Q-\d+-/u...` * suspend: [wait_serial](https://openqa.qubes-os.org/tests/35692#step/suspend/35) (wait serial expected) `# wait_serial expected: "# "...` * system_tests_pvgrub_salt_storage * [unstable] TC_40_PVGrub_debian-11: [test_010_template_based_vm](https://openqa.qubes-os.org/tests/35701#step/TC_40_PVGrub_debian-11/2) (error + timed out) `qubes.exc.QubesVMShutdownTimeoutError: Domain shutdown timed out: '...` * system_tests_basic_vm_qrexec_gui_ext4 * TC_03_QvmRevertTemplateChanges: [test_000_revert_linux](https://openqa.qubes-os.org/tests/35715#step/TC_03_QvmRevertTemplateChanges/1) (error) `NotImplementedError: FileVolume supports maximum 1 volume revision ...` * TC_30_Gui_daemon: [test_000_clipboard](https://openqa.qubes-os.org/tests/35715#step/TC_30_Gui_daemon/1) (failure) `self.assertEqual(clipboard_content, ... AssertionError: '' != 'test23'` * system_tests_dispvm * [unstable] TC_20_DispVM_whonix-ws-16: [test_100_open_in_dispvm](https://openqa.qubes-os.org/tests/35718#step/TC_20_DispVM_whonix-ws-16/4) (failure + cleanup) `AssertionError: libvirt event impl drain timeout` * system_tests_network_updates * TC_10_QvmTemplate_whonix-gw-16: [test_000_template_list](https://openqa.qubes-os.org/tests/35719#step/TC_10_QvmTemplate_whonix-gw-16/1) (failure) `AssertionError: libvirt event impl drain timeout` * TC_11_QvmTemplateMgmtVM_fedora-34: [test_010_template_install](https://openqa.qubes-os.org/tests/35719#step/TC_11_QvmTemplateMgmtVM_fedora-34/2) (failure) `AssertionError: libvirt event impl drain timeout`

Fixed failures

Compared to: https://openqa.qubes-os.org/tests/35157#dependencies

4 fixed * system_tests_qrexec * TC_00_Qrexec_debian-11: [test_070_qrexec_vm_simultaneous_write](https://openqa.qubes-os.org/tests/35166#step/TC_00_Qrexec_debian-11/8) (failure) `AssertionError: Timeout, probably deadlock` * system_tests_extra * TC_00_PDFConverter_fedora-34: [test_000_one_page](https://openqa.qubes-os.org/tests/35171#step/TC_00_PDFConverter_fedora-34/1) (failure) `AssertionError: 1 != 0 : qvm-convert-pdf failed: b'Sending file to ...` * system_tests_splitgpg * TC_10_Thunderbird_debian-11: [test_010_send_receive_inline_signed_only](https://openqa.qubes-os.org/tests/35199#step/TC_10_Thunderbird_debian-11/2) (failure) `dogtail.tree.SearchError: descendent of [application | Thunderbird]...` * TC_10_Thunderbird_debian-11: [test_020_send_receive_inline_with_attachment](https://openqa.qubes-os.org/tests/35199#step/TC_10_Thunderbird_debian-11/3) (failure) `Exception: Failed to send message with error 'unknown'`

Unstable tests

* system_tests_whonix@hw1
whonixcheck/ (1/5 times with errors) - [job 31055](https://openqa.qubes-os.org/tests/31055#step/whonixcheck/21) `None`
whonixcheck/fail (1/5 times with errors) - [job 31055](https://openqa.qubes-os.org/tests/31055#step/whonixcheck/20) `Whonixcheck for anon-whonix failed...`
* system_tests_basic_vm_qrexec_gui@hw1
TC_30_Gui_daemon/test_000_clipboard (1/5 times with errors) - [job 30502](https://openqa.qubes-os.org/tests/30502#step/TC_30_Gui_daemon/1) `qubes.exc.QubesMemoryError: Not enough memory to start domain 'test...`
TC_00_Basic/test_140_libvirt_events_reconnect (1/5 times with errors) - [job 35453](https://openqa.qubes-os.org/tests/35453#step/TC_00_Basic/6) `qubes.exc.QubesVMError: Cannot connect to qrexec agent for 90 secon...`
TC_00_AppVM_whonix-ws-16/test_223_audio_play_hvm (1/5 times with errors) - [job 31021](https://openqa.qubes-os.org/tests/31021#step/TC_00_AppVM_whonix-ws-16/17) `AssertionError: only silence detected, no useful audio data`
TC_00_AppVM_fedora-34-xfce/test_225_audio_rec_unmuted_hvm (2/5 times with errors) - [job 30502](https://openqa.qubes-os.org/tests/30502#step/TC_00_AppVM_fedora-34-xfce/19) `AssertionError: only silence detected, no useful audio data` - [job 31021](https://openqa.qubes-os.org/tests/31021#step/TC_00_AppVM_fedora-34-xfce/19) `AssertionError: only silence detected, no useful audio data`
TC_00_AppVM_fedora-34/test_300_bug_1028_gui_memory_pinning (3/5 times with errors) - [job 30119](https://openqa.qubes-os.org/tests/30119#step/TC_00_AppVM_fedora-34/21) `AssertionError: Dom0 window doesn't match VM window content` - [job 30502](https://openqa.qubes-os.org/tests/30502#step/TC_00_AppVM_fedora-34/21) `AssertionError: Dom0 window doesn't match VM window content` - [job 31021](https://openqa.qubes-os.org/tests/31021#step/TC_00_AppVM_fedora-34/21) `AssertionError: Dom0 window doesn't match VM window content`
TC_00_AppVM_fedora-34-xfce/test_300_bug_1028_gui_memory_pinning (3/5 times with errors) - [job 30119](https://openqa.qubes-os.org/tests/30119#step/TC_00_AppVM_fedora-34-xfce/21) `AssertionError: Dom0 window doesn't match VM window content` - [job 30502](https://openqa.qubes-os.org/tests/30502#step/TC_00_AppVM_fedora-34-xfce/21) `AssertionError: Dom0 window doesn't match VM window content` - [job 31021](https://openqa.qubes-os.org/tests/31021#step/TC_00_AppVM_fedora-34-xfce/21) `AssertionError: Dom0 window doesn't match VM window content`
TC_00_AppVM_whonix-gw-16/test_300_bug_1028_gui_memory_pinning (1/5 times with errors) - [job 30119](https://openqa.qubes-os.org/tests/30119#step/TC_00_AppVM_whonix-gw-16/21) `subprocess.CalledProcessError: Command 'qubes.WaitForSession' retur...`
* system_tests_gui_tools@hw1
qubesmanager_vmsettings/ (1/4 times with errors) - [job 30515](https://openqa.qubes-os.org/tests/30515#step/qubesmanager_vmsettings/26) `None`
qubesmanager_vmsettings/Failed (1/4 times with errors) - [job 30515](https://openqa.qubes-os.org/tests/30515#step/qubesmanager_vmsettings/27) `# Test died: no candidate needle with tag(s) 'vm-settings-def-dvm-o...`
* system_tests_whonix
whonixcheck/ (1/5 times with errors) - [job 31055](https://openqa.qubes-os.org/tests/31055#step/whonixcheck/21) `None`
whonixcheck/fail (1/5 times with errors) - [job 31055](https://openqa.qubes-os.org/tests/31055#step/whonixcheck/20) `Whonixcheck for anon-whonix failed...`
* system_tests_gui_tools
qubesmanager_vmsettings/ (1/4 times with errors) - [job 30515](https://openqa.qubes-os.org/tests/30515#step/qubesmanager_vmsettings/26) `None`
qubesmanager_vmsettings/Failed (1/4 times with errors) - [job 30515](https://openqa.qubes-os.org/tests/30515#step/qubesmanager_vmsettings/27) `# Test died: no candidate needle with tag(s) 'vm-settings-def-dvm-o...`
* system_tests_basic_vm_qrexec_gui
TC_30_Gui_daemon/test_000_clipboard (1/5 times with errors) - [job 30502](https://openqa.qubes-os.org/tests/30502#step/TC_30_Gui_daemon/1) `qubes.exc.QubesMemoryError: Not enough memory to start domain 'test...`
TC_00_Basic/test_140_libvirt_events_reconnect (1/5 times with errors) - [job 35453](https://openqa.qubes-os.org/tests/35453#step/TC_00_Basic/6) `qubes.exc.QubesVMError: Cannot connect to qrexec agent for 90 secon...`
TC_00_AppVM_whonix-ws-16/test_223_audio_play_hvm (1/5 times with errors) - [job 31021](https://openqa.qubes-os.org/tests/31021#step/TC_00_AppVM_whonix-ws-16/17) `AssertionError: only silence detected, no useful audio data`
TC_00_AppVM_fedora-34-xfce/test_225_audio_rec_unmuted_hvm (2/5 times with errors) - [job 30502](https://openqa.qubes-os.org/tests/30502#step/TC_00_AppVM_fedora-34-xfce/19) `AssertionError: only silence detected, no useful audio data` - [job 31021](https://openqa.qubes-os.org/tests/31021#step/TC_00_AppVM_fedora-34-xfce/19) `AssertionError: only silence detected, no useful audio data`
TC_00_AppVM_fedora-34/test_300_bug_1028_gui_memory_pinning (3/5 times with errors) - [job 30119](https://openqa.qubes-os.org/tests/30119#step/TC_00_AppVM_fedora-34/21) `AssertionError: Dom0 window doesn't match VM window content` - [job 30502](https://openqa.qubes-os.org/tests/30502#step/TC_00_AppVM_fedora-34/21) `AssertionError: Dom0 window doesn't match VM window content` - [job 31021](https://openqa.qubes-os.org/tests/31021#step/TC_00_AppVM_fedora-34/21) `AssertionError: Dom0 window doesn't match VM window content`
TC_00_AppVM_fedora-34-xfce/test_300_bug_1028_gui_memory_pinning (3/5 times with errors) - [job 30119](https://openqa.qubes-os.org/tests/30119#step/TC_00_AppVM_fedora-34-xfce/21) `AssertionError: Dom0 window doesn't match VM window content` - [job 30502](https://openqa.qubes-os.org/tests/30502#step/TC_00_AppVM_fedora-34-xfce/21) `AssertionError: Dom0 window doesn't match VM window content` - [job 31021](https://openqa.qubes-os.org/tests/31021#step/TC_00_AppVM_fedora-34-xfce/21) `AssertionError: Dom0 window doesn't match VM window content`
TC_00_AppVM_whonix-gw-16/test_300_bug_1028_gui_memory_pinning (1/5 times with errors) - [job 30119](https://openqa.qubes-os.org/tests/30119#step/TC_00_AppVM_whonix-gw-16/21) `subprocess.CalledProcessError: Command 'qubes.WaitForSession' retur...`
* system_tests_pvgrub_salt_storage
TC_40_PVGrub_debian-11/test_000_standalone_vm (2/5 times with errors) - [job 28615](https://openqa.qubes-os.org/tests/28615#step/TC_40_PVGrub_debian-11/1) `qubes.exc.QubesVMShutdownTimeoutError: Domain shutdown timed out: '...` - [job 30128](https://openqa.qubes-os.org/tests/30128#step/TC_40_PVGrub_debian-11/1) `qubes.exc.QubesVMShutdownTimeoutError: Domain shutdown timed out: '...`
TC_41_HVMGrub_debian-11/test_000_standalone_vm (2/5 times with errors) - [job 30449](https://openqa.qubes-os.org/tests/30449#step/TC_41_HVMGrub_debian-11/1) `qubes.exc.QubesVMError: Cannot connect to qrexec agent for 90 secon...` - [job 31030](https://openqa.qubes-os.org/tests/31030#step/TC_41_HVMGrub_debian-11/1) `qubes.exc.QubesVMError: Cannot connect to qrexec agent for 90 secon...`
TC_41_HVMGrub_fedora-34/test_000_standalone_vm (2/5 times with errors) - [job 30449](https://openqa.qubes-os.org/tests/30449#step/TC_41_HVMGrub_fedora-34/1) `qubes.exc.QubesVMError: Cannot connect to qrexec agent for 90 secon...` - [job 31030](https://openqa.qubes-os.org/tests/31030#step/TC_41_HVMGrub_fedora-34/1) `qubes.exc.QubesVMError: Cannot connect to qrexec agent for 90 secon...`
TC_41_HVMGrub_fedora-34-xfce/test_000_standalone_vm (2/5 times with errors) - [job 30449](https://openqa.qubes-os.org/tests/30449#step/TC_41_HVMGrub_fedora-34-xfce/1) `qubes.exc.QubesVMError: Cannot connect to qrexec agent for 90 secon...` - [job 31030](https://openqa.qubes-os.org/tests/31030#step/TC_41_HVMGrub_fedora-34-xfce/1) `qubes.exc.QubesVMError: Cannot connect to qrexec agent for 90 secon...`
TC_42_PVHGrub_debian-11/test_000_standalone_vm (2/5 times with errors) - [job 30449](https://openqa.qubes-os.org/tests/30449#step/TC_42_PVHGrub_debian-11/1) `qubes.exc.QubesVMError: Cannot connect to qrexec agent for 90 secon...` - [job 31030](https://openqa.qubes-os.org/tests/31030#step/TC_42_PVHGrub_debian-11/1) `qubes.exc.QubesVMError: Cannot connect to qrexec agent for 90 secon...`
StorageLVM/test_000_volatile (1/5 times with errors) - [job 30449](https://openqa.qubes-os.org/tests/30449#step/StorageLVM/1) `AssertionError: libvirt event impl drain timeout`
TC_10_VMSalt_fedora-34-xfce/test_001_multi_state_highstate (1/5 times with errors) - [job 28615](https://openqa.qubes-os.org/tests/28615#step/TC_10_VMSalt_fedora-34-xfce/2) `AssertionError: Salt command '['qubesctl', '--skip-dom0', '--show-o...`
TC_40_PVGrub_debian-11/test_010_template_based_vm (2/5 times with errors) - [job 28615](https://openqa.qubes-os.org/tests/28615#step/TC_40_PVGrub_debian-11/2) `qubes.exc.QubesVMShutdownTimeoutError: Domain shutdown timed out: '...` - [job 35179](https://openqa.qubes-os.org/tests/35179#step/TC_40_PVGrub_debian-11/2) `qubes.exc.QubesVMShutdownTimeoutError: Domain shutdown timed out: '...`
TC_41_HVMGrub_debian-11/test_010_template_based_vm (2/5 times with errors) - [job 30449](https://openqa.qubes-os.org/tests/30449#step/TC_41_HVMGrub_debian-11/2) `qubes.exc.QubesVMError: Cannot connect to qrexec agent for 90 secon...` - [job 31030](https://openqa.qubes-os.org/tests/31030#step/TC_41_HVMGrub_debian-11/2) `qubes.exc.QubesVMError: Cannot connect to qrexec agent for 90 secon...`
TC_41_HVMGrub_fedora-34/test_010_template_based_vm (2/5 times with errors) - [job 30449](https://openqa.qubes-os.org/tests/30449#step/TC_41_HVMGrub_fedora-34/2) `qubes.exc.QubesVMError: Cannot connect to qrexec agent for 90 secon...` - [job 31030](https://openqa.qubes-os.org/tests/31030#step/TC_41_HVMGrub_fedora-34/2) `qubes.exc.QubesVMError: Cannot connect to qrexec agent for 90 secon...`
TC_41_HVMGrub_fedora-34-xfce/test_010_template_based_vm (2/5 times with errors) - [job 30449](https://openqa.qubes-os.org/tests/30449#step/TC_41_HVMGrub_fedora-34-xfce/2) `qubes.exc.QubesVMError: Cannot connect to qrexec agent for 90 secon...` - [job 31030](https://openqa.qubes-os.org/tests/31030#step/TC_41_HVMGrub_fedora-34-xfce/2) `qubes.exc.QubesVMError: Cannot connect to qrexec agent for 90 secon...`
TC_42_PVHGrub_debian-11/test_010_template_based_vm (2/5 times with errors) - [job 30449](https://openqa.qubes-os.org/tests/30449#step/TC_42_PVHGrub_debian-11/2) `qubes.exc.QubesVMError: Cannot connect to qrexec agent for 90 secon...` - [job 31030](https://openqa.qubes-os.org/tests/31030#step/TC_42_PVHGrub_debian-11/2) `qubes.exc.QubesVMError: Cannot connect to qrexec agent for 90 secon...`
* system_tests_splitgpg
TC_10_Thunderbird_debian-11/test_000_send_receive_default (1/5 times with errors) - [job 35180](https://openqa.qubes-os.org/tests/35180#step/TC_10_Thunderbird_debian-11/1) `dogtail.tree.SearchError: descendent of [application | Thunderbird]...`
TC_10_Thunderbird_fedora-34/test_000_send_receive_default (1/5 times with errors) - [job 31031](https://openqa.qubes-os.org/tests/31031#step/TC_10_Thunderbird_fedora-34/1) `dogtail.tree.SearchError: child of [desktop frame | main]: "Thunder...`
TC_10_Thunderbird_fedora-34-xfce/test_000_send_receive_default (1/5 times with errors) - [job 31031](https://openqa.qubes-os.org/tests/31031#step/TC_10_Thunderbird_fedora-34-xfce/1) `dogtail.tree.SearchError: child of [desktop frame | main]: "Thunder...`
TC_10_Thunderbird_debian-11/test_010_send_receive_inline_signed_only (2/5 times with errors) - [job 35180](https://openqa.qubes-os.org/tests/35180#step/TC_10_Thunderbird_debian-11/2) `dogtail.tree.SearchError: descendent of [application | Thunderbird]...` - [job 35199](https://openqa.qubes-os.org/tests/35199#step/TC_10_Thunderbird_debian-11/2) `dogtail.tree.SearchError: descendent of [application | Thunderbird]...`
TC_10_Thunderbird_fedora-34/test_010_send_receive_inline_signed_only (1/5 times with errors) - [job 31031](https://openqa.qubes-os.org/tests/31031#step/TC_10_Thunderbird_fedora-34/2) `dogtail.tree.SearchError: child of [desktop frame | main]: "Thunder...`
TC_10_Thunderbird_fedora-34-xfce/test_010_send_receive_inline_signed_only (1/5 times with errors) - [job 31031](https://openqa.qubes-os.org/tests/31031#step/TC_10_Thunderbird_fedora-34-xfce/2) `dogtail.tree.SearchError: child of [desktop frame | main]: "Thunder...`
TC_10_Thunderbird_whonix-ws-16/test_010_send_receive_inline_signed_only (1/5 times with errors) - [job 30450](https://openqa.qubes-os.org/tests/30450#step/TC_10_Thunderbird_whonix-ws-16/2) `dogtail.tree.SearchError: descendent of [application | Thunderbird]...`
TC_10_Thunderbird_debian-11/test_020_send_receive_inline_with_attachment (2/5 times with errors) - [job 35180](https://openqa.qubes-os.org/tests/35180#step/TC_10_Thunderbird_debian-11/3) `Exception: Failed to send message with error 'unknown'` - [job 35199](https://openqa.qubes-os.org/tests/35199#step/TC_10_Thunderbird_debian-11/3) `Exception: Failed to send message with error 'unknown'`
TC_10_Thunderbird_fedora-34/test_020_send_receive_inline_with_attachment (1/5 times with errors) - [job 31031](https://openqa.qubes-os.org/tests/31031#step/TC_10_Thunderbird_fedora-34/3) `dogtail.tree.SearchError: child of [desktop frame | main]: "Thunder...`
TC_10_Thunderbird_fedora-34-xfce/test_020_send_receive_inline_with_attachment (1/5 times with errors) - [job 31031](https://openqa.qubes-os.org/tests/31031#step/TC_10_Thunderbird_fedora-34-xfce/3) `dogtail.tree.SearchError: child of [desktop frame | main]: "Thunder...`
TC_10_Thunderbird_whonix-ws-16/test_020_send_receive_inline_with_attachment (1/5 times with errors) - [job 31031](https://openqa.qubes-os.org/tests/31031#step/TC_10_Thunderbird_whonix-ws-16/3) `assert received_attachment == orig_attachment... AssertionError`
* system_tests_extra
TC_00_PDFConverter_fedora-34/test_000_one_page (1/5 times with errors) - [job 35171](https://openqa.qubes-os.org/tests/35171#step/TC_00_PDFConverter_fedora-34/1) `AssertionError: 1 != 0 : qvm-convert-pdf failed: b'Sending file to ...`
TC_00_ImgConverter_fedora-34/test_000_png (1/5 times with errors) - [job 30509](https://openqa.qubes-os.org/tests/30509#step/TC_00_ImgConverter_fedora-34/1) `AssertionError: 255 != 0 : qvm-convert-img failed: b''`
TC_01_InputProxyExclude_debian-11/test_000_qemu_tablet (1/5 times with errors) - [job 31022](https://openqa.qubes-os.org/tests/31022#step/TC_01_InputProxyExclude_debian-11/1) `qubes.exc.QubesVMError: Cannot connect to qrexec agent for 90 secon...`
TC_01_InputProxyExclude_fedora-34/test_000_qemu_tablet (1/5 times with errors) - [job 31022](https://openqa.qubes-os.org/tests/31022#step/TC_01_InputProxyExclude_fedora-34/1) `qubes.exc.QubesVMError: Cannot connect to qrexec agent for 90 secon...`
TC_01_InputProxyExclude_fedora-34-xfce/test_000_qemu_tablet (1/5 times with errors) - [job 31022](https://openqa.qubes-os.org/tests/31022#step/TC_01_InputProxyExclude_fedora-34-xfce/1) `qubes.exc.QubesVMError: Cannot connect to qrexec agent for 90 secon...`
TC_10_AppmenusIntegration/test_011_icon_color_label_change (1/5 times with errors) - [job 31022](https://openqa.qubes-os.org/tests/31022#step/TC_10_AppmenusIntegration/7) `AssertionError: Icon /home/user/.local/share/qubes-appmenus/test-in...`
TC_00_InputProxy_debian-11/test_050_mouse_late_attach (1/5 times with errors) - [job 31022](https://openqa.qubes-os.org/tests/31022#step/TC_00_InputProxy_debian-11/6) `AssertionError: unexpectedly None : Device 'test-inst-input: Test i...`
TC_00_InputProxy_fedora-34/test_050_mouse_late_attach (1/5 times with errors) - [job 31022](https://openqa.qubes-os.org/tests/31022#step/TC_00_InputProxy_fedora-34/6) `AssertionError: unexpectedly None : Device 'test-inst-input: Test i...`
TC_00_InputProxy_fedora-34-xfce/test_050_mouse_late_attach (1/5 times with errors) - [job 31022](https://openqa.qubes-os.org/tests/31022#step/TC_00_InputProxy_fedora-34-xfce/6) `AssertionError: unexpectedly None : Device 'test-inst-input: Test i...`
* system_tests_usbproxy
TC_20_USBProxy_core3_debian-11/test_090_attach_stubdom (1/5 times with errors) - [job 30108](https://openqa.qubes-os.org/tests/30108#step/TC_20_USBProxy_core3_debian-11/12) `qubes.exc.QubesVMError: Cannot connect to qrexec agent for 90 secon...`
TC_20_USBProxy_core3_fedora-34/test_090_attach_stubdom (2/5 times with errors) - [job 30108](https://openqa.qubes-os.org/tests/30108#step/TC_20_USBProxy_core3_fedora-34/12) `qubes.exc.QubesVMError: Cannot connect to qrexec agent for 90 secon...` - [job 31054](https://openqa.qubes-os.org/tests/31054#step/TC_20_USBProxy_core3_fedora-34/12) `qubes.exc.QubesVMError: Cannot connect to qrexec agent for 90 secon...`
TC_20_USBProxy_core3_fedora-34-xfce/test_090_attach_stubdom (2/5 times with errors) - [job 30108](https://openqa.qubes-os.org/tests/30108#step/TC_20_USBProxy_core3_fedora-34-xfce/12) `qubes.exc.QubesVMError: Cannot connect to qrexec agent for 90 secon...` - [job 31054](https://openqa.qubes-os.org/tests/31054#step/TC_20_USBProxy_core3_fedora-34-xfce/12) `qubes.exc.QubesVMError: Cannot connect to qrexec agent for 90 secon...`
TC_20_USBProxy_core3_whonix-gw-16/test_090_attach_stubdom (2/5 times with errors) - [job 30108](https://openqa.qubes-os.org/tests/30108#step/TC_20_USBProxy_core3_whonix-gw-16/12) `qubes.exc.QubesVMError: Cannot connect to qrexec agent for 90 secon...` - [job 31054](https://openqa.qubes-os.org/tests/31054#step/TC_20_USBProxy_core3_whonix-gw-16/12) `qubes.exc.QubesVMError: Cannot connect to qrexec agent for 90 secon...`
TC_20_USBProxy_core3_whonix-ws-16/test_090_attach_stubdom (2/5 times with errors) - [job 30108](https://openqa.qubes-os.org/tests/30108#step/TC_20_USBProxy_core3_whonix-ws-16/12) `qubes.exc.QubesVMError: Cannot connect to qrexec agent for 90 secon...` - [job 31054](https://openqa.qubes-os.org/tests/31054#step/TC_20_USBProxy_core3_whonix-ws-16/12) `qubes.exc.QubesVMError: Cannot connect to qrexec agent for 90 secon...`
* system_tests_basic_vm_qrexec_gui_ext4
TC_00_AppVM_whonix-gw-16-pool/test_000_start_shutdown (1/5 times with errors) - [job 28600](https://openqa.qubes-os.org/tests/28600#step/TC_00_AppVM_whonix-gw-16-pool/1) `qubes.exc.QubesVMError: Cannot connect to qrexec agent for 90 secon...`
TC_00_AppVM_whonix-ws-16-pool/test_223_audio_play_hvm (1/5 times with errors) - [job 30507](https://openqa.qubes-os.org/tests/30507#step/TC_00_AppVM_whonix-ws-16-pool/17) `libvirt.libvirtError: internal error: libxenlight failed to create ...`
TC_00_AppVM_whonix-ws-16-pool/test_224_audio_rec_muted_hvm (1/5 times with errors) - [job 30507](https://openqa.qubes-os.org/tests/30507#step/TC_00_AppVM_whonix-ws-16-pool/18) `libvirt.libvirtError: internal error: libxenlight failed to create ...`
TC_00_AppVM_fedora-34-pool/test_225_audio_rec_unmuted_hvm (1/5 times with errors) - [job 28600](https://openqa.qubes-os.org/tests/28600#step/TC_00_AppVM_fedora-34-pool/19) `AssertionError: only silence detected, no useful audio data`
TC_00_AppVM_fedora-34-xfce-pool/test_225_audio_rec_unmuted_hvm (1/5 times with errors) - [job 31015](https://openqa.qubes-os.org/tests/31015#step/TC_00_AppVM_fedora-34-xfce-pool/19) `FloatingPointError: invalid value encountered in double_scalars`
TC_00_AppVM_whonix-ws-16-pool/test_225_audio_rec_unmuted_hvm (2/5 times with errors) - [job 28600](https://openqa.qubes-os.org/tests/28600#step/TC_00_AppVM_whonix-ws-16-pool/19) `AssertionError: only silence detected, no useful audio data` - [job 30507](https://openqa.qubes-os.org/tests/30507#step/TC_00_AppVM_whonix-ws-16-pool/19) `libvirt.libvirtError: internal error: libxenlight failed to create ...`
TC_00_AppVM_debian-11-pool/test_300_bug_1028_gui_memory_pinning (1/5 times with errors) - [job 31015](https://openqa.qubes-os.org/tests/31015#step/TC_00_AppVM_debian-11-pool/21) `assert len(self.loop._selector.get_map()) \... AssertionError`
TC_00_AppVM_fedora-34-pool/test_300_bug_1028_gui_memory_pinning (4/5 times with errors) - [job 28600](https://openqa.qubes-os.org/tests/28600#step/TC_00_AppVM_fedora-34-pool/21) `AssertionError: Dom0 window doesn't match VM window content` - [job 30148](https://openqa.qubes-os.org/tests/30148#step/TC_00_AppVM_fedora-34-pool/21) `AssertionError: Dom0 window doesn't match VM window content` - [job 30507](https://openqa.qubes-os.org/tests/30507#step/TC_00_AppVM_fedora-34-pool/21) `AssertionError: Dom0 window doesn't match VM window content` - [job 31015](https://openqa.qubes-os.org/tests/31015#step/TC_00_AppVM_fedora-34-pool/21) `AssertionError: Dom0 window doesn't match VM window content`
TC_00_AppVM_fedora-34-xfce-pool/test_300_bug_1028_gui_memory_pinning (4/5 times with errors) - [job 28600](https://openqa.qubes-os.org/tests/28600#step/TC_00_AppVM_fedora-34-xfce-pool/21) `AssertionError: Dom0 window doesn't match VM window content` - [job 30148](https://openqa.qubes-os.org/tests/30148#step/TC_00_AppVM_fedora-34-xfce-pool/21) `AssertionError: Dom0 window doesn't match VM window content` - [job 30507](https://openqa.qubes-os.org/tests/30507#step/TC_00_AppVM_fedora-34-xfce-pool/21) `AssertionError: Dom0 window doesn't match VM window content` - [job 31015](https://openqa.qubes-os.org/tests/31015#step/TC_00_AppVM_fedora-34-xfce-pool/21) `AssertionError: Dom0 window doesn't match VM window content`
* system_tests_dispvm
TC_04_DispVM/test_003_cleanup_destroyed (1/5 times with errors) - [job 31011](https://openqa.qubes-os.org/tests/31011#step/TC_04_DispVM/2) `raise exceptions.TimeoutError()... asyncio.exceptions.TimeoutError`
TC_20_DispVM_fedora-34/test_010_simple_dvm_run (3/5 times with errors) - [job 28668](https://openqa.qubes-os.org/tests/28668#step/TC_20_DispVM_fedora-34/1) `assert len(self.loop._selector.get_map()) \... AssertionError` - [job 30110](https://openqa.qubes-os.org/tests/30110#step/TC_20_DispVM_fedora-34/1) `assert len(self.loop._selector.get_map()) \... AssertionError` - [job 31011](https://openqa.qubes-os.org/tests/31011#step/TC_20_DispVM_fedora-34/1) `assert len(self.loop._selector.get_map()) \... AssertionError`
TC_20_DispVM_fedora-34-xfce/test_010_simple_dvm_run (3/5 times with errors) - [job 28668](https://openqa.qubes-os.org/tests/28668#step/TC_20_DispVM_fedora-34-xfce/1) `assert len(self.loop._selector.get_map()) \... AssertionError` - [job 30110](https://openqa.qubes-os.org/tests/30110#step/TC_20_DispVM_fedora-34-xfce/1) `assert len(self.loop._selector.get_map()) \... AssertionError` - [job 31011](https://openqa.qubes-os.org/tests/31011#step/TC_20_DispVM_fedora-34-xfce/1) `assert len(self.loop._selector.get_map()) \... AssertionError`
TC_20_DispVM_whonix-gw-16/test_010_simple_dvm_run (2/5 times with errors) - [job 28668](https://openqa.qubes-os.org/tests/28668#step/TC_20_DispVM_whonix-gw-16/1) `None` - [job 31011](https://openqa.qubes-os.org/tests/31011#step/TC_20_DispVM_whonix-gw-16/1) `None`
TC_20_DispVM_whonix-ws-16/test_010_simple_dvm_run (2/5 times with errors) - [job 28668](https://openqa.qubes-os.org/tests/28668#step/TC_20_DispVM_whonix-ws-16/1) `assert len(self.loop._selector.get_map()) \... AssertionError` - [job 31011](https://openqa.qubes-os.org/tests/31011#step/TC_20_DispVM_whonix-ws-16/1) `assert len(self.loop._selector.get_map()) \... AssertionError`
TC_20_DispVM_whonix-gw-16/test_020_gui_app (2/5 times with errors) - [job 28668](https://openqa.qubes-os.org/tests/28668#step/TC_20_DispVM_whonix-gw-16/2) `None` - [job 31011](https://openqa.qubes-os.org/tests/31011#step/TC_20_DispVM_whonix-gw-16/2) `None`
TC_20_DispVM_debian-11/test_030_edit_file (2/5 times with errors) - [job 28668](https://openqa.qubes-os.org/tests/28668#step/TC_20_DispVM_debian-11/3) `AssertionError: Timeout while waiting for disp[0-9]* window to show` - [job 31011](https://openqa.qubes-os.org/tests/31011#step/TC_20_DispVM_debian-11/3) `AssertionError: Timeout while waiting for disp[0-9]* window to show`
TC_20_DispVM_fedora-34/test_030_edit_file (2/5 times with errors) - [job 28668](https://openqa.qubes-os.org/tests/28668#step/TC_20_DispVM_fedora-34/3) `AssertionError: Timeout while waiting for disp[0-9]* window to show` - [job 31011](https://openqa.qubes-os.org/tests/31011#step/TC_20_DispVM_fedora-34/3) `AssertionError: Timeout while waiting for disp[0-9]* window to show`
TC_20_DispVM_fedora-34-xfce/test_030_edit_file (2/5 times with errors) - [job 28668](https://openqa.qubes-os.org/tests/28668#step/TC_20_DispVM_fedora-34-xfce/3) `AssertionError: Timeout while waiting for disp[0-9]* window to show` - [job 31011](https://openqa.qubes-os.org/tests/31011#step/TC_20_DispVM_fedora-34-xfce/3) `AssertionError: Timeout while waiting for disp[0-9]* window to show`
TC_20_DispVM_whonix-gw-16/test_030_edit_file (2/5 times with errors) - [job 28668](https://openqa.qubes-os.org/tests/28668#step/TC_20_DispVM_whonix-gw-16/3) `None` - [job 31011](https://openqa.qubes-os.org/tests/31011#step/TC_20_DispVM_whonix-gw-16/3) `None`
TC_20_DispVM_whonix-ws-16/test_030_edit_file (2/5 times with errors) - [job 28668](https://openqa.qubes-os.org/tests/28668#step/TC_20_DispVM_whonix-ws-16/3) `AssertionError: Timeout while waiting for disp[0-9]* window to show` - [job 31011](https://openqa.qubes-os.org/tests/31011#step/TC_20_DispVM_whonix-ws-16/3) `AssertionError: Timeout while waiting for disp[0-9]* window to show`
TC_20_DispVM_debian-11/test_100_open_in_dispvm (3/5 times with errors) - [job 28668](https://openqa.qubes-os.org/tests/28668#step/TC_20_DispVM_debian-11/4) `AssertionError: './open-file test.txt' failed with ./open-file test...` - [job 30110](https://openqa.qubes-os.org/tests/30110#step/TC_20_DispVM_debian-11/4) `AssertionError: Timeout while waiting for disp[0-9]* window to show` - [job 31011](https://openqa.qubes-os.org/tests/31011#step/TC_20_DispVM_debian-11/4) `AssertionError: './open-file test.txt' failed with ./open-file test...`
TC_20_DispVM_fedora-34/test_100_open_in_dispvm (3/5 times with errors) - [job 28668](https://openqa.qubes-os.org/tests/28668#step/TC_20_DispVM_fedora-34/4) `AssertionError: './open-file test.txt' failed with ./open-file test...` - [job 30110](https://openqa.qubes-os.org/tests/30110#step/TC_20_DispVM_fedora-34/4) `AssertionError: Timeout while waiting for disp[0-9]* window to show` - [job 31011](https://openqa.qubes-os.org/tests/31011#step/TC_20_DispVM_fedora-34/4) `AssertionError: './open-file test.txt' failed with ./open-file test...`
TC_20_DispVM_fedora-34-xfce/test_100_open_in_dispvm (3/5 times with errors) - [job 28668](https://openqa.qubes-os.org/tests/28668#step/TC_20_DispVM_fedora-34-xfce/4) `AssertionError: './open-file test.txt' failed with ./open-file test...` - [job 30110](https://openqa.qubes-os.org/tests/30110#step/TC_20_DispVM_fedora-34-xfce/4) `AssertionError: './open-file test.txt' failed with ./open-file test...` - [job 31011](https://openqa.qubes-os.org/tests/31011#step/TC_20_DispVM_fedora-34-xfce/4) `AssertionError: './open-file test.txt' failed with ./open-file test...`
TC_20_DispVM_whonix-gw-16/test_100_open_in_dispvm (2/5 times with errors) - [job 28668](https://openqa.qubes-os.org/tests/28668#step/TC_20_DispVM_whonix-gw-16/4) `None` - [job 31011](https://openqa.qubes-os.org/tests/31011#step/TC_20_DispVM_whonix-gw-16/4) `None`
TC_20_DispVM_whonix-ws-16/test_100_open_in_dispvm (5/5 times with errors) - [job 27110](https://openqa.qubes-os.org/tests/27110#step/TC_20_DispVM_whonix-ws-16/4) `AssertionError: './open-file test.txt' failed with ./open-file test...` - [job 28668](https://openqa.qubes-os.org/tests/28668#step/TC_20_DispVM_whonix-ws-16/4) `AssertionError: './open-file test.txt' failed with ./open-file test...` - [job 30110](https://openqa.qubes-os.org/tests/30110#step/TC_20_DispVM_whonix-ws-16/4) `AssertionError: Timeout while waiting for disp[0-9]* window to show` - [job 31011](https://openqa.qubes-os.org/tests/31011#step/TC_20_DispVM_whonix-ws-16/4) `AssertionError: './open-file test.txt' failed with ./open-file test...` - [job 35160](https://openqa.qubes-os.org/tests/35160#step/TC_20_DispVM_whonix-ws-16/4) `AssertionError: libvirt event impl drain timeout`
* system_tests_devices
TC_10_Attach_fedora-34/test_000_attach_reattach (1/5 times with errors) - [job 30432](https://openqa.qubes-os.org/tests/30432#step/TC_10_Attach_fedora-34/1) `subprocess.CalledProcessError: Command 'ls /dev/xvdi' returned non-...`
* system_tests_basic_vm_qrexec_gui_btrfs
TC_30_Gui_daemon/test_000_clipboard (1/5 times with errors) - [job 30506](https://openqa.qubes-os.org/tests/30506#step/TC_30_Gui_daemon/1) `self.assertEqual(clipboard_content, ... AssertionError: '' != 'test23'`
TC_00_AppVM_whonix-ws-16-pool/test_000_start_shutdown (2/5 times with errors) - [job 28670](https://openqa.qubes-os.org/tests/28670#step/TC_00_AppVM_whonix-ws-16-pool/1) `qubes.exc.QubesVMShutdownTimeoutError: Domain shutdown timed out: '...` - [job 31014](https://openqa.qubes-os.org/tests/31014#step/TC_00_AppVM_whonix-ws-16-pool/1) `qubes.exc.QubesVMShutdownTimeoutError: Domain shutdown timed out: '...`
TC_00_AppVM_debian-11-pool/test_223_audio_play_hvm (1/5 times with errors) - [job 28670](https://openqa.qubes-os.org/tests/28670#step/TC_00_AppVM_debian-11-pool/17) `qubes.exc.QubesVMError: Cannot connect to qrexec agent for 90 secon...`
TC_00_AppVM_fedora-34-pool/test_223_audio_play_hvm (1/5 times with errors) - [job 28670](https://openqa.qubes-os.org/tests/28670#step/TC_00_AppVM_fedora-34-pool/17) `qubes.exc.QubesVMError: Cannot connect to qrexec agent for 90 secon...`
TC_00_AppVM_fedora-34-xfce-pool/test_223_audio_play_hvm (1/5 times with errors) - [job 28670](https://openqa.qubes-os.org/tests/28670#step/TC_00_AppVM_fedora-34-xfce-pool/17) `qubes.exc.QubesVMError: Cannot connect to qrexec agent for 90 secon...`
TC_00_AppVM_whonix-ws-16-pool/test_223_audio_play_hvm (1/5 times with errors) - [job 28670](https://openqa.qubes-os.org/tests/28670#step/TC_00_AppVM_whonix-ws-16-pool/17) `qubes.exc.QubesVMError: Cannot connect to qrexec agent for 90 secon...`
TC_00_AppVM_debian-11-pool/test_224_audio_rec_muted_hvm (1/5 times with errors) - [job 28670](https://openqa.qubes-os.org/tests/28670#step/TC_00_AppVM_debian-11-pool/18) `qubes.exc.QubesVMError: Cannot connect to qrexec agent for 90 secon...`
TC_00_AppVM_fedora-34-pool/test_224_audio_rec_muted_hvm (2/5 times with errors) - [job 28670](https://openqa.qubes-os.org/tests/28670#step/TC_00_AppVM_fedora-34-pool/18) `qubes.exc.QubesVMError: Cannot connect to qrexec agent for 90 secon...` - [job 30146](https://openqa.qubes-os.org/tests/30146#step/TC_00_AppVM_fedora-34-pool/18) `qubes.exc.QubesVMError: Cannot connect to qrexec agent for 90 secon...`
TC_00_AppVM_fedora-34-xfce-pool/test_224_audio_rec_muted_hvm (1/5 times with errors) - [job 28670](https://openqa.qubes-os.org/tests/28670#step/TC_00_AppVM_fedora-34-xfce-pool/18) `qubes.exc.QubesVMError: Cannot connect to qrexec agent for 90 secon...`
TC_00_AppVM_whonix-ws-16-pool/test_224_audio_rec_muted_hvm (1/5 times with errors) - [job 28670](https://openqa.qubes-os.org/tests/28670#step/TC_00_AppVM_whonix-ws-16-pool/18) `qubes.exc.QubesVMError: Cannot connect to qrexec agent for 90 secon...`
TC_00_AppVM_debian-11-pool/test_225_audio_rec_unmuted_hvm (2/5 times with errors) - [job 28670](https://openqa.qubes-os.org/tests/28670#step/TC_00_AppVM_debian-11-pool/19) `qubes.exc.QubesVMError: Cannot connect to qrexec agent for 90 secon...` - [job 30506](https://openqa.qubes-os.org/tests/30506#step/TC_00_AppVM_debian-11-pool/19) `AssertionError: only silence detected, no useful audio data`
TC_00_AppVM_fedora-34-pool/test_225_audio_rec_unmuted_hvm (1/5 times with errors) - [job 28670](https://openqa.qubes-os.org/tests/28670#step/TC_00_AppVM_fedora-34-pool/19) `qubes.exc.QubesVMError: Cannot connect to qrexec agent for 90 secon...`
TC_00_AppVM_fedora-34-xfce-pool/test_225_audio_rec_unmuted_hvm (3/5 times with errors) - [job 28670](https://openqa.qubes-os.org/tests/28670#step/TC_00_AppVM_fedora-34-xfce-pool/19) `qubes.exc.QubesVMError: Cannot connect to qrexec agent for 90 secon...` - [job 30146](https://openqa.qubes-os.org/tests/30146#step/TC_00_AppVM_fedora-34-xfce-pool/19) `qubes.exc.QubesVMError: Cannot connect to qrexec agent for 90 secon...` - [job 31014](https://openqa.qubes-os.org/tests/31014#step/TC_00_AppVM_fedora-34-xfce-pool/19) `AssertionError: only silence detected, no useful audio data`
TC_00_AppVM_whonix-ws-16-pool/test_225_audio_rec_unmuted_hvm (2/5 times with errors) - [job 28670](https://openqa.qubes-os.org/tests/28670#step/TC_00_AppVM_whonix-ws-16-pool/19) `qubes.exc.QubesVMError: Cannot connect to qrexec agent for 90 secon...` - [job 30146](https://openqa.qubes-os.org/tests/30146#step/TC_00_AppVM_whonix-ws-16-pool/19) `qubes.exc.QubesVMError: Cannot connect to qrexec agent for 90 secon...`
TC_00_AppVM_fedora-34-pool/test_300_bug_1028_gui_memory_pinning (4/5 times with errors) - [job 28670](https://openqa.qubes-os.org/tests/28670#step/TC_00_AppVM_fedora-34-pool/21) `AssertionError: Dom0 window doesn't match VM window content` - [job 30146](https://openqa.qubes-os.org/tests/30146#step/TC_00_AppVM_fedora-34-pool/21) `AssertionError: Dom0 window doesn't match VM window content` - [job 30506](https://openqa.qubes-os.org/tests/30506#step/TC_00_AppVM_fedora-34-pool/21) `AssertionError: Dom0 window doesn't match VM window content` - [job 31014](https://openqa.qubes-os.org/tests/31014#step/TC_00_AppVM_fedora-34-pool/21) `AssertionError: Dom0 window doesn't match VM window content`
TC_00_AppVM_fedora-34-xfce-pool/test_300_bug_1028_gui_memory_pinning (4/5 times with errors) - [job 28670](https://openqa.qubes-os.org/tests/28670#step/TC_00_AppVM_fedora-34-xfce-pool/21) `AssertionError: Dom0 window doesn't match VM window content` - [job 30146](https://openqa.qubes-os.org/tests/30146#step/TC_00_AppVM_fedora-34-xfce-pool/21) `AssertionError: Dom0 window doesn't match VM window content` - [job 30506](https://openqa.qubes-os.org/tests/30506#step/TC_00_AppVM_fedora-34-xfce-pool/21) `AssertionError: Dom0 window doesn't match VM window content` - [job 31014](https://openqa.qubes-os.org/tests/31014#step/TC_00_AppVM_fedora-34-xfce-pool/21) `AssertionError: Dom0 window doesn't match VM window content`
* system_tests_basic_vm_qrexec_gui_xfs
TC_00_AppVM_debian-11-pool/test_223_audio_play_hvm (2/5 times with errors) - [job 30157](https://openqa.qubes-os.org/tests/30157#step/TC_00_AppVM_debian-11-pool/17) `qubes.exc.QubesVMError: Cannot connect to qrexec agent for 90 secon...` - [job 30508](https://openqa.qubes-os.org/tests/30508#step/TC_00_AppVM_debian-11-pool/17) `AssertionError: Timeout waiting for pulseaudio start in test-inst-v...`
TC_00_AppVM_fedora-34-pool/test_223_audio_play_hvm (1/5 times with errors) - [job 30157](https://openqa.qubes-os.org/tests/30157#step/TC_00_AppVM_fedora-34-pool/17) `qubes.exc.QubesVMError: Cannot connect to qrexec agent for 90 secon...`
TC_00_AppVM_fedora-34-xfce-pool/test_223_audio_play_hvm (1/5 times with errors) - [job 30157](https://openqa.qubes-os.org/tests/30157#step/TC_00_AppVM_fedora-34-xfce-pool/17) `qubes.exc.QubesVMError: Cannot connect to qrexec agent for 90 secon...`
TC_00_AppVM_whonix-ws-16-pool/test_223_audio_play_hvm (2/5 times with errors) - [job 30157](https://openqa.qubes-os.org/tests/30157#step/TC_00_AppVM_whonix-ws-16-pool/17) `qubes.exc.QubesVMError: Cannot connect to qrexec agent for 90 secon...` - [job 30508](https://openqa.qubes-os.org/tests/30508#step/TC_00_AppVM_whonix-ws-16-pool/17) `AssertionError: only silence detected, no useful audio data`
TC_00_AppVM_debian-11-pool/test_224_audio_rec_muted_hvm (1/5 times with errors) - [job 30157](https://openqa.qubes-os.org/tests/30157#step/TC_00_AppVM_debian-11-pool/18) `qubes.exc.QubesVMError: Cannot connect to qrexec agent for 90 secon...`
TC_00_AppVM_fedora-34-pool/test_224_audio_rec_muted_hvm (1/5 times with errors) - [job 30157](https://openqa.qubes-os.org/tests/30157#step/TC_00_AppVM_fedora-34-pool/18) `qubes.exc.QubesVMError: Cannot connect to qrexec agent for 90 secon...`
TC_00_AppVM_fedora-34-xfce-pool/test_224_audio_rec_muted_hvm (1/5 times with errors) - [job 30157](https://openqa.qubes-os.org/tests/30157#step/TC_00_AppVM_fedora-34-xfce-pool/18) `qubes.exc.QubesVMError: Cannot connect to qrexec agent for 90 secon...`
TC_00_AppVM_whonix-ws-16-pool/test_224_audio_rec_muted_hvm (1/5 times with errors) - [job 30157](https://openqa.qubes-os.org/tests/30157#step/TC_00_AppVM_whonix-ws-16-pool/18) `qubes.exc.QubesVMError: Cannot connect to qrexec agent for 90 secon...`
TC_00_AppVM_debian-11-pool/test_225_audio_rec_unmuted_hvm (1/5 times with errors) - [job 30157](https://openqa.qubes-os.org/tests/30157#step/TC_00_AppVM_debian-11-pool/19) `qubes.exc.QubesVMError: Cannot connect to qrexec agent for 90 secon...`
TC_00_AppVM_fedora-34-pool/test_225_audio_rec_unmuted_hvm (1/5 times with errors) - [job 30157](https://openqa.qubes-os.org/tests/30157#step/TC_00_AppVM_fedora-34-pool/19) `qubes.exc.QubesVMError: Cannot connect to qrexec agent for 90 secon...`
TC_00_AppVM_fedora-34-xfce-pool/test_225_audio_rec_unmuted_hvm (1/5 times with errors) - [job 30157](https://openqa.qubes-os.org/tests/30157#step/TC_00_AppVM_fedora-34-xfce-pool/19) `qubes.exc.QubesVMError: Cannot connect to qrexec agent for 90 secon...`
TC_00_AppVM_whonix-ws-16-pool/test_225_audio_rec_unmuted_hvm (1/5 times with errors) - [job 30157](https://openqa.qubes-os.org/tests/30157#step/TC_00_AppVM_whonix-ws-16-pool/19) `qubes.exc.QubesVMError: Cannot connect to qrexec agent for 90 secon...`
TC_00_AppVM_fedora-34-pool/test_300_bug_1028_gui_memory_pinning (4/5 times with errors) - [job 28601](https://openqa.qubes-os.org/tests/28601#step/TC_00_AppVM_fedora-34-pool/21) `AssertionError: Dom0 window doesn't match VM window content` - [job 30157](https://openqa.qubes-os.org/tests/30157#step/TC_00_AppVM_fedora-34-pool/21) `AssertionError: Dom0 window doesn't match VM window content` - [job 30508](https://openqa.qubes-os.org/tests/30508#step/TC_00_AppVM_fedora-34-pool/21) `AssertionError: Dom0 window doesn't match VM window content` - [job 31016](https://openqa.qubes-os.org/tests/31016#step/TC_00_AppVM_fedora-34-pool/21) `AssertionError: Dom0 window doesn't match VM window content`
TC_00_AppVM_fedora-34-xfce-pool/test_300_bug_1028_gui_memory_pinning (4/5 times with errors) - [job 28601](https://openqa.qubes-os.org/tests/28601#step/TC_00_AppVM_fedora-34-xfce-pool/21) `AssertionError: Dom0 window doesn't match VM window content` - [job 30157](https://openqa.qubes-os.org/tests/30157#step/TC_00_AppVM_fedora-34-xfce-pool/21) `AssertionError: Dom0 window doesn't match VM window content` - [job 30508](https://openqa.qubes-os.org/tests/30508#step/TC_00_AppVM_fedora-34-xfce-pool/21) `AssertionError: Dom0 window doesn't match VM window content` - [job 31016](https://openqa.qubes-os.org/tests/31016#step/TC_00_AppVM_fedora-34-xfce-pool/21) `AssertionError: Dom0 window doesn't match VM window content`
* system_tests_network_ipv6
VmIPv6Networking_debian-11/test_020_simple_proxyvm_nm (1/5 times with errors) - [job 30147](https://openqa.qubes-os.org/tests/30147#step/VmIPv6Networking_debian-11/3) `AssertionError: 1 != 0 : nm-applet window not found`
VmIPv6Networking_whonix-ws-16/test_520_ipv6_simple_proxyvm_nm (1/5 times with errors) - [job 31053](https://openqa.qubes-os.org/tests/31053#step/VmIPv6Networking_whonix-ws-16/23) `None`
* system_tests_qrexec
TC_00_Qrexec_debian-11/test_050_qrexec_simple_eof (1/5 times with errors) - [job 30514](https://openqa.qubes-os.org/tests/30514#step/TC_00_Qrexec_debian-11/1) `AssertionError: Timeout, probably EOF wasn't transferred to the VM ...`
TC_00_Qrexec_debian-11/test_070_qrexec_vm_simultaneous_write (2/5 times with errors) - [job 30514](https://openqa.qubes-os.org/tests/30514#step/TC_00_Qrexec_debian-11/8) `AssertionError: Timeout, probably deadlock` - [job 35166](https://openqa.qubes-os.org/tests/35166#step/TC_00_Qrexec_debian-11/8) `AssertionError: Timeout, probably deadlock`
marmarek commented 2 years ago

R4.0 build fails with No matching package to install: 'cargo >= 1.21'

DemiMarie commented 2 years ago

R4.0 build fails with No matching package to install: 'cargo >= 1.21'

Fixed