Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix DNF5 repoquery #522

Merged
merged 1 commit into from
Oct 19, 2024
Merged

Conversation

alimirjamali
Copy link
Contributor

Copy link

codecov bot commented Sep 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 70.14%. Comparing base (468e15f) to head (e0cecd0).
Report is 21 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #522      +/-   ##
==========================================
- Coverage   70.57%   70.14%   -0.43%     
==========================================
  Files           3        3              
  Lines         469      469              
==========================================
- Hits          331      329       -2     
- Misses        138      140       +2     
Flag Coverage Δ
?

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@marmarek
Copy link
Member

Downloading templates fail. I guess "downloadurl" plugin is no longer compatible?

@alimirjamali
Copy link
Contributor Author

Downloading templates fail. I guess "downloadurl" plugin is no longer compatible?

I am not sure. I am experiencing other bugs. With my previous patch (using %{reponame} and allowing space in Regex), the qvm-template-gui was working fine. It is now broken. I have to investigate.

@alimirjamali
Copy link
Contributor Author

I got that mixed a little.

We have two problems:

Downloading templates fail. I guess "downloadurl" plugin is no longer compatible?

  1. Yes. downloadurl is no longer available. What to do now? Revert to dnf repoquery package --location or dnf download package --url?

  2. The 2nd issue is that dnf5 does not add \n to dnf repoquery --qf=....

@alimirjamali
Copy link
Contributor Author

alimirjamali commented Sep 27, 2024

@marmarek

The patch that I just uploaded should work for both DNF4 and DNF5. But it is ugly and i do not like it. The problem with skipping downloadurl is that all downloads will be from one mirror in R4.3 (and Fedora 41 based updatevms). And I did not manage to find any way to get a list of all urls to shuffle.

@alimirjamali
Copy link
Contributor Author

alimirjamali commented Sep 27, 2024

OK. I admit that I have been a total idiot in this case. I just understood that downloadurl is a fork of the download plugin specific to Qubes OS.

And dnf5 download plugin is written in C language. Whereas the old dnf4 download plugin was written in Python. And I have currently zero clue if there would be any workaround to use the old Python one with DNF5.

@alimirjamali
Copy link
Contributor Author

This line in dnf5 download plugin is what that has to be changed/improved to allow --all-mirrors. I am not sure if the upstream DNF5 developers would accept a --all-mirrors option. If not, it should be possible to write a fork of dnf5 download plugin to do the same as downloadurl fork of dnf4's download plugin.

In the meantime, the ugly patch I suggested in this PR should allow temporal use of qvm-template with Fedora 41 based updatevms.

@marmarek What is your suggestion?

@marmarek
Copy link
Member

Well, first mirror is better than qvm-template broken completely. But that isn't suitable long term solution, without listing more URLs, fallback to other mirrors won't work (and it is needed sometimes, especially when downloading over Tor).

@marmarek
Copy link
Member

What about adding a DNF5 "downloadurl" plugin, based on the "download" command upstream? It was pretty simple to make "downloadurl" plugin for DNF4 ;)

@alimirjamali
Copy link
Contributor Author

alimirjamali commented Sep 28, 2024

Well, first mirror is better than qvm-template broken completely. But that isn't suitable long term solution, without listing more URLs, fallback to other mirrors won't work (and it is needed sometimes, especially when downloading over Tor).

Exactly. Fortunately sys-whonix with whonix-gateway-17 template ships with dnf4 at this moment. And the ugly patch reverts to the old downloadurl plugin if it does not detect dnf5. But this is also temporal.

What about adding a DNF5 "downloadurl" plugin, based on the "download" command upstream? It was pretty simple to make "downloadurl" plugin for DNF4 ;)

I started working on this. It is a little bit different from DNF4 situation since we are dealing with compiled plugins. My plan is as follow:

  • Setup the build environment.
  • Patch the download.cpp and download.hpp to add --all-mirrors option.
  • Make it an individual .so plugin which should be supported according to README.
  • Add the patched plugin + build & installation formulas to core-agent-linux.
  • Optional: Explore the possibility of rewriting it in python to avoid building troubles.

This should take some time. My aim is to have some positive results within a week.

@marmarek
Copy link
Member

In the meantime, I'll merge some of the other PRs and build initial template for testing. It will have broken VM-side of qvm-template still, but will ease testing other stuff (and also allows running this PR on openQA)

@alimirjamali
Copy link
Contributor Author

alimirjamali commented Sep 28, 2024

Update: Path to download.cpp and download.hpp is done. I am trying to summit the patch to upstream. Maybe DNF5 maintainers would accept it and other people could use it as well.

Issue reference: rpm-software-management/dnf5#1734

alimirjamali added a commit to alimirjamali/dnf5 that referenced this pull request Sep 28, 2024
@alimirjamali
Copy link
Contributor Author

Update: Individual downloadurl plugin for DNF5 is ready and tested.

In the next step, we have to decide how long to wait for the upstream maintainers to make a decision if they like the patch or reject it. If they reject it or do not make a decision within the reasonable time, packaging & building instructions for Qubes OS specific plugin is available here.

alimirjamali added a commit to alimirjamali/dnf5 that referenced this pull request Sep 30, 2024
alimirjamali added a commit to alimirjamali/dnf5 that referenced this pull request Sep 30, 2024
@qubesos-bot
Copy link

qubesos-bot commented Sep 30, 2024

OpenQA test summary

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

Test run included the following:

New failures, excluding unstable

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

  • system_tests_pvgrub_salt_storage

    • TC_41_HVMGrub_fedora-41-xfce: test_000_standalone_vm (error)
      qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...

    • TC_41_HVMGrub_fedora-41-xfce: test_010_template_based_vm (error)
      qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...

  • system_tests_basic_vm_qrexec_gui_btrfs

  • system_tests_kde_gui_interactive

    • gui_keyboard_layout: Failed (test died)
      # Test died: command 'test "$(cd ~user;ls e1*)" = "$(qvm-run -p wor...

Failed tests

10 failures
  • system_tests_basic_vm_qrexec_gui

  • system_tests_pvgrub_salt_storage

    • TC_41_HVMGrub_fedora-40-xfce: test_000_standalone_vm (error)
      qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...

    • TC_41_HVMGrub_fedora-40-xfce: test_010_template_based_vm (error)
      qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...

    • TC_41_HVMGrub_fedora-41-xfce: test_000_standalone_vm (error)
      qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...

    • TC_41_HVMGrub_fedora-41-xfce: test_010_template_based_vm (error)
      qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...

  • system_tests_basic_vm_qrexec_gui_zfs

    • switch_pool: Failed (test died)
      # Test died: command 'dnf install -y ./zfs-release.rpm' failed at /...
  • system_tests_basic_vm_qrexec_gui_btrfs

  • system_tests_basic_vm_qrexec_gui_ext4

    • [unstable] TC_20_NonAudio_fedora-40-xfce-pool: test_105_qrexec_filemove (error)
      libvirt.libvirtError: internal error: libxenlight failed to create ...
  • system_tests_kde_gui_interactive

    • gui_keyboard_layout: Failed (test died)
      # Test died: command 'test "$(cd ~user;ls e1*)" = "$(qvm-run -p wor...

Fixed failures

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

198 fixed

Unstable tests

  • system_tests_whonix

    whonix_torbrowser/ (1/5 times with errors)
    whonix_torbrowser/ (1/5 times with errors)
    whonix_torbrowser/Failed (1/5 times with errors)
    • job 110014 # Test died: no candidate needle with tag(s) 'anon-whonix-tor-brows...
  • system_tests_basic_vm_qrexec_gui

    TC_20_NonAudio_whonix-gateway-17/test_000_start_shutdown (1/5 times with errors)
    • job 111655 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-workstation-17/test_000_start_shutdown (1/5 times with errors)
    • job 111655 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-gateway-17/test_010_run_xterm (1/5 times with errors)
    • job 111655 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-workstation-17/test_010_run_xterm (1/5 times with errors)
    • job 111655 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-gateway-17/test_011_run_gnome_terminal (1/5 times with errors)
    TC_20_NonAudio_whonix-workstation-17/test_011_run_gnome_terminal (1/5 times with errors)
    TC_20_NonAudio_whonix-gateway-17/test_012_qubes_desktop_run (2/5 times with errors)
    • job 109983 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 111655 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-workstation-17/test_012_qubes_desktop_run (2/5 times with errors)
    • job 109983 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 111655 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-gateway-17/test_100_qrexec_filecopy (1/5 times with errors)
    • job 111655 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-workstation-17/test_100_qrexec_filecopy (1/5 times with errors)
    • job 111655 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-gateway-17/test_101_qrexec_filecopy_with_autostart (1/5 times with errors)
    • job 111655 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-workstation-17/test_101_qrexec_filecopy_with_autostart (1/5 times with errors)
    • job 111655 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-gateway-17/test_105_qrexec_filemove (1/5 times with errors)
    • job 111655 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-workstation-17/test_105_qrexec_filemove (1/5 times with errors)
    • job 111655 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-gateway-17/test_110_qrexec_filecopy_deny (1/5 times with errors)
    • job 111655 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-workstation-17/test_110_qrexec_filecopy_deny (1/5 times with errors)
    • job 111655 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-gateway-17/test_115_qrexec_filecopy_no_agent (1/5 times with errors)
    • job 111655 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-workstation-17/test_115_qrexec_filecopy_no_agent (1/5 times with errors)
    • job 111655 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_fedora-40-xfce/test_130_qrexec_filemove_disk_full (1/5 times with errors)
    • job 111655 libvirt.libvirtError: internal error: libxenlight failed to create ...
    TC_20_NonAudio_whonix-gateway-17/test_130_qrexec_filemove_disk_full (1/5 times with errors)
    • job 111655 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-workstation-17/test_130_qrexec_filemove_disk_full (1/5 times with errors)
    • job 111655 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_fedora-40-xfce/test_140_qrexec_filecopy_unsafe_name (1/5 times with errors)
    • job 111655 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-gateway-17/test_140_qrexec_filecopy_unsafe_name (1/5 times with errors)
    • job 111655 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-workstation-17/test_140_qrexec_filecopy_unsafe_name (1/5 times with errors)
    • job 111655 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_fedora-40-xfce/test_141_qrexec_filecopy_unsafe_symlink (1/5 times with errors)
    • job 111655 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-gateway-17/test_141_qrexec_filecopy_unsafe_symlink (1/5 times with errors)
    • job 111655 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-workstation-17/test_141_qrexec_filecopy_unsafe_symlink (1/5 times with errors)
    • job 111655 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_fedora-40-xfce/test_200_timezone (1/5 times with errors)
    • job 111655 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-gateway-17/test_200_timezone (1/5 times with errors)
    TC_20_NonAudio_whonix-workstation-17/test_200_timezone (1/5 times with errors)
    TC_20_NonAudio_debian-12-xfce/test_210_time_sync (1/5 times with errors)
    • job 109983 AttributeError: 'TC_20_NonAudio_debian-12-xfce' object has no attri...
    TC_20_NonAudio_fedora-40-xfce/test_210_time_sync (2/5 times with errors)
    • job 109983 AttributeError: 'TC_20_NonAudio_fedora-40-xfce' object has no attri...
    • job 111655 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-gateway-17/test_210_time_sync (1/5 times with errors)
    TC_20_NonAudio_whonix-workstation-17/test_210_time_sync (1/5 times with errors)
    TC_20_NonAudio_fedora-40-xfce/test_250_resize_private_img (1/5 times with errors)
    • job 111655 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-gateway-17/test_250_resize_private_img (1/5 times with errors)
    • job 111655 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-workstation-17/test_250_resize_private_img (1/5 times with errors)
    • job 111655 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_fedora-40-xfce/test_300_bug_1028_gui_memory_pinning (1/5 times with errors)
    • job 111655 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-gateway-17/test_300_bug_1028_gui_memory_pinning (1/5 times with errors)
    • job 111655 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-workstation-17/test_300_bug_1028_gui_memory_pinning (1/5 times with errors)
    • job 111655 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
  • system_tests_pvgrub_salt_storage

    TC_10_VMSalt_fedora-40-xfce/test_000_simple_sls (1/5 times with errors)
    • job 112796 AssertionError: Salt command '['qubesctl', '--skip-dom0', '--show-o...
    TC_00_Dom0/test_000_top_enable_disable (1/5 times with errors)
    • job 112796 ~~~~~~~~~~~~~^^^^^^^^^^^^^^^... AssertionError: 'base' not found in {}
    TC_10_VMSalt_debian-12-xfce/test_001_multi_state_highstate (1/5 times with errors)
    • job 112796 AssertionError: False is not true : Full output: test-inst-target: ...
    TC_10_VMSalt_fedora-40-xfce/test_001_multi_state_highstate (1/5 times with errors)
    • job 112796 AssertionError: False is not true : Full output: test-inst-target: ...
    TC_00_Dom0/test_001_state_sls (1/5 times with errors)
    • job 112796 AssertionError: Salt command '['qubesctl', '--dom0-only', 'state.sl...
    TC_10_VMSalt_fedora-40-xfce/test_003_update (1/5 times with errors)
    • job 112796 AssertionError: Salt command '['qubesctl', '--skip-dom0', '--show-o...
    TC_10_VMSalt_debian-12-xfce/test_004_user_sls (1/5 times with errors)
    • job 112796 AssertionError: Salt command '['qubesctl', '--dom0-only', 'state.sl...
    TC_10_VMSalt_fedora-40-xfce/test_004_user_sls (1/5 times with errors)
    • job 112796 AssertionError: Salt command '['qubesctl', '--dom0-only', 'state.sl...
    TC_00_Dom0/test_010_create_vm (1/5 times with errors)
    • job 112796 AssertionError: Salt command '['qubesctl', '--dom0-only', 'state.sl...
    TC_00_Dom0/test_011_set_prefs (1/5 times with errors)
    • job 112796 AssertionError: Salt command '['qubesctl', '--dom0-only', 'state.sl...
    TC_00_Dom0/test_012_tags (1/5 times with errors)
    • job 112796 AssertionError: Salt command '['qubesctl', '--dom0-only', 'state.sl...
  • system_tests_splitgpg

    TC_10_Thunderbird_debian-12-xfce/test_000_send_receive_default (1/5 times with errors)
    • job 109998 AttributeError: 'TC_10_Thunderbird_debian-12-xfce' object has no at...
    TC_10_Thunderbird_fedora-40-xfce/test_000_send_receive_default (4/5 times with errors)
    • job 109998 AttributeError: 'TC_10_Thunderbird_fedora-40-xfce' object has no at...
    • job 111670 dogtail.tree.SearchError: descendent of [application | Thunderbird]...
    • job 112798 dogtail.tree.SearchError: descendent of [application | Thunderbird]...
    • job 113235 dogtail.tree.SearchError: descendent of [application | Thunderbird]...
    TC_10_Thunderbird_whonix-workstation-17/test_000_send_receive_default (1/5 times with errors)
    • job 109998 AttributeError: 'TC_10_Thunderbird_whonix-workstation-17' object ha...
    TC_00_Direct_debian-12-xfce/test_000_version (1/5 times with errors)
    • job 109998 AttributeError: 'TC_00_Direct_debian-12-xfce' object has no attribu...
    TC_00_Direct_fedora-40-xfce/test_000_version (1/5 times with errors)
    • job 109998 AttributeError: 'TC_00_Direct_fedora-40-xfce' object has no attribu...
    TC_00_Direct_whonix-gateway-17/test_000_version (1/5 times with errors)
    • job 109998 AttributeError: 'TC_00_Direct_whonix-gateway-17' object has no attr...
    TC_00_Direct_whonix-workstation-17/test_000_version (1/5 times with errors)
    • job 109998 AttributeError: 'TC_00_Direct_whonix-workstation-17' object has no ...
    TC_00_Direct_debian-12-xfce/test_010_list_keys (1/5 times with errors)
    • job 109998 AttributeError: 'TC_00_Direct_debian-12-xfce' object has no attribu...
    TC_00_Direct_fedora-40-xfce/test_010_list_keys (1/5 times with errors)
    • job 109998 AttributeError: 'TC_00_Direct_fedora-40-xfce' object has no attribu...
    TC_00_Direct_whonix-gateway-17/test_010_list_keys (1/5 times with errors)
    • job 109998 AttributeError: 'TC_00_Direct_whonix-gateway-17' object has no attr...
    TC_00_Direct_whonix-workstation-17/test_010_list_keys (1/5 times with errors)
    • job 109998 AttributeError: 'TC_00_Direct_whonix-workstation-17' object has no ...
    TC_10_Thunderbird_debian-12-xfce/test_010_send_receive_inline_signed_only (1/5 times with errors)
    • job 109998 AttributeError: 'TC_10_Thunderbird_debian-12-xfce' object has no at...
    TC_10_Thunderbird_fedora-40-xfce/test_010_send_receive_inline_signed_only (4/5 times with errors)
    • job 109998 AttributeError: 'TC_10_Thunderbird_fedora-40-xfce' object has no at...
    • job 111670 dogtail.tree.SearchError: descendent of [application | Thunderbird]...
    • job 112798 dogtail.tree.SearchError: descendent of [application | Thunderbird]...
    • job 113235 dogtail.tree.SearchError: descendent of [application | Thunderbird]...
    TC_10_Thunderbird_whonix-workstation-17/test_010_send_receive_inline_signed_only (1/5 times with errors)
    • job 109998 AttributeError: 'TC_10_Thunderbird_whonix-workstation-17' object ha...
    TC_00_Direct_debian-12-xfce/test_020_export_secret_key_deny (1/5 times with errors)
    • job 109998 AttributeError: 'TC_00_Direct_debian-12-xfce' object has no attribu...
    TC_00_Direct_fedora-40-xfce/test_020_export_secret_key_deny (1/5 times with errors)
    • job 109998 AttributeError: 'TC_00_Direct_fedora-40-xfce' object has no attribu...
    TC_00_Direct_whonix-gateway-17/test_020_export_secret_key_deny (1/5 times with errors)
    • job 109998 AttributeError: 'TC_00_Direct_whonix-gateway-17' object has no attr...
    TC_00_Direct_whonix-workstation-17/test_020_export_secret_key_deny (1/5 times with errors)
    • job 109998 AttributeError: 'TC_00_Direct_whonix-workstation-17' object has no ...
    TC_10_Thunderbird_debian-12-xfce/test_020_send_receive_inline_with_attachment (1/5 times with errors)
    • job 109998 AttributeError: 'TC_10_Thunderbird_debian-12-xfce' object has no at...
    TC_10_Thunderbird_fedora-40-xfce/test_020_send_receive_inline_with_attachment (4/5 times with errors)
    • job 109998 AttributeError: 'TC_10_Thunderbird_fedora-40-xfce' object has no at...
    • job 111670 dogtail.tree.SearchError: descendent of [application | Thunderbird]...
    • job 112798 dogtail.tree.SearchError: descendent of [application | Thunderbird]...
    • job 113235 dogtail.tree.SearchError: descendent of [application | Thunderbird]...
    TC_10_Thunderbird_whonix-workstation-17/test_020_send_receive_inline_with_attachment (1/5 times with errors)
    • job 109998 AttributeError: 'TC_10_Thunderbird_whonix-workstation-17' object ha...
    TC_00_Direct_debian-12-xfce/test_030_sign_verify (1/5 times with errors)
    • job 109998 AttributeError: 'TC_00_Direct_debian-12-xfce' object has no attribu...
    TC_00_Direct_fedora-40-xfce/test_030_sign_verify (1/5 times with errors)
    • job 109998 AttributeError: 'TC_00_Direct_fedora-40-xfce' object has no attribu...
    TC_00_Direct_whonix-gateway-17/test_030_sign_verify (1/5 times with errors)
    • job 109998 AttributeError: 'TC_00_Direct_whonix-gateway-17' object has no attr...
    TC_00_Direct_whonix-workstation-17/test_030_sign_verify (1/5 times with errors)
    • job 109998 AttributeError: 'TC_00_Direct_whonix-workstation-17' object has no ...
    TC_00_Direct_debian-12-xfce/test_031_sign_verify_detached (1/5 times with errors)
    • job 109998 AttributeError: 'TC_00_Direct_debian-12-xfce' object has no attribu...
    TC_00_Direct_fedora-40-xfce/test_031_sign_verify_detached (1/5 times with errors)
    • job 109998 AttributeError: 'TC_00_Direct_fedora-40-xfce' object has no attribu...
    TC_00_Direct_whonix-gateway-17/test_031_sign_verify_detached (1/5 times with errors)
    • job 109998 AttributeError: 'TC_00_Direct_whonix-gateway-17' object has no attr...
    TC_00_Direct_whonix-workstation-17/test_031_sign_verify_detached (1/5 times with errors)
    • job 109998 AttributeError: 'TC_00_Direct_whonix-workstation-17' object has no ...
    TC_00_Direct_debian-12-xfce/test_050_sign_verify_files (1/5 times with errors)
    • job 109998 AttributeError: 'TC_00_Direct_debian-12-xfce' object has no attribu...
    TC_00_Direct_fedora-40-xfce/test_050_sign_verify_files (1/5 times with errors)
    • job 109998 AttributeError: 'TC_00_Direct_fedora-40-xfce' object has no attribu...
    TC_00_Direct_whonix-gateway-17/test_050_sign_verify_files (1/5 times with errors)
    • job 109998 AttributeError: 'TC_00_Direct_whonix-gateway-17' object has no attr...
    TC_00_Direct_whonix-workstation-17/test_050_sign_verify_files (1/5 times with errors)
    • job 109998 AttributeError: 'TC_00_Direct_whonix-workstation-17' object has no ...
    TC_00_Direct_debian-12-xfce/test_060_output_and_status_fd (1/5 times with errors)
    • job 109998 AttributeError: 'TC_00_Direct_debian-12-xfce' object has no attribu...
    TC_00_Direct_fedora-40-xfce/test_060_output_and_status_fd (1/5 times with errors)
    • job 109998 AttributeError: 'TC_00_Direct_fedora-40-xfce' object has no attribu...
    TC_00_Direct_whonix-gateway-17/test_060_output_and_status_fd (1/5 times with errors)
    • job 109998 AttributeError: 'TC_00_Direct_whonix-gateway-17' object has no attr...
    TC_00_Direct_whonix-workstation-17/test_060_output_and_status_fd (1/5 times with errors)
    • job 109998 AttributeError: 'TC_00_Direct_whonix-workstation-17' object has no ...
    TC_00_Direct_debian-12-xfce/test_070_log_file_to_logger_fd (1/5 times with errors)
    • job 109998 AttributeError: 'TC_00_Direct_debian-12-xfce' object has no attribu...
    TC_00_Direct_fedora-40-xfce/test_070_log_file_to_logger_fd (1/5 times with errors)
    • job 109998 AttributeError: 'TC_00_Direct_fedora-40-xfce' object has no attribu...
    TC_00_Direct_whonix-gateway-17/test_070_log_file_to_logger_fd (1/5 times with errors)
    • job 109998 AttributeError: 'TC_00_Direct_whonix-gateway-17' object has no attr...
    TC_00_Direct_whonix-workstation-17/test_070_log_file_to_logger_fd (1/5 times with errors)
    • job 109998 AttributeError: 'TC_00_Direct_whonix-workstation-17' object has no ...
    TC_00_Direct_debian-12-xfce/test_080_option_parser (1/5 times with errors)
    • job 109998 AttributeError: 'TC_00_Direct_debian-12-xfce' object has no attribu...
    TC_00_Direct_fedora-40-xfce/test_080_option_parser (1/5 times with errors)
    • job 109998 AttributeError: 'TC_00_Direct_fedora-40-xfce' object has no attribu...
    TC_00_Direct_whonix-gateway-17/test_080_option_parser (1/5 times with errors)
    • job 109998 AttributeError: 'TC_00_Direct_whonix-gateway-17' object has no attr...
    TC_00_Direct_whonix-workstation-17/test_080_option_parser (1/5 times with errors)
    • job 109998 AttributeError: 'TC_00_Direct_whonix-workstation-17' object has no ...
  • system_tests_extra

    TC_01_InputProxyExclude_debian-12-xfce/test_000_qemu_tablet (1/5 times with errors)
    • job 113227 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    TC_01_InputProxyExclude_fedora-40-xfce/test_000_qemu_tablet (1/5 times with errors)
    • job 113227 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    TC_00_QVCTest_whonix-gateway-17/test_010_screenshare (1/5 times with errors)
    • job 110876 ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^... AssertionError: 0 == 0
    TC_00_QVCTest_debian-12-xfce/test_020_webcam (4/5 times with errors)
    • job 110876 AssertionError: 'qubes-video-companion webcam' exited early (0): b'...
    • job 112790 AssertionError: 'qubes-video-companion webcam' exited early (0): b'...
    • job 113227 AssertionError: 'qubes-video-companion webcam' exited early (0): b'...
    • job 114622 AssertionError: 'qubes-video-companion webcam' exited early (0): b'...
    TC_00_QVCTest_fedora-40-xfce/test_020_webcam (4/5 times with errors)
    • job 111662 AssertionError: 'qubes-video-companion webcam' exited early (0): b'...
    • job 112790 AssertionError: 'qubes-video-companion webcam' exited early (0): b'...
    • job 113227 AssertionError: 'qubes-video-companion webcam' exited early (0): b'...
    • job 114622 AssertionError: 'qubes-video-companion webcam' exited early (0): b'...
    TC_00_QVCTest_whonix-gateway-17/test_020_webcam (3/5 times with errors)
    • job 110876 AssertionError: 'qubes-video-companion webcam' exited early (0): b'...
    • job 112790 AssertionError: 'qubes-video-companion webcam' exited early (0): b'...
    • job 114622 AssertionError: 'qubes-video-companion webcam' exited early (0): b'...
    TC_00_QVCTest_whonix-workstation-17/test_020_webcam (3/5 times with errors)
    • job 110876 AssertionError: 'qubes-video-companion webcam' exited early (0): b'...
    • job 111662 AssertionError: 'qubes-video-companion webcam' exited early (0): b'...
    • job 114622 ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^... AssertionError: 0 == 0
  • system_tests_usbproxy

    TC_20_USBProxy_core3_debian-12-xfce/test_020_attach (1/5 times with errors)
    • job 109973 AttributeError: 'TC_20_USBProxy_core3_debian-12-xfce' object has no...
    TC_20_USBProxy_core3_fedora-40-xfce/test_020_attach (1/5 times with errors)
    • job 109973 AttributeError: 'TC_20_USBProxy_core3_fedora-40-xfce' object has no...
    TC_20_USBProxy_core3_whonix-gateway-17/test_020_attach (1/5 times with errors)
    • job 109973 AttributeError: 'TC_20_USBProxy_core3_whonix-gateway-17' object has...
    TC_20_USBProxy_core3_whonix-workstation-17/test_020_attach (1/5 times with errors)
    • job 109973 AttributeError: 'TC_20_USBProxy_core3_whonix-workstation-17' object...
    TC_20_USBProxy_core3_debian-12-xfce/test_050_list_attached (1/5 times with errors)
    • job 109973 AttributeError: 'TC_20_USBProxy_core3_debian-12-xfce' object has no...
    TC_20_USBProxy_core3_fedora-40-xfce/test_050_list_attached (1/5 times with errors)
    • job 109973 AttributeError: 'TC_20_USBProxy_core3_fedora-40-xfce' object has no...
    TC_20_USBProxy_core3_whonix-gateway-17/test_050_list_attached (1/5 times with errors)
    • job 109973 AttributeError: 'TC_20_USBProxy_core3_whonix-gateway-17' object has...
    TC_20_USBProxy_core3_whonix-workstation-17/test_050_list_attached (1/5 times with errors)
    • job 109973 AttributeError: 'TC_20_USBProxy_core3_whonix-workstation-17' object...
    TC_20_USBProxy_core3_whonix-gateway-17/test_070_attach_not_installed_front (1/5 times with errors)
    • job 109973 qubesusbproxy.core3ext.QubesUSBException: Device attach failed: 202...
  • system_tests_qrexec

    TC_00_Qrexec_fedora-40-xfce/test_050_qrexec_simple_eof (1/5 times with errors)
    • job 112797 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_00_Qrexec_whonix-gateway-17/test_050_qrexec_simple_eof (1/5 times with errors)
    • job 112797 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_00_Qrexec_whonix-workstation-17/test_050_qrexec_simple_eof (1/5 times with errors)
    • job 112797 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_00_Qrexec_fedora-40-xfce/test_051_qrexec_simple_eof_reverse (1/5 times with errors)
    • job 112797 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_00_Qrexec_whonix-gateway-17/test_051_qrexec_simple_eof_reverse (1/5 times with errors)
    • job 112797 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_00_Qrexec_whonix-workstation-17/test_051_qrexec_simple_eof_reverse (1/5 times with errors)
    • job 112797 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_00_Qrexec_fedora-40-xfce/test_052_qrexec_vm_service_eof (1/5 times with errors)
    • job 112797 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_00_Qrexec_whonix-gateway-17/test_052_qrexec_vm_service_eof (1/5 times with errors)
    • job 112797 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_00_Qrexec_whonix-workstation-17/test_052_qrexec_vm_service_eof (1/5 times with errors)
    • job 112797 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_00_Qrexec_fedora-40-xfce/test_053_qrexec_vm_service_eof_reverse (1/5 times with errors)
    • job 112797 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_00_Qrexec_whonix-gateway-17/test_053_qrexec_vm_service_eof_reverse (1/5 times with errors)
    • job 112797 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_00_Qrexec_whonix-workstation-17/test_053_qrexec_vm_service_eof_reverse (1/5 times with errors)
    • job 112797 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_00_Qrexec_fedora-40-xfce/test_055_qrexec_dom0_service_abort (1/5 times with errors)
    • job 112797 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_00_Qrexec_whonix-gateway-17/test_055_qrexec_dom0_service_abort (1/5 times with errors)
    • job 112797 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_00_Qrexec_whonix-workstation-17/test_055_qrexec_dom0_service_abort (1/5 times with errors)
    • job 112797 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_00_Qrexec_fedora-40-xfce/test_060_qrexec_exit_code_dom0 (1/5 times with errors)
    • job 112797 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_00_Qrexec_whonix-gateway-17/test_060_qrexec_exit_code_dom0 (1/5 times with errors)
    • job 112797 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_00_Qrexec_whonix-workstation-17/test_060_qrexec_exit_code_dom0 (1/5 times with errors)
    • job 112797 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_00_Qrexec_fedora-40-xfce/test_065_qrexec_exit_code_vm (1/5 times with errors)
    • job 112797 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_00_Qrexec_whonix-gateway-17/test_065_qrexec_exit_code_vm (1/5 times with errors)
    • job 112797 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_00_Qrexec_whonix-workstation-17/test_065_qrexec_exit_code_vm (1/5 times with errors)
    • job 112797 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_00_Qrexec_fedora-40-xfce/test_070_qrexec_vm_simultaneous_write (1/5 times with errors)
    • job 112797 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_00_Qrexec_whonix-gateway-17/test_070_qrexec_vm_simultaneous_write (1/5 times with errors)
    • job 112797 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_00_Qrexec_whonix-workstation-17/test_070_qrexec_vm_simultaneous_write (1/5 times with errors)
    • job 112797 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_00_Qrexec_fedora-40-xfce/test_071_qrexec_dom0_simultaneous_write (1/5 times with errors)
    • job 112797 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_00_Qrexec_whonix-gateway-17/test_071_qrexec_dom0_simultaneous_write (1/5 times with errors)
    • job 112797 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_00_Qrexec_whonix-workstation-17/test_071_qrexec_dom0_simultaneous_write (1/5 times with errors)
    • job 112797 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_00_Qrexec_fedora-40-xfce/test_072_qrexec_to_dom0_simultaneous_write (1/5 times with errors)
    • job 112797 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_00_Qrexec_whonix-gateway-17/test_072_qrexec_to_dom0_simultaneous_write (1/5 times with errors)
    • job 112797 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_00_Qrexec_whonix-workstation-17/test_072_qrexec_to_dom0_simultaneous_write (1/5 times with errors)
    • job 112797 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_00_Qrexec_fedora-40-xfce/test_080_qrexec_service_argument_allow_default (1/5 times with errors)
    • job 112797 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_00_Qrexec_whonix-gateway-17/test_080_qrexec_service_argument_allow_default (1/5 times with errors)
    • job 112797 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_00_Qrexec_whonix-workstation-17/test_080_qrexec_service_argument_allow_default (1/5 times with errors)
    • job 112797 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_00_Qrexec_debian-12-xfce/test_081_qrexec_service_argument_allow_specific (1/5 times with errors)
    • job 112797 libvirt.libvirtError: internal error: libxenlight failed to create ...
    TC_00_Qrexec_fedora-40-xfce/test_081_qrexec_service_argument_allow_specific (1/5 times with errors)
    • job 112797 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_00_Qrexec_whonix-gateway-17/test_081_qrexec_service_argument_allow_specific (1/5 times with errors)
    • job 112797 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_00_Qrexec_whonix-workstation-17/test_081_qrexec_service_argument_allow_specific (1/5 times with errors)
    • job 112797 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_00_Qrexec_debian-12-xfce/test_082_qrexec_service_argument_deny_specific (1/5 times with errors)
    • job 112797 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_00_Qrexec_fedora-40-xfce/test_082_qrexec_service_argument_deny_specific (1/5 times with errors)
    • job 112797 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_00_Qrexec_whonix-gateway-17/test_082_qrexec_service_argument_deny_specific (1/5 times with errors)
    • job 112797 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_00_Qrexec_whonix-workstation-17/test_082_qrexec_service_argument_deny_specific (1/5 times with errors)
    • job 112797 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_00_Qrexec_debian-12-xfce/test_083_qrexec_service_argument_specific_implementation (1/5 times with errors)
    • job 112797 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_00_Qrexec_fedora-40-xfce/test_083_qrexec_service_argument_specific_implementation (1/5 times with errors)
    • job 112797 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_00_Qrexec_whonix-gateway-17/test_083_qrexec_service_argument_specific_implementation (1/5 times with errors)
    • job 112797 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_00_Qrexec_whonix-workstation-17/test_083_qrexec_service_argument_specific_implementation (1/5 times with errors)
    • job 112797 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_00_Qrexec_debian-12-xfce/test_084_qrexec_service_argument_extra_env (1/5 times with errors)
    • job 112797 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_00_Qrexec_fedora-40-xfce/test_084_qrexec_service_argument_extra_env (1/5 times with errors)
    • job 112797 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_00_Qrexec_whonix-gateway-17/test_084_qrexec_service_argument_extra_env (1/5 times with errors)
    • job 112797 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_00_Qrexec_whonix-workstation-17/test_084_qrexec_service_argument_extra_env (1/5 times with errors)
    • job 112797 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_00_Qrexec_debian-12-xfce/test_090_qrexec_service_socket_dom0 (1/5 times with errors)
    • job 112797 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_00_Qrexec_fedora-40-xfce/test_090_qrexec_service_socket_dom0 (1/5 times with errors)
    • job 112797 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_00_Qrexec_whonix-gateway-17/test_090_qrexec_service_socket_dom0 (1/5 times with errors)
    • job 112797 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_00_Qrexec_whonix-workstation-17/test_090_qrexec_service_socket_dom0 (1/5 times with errors)
    • job 112797 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_00_Qrexec_debian-12-xfce/test_091_qrexec_service_socket_dom0_send (1/5 times with errors)
    • job 112797 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_00_Qrexec_fedora-40-xfce/test_091_qrexec_service_socket_dom0_send (1/5 times with errors)
    • job 112797 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_00_Qrexec_whonix-gateway-17/test_091_qrexec_service_socket_dom0_send (1/5 times with errors)
    • job 112797 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_00_Qrexec_whonix-workstation-17/test_091_qrexec_service_socket_dom0_send (1/5 times with errors)
    • job 112797 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_00_Qrexec_debian-12-xfce/test_092_qrexec_service_socket_dom0_eof_reverse (1/5 times with errors)
    • job 112797 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_00_Qrexec_fedora-40-xfce/test_092_qrexec_service_socket_dom0_eof_reverse (1/5 times with errors)
    • job 112797 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_00_Qrexec_whonix-gateway-17/test_092_qrexec_service_socket_dom0_eof_reverse (1/5 times with errors)
    • job 112797 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_00_Qrexec_whonix-workstation-17/test_092_qrexec_service_socket_dom0_eof_reverse (1/5 times with errors)
    • job 112797 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_00_Qrexec_debian-12-xfce/test_093_qrexec_service_socket_dom0_eof (1/5 times with errors)
    • job 112797 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_00_Qrexec_fedora-40-xfce/test_093_qrexec_service_socket_dom0_eof (1/5 times with errors)
    • job 112797 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_00_Qrexec_whonix-gateway-17/test_093_qrexec_service_socket_dom0_eof (1/5 times with errors)
    • job 112797 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_00_Qrexec_whonix-workstation-17/test_093_qrexec_service_socket_dom0_eof (1/5 times with errors)
    • job 112797 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_00_Qrexec_debian-12-xfce/test_095_qrexec_service_socket_vm (1/5 times with errors)
    • job 112797 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_00_Qrexec_fedora-40-xfce/test_095_qrexec_service_socket_vm (1/5 times with errors)
    • job 112797 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_00_Qrexec_whonix-gateway-17/test_095_qrexec_service_socket_vm (1/5 times with errors)
    • job 112797 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_00_Qrexec_whonix-workstation-17/test_095_qrexec_service_socket_vm (1/5 times with errors)
    • job 112797 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_00_Qrexec_debian-12-xfce/test_096_qrexec_service_socket_vm_send (1/5 times with errors)
    • job 112797 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_00_Qrexec_fedora-40-xfce/test_096_qrexec_service_socket_vm_send (1/5 times with errors)
    • job 112797 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_00_Qrexec_whonix-gateway-17/test_096_qrexec_service_socket_vm_send (1/5 times with errors)
    • job 112797 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_00_Qrexec_whonix-workstation-17/test_096_qrexec_service_socket_vm_send (1/5 times with errors)
    • job 112797 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_00_Qrexec_debian-12-xfce/test_097_qrexec_service_socket_vm_eof_reverse (1/5 times with errors)
    • job 112797 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_00_Qrexec_fedora-40-xfce/test_097_qrexec_service_socket_vm_eof_reverse (1/5 times with errors)
    • job 112797 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_00_Qrexec_whonix-gateway-17/test_097_qrexec_service_socket_vm_eof_reverse (1/5 times with errors)
    • job 112797 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_00_Qrexec_whonix-workstation-17/test_097_qrexec_service_socket_vm_eof_reverse (1/5 times with errors)
    • job 112797 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_00_Qrexec_debian-12-xfce/test_098_qrexec_service_socket_vm_eof (1/5 times with errors)
    • job 112797 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_00_Qrexec_fedora-40-xfce/test_098_qrexec_service_socket_vm_eof (1/5 times with errors)
    • job 112797 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_00_Qrexec_whonix-gateway-17/test_098_qrexec_service_socket_vm_eof (1/5 times with errors)
    • job 112797 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_00_Qrexec_whonix-workstation-17/test_098_qrexec_service_socket_vm_eof (1/5 times with errors)
    • job 112797 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_00_Qrexec_debian-12-xfce/test_100_qrexec_service_force_user (1/5 times with errors)
    • job 112797 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_00_Qrexec_fedora-40-xfce/test_100_qrexec_service_force_user (1/5 times with errors)
    • job 112797 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_00_Qrexec_whonix-gateway-17/test_100_qrexec_service_force_user (1/5 times with errors)
    • job 112797 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_00_Qrexec_whonix-workstation-17/test_100_qrexec_service_force_user (1/5 times with errors)
    • job 112797 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
  • system_tests_network_ipv6

    VmIPv6Networking_fedora-40-xfce/test_520_ipv6_simple_proxyvm_nm (1/5 times with errors)
    • job 112794 AssertionError: 1 != 0 : nm-applet window not found
  • system_tests_network_updates

    VmUpdates_debian-12-xfce/test_010_update_via_proxy (1/5 times with errors)
    • job 109995 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    VmUpdates_fedora-40-xfce/test_010_update_via_proxy (1/5 times with errors)
    • job 109995 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    VmUpdates_debian-12-xfce/test_020_updates_available_notification (1/5 times with errors)
    • job 109995 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    VmUpdates_fedora-40-xfce/test_020_updates_available_notification (1/5 times with errors)
    • job 109995 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    VmUpdates_debian-12-xfce/test_110_update_via_proxy_qubes_vm_update (1/5 times with errors)
    • job 109995 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    VmUpdates_fedora-40-xfce/test_110_update_via_proxy_qubes_vm_update (1/5 times with errors)
    • job 109995 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    VmUpdates_debian-12-xfce/test_111_update_via_proxy_qubes_vm_update_cli (1/5 times with errors)
    • job 109995 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    VmUpdates_fedora-40-xfce/test_111_update_via_proxy_qubes_vm_update_cli (1/5 times with errors)
    • job 109995 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    VmUpdates_debian-12-xfce/test_120_updates_available_notification_qubes_vm_update (1/5 times with errors)
    • job 109995 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    VmUpdates_fedora-40-xfce/test_120_updates_available_notification_qubes_vm_update (1/5 times with errors)
    • job 109995 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    VmUpdates_debian-12-xfce/test_121_updates_available_notification_qubes_vm_update_cli (1/5 times with errors)
    • job 109995 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    VmUpdates_fedora-40-xfce/test_121_updates_available_notification_qubes_vm_update_cli (1/5 times with errors)
    • job 109995 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^... AssertionError
  • system_tests_dispvm

    TC_04_DispVM/test_003_cleanup_destroyed (1/5 times with errors)
    • job 109989 AttributeError: 'TC_04_DispVM' object has no attribute 'assertNotEq...
    TC_20_DispVM_whonix-gateway-17/test_010_simple_dvm_run (1/5 times with errors)
    TC_20_DispVM_whonix-gateway-17/test_020_gui_app (1/5 times with errors)
    TC_20_DispVM_whonix-gateway-17/test_030_edit_file (1/5 times with errors)
    TC_20_DispVM_debian-12-xfce/test_100_open_in_dispvm (1/5 times with errors)
    • job 109989 AssertionError: './open-file test.txt' failed with ./open-file test...
    TC_20_DispVM_fedora-40-xfce/test_100_open_in_dispvm (1/5 times with errors)
    • job 109989 AssertionError: './open-file test.txt' failed with ./open-file test...
    TC_20_DispVM_whonix-gateway-17/test_100_open_in_dispvm (1/5 times with errors)
    TC_20_DispVM_whonix-workstation-17/test_100_open_in_dispvm (1/5 times with errors)
    • job 109989 AssertionError: './open-file test.txt' failed with ./open-file test...
  • system_tests_devices

    TC_00_List/test_011_list_dm_mounted (1/5 times with errors)
    • job 109988 AttributeError: 'TC_00_List' object has no attribute 'assertNotEqua...
    TC_00_List_whonix-gateway-17/test_011_list_dm_mounted (1/5 times with errors)
    • job 109988 AttributeError: 'TC_00_List_whonix-gateway-17' object has no attrib...
  • system_tests_basic_vm_qrexec_gui_zfs

    TC_00_Basic/test_120_start_standalone_with_cdrom_dom0 (1/2 times with errors)
    • job 109480 AssertionError: 1 != 0 : b'Timeout waiting for dom0:loop6 device to...
  • system_tests_audio

    TC_20_AudioVM_PipeWire_fedora-40-xfce/test_260_audio_mic_enabled_switch_audiovm (1/5 times with errors)
    • job 111643 AssertionError: too short audio, expected 10s, got 0.00013605442176...
    TC_20_AudioVM_PipeWire_whonix-workstation-17/test_260_audio_mic_enabled_switch_audiovm (1/5 times with errors)
    • job 109975 AssertionError: too short audio, expected 10s, got 0.00013605442176...
  • system_tests_audio@hw1

    TC_20_AudioVM_PipeWire_fedora-40-xfce/test_260_audio_mic_enabled_switch_audiovm (1/5 times with errors)
    • job 111643 AssertionError: too short audio, expected 10s, got 0.00013605442176...
    TC_20_AudioVM_PipeWire_whonix-workstation-17/test_260_audio_mic_enabled_switch_audiovm (1/5 times with errors)
    • job 109975 AssertionError: too short audio, expected 10s, got 0.00013605442176...
  • system_tests_basic_vm_qrexec_gui_btrfs

    TC_20_NonAudio_fedora-40-xfce-pool/test_000_start_shutdown (1/5 times with errors)
    • job 110870 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-gateway-17-pool/test_000_start_shutdown (3/5 times with errors)
    • job 110870 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 111656 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 112784 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-workstation-17-pool/test_000_start_shutdown (3/5 times with errors)
    • job 110870 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 111656 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 112784 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_fedora-40-xfce-pool/test_010_run_xterm (1/5 times with errors)
    • job 110870 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-gateway-17-pool/test_010_run_xterm (3/5 times with errors)
    • job 110870 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 111656 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 112784 raise TimeoutError from exc_val... TimeoutError
    TC_20_NonAudio_whonix-workstation-17-pool/test_010_run_xterm (3/5 times with errors)
    • job 110870 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 111656 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 112784 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_fedora-40-xfce-pool/test_011_run_gnome_terminal (1/5 times with errors)
    TC_20_NonAudio_whonix-gateway-17-pool/test_011_run_gnome_terminal (3/5 times with errors)
    TC_20_NonAudio_whonix-workstation-17-pool/test_011_run_gnome_terminal (3/5 times with errors)
    TC_20_NonAudio_fedora-40-xfce-pool/test_012_qubes_desktop_run (1/5 times with errors)
    • job 110870 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-gateway-17-pool/test_012_qubes_desktop_run (3/5 times with errors)
    • job 110870 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 111656 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 112784 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-workstation-17-pool/test_012_qubes_desktop_run (3/5 times with errors)
    • job 110870 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 111656 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 112784 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_fedora-40-xfce-pool/test_100_qrexec_filecopy (1/5 times with errors)
    • job 110870 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-gateway-17-pool/test_100_qrexec_filecopy (3/5 times with errors)
    • job 110870 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 111656 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 112784 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-workstation-17-pool/test_100_qrexec_filecopy (3/5 times with errors)
    • job 110870 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 111656 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 112784 libvirt.libvirtError: internal error: libxenlight failed to create ...
    TC_20_NonAudio_fedora-40-xfce-pool/test_101_qrexec_filecopy_with_autostart (1/5 times with errors)
    • job 110870 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-gateway-17-pool/test_101_qrexec_filecopy_with_autostart (3/5 times with errors)
    • job 110870 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 111656 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 112784 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-workstation-17-pool/test_101_qrexec_filecopy_with_autostart (3/5 times with errors)
    • job 110870 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 111656 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 112784 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_fedora-40-xfce-pool/test_105_qrexec_filemove (2/5 times with errors)
    • job 110870 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 111656 libvirt.libvirtError: internal error: libxenlight failed to create ...
    TC_20_NonAudio_whonix-gateway-17-pool/test_105_qrexec_filemove (3/5 times with errors)
    • job 110870 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 111656 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 112784 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-workstation-17-pool/test_105_qrexec_filemove (3/5 times with errors)
    • job 110870 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 111656 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 112784 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_fedora-40-xfce-pool/test_110_qrexec_filecopy_deny (2/5 times with errors)
    • job 110870 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 111656 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-gateway-17-pool/test_110_qrexec_filecopy_deny (3/5 times with errors)
    • job 110870 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 111656 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 112784 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-workstation-17-pool/test_110_qrexec_filecopy_deny (3/5 times with errors)
    • job 110870 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 111656 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 112784 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_fedora-40-xfce-pool/test_115_qrexec_filecopy_no_agent (2/5 times with errors)
    • job 110870 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 111656 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-gateway-17-pool/test_115_qrexec_filecopy_no_agent (3/5 times with errors)
    • job 110870 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 111656 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 112784 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-workstation-17-pool/test_115_qrexec_filecopy_no_agent (3/5 times with errors)
    • job 110870 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 111656 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 112784 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_fedora-40-xfce-pool/test_130_qrexec_filemove_disk_full (2/5 times with errors)
    • job 110870 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 111656 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-gateway-17-pool/test_130_qrexec_filemove_disk_full (3/5 times with errors)
    • job 110870 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 111656 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 112784 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-workstation-17-pool/test_130_qrexec_filemove_disk_full (3/5 times with errors)
    • job 110870 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 111656 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 112784 libvirt.libvirtError: internal error: libxenlight failed to create ...
    TC_20_NonAudio_fedora-40-xfce-pool/test_140_qrexec_filecopy_unsafe_name (3/5 times with errors)
    • job 110870 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 111656 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 112784 libvirt.libvirtError: internal error: libxenlight failed to create ...
    TC_20_NonAudio_whonix-gateway-17-pool/test_140_qrexec_filecopy_unsafe_name (3/5 times with errors)
    • job 110870 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 111656 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 112784 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-workstation-17-pool/test_140_qrexec_filecopy_unsafe_name (3/5 times with errors)
    • job 110870 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 111656 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 112784 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_fedora-40-xfce-pool/test_141_qrexec_filecopy_unsafe_symlink (3/5 times with errors)
    • job 110870 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 111656 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 112784 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-gateway-17-pool/test_141_qrexec_filecopy_unsafe_symlink (3/5 times with errors)
    • job 110870 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 111656 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 112784 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-workstation-17-pool/test_141_qrexec_filecopy_unsafe_symlink (3/5 times with errors)
    • job 110870 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 111656 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 112784 libvirt.libvirtError: internal error: libxenlight failed to create ...
    TC_20_NonAudio_fedora-40-xfce-pool/test_200_timezone (3/5 times with errors)
    • job 110870 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 111656 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 112784 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-gateway-17-pool/test_200_timezone (3/5 times with errors)
    TC_20_NonAudio_whonix-workstation-17-pool/test_200_timezone (3/5 times with errors)
    TC_20_NonAudio_debian-12-xfce-pool/test_210_time_sync (1/5 times with errors)
    • job 110870 libvirt.libvirtError: internal error: libxenlight failed to create ...
    TC_20_NonAudio_fedora-40-xfce-pool/test_210_time_sync (3/5 times with errors)
    • job 110870 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 111656 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 112784 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-gateway-17-pool/test_210_time_sync (3/5 times with errors)
    TC_20_NonAudio_whonix-workstation-17-pool/test_210_time_sync (3/5 times with errors)
    TC_20_NonAudio_debian-12-xfce-pool/test_250_resize_private_img (1/5 times with errors)
    • job 110870 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_fedora-40-xfce-pool/test_250_resize_private_img (3/5 times with errors)
    • job 110870 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 111656 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 112784 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-gateway-17-pool/test_250_resize_private_img (3/5 times with errors)
    • job 110870 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 111656 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 112784 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-workstation-17-pool/test_250_resize_private_img (3/5 times with errors)
    • job 110870 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 111656 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 112784 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_debian-12-xfce-pool/test_300_bug_1028_gui_memory_pinning (1/5 times with errors)
    • job 110870 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_fedora-40-xfce-pool/test_300_bug_1028_gui_memory_pinning (3/5 times with errors)
    • job 110870 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 111656 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 112784 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-gateway-17-pool/test_300_bug_1028_gui_memory_pinning (3/5 times with errors)
    • job 110870 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 111656 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 112784 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-workstation-17-pool/test_300_bug_1028_gui_memory_pinning (3/5 times with errors)
    • job 110870 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 111656 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 112784 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
  • system_tests_basic_vm_qrexec_gui_ext4

    TC_20_NonAudio_whonix-gateway-17-pool/test_000_start_shutdown (2/5 times with errors)
    • job 109985 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 112785 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-workstation-17-pool/test_000_start_shutdown (2/5 times with errors)
    • job 109985 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 112785 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-gateway-17-pool/test_010_run_xterm (2/5 times with errors)
    • job 109985 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 112785 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-workstation-17-pool/test_010_run_xterm (2/5 times with errors)
    • job 109985 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 112785 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-gateway-17-pool/test_011_run_gnome_terminal (2/5 times with errors)
    TC_20_NonAudio_whonix-workstation-17-pool/test_011_run_gnome_terminal (2/5 times with errors)
    TC_20_NonAudio_whonix-gateway-17-pool/test_012_qubes_desktop_run (2/5 times with errors)
    • job 109985 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 112785 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-workstation-17-pool/test_012_qubes_desktop_run (2/5 times with errors)
    • job 109985 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 112785 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-gateway-17-pool/test_100_qrexec_filecopy (2/5 times with errors)
    • job 109985 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 112785 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-workstation-17-pool/test_100_qrexec_filecopy (2/5 times with errors)
    • job 109985 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 112785 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-gateway-17-pool/test_101_qrexec_filecopy_with_autostart (2/5 times with errors)
    • job 109985 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 112785 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-workstation-17-pool/test_101_qrexec_filecopy_with_autostart (2/5 times with errors)
    • job 109985 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 112785 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_fedora-40-xfce-pool/test_105_qrexec_filemove (1/5 times with errors)
    • job 109985 libvirt.libvirtError: internal error: libxenlight failed to create ...
    TC_20_NonAudio_whonix-gateway-17-pool/test_105_qrexec_filemove (2/5 times with errors)
    • job 109985 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 112785 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-workstation-17-pool/test_105_qrexec_filemove (2/5 times with errors)
    • job 109985 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 112785 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_fedora-40-xfce-pool/test_110_qrexec_filecopy_deny (2/5 times with errors)
    • job 109985 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 112785 libvirt.libvirtError: internal error: libxenlight failed to create ...
    TC_20_NonAudio_whonix-gateway-17-pool/test_110_qrexec_filecopy_deny (2/5 times with errors)
    • job 109985 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 112785 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-workstation-17-pool/test_110_qrexec_filecopy_deny (2/5 times with errors)
    • job 109985 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 112785 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_fedora-40-xfce-pool/test_115_qrexec_filecopy_no_agent (2/5 times with errors)
    • job 109985 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 112785 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-gateway-17-pool/test_115_qrexec_filecopy_no_agent (2/5 times with errors)
    • job 109985 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 112785 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-workstation-17-pool/test_115_qrexec_filecopy_no_agent (2/5 times with errors)
    • job 109985 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 112785 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_fedora-40-xfce-pool/test_130_qrexec_filemove_disk_full (2/5 times with errors)
    • job 109985 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 112785 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-gateway-17-pool/test_130_qrexec_filemove_disk_full (2/5 times with errors)
    • job 109985 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 112785 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-workstation-17-pool/test_130_qrexec_filemove_disk_full (2/5 times with errors)
    • job 109985 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 112785 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_fedora-40-xfce-pool/test_140_qrexec_filecopy_unsafe_name (2/5 times with errors)
    • job 109985 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 112785 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-gateway-17-pool/test_140_qrexec_filecopy_unsafe_name (2/5 times with errors)
    • job 109985 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 112785 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-workstation-17-pool/test_140_qrexec_filecopy_unsafe_name (2/5 times with errors)
    • job 109985 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 112785 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_fedora-40-xfce-pool/test_141_qrexec_filecopy_unsafe_symlink (2/5 times with errors)
    • job 109985 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 112785 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-gateway-17-pool/test_141_qrexec_filecopy_unsafe_symlink (2/5 times with errors)
    • job 109985 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 112785 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-workstation-17-pool/test_141_qrexec_filecopy_unsafe_symlink (2/5 times with errors)
    • job 109985 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 112785 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_fedora-40-xfce-pool/test_200_timezone (2/5 times with errors)
    • job 109985 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 112785 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-gateway-17-pool/test_200_timezone (2/5 times with errors)
    TC_20_NonAudio_whonix-workstation-17-pool/test_200_timezone (2/5 times with errors)
    TC_20_NonAudio_debian-12-xfce-pool/test_210_time_sync (1/5 times with errors)
    • job 109985 AttributeError: 'TC_20_NonAudio_debian-12-xfce-pool' object has no ...
    TC_20_NonAudio_fedora-40-xfce-pool/test_210_time_sync (2/5 times with errors)
    • job 109985 AttributeError: 'TC_20_NonAudio_fedora-40-xfce-pool' object has no ...
    • job 112785 libvirt.libvirtError: internal error: libxenlight failed to create ...
    TC_20_NonAudio_whonix-gateway-17-pool/test_210_time_sync (2/5 times with errors)
    TC_20_NonAudio_whonix-workstation-17-pool/test_210_time_sync (2/5 times with errors)
    TC_20_NonAudio_fedora-40-xfce-pool/test_250_resize_private_img (2/5 times with errors)
    • job 109985 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 112785 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-gateway-17-pool/test_250_resize_private_img (2/5 times with errors)
    • job 109985 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 112785 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-workstation-17-pool/test_250_resize_private_img (2/5 times with errors)
    • job 109985 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 112785 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_fedora-40-xfce-pool/test_300_bug_1028_gui_memory_pinning (2/5 times with errors)
    • job 109985 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 112785 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-gateway-17-pool/test_300_bug_1028_gui_memory_pinning (2/5 times with errors)
    • job 109985 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 112785 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-workstation-17-pool/test_300_bug_1028_gui_memory_pinning (2/5 times with errors)
    • job 109985 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 112785 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
  • system_tests_basic_vm_qrexec_gui_xfs

    TC_20_NonAudio_fedora-40-xfce-pool/test_000_start_shutdown (1/5 times with errors)
    • job 110681 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-gateway-17-pool/test_000_start_shutdown (1/5 times with errors)
    • job 110681 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-workstation-17-pool/test_000_start_shutdown (1/5 times with errors)
    • job 110681 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_fedora-40-xfce-pool/test_010_run_xterm (1/5 times with errors)
    • job 110681 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-gateway-17-pool/test_010_run_xterm (1/5 times with errors)
    • job 110681 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-workstation-17-pool/test_010_run_xterm (1/5 times with errors)
    • job 110681 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_fedora-40-xfce-pool/test_011_run_gnome_terminal (1/5 times with errors)
    TC_20_NonAudio_whonix-gateway-17-pool/test_011_run_gnome_terminal (1/5 times with errors)
    TC_20_NonAudio_whonix-workstation-17-pool/test_011_run_gnome_terminal (1/5 times with errors)
    TC_20_NonAudio_fedora-40-xfce-pool/test_012_qubes_desktop_run (1/5 times with errors)
    • job 110681 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-gateway-17-pool/test_012_qubes_desktop_run (1/5 times with errors)
    • job 110681 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-workstation-17-pool/test_012_qubes_desktop_run (1/5 times with errors)
    • job 110681 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_fedora-40-xfce-pool/test_100_qrexec_filecopy (1/5 times with errors)
    • job 110681 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-gateway-17-pool/test_100_qrexec_filecopy (1/5 times with errors)
    • job 110681 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-workstation-17-pool/test_100_qrexec_filecopy (1/5 times with errors)
    • job 110681 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_fedora-40-xfce-pool/test_101_qrexec_filecopy_with_autostart (1/5 times with errors)
    • job 110681 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-gateway-17-pool/test_101_qrexec_filecopy_with_autostart (1/5 times with errors)
    • job 110681 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-workstation-17-pool/test_101_qrexec_filecopy_with_autostart (1/5 times with errors)
    • job 110681 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_fedora-40-xfce-pool/test_105_qrexec_filemove (1/5 times with errors)
    • job 110681 libvirt.libvirtError: internal error: libxenlight failed to create ...
    TC_20_NonAudio_whonix-gateway-17-pool/test_105_qrexec_filemove (1/5 times with errors)
    • job 110681 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-workstation-17-pool/test_105_qrexec_filemove (1/5 times with errors)
    • job 110681 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_fedora-40-xfce-pool/test_110_qrexec_filecopy_deny (1/5 times with errors)
    • job 110681 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-gateway-17-pool/test_110_qrexec_filecopy_deny (1/5 times with errors)
    • job 110681 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-workstation-17-pool/test_110_qrexec_filecopy_deny (1/5 times with errors)
    • job 110681 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_debian-12-xfce-pool/test_115_qrexec_filecopy_no_agent (1/5 times with errors)
    • job 110681 libvirt.libvirtError: internal error: libxenlight failed to create ...
    TC_20_NonAudio_fedora-40-xfce-pool/test_115_qrexec_filecopy_no_agent (1/5 times with errors)
    • job 110681 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-gateway-17-pool/test_115_qrexec_filecopy_no_agent (1/5 times with errors)
    • job 110681 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-workstation-17-pool/test_115_qrexec_filecopy_no_agent (2/5 times with errors)
    • job 110681 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 112786 libvirt.libvirtError: internal error: libxenlight failed to create ...
    TC_20_NonAudio_debian-12-xfce-pool/test_130_qrexec_filemove_disk_full (1/5 times with errors)
    • job 110681 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_fedora-40-xfce-pool/test_130_qrexec_filemove_disk_full (1/5 times with errors)
    • job 110681 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-gateway-17-pool/test_130_qrexec_filemove_disk_full (1/5 times with errors)
    • job 110681 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-workstation-17-pool/test_130_qrexec_filemove_disk_full (2/5 times with errors)
    • job 110681 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 112786 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_debian-12-xfce-pool/test_140_qrexec_filecopy_unsafe_name (1/5 times with errors)
    • job 110681 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_fedora-40-xfce-pool/test_140_qrexec_filecopy_unsafe_name (1/5 times with errors)
    • job 110681 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-gateway-17-pool/test_140_qrexec_filecopy_unsafe_name (1/5 times with errors)
    • job 110681 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-workstation-17-pool/test_140_qrexec_filecopy_unsafe_name (2/5 times with errors)
    • job 110681 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 112786 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_debian-12-xfce-pool/test_141_qrexec_filecopy_unsafe_symlink (1/5 times with errors)
    • job 110681 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_fedora-40-xfce-pool/test_141_qrexec_filecopy_unsafe_symlink (1/5 times with errors)
    • job 110681 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-gateway-17-pool/test_141_qrexec_filecopy_unsafe_symlink (1/5 times with errors)
    • job 110681 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-workstation-17-pool/test_141_qrexec_filecopy_unsafe_symlink (2/5 times with errors)
    • job 110681 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 112786 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_debian-12-xfce-pool/test_200_timezone (1/5 times with errors)
    • job 110681 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_fedora-40-xfce-pool/test_200_timezone (1/5 times with errors)
    • job 110681 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-gateway-17-pool/test_200_timezone (1/5 times with errors)
    TC_20_NonAudio_whonix-workstation-17-pool/test_200_timezone (2/5 times with errors)
    TC_20_NonAudio_debian-12-xfce-pool/test_210_time_sync (1/5 times with errors)
    • job 110681 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_fedora-40-xfce-pool/test_210_time_sync (1/5 times with errors)
    • job 110681 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-gateway-17-pool/test_210_time_sync (1/5 times with errors)
    TC_20_NonAudio_whonix-workstation-17-pool/test_210_time_sync (2/5 times with errors)
    TC_20_NonAudio_debian-12-xfce-pool/test_250_resize_private_img (1/5 times with errors)
    • job 110681 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_fedora-40-xfce-pool/test_250_resize_private_img (1/5 times with errors)
    • job 110681 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-gateway-17-pool/test_250_resize_private_img (1/5 times with errors)
    • job 110681 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-workstation-17-pool/test_250_resize_private_img (2/5 times with errors)
    • job 110681 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 112786 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_debian-12-xfce-pool/test_300_bug_1028_gui_memory_pinning (1/5 times with errors)
    • job 110681 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_fedora-40-xfce-pool/test_300_bug_1028_gui_memory_pinning (1/5 times with errors)
    • job 110681 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-gateway-17-pool/test_300_bug_1028_gui_memory_pinning (1/5 times with errors)
    • job 110681 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-workstation-17-pool/test_300_bug_1028_gui_memory_pinning (2/5 times with errors)
    • job 110681 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 112786 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
  • system_tests_basic_vm_qrexec_gui@hw1

    TC_20_NonAudio_whonix-gateway-17/test_000_start_shutdown (1/5 times with errors)
    • job 111655 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-workstation-17/test_000_start_shutdown (1/5 times with errors)
    • job 111655 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-gateway-17/test_010_run_xterm (1/5 times with errors)
    • job 111655 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-workstation-17/test_010_run_xterm (1/5 times with errors)
    • job 111655 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-gateway-17/test_011_run_gnome_terminal (1/5 times with errors)
    TC_20_NonAudio_whonix-workstation-17/test_011_run_gnome_terminal (1/5 times with errors)
    TC_20_NonAudio_whonix-gateway-17/test_012_qubes_desktop_run (2/5 times with errors)
    • job 109983 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 111655 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-workstation-17/test_012_qubes_desktop_run (2/5 times with errors)
    • job 109983 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    • job 111655 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-gateway-17/test_100_qrexec_filecopy (1/5 times with errors)
    • job 111655 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-workstation-17/test_100_qrexec_filecopy (1/5 times with errors)
    • job 111655 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-gateway-17/test_101_qrexec_filecopy_with_autostart (1/5 times with errors)
    • job 111655 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-workstation-17/test_101_qrexec_filecopy_with_autostart (1/5 times with errors)
    • job 111655 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-gateway-17/test_105_qrexec_filemove (1/5 times with errors)
    • job 111655 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-workstation-17/test_105_qrexec_filemove (1/5 times with errors)
    • job 111655 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-gateway-17/test_110_qrexec_filecopy_deny (1/5 times with errors)
    • job 111655 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-workstation-17/test_110_qrexec_filecopy_deny (1/5 times with errors)
    • job 111655 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-gateway-17/test_115_qrexec_filecopy_no_agent (1/5 times with errors)
    • job 111655 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-workstation-17/test_115_qrexec_filecopy_no_agent (1/5 times with errors)
    • job 111655 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_fedora-40-xfce/test_130_qrexec_filemove_disk_full (1/5 times with errors)
    • job 111655 libvirt.libvirtError: internal error: libxenlight failed to create ...
    TC_20_NonAudio_whonix-gateway-17/test_130_qrexec_filemove_disk_full (1/5 times with errors)
    • job 111655 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-workstation-17/test_130_qrexec_filemove_disk_full (1/5 times with errors)
    • job 111655 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_fedora-40-xfce/test_140_qrexec_filecopy_unsafe_name (1/5 times with errors)
    • job 111655 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-gateway-17/test_140_qrexec_filecopy_unsafe_name (1/5 times with errors)
    • job 111655 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-workstation-17/test_140_qrexec_filecopy_unsafe_name (1/5 times with errors)
    • job 111655 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_fedora-40-xfce/test_141_qrexec_filecopy_unsafe_symlink (1/5 times with errors)
    • job 111655 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-gateway-17/test_141_qrexec_filecopy_unsafe_symlink (1/5 times with errors)
    • job 111655 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-workstation-17/test_141_qrexec_filecopy_unsafe_symlink (1/5 times with errors)
    • job 111655 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_fedora-40-xfce/test_200_timezone (1/5 times with errors)
    • job 111655 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-gateway-17/test_200_timezone (1/5 times with errors)
    TC_20_NonAudio_whonix-workstation-17/test_200_timezone (1/5 times with errors)
    TC_20_NonAudio_debian-12-xfce/test_210_time_sync (1/5 times with errors)
    • job 109983 AttributeError: 'TC_20_NonAudio_debian-12-xfce' object has no attri...
    TC_20_NonAudio_fedora-40-xfce/test_210_time_sync (2/5 times with errors)
    • job 109983 AttributeError: 'TC_20_NonAudio_fedora-40-xfce' object has no attri...
    • job 111655 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-gateway-17/test_210_time_sync (1/5 times with errors)
    TC_20_NonAudio_whonix-workstation-17/test_210_time_sync (1/5 times with errors)
    TC_20_NonAudio_fedora-40-xfce/test_250_resize_private_img (1/5 times with errors)
    • job 111655 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-gateway-17/test_250_resize_private_img (1/5 times with errors)
    • job 111655 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-workstation-17/test_250_resize_private_img (1/5 times with errors)
    • job 111655 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_fedora-40-xfce/test_300_bug_1028_gui_memory_pinning (1/5 times with errors)
    • job 111655 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-gateway-17/test_300_bug_1028_gui_memory_pinning (1/5 times with errors)
    • job 111655 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
    TC_20_NonAudio_whonix-workstation-17/test_300_bug_1028_gui_memory_pinning (1/5 times with errors)
    • job 111655 ^^^^^^^^^^^^^^^^^^^^^^... AssertionError
  • system_tests_suspend@hw1

    suspend/ (1/5 times with errors)
    suspend/Failed (1/5 times with errors)
    • job 111690 # Test died: no candidate needle with tag(s) 'xscreensaver-prompt' ...
    suspend/wait_serial (1/5 times with errors)
    • job 111690 # wait_serial expected: qr/2E8vz-\d+-/...
  • system_tests_suspend

    suspend/ (1/5 times with errors)
    suspend/Failed (1/5 times with errors)
    • job 111690 # Test died: no candidate needle with tag(s) 'xscreensaver-prompt' ...
    suspend/wait_serial (1/5 times with errors)
    • job 111690 # wait_serial expected: qr/2E8vz-\d+-/...
  • system_tests_whonix@hw7

    whonix_torbrowser/ (1/5 times with errors)
    whonix_torbrowser/ (1/5 times with errors)
    whonix_torbrowser/Failed (1/5 times with errors)
    • job 110014 # Test died: no candidate needle with tag(s) 'anon-whonix-tor-brows...

@marmarek
Copy link
Member

marmarek commented Sep 30, 2024

OpenQA test summary

The qvm-template related tests seems to be green :) (but that's ofc without the --all-mirrors support in DNF5 yet)
But there are a few failures related to qubes-vm-update (but that's unrelated to this PR)

@alimirjamali
Copy link
Contributor Author

OpenQA test summary

The qvm-template related tests seems to be green :) (but that's ofc without the --all-mirrors support in DNF5 yet) But there are a few failures related to qubes-vm-update (but that's unrelated to this PR)

That is good. In the meantime, DNF maintainers are in the process of approving the new option. And they asked it to be renamed to --allmirrors. And it requires -q to filter out repo refreshing info. But overall I guess it would eliminate the necessity for a Qubes specific plugin.

@alimirjamali
Copy link
Contributor Author

(but that's ofc without the --all-mirrors support in DNF5 yet)

OK. Upstream DNF5 maintainers have accepted --allmirrors PR and merged it. It appears that they follow a (bi)weekly new release schedule. I guess it should be readily available very soon.

On the issue of dnf repoquery --qf=... not printing \n on DNF5, I am not certain if this is a new deliberate feature or a bug. Overall it is not very serious.

@marmarek
Copy link
Member

Given F41 enters final freeze in 4 days, I'm skeptical this update will make it to the F41 release on day 0, more likely it will be an update later...

@alimirjamali
Copy link
Contributor Author

Given F41 enters final freeze in 4 days, I'm skeptical this update will make it to the F41 release on day 0, more likely it will be an update later...

I rushed in to replying to your previous message after reading the 1st line (sorry for that. some lack of sleep here). I just adjusted the PR. I have not tested it personally as I am not currently behind my Qubes OS machine. Hopefully the adjustment should work without any issues as it quite simple. I appreciate if you could do a sanity check.

@alimirjamali
Copy link
Contributor Author

This will not work. DNF5 maintainers had asked me for space-separated URLs rather than each on a new line. readarray has to be adjusted as well.

@alimirjamali
Copy link
Contributor Author

@marmarek
The patch is now ready. I had to readjust it since you made a change last week which resulted to a merge conflict.

@alimirjamali
Copy link
Contributor Author

@marmarek The two requested changes are applied.

@marmarek marmarek merged commit 0972c1f into QubesOS:main Oct 19, 2024
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants