Skip to content

Fix bug in storage/__init__.py dropping "False" config values#834

Merged
marmarek merged 1 commit into
QubesOS:mainfrom
andersonarc:main
Jul 9, 2026
Merged

Fix bug in storage/__init__.py dropping "False" config values#834
marmarek merged 1 commit into
QubesOS:mainfrom
andersonarc:main

Conversation

@andersonarc

Copy link
Copy Markdown
Contributor

The _sanitize_config function drops "False" values from the config, resulting in properties such as rw="False" disappearing. As a consequence, the default value of "True" gets reassigned to them. Similar to #829, but does not have any practical consequences I can think of beyond having the correct/expected behavior for the "False" values.

To reproduce:

[user@dom0 ~]$ sudo systemctl stop qubesd
[user@dom0 ~]$ sudo nano /var/lib/qubes/qubes.xml # Set rw="False" for any domU volume
[user@dom0 ~]$ sudo systemctl start qubesd 
[user@dom0 ~]$ # At this stage, rw="False" is still present
[user@dom0 ~]$ # Now, make any edit to the domU - the simplest example is to change the vCPU count, and then apply it
[user@dom0 ~]$ # Then, rw="False" will fully disappear in qubes.xml
[user@dom0 ~]$ sudo systemctl restart qubesd 
[user@dom0 ~]$ # Now, make another edit to the domU to trigger a fresh save
[user@dom0 ~]$ # Now rw="True" appears in qubes.xml

Pinging @marmarek for review.

@codecov

codecov Bot commented Jul 1, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 70.47%. Comparing base (befbb9b) to head (35bf9c3).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #834   +/-   ##
=======================================
  Coverage   70.46%   70.47%           
=======================================
  Files          61       61           
  Lines       14161    14162    +1     
=======================================
+ Hits         9979     9980    +1     
  Misses       4182     4182           
Flag Coverage Δ
unittests 70.47% <100.00%> (+<0.01%) ⬆️

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

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@qubesos-bot

Copy link
Copy Markdown

OpenQA test summary

Complete test suite and dependencies: https://openqa.qubes-os.org/tests/overview?distri=qubesos&version=4.3&build=2026070703-devel&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=2026050504-devel&flavor=update

  • system_tests_extra

    • TC_00_Direct_fedora-43-xfce: test_040_encrypt_decrypt (error)
      qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...

    • TC_00_PDFConverter_fedora-43-xfce: test_002_500_pages (error)
      qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...

    • TC_00_PDFConverter_fedora-43-xfce: test_005_docx (error)
      qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...

  • system_tests_usbproxy

    • TC_00_USBProxy_fedora-43-xfce: test_020_detach_on_remove (failure)
      AssertionError: 0 != 1 : Device not cleaned up

    • TC_20_USBProxy_core3_fedora-43-xfce: test_000_list (error)
      qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...

  • system_tests_network_ipv6

  • system_tests_storage_perf@hw1

  • system_tests_gui_interactive@hw7

    • gui_filecopy: unnamed test (unknown)
    • gui_filecopy: Failed (test died)
      # Test died: no candidate needle with tag(s) 'files-work' matched...
  • system_tests_guivm_gpu_gui_interactive@hw13

    • simple_gui_apps: unnamed test (unknown)

    • simple_gui_apps: Failed (test died)
      # Test died: no candidate needle with tag(s) 'vm-settings-app-evinc...

    • simple_gui_apps: unnamed test (unknown)

Failed tests

35 failures
  • system_tests_whonix

    • [unstable] whonixcheck: fail (unknown)
      Whonixcheck for sys-whonix failed...

    • [unstable] whonixcheck: fail (unknown)
      Whonixcheck for whonix-workstation-18 failed...

    • [unstable] whonixcheck: Failed (test died)
      # Test died: systemcheck failed at qubesos/tests/whonixcheck.pm lin...

  • system_tests_pvgrub_salt_storage

    • [unstable] TC_41_HVMGrub_debian-13-xfce: test_010_template_based_vm (error)
      qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...

    • [unstable] TC_41_HVMGrub_debian-13-xfce: test_011_template_based_vm_dracut (error)
      qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...

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

  • system_tests_extra

    • [unstable] TC_00_Direct_fedora-43-xfce: test_030_sign_verify (error)
      qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...

    • TC_00_Direct_fedora-43-xfce: test_040_encrypt_decrypt (error)
      qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...

    • [unstable] TC_00_PDFConverter_debian-13-xfce: test_002_500_pages (failure)
      AssertionError: 1 != 0 : qvm-convert-pdf failed: b'Sending file to ...

    • TC_00_PDFConverter_fedora-43-xfce: test_002_500_pages (error)
      qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...

    • [unstable] TC_00_PDFConverter_fedora-43-xfce: test_004_cancel_stops_conversion (failure)
      AssertionError: DispVM not cleaned up 20s after cancel: ['disp213']

    • TC_00_PDFConverter_fedora-43-xfce: test_005_docx (error)
      qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...

  • system_tests_usbproxy

    • TC_00_USBProxy_fedora-43-xfce: test_020_detach_on_remove (failure)
      AssertionError: 0 != 1 : Device not cleaned up

    • TC_20_USBProxy_core3_fedora-43-xfce: test_000_list (error)
      qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...

  • system_tests_network_ipv6

  • system_tests_audio

    • [unstable] TC_20_AudioVM_Pulse_fedora-43-xfce: test_225_audio_rec_unmuted_hvm (error)
      qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...

    • [unstable] TC_20_AudioVM_Pulse_whonix-workstation-18: test_225_audio_rec_unmuted_hvm (error)
      qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...

  • system_tests_storage_perf@hw1

  • system_tests_gui_interactive@hw7

    • gui_filecopy: unnamed test (unknown)
    • gui_filecopy: Failed (test died)
      # Test died: no candidate needle with tag(s) 'files-work' matched...
  • system_tests_whonix@hw1

    • [unstable] whonixcheck: fail (unknown)
      Whonixcheck for anon-whonix failed...

    • [unstable] whonixcheck: fail (unknown)
      Whonixcheck for sys-whonix failed...

    • [unstable] whonixcheck: Failed (test died)
      # Test died: systemcheck failed at qubesos/tests/whonixcheck.pm lin...

  • system_tests_guivm_gpu_gui_interactive@hw13

    • simple_gui_apps: unnamed test (unknown)

    • simple_gui_apps: Failed (test died)
      # Test died: no candidate needle with tag(s) 'vm-settings-app-evinc...

    • simple_gui_apps: unnamed test (unknown)

Fixed failures

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

20 fixed
  • system_tests_pvgrub_salt_storage

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

    • TC_41_HVMGrub_debian-13-xfce: test_001_standalone_vm_dracut (error)
      qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...

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

  • system_tests_extra

    • TC_01_InputProxyExclude_debian-13-xfce: test_000_qemu_tablet (error)
      qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...

    • TC_01_InputProxyExclude_fedora-43-xfce: test_000_qemu_tablet (error)
      qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...

    • TC_00_QVCTest_fedora-43-xfce: test_010_screenshare (failure + cleanup)
      ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^... AssertionError: 1179648 != 0

    • TC_00_QVCTest_whonix-gateway-18: test_010_screenshare (failure + cleanup)
      AssertionError: 2.3156185715769593 not less than 2.0

  • system_tests_usbproxy

    • system_tests: wait_serial (wait serial expected)
      # wait_serial expected: qr/h3uXO-\d+-/...

    • TC_20_USBProxy_core3_fedora-43-xfce: test_090_attach_stubdom (error)
      qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...

  • system_tests_network_ipv6

  • system_tests_audio

  • system_tests_audio@hw1

    • system_tests: Fail (unknown)
      Tests qubes.tests.integ.audio failed (exit code 1), details reporte...

    • system_tests: Failed (test died)
      # Test died: Some tests failed at qubesos/tests/system_tests.pm lin...

    • TC_20_AudioVM_Pulse_debian-13-xfce: test_222_audio_rec_unmuted_pulseaudio (failure)
      AssertionError: only silence detected, no useful audio data

  • system_tests_guivm_gpu_gui_interactive@hw13

    • shutdown: unnamed test (unknown)
    • shutdown: Failed (test died)
      # Test died: no candidate needle with tag(s) 'text-logged-in-root' ...

Unstable tests

Details
  • system_tests_whonix

    whonixcheck/Failed (1/5 times with errors)
    • job 184666 # Test died: command 'qvm-run -ap whonix-gateway-18 'LC_ALL=C whon...
    whonixcheck/Failed (1/5 times with errors)
    • job 185814 # Test died: command 'qvm-run -ap sys-whonix 'LC_ALL=C whonixcheck...
    whonixcheck/Failed (1/5 times with errors)
    • job 184193 # Test died: systemcheck failed at qubesos/tests/whonixcheck.pm lin...
    whonixcheck/fail (1/5 times with errors)
    • job 184666 Whonixcheck for anon-whonix failed...
    whonixcheck/fail (2/5 times with errors)
    • job 184193 Whonixcheck for whonix-gateway-18 failed...
    • job 185814 Whonixcheck for whonix-gateway-18 failed...
    whonixcheck/wait_serial (1/5 times with errors)
    • job 184666 # Command: qvm-run -ap whonix-gateway-18 'LC_ALL=C whonixcheck --v...
    whonixcheck/wait_serial (1/5 times with errors)
    • job 185814 # Command: qvm-run -ap sys-whonix 'LC_ALL=C whonixcheck --verbose ...
  • system_tests_basic_vm_qrexec_gui

    system_tests/Fail (1/5 times with errors)
    • job 185832 Tests qubes.tests.integ.basic failed (exit code 1), details reporte...
    system_tests/Failed (1/5 times with errors)
    • job 185832 # Test died: Some tests failed at qubesos/tests/system_tests.pm lin...
    TC_00_Basic/test_211_bootmode_standalone (1/5 times with errors)
    • job 185832 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
  • system_tests_network

    system_tests/Fail (4/5 times with errors)
    • job 184222 Tests qubes.tests.integ.network failed (exit code 1), details repor...
    • job 185466 Tests qubes.tests.integ.network failed (exit code 1), details repor...
    • job 185843 Tests qubes.tests.integ.network failed (exit code 1), details repor...
    • job 186177 Tests qubes.tests.integ.network failed (exit code 1), details repor...
    system_tests/Failed (4/5 times with errors)
    • job 184222 # Test died: Some tests failed at qubesos/tests/system_tests.pm lin...
    • job 185466 # Test died: Some tests failed at qubesos/tests/system_tests.pm lin...
    • job 185843 # Test died: Some tests failed at qubesos/tests/system_tests.pm lin...
    • job 186177 # Test died: Some tests failed at qubesos/tests/system_tests.pm lin...
    VmNetworking_fedora-43-xfce/test_031_firewall_dynamic_block (1/5 times with errors)
    • job 185843 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    VmNetworking_fedora-43-xfce/test_040_inter_vm (1/5 times with errors)
    • job 186177 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    VmNetworking_debian-13-xfce/test_110_dynamic_attach (1/5 times with errors)
    • job 184222 raise TimeoutError from exc_val... TimeoutError
    VmNetworking_fedora-43-xfce/test_111_dynamic_detach_attach (1/5 times with errors)
    • job 185466 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    VmNetworking_fedora-43-xfce/test_200_fake_ip_simple (1/5 times with errors)
    • job 185843 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    VmNetworking_fedora-43-xfce/test_203_fake_ip_inter_vm_allow (1/5 times with errors)
    • job 185843 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    VmNetworking_fedora-43-xfce/test_211_custom_ip_proxy (1/5 times with errors)
    • job 186177 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
  • system_tests_pvgrub_salt_storage

    system_tests/Fail (4/5 times with errors)
    • job 184225 Tests qubes.tests.integ.grub failed (exit code 1), details reported...
    • job 184698 Tests qubes.tests.integ.grub failed (exit code 1), details reported...
    • job 185846 Tests qubes.tests.integ.grub failed (exit code 1), details reported...
    • job 186180 Tests qubes.tests.integ.grub failed (exit code 1), details reported...
    system_tests/Fail (1/5 times with errors)
    • job 184698 Tests qubes.tests.integ.salt failed (exit code 1), details reported...
    system_tests/Fail (1/5 times with errors)
    • job 185469 Tests qubes.tests.integ.storage failed (exit code 1), details repor...
    system_tests/Fail (1/5 times with errors)
    • job 184225 Tests qubes.tests.integ.storage failed (exit code 1), details repor...
    system_tests/Fail (1/5 times with errors)
    • job 184698 Tests qubes.tests.integ.storage failed (exit code 1), details repor...
    system_tests/Failed (3/5 times with errors)
    • job 185469 # Test died: Some tests failed at qubesos/tests/system_tests.pm lin...
    • job 185846 # Test died: Some tests failed at qubesos/tests/system_tests.pm lin...
    • job 186180 # Test died: Some tests failed at qubesos/tests/system_tests.pm lin...
    system_tests/Failed (1/5 times with errors)
    • job 184225 # Test died: Some tests failed at qubesos/tests/system_tests.pm lin...
    system_tests/Failed (1/5 times with errors)
    • job 184698 # Test died: Some tests failed at qubesos/tests/system_tests.pm lin...
    TC_41_HVMGrub_debian-13-xfce/test_000_standalone_vm (4/5 times with errors)
    • job 184225 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    • job 184698 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    • job 185846 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    • job 186180 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    TC_41_HVMGrub_fedora-43-xfce/test_000_standalone_vm (3/5 times with errors)
    • job 184225 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    • job 184698 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    • job 186180 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    TC_10_VMSalt_fedora-43-xfce/test_001_multi_state_highstate (1/5 times with errors)
    • job 184698 AssertionError: Salt command '['qubesctl', '--skip-dom0', '--show-o...
    StorageFile/test_001_non_volatile (1/5 times with errors)
    • job 184225 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    StorageLVM/test_001_non_volatile (1/5 times with errors)
    • job 185469 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    TC_41_HVMGrub_debian-13-xfce/test_001_standalone_vm_dracut (3/5 times with errors)
    • job 184225 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    • job 184698 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    • job 186180 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    StorageFile/test_004_snapshot_non_persistent (1/5 times with errors)
    • job 185469 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    StorageFile/test_006_no_revisions (1/5 times with errors)
    • job 184698 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    StorageReflinkOnExt4/test_006_no_revisions (1/5 times with errors)
    • job 185469 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    TC_41_HVMGrub_debian-13-xfce/test_010_template_based_vm (4/5 times with errors)
    • job 184225 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    • job 184698 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    • job 185846 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    • job 186180 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    TC_41_HVMGrub_fedora-43-xfce/test_010_template_based_vm (3/5 times with errors)
    • job 184225 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    • job 184698 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    • job 186180 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    TC_41_HVMGrub_debian-13-xfce/test_011_template_based_vm_dracut (3/5 times with errors)
    • job 184698 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    • job 185846 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    • job 186180 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
  • system_tests_extra

    system_tests/Fail (3/5 times with errors)
    • job 185462 Tests qubes.tests.extra failed (exit code 1), details reported sepa...
    • job 185839 Tests qubes.tests.extra failed (exit code 1), details reported sepa...
    • job 186173 Tests qubes.tests.extra failed (exit code 1), details reported sepa...
    system_tests/Failed (1/5 times with errors)
    • job 184691 # Test died: command 'testfunc qubes.tests.extra' timed out at qube...
    system_tests/Failed (2/5 times with errors)
    • job 185839 # Test died: Some tests failed at qubesos/tests/system_tests.pm lin...
    • job 186173 # Test died: Some tests failed at qubesos/tests/system_tests.pm lin...
    system_tests/Failed (1/5 times with errors)
    • job 185462 # Test died: Some tests failed at qubesos/tests/system_tests.pm lin...
    TC_10_Thunderbird_fedora-43-xfce/test_000_send_receive_default (1/5 times with errors)
    • job 185839 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    TC_00_PDFConverter_debian-13-xfce/test_002_500_pages (3/5 times with errors)
    • job 185462 AssertionError: 1 != 0 : qvm-convert-pdf failed: b'Sending file to ...
    • job 185839 AssertionError: 1 != 0 : qvm-convert-pdf failed: b'Sending file to ...
    • job 186173 AssertionError: 1 != 0 : qvm-convert-pdf failed: b'Sending file to ...
    TC_00_PDFConverter_fedora-43-xfce/test_003_filename_with_spaces (1/5 times with errors)
    • job 185462 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    TC_00_PDFConverter_fedora-43-xfce/test_004_cancel_stops_conversion (3/5 times with errors)
    • job 185462 AssertionError: DispVM not cleaned up 20s after cancel: ['disp9432']
    • job 185839 AssertionError: DispVM not cleaned up 10s after cancel: {<DispVM at...
    • job 186173 AssertionError: DispVM not cleaned up 20s after cancel: ['disp5691']
    TC_00_Direct_fedora-43-xfce/test_010_list_keys (1/5 times with errors)
    • job 185462 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    TC_00_QVCTest_debian-13-xfce/test_010_screenshare (1/5 times with errors)
    • job 185462 AssertionError: 2.4614345149565264 not less than 2.0
    TC_00_Direct_fedora-43-xfce/test_020_export_secret_key_deny (1/5 times with errors)
    • job 185462 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    TC_00_Direct_fedora-43-xfce/test_030_sign_verify (1/5 times with errors)
    • job 185839 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    TC_00_Direct_whonix-workstation-18/test_041_sign_encrypt_decrypt (1/5 times with errors)
    • job 185462 AssertionError: 2 != 0 : gpg2 --trust-model tofu -a --sign --encryp...
    TC_00_InputProxy_fedora-43-xfce/test_060_tablet (1/5 times with errors)
    • job 185839 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    system_tests/wait_serial (1/5 times with errors)
    • job 184691 # Command: testfunc qubes.tests.extra...
  • system_tests_usbproxy

    system_tests/Fail (2/5 times with errors)
    • job 184192 Tests qubes.tests.extra failed (exit code 1), details reported sepa...
    • job 186147 Tests qubes.tests.extra failed (exit code 1), details reported sepa...
    system_tests/Failed (2/5 times with errors)
    • job 184192 # Test died: Some tests failed at qubesos/tests/system_tests.pm lin...
    • job 186147 # Test died: Some tests failed at qubesos/tests/system_tests.pm lin...
    TC_20_USBProxy_core3_fedora-43-xfce/test_050_list_attached (1/5 times with errors)
    • job 186147 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    TC_20_USBProxy_core3_fedora-43-xfce/test_090_attach_stubdom (1/5 times with errors)
    • job 184192 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
  • system_tests_network_ipv6

    system_tests/Fail (1/5 times with errors)
    • job 185467 Tests qubes.tests.integ.network_ipv6 failed (exit code 1), details ...
    system_tests/Failed (1/5 times with errors)
    • job 185467 # Test died: Some tests failed at qubesos/tests/system_tests.pm lin...
    VmIPv6Networking_fedora-43-xfce/test_001_simple_networking_paused_change_purge_old (1/5 times with errors)
    • job 185467 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    VmIPv6Networking_fedora-43-xfce/test_040_inter_vm (1/5 times with errors)
    • job 185467 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    VmIPv6Networking_fedora-43-xfce/test_200_fake_ip_simple (1/5 times with errors)
    • job 185467 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    VmIPv6Networking_fedora-43-xfce/test_212_custom_ip_firewall (1/5 times with errors)
    • job 185467 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
  • system_tests_network_updates

    system_tests/Fail (2/5 times with errors)
    • job 185468 Tests qubes.tests.integ.dom0_update failed (exit code 1), details r...
    • job 186179 Tests qubes.tests.integ.dom0_update failed (exit code 1), details r...
    system_tests/Fail (1/5 times with errors)
    • job 185468 Tests qubes.tests.integ.vm_update failed (exit code 1), details rep...
    system_tests/Failed (1/5 times with errors)
    • job 186179 # Test died: Some tests failed at qubesos/tests/system_tests.pm lin...
    system_tests/Failed (1/5 times with errors)
    • job 185468 # Test died: Some tests failed at qubesos/tests/system_tests.pm lin...
    TC_11_QvmTemplateMgmtVM_whonix-gateway-18/test_000_template_list (1/5 times with errors)
    • job 186179 subprocess.CalledProcessError: Command 'timeout=120; while ! tor-ci...
    TC_00_Dom0Upgrade_whonix-gateway-18/test_006_update_flag_clear (2/5 times with errors)
    • job 185468 Error: Failed to download metadata for repo 'test': Cannot download...
    • job 186179 Error: Failed to download metadata for repo 'test': Cannot download...
    VmUpdates_fedora-43-xfce/test_131_no_network_qubes_vm_update_cli (1/5 times with errors)
    • job 185468 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
  • system_tests_dispvm

    system_tests/Fail (3/5 times with errors)
    • job 184690 Tests qubes.tests.integ.dispvm failed (exit code 1), details report...
    • job 185838 Tests qubes.tests.integ.dispvm failed (exit code 1), details report...
    • job 186172 Tests qubes.tests.integ.dispvm failed (exit code 1), details report...
    system_tests/Failed (3/5 times with errors)
    • job 184690 # Test died: Some tests failed at qubesos/tests/system_tests.pm lin...
    • job 185838 # Test died: Some tests failed at qubesos/tests/system_tests.pm lin...
    • job 186172 # Test died: Some tests failed at qubesos/tests/system_tests.pm lin...
    TC_20_DispVM_debian-13-xfce/test_013_preload_gui (1/5 times with errors)
    • job 184690 qubes.exc.QubesVMShutdownTimeoutError: Domain shutdown timed out: '...
    TC_21_DispVM_Preload/test_015_preload_race_more (1/5 times with errors)
    • job 185838 raise TimeoutError from exc_val... TimeoutError
    TC_21_DispVM_Preload/test_016_preload_race_less (1/5 times with errors)
    • job 186172 raise TimeoutError from exc_val... TimeoutError
  • system_tests_kde_gui_interactive

    gui_keyboard_layout/Failed (1/5 times with errors)
    • job 185818 # Test died: command 'qvm-shutdown --wait work' failed at /usr/lib/...
  • system_tests_basic_vm_qrexec_gui_zfs

    system_tests/Fail (2/5 times with errors)
    • job 185459 Tests qubes.tests.integ.basic failed (exit code 1), details reporte...
    • job 185836 Tests qubes.tests.integ.basic failed (exit code 1), details reporte...
    system_tests/Fail (1/5 times with errors)
    • job 184688 Tests qubes.tests.integ.vm_qrexec_gui failed (exit code 1), details...
    system_tests/Fail (1/5 times with errors)
    • job 185836 Tests qubes.tests.integ.vm_qrexec_gui failed (exit code 1), details...
    system_tests/Failed (2/5 times with errors)
    • job 184688 # Test died: Some tests failed at qubesos/tests/system_tests.pm lin...
    • job 185459 # Test died: Some tests failed at qubesos/tests/system_tests.pm lin...
    system_tests/Failed (1/5 times with errors)
    • job 185836 # Test died: Some tests failed at qubesos/tests/system_tests.pm lin...
    TC_20_NonAudio_fedora-43-xfce-pool/test_012_qubes_desktop_run (1/5 times with errors)
    • job 184688 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    TC_00_Basic/test_202_udev_block_exclude_default (1/5 times with errors)
    • job 185459 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    TC_00_Basic/test_204_udev_block_exclude_custom_file (1/5 times with errors)
    • job 185836 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    TC_20_NonAudio_fedora-43-xfce-pool/test_300_bug_1028_gui_memory_pinning (1/5 times with errors)
    • job 185836 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
  • system_tests_guivm_vnc_gui_interactive

    gui_filecopy/ (1/5 times with errors)
    guivm_manager/ (1/5 times with errors)
    gui_filecopy/Failed (1/5 times with errors)
    • job 186156 # Test died: no candidate needle with tag(s) 'files-work' matched...
    guivm_manager/Failed (1/5 times with errors)
    • job 184674 # Test died: no candidate needle with tag(s) 'menu-qubes-tools' mat...
    guivm_startup/Failed (1/5 times with errors)
    • job 184201 # Test died: command 'qvm-start --skip-if-running sys-gui-vnc' time...
    guivm_startup/wait_serial (1/5 times with errors)
    • job 184201 # Command: qvm-start --skip-if-running sys-gui-vnc...
  • system_tests_audio

    system_tests/Failed (2/5 times with errors)
    • job 184196 # Test died: Some tests failed at qubesos/tests/system_tests.pm lin...
    • job 186151 # Test died: Some tests failed at qubesos/tests/system_tests.pm lin...
    system_tests/Failed (3/5 times with errors)
    • job 184669 # Test died: Some tests failed at qubesos/tests/system_tests.pm lin...
    • job 185440 # Test died: Some tests failed at qubesos/tests/system_tests.pm lin...
    • job 185817 # Test died: Some tests failed at qubesos/tests/system_tests.pm lin...
    TC_20_AudioVM_Pulse_whonix-workstation-18/test_220_audio_play_pulseaudio (1/5 times with errors)
    • job 185440 AssertionError: too short audio, expected 10s, got 7.58333333333333...
    TC_20_AudioVM_Pulse_fedora-43-xfce/test_223_audio_play_hvm (4/5 times with errors)
    • job 184196 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    • job 185440 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    • job 185817 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    • job 186151 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    TC_20_AudioVM_Pulse_whonix-workstation-18/test_223_audio_play_hvm (1/5 times with errors)
    • job 186151 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    TC_20_AudioVM_Pulse_fedora-43-xfce/test_224_audio_rec_muted_hvm (3/5 times with errors)
    • job 184669 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    • job 185817 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    • job 186151 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    TC_20_AudioVM_Pulse_whonix-workstation-18/test_224_audio_rec_muted_hvm (2/5 times with errors)
    • job 184196 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    • job 186151 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    TC_20_AudioVM_Pulse_fedora-43-xfce/test_225_audio_rec_unmuted_hvm (2/5 times with errors)
    • job 184669 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    • job 186151 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    TC_20_AudioVM_Pulse_whonix-workstation-18/test_225_audio_rec_unmuted_hvm (5/5 times with errors)
    • job 184196 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    • job 184669 AssertionError: too short audio, expected 10s, got 6.81553287981859...
    • job 185440 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    • job 185817 AssertionError: too short audio, expected 10s, got 5.51401360544217...
    • job 186151 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    TC_20_AudioVM_PipeWire_whonix-workstation-18/test_226_audio_playback_pipewire (1/5 times with errors)
    • job 185440 AssertionError: too short audio, expected 10s, got 9.4218820861678,...
    TC_20_AudioVM_PipeWire_whonix-workstation-18/test_251_audio_playback_audiovm_pipewire_late_start (1/5 times with errors)
    • job 184669 AssertionError: too short audio, expected 10s, got 9.34439909297052...
    TC_20_AudioVM_Pulse_debian-13-xfce/test_252_audio_playback_audiovm_switch_hvm (3/5 times with errors)
    • job 184669 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    • job 185817 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    • job 186151 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    TC_20_AudioVM_Pulse_whonix-workstation-18/test_252_audio_playback_audiovm_switch_hvm (3/5 times with errors)
    • job 184669 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    • job 185440 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    • job 186151 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    TC_20_AudioVM_PipeWire_whonix-workstation-18/test_260_audio_mic_enabled_switch_audiovm (1/5 times with errors)
    • job 184669 AssertionError: 0 not greater than 0 : Failed to move-source-output
    system_tests/wait_serial (1/5 times with errors)
    • job 185817 # Command: curl --form upload=@/var/log/libvirt/libxl/libxl-driver....
  • system_tests_audio@hw1

    system_tests/Failed (2/5 times with errors)
    • job 184196 # Test died: Some tests failed at qubesos/tests/system_tests.pm lin...
    • job 186151 # Test died: Some tests failed at qubesos/tests/system_tests.pm lin...
    system_tests/Failed (3/5 times with errors)
    • job 184669 # Test died: Some tests failed at qubesos/tests/system_tests.pm lin...
    • job 185440 # Test died: Some tests failed at qubesos/tests/system_tests.pm lin...
    • job 185817 # Test died: Some tests failed at qubesos/tests/system_tests.pm lin...
    TC_20_AudioVM_Pulse_whonix-workstation-18/test_220_audio_play_pulseaudio (1/5 times with errors)
    • job 185440 AssertionError: too short audio, expected 10s, got 7.58333333333333...
    TC_20_AudioVM_Pulse_fedora-43-xfce/test_223_audio_play_hvm (4/5 times with errors)
    • job 184196 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    • job 185440 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    • job 185817 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    • job 186151 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    TC_20_AudioVM_Pulse_whonix-workstation-18/test_223_audio_play_hvm (1/5 times with errors)
    • job 186151 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    TC_20_AudioVM_Pulse_fedora-43-xfce/test_224_audio_rec_muted_hvm (3/5 times with errors)
    • job 184669 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    • job 185817 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    • job 186151 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    TC_20_AudioVM_Pulse_whonix-workstation-18/test_224_audio_rec_muted_hvm (2/5 times with errors)
    • job 184196 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    • job 186151 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    TC_20_AudioVM_Pulse_fedora-43-xfce/test_225_audio_rec_unmuted_hvm (2/5 times with errors)
    • job 184669 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    • job 186151 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    TC_20_AudioVM_Pulse_whonix-workstation-18/test_225_audio_rec_unmuted_hvm (5/5 times with errors)
    • job 184196 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    • job 184669 AssertionError: too short audio, expected 10s, got 6.81553287981859...
    • job 185440 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    • job 185817 AssertionError: too short audio, expected 10s, got 5.51401360544217...
    • job 186151 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    TC_20_AudioVM_PipeWire_whonix-workstation-18/test_226_audio_playback_pipewire (1/5 times with errors)
    • job 185440 AssertionError: too short audio, expected 10s, got 9.4218820861678,...
    TC_20_AudioVM_PipeWire_whonix-workstation-18/test_251_audio_playback_audiovm_pipewire_late_start (1/5 times with errors)
    • job 184669 AssertionError: too short audio, expected 10s, got 9.34439909297052...
    TC_20_AudioVM_Pulse_debian-13-xfce/test_252_audio_playback_audiovm_switch_hvm (3/5 times with errors)
    • job 184669 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    • job 185817 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    • job 186151 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    TC_20_AudioVM_Pulse_whonix-workstation-18/test_252_audio_playback_audiovm_switch_hvm (3/5 times with errors)
    • job 184669 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    • job 185440 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    • job 186151 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    TC_20_AudioVM_PipeWire_whonix-workstation-18/test_260_audio_mic_enabled_switch_audiovm (1/5 times with errors)
    • job 184669 AssertionError: 0 not greater than 0 : Failed to move-source-output
    system_tests/wait_serial (1/5 times with errors)
    • job 185817 # Command: curl --form upload=@/var/log/libvirt/libxl/libxl-driver....
  • system_tests_whonix@hw1

    whonixcheck/Failed (1/5 times with errors)
    • job 184666 # Test died: command 'qvm-run -ap whonix-gateway-18 'LC_ALL=C whon...
    whonixcheck/Failed (1/5 times with errors)
    • job 185814 # Test died: command 'qvm-run -ap sys-whonix 'LC_ALL=C whonixcheck...
    whonixcheck/Failed (1/5 times with errors)
    • job 184193 # Test died: systemcheck failed at qubesos/tests/whonixcheck.pm lin...
    whonixcheck/fail (1/5 times with errors)
    • job 184666 Whonixcheck for anon-whonix failed...
    whonixcheck/fail (2/5 times with errors)
    • job 184193 Whonixcheck for whonix-gateway-18 failed...
    • job 185814 Whonixcheck for whonix-gateway-18 failed...
    whonixcheck/wait_serial (1/5 times with errors)
    • job 184666 # Command: qvm-run -ap whonix-gateway-18 'LC_ALL=C whonixcheck --v...
    whonixcheck/wait_serial (1/5 times with errors)
    • job 185814 # Command: qvm-run -ap sys-whonix 'LC_ALL=C whonixcheck --verbose ...
  • system_tests_basic_vm_qrexec_gui_btrfs

    system_tests/Fail (1/5 times with errors)
    • job 185456 Tests qubes.tests.integ.basic failed (exit code 1), details reporte...
    system_tests/Failed (1/5 times with errors)
    • job 185456 # Test died: Some tests failed at qubesos/tests/system_tests.pm lin...
    TC_03_QvmRevertTemplateChanges/test_000_revert_linux (1/5 times with errors)
    • job 185456 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
  • system_tests_basic_vm_qrexec_gui@hw7

    system_tests/Fail (1/5 times with errors)
    • job 185832 Tests qubes.tests.integ.basic failed (exit code 1), details reporte...
    system_tests/Failed (1/5 times with errors)
    • job 185832 # Test died: Some tests failed at qubesos/tests/system_tests.pm lin...
    TC_00_Basic/test_211_bootmode_standalone (1/5 times with errors)
    • job 185832 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...

Performance Tests

Performance degradation:

26 performance degradations
  • debian-13-xfce_exec-data-duplex: 69.47 🔻 ( previous job: 62.45, degradation: 111.25%)
  • fedora-43-xfce_socket-root: 8.82 🔻 ( previous job: 7.96, degradation: 110.86%)
  • whonix-gateway-18_exec-root: 144.16 🔻 ( previous job: 126.14, degradation: 114.28%)
  • whonix-gateway-18_socket: 9.68 🔻 ( previous job: 8.63, degradation: 112.15%)
  • whonix-gateway-18_socket-root: 9.35 🔻 ( previous job: 8.37, degradation: 111.73%)
  • whonix-gateway-18_socket-data-duplex: 112.79 🔻 ( previous job: 90.03, degradation: 125.27%)
  • whonix-workstation-18_socket: 8.64 🔻 ( previous job: 7.66, degradation: 112.80%)
  • whonix-workstation-18_socket-root: 10.24 🔻 ( previous job: 8.87, degradation: 115.45%)
  • whonix-workstation-18_exec-data-duplex-root: 150.18 🔻 ( previous job: 130.67, degradation: 114.93%)
  • dom0_root_seq1m_q1t1_write 3:write_bandwidth_kb: 161296.00 🔻 ( previous job: 199974.00, degradation: 80.66%)
  • dom0_root_rnd4k_q32t1_write 3:write_bandwidth_kb: 5758.00 🔻 ( previous job: 6899.00, degradation: 83.46%)
  • dom0_varlibqubes_rnd4k_q32t1_read 3:read_bandwidth_kb: 30914.00 🔻 ( previous job: 102155.00, degradation: 30.26%)
  • dom0_varlibqubes_rnd4k_q32t1_write 3:write_bandwidth_kb: 7260.00 🔻 ( previous job: 10623.00, degradation: 68.34%)
  • fedora-43-xfce_root_rnd4k_q32t1_read 3:read_bandwidth_kb: 65309.00 🔻 ( previous job: 90877.00, degradation: 71.87%)
  • fedora-43-xfce_private_seq1m_q8t1_read 3:read_bandwidth_kb: 258971.00 🔻 ( previous job: 355690.00, degradation: 72.81%)
  • fedora-43-xfce_private_rnd4k_q32t1_write 3:write_bandwidth_kb: 2255.00 🔻 ( previous job: 3674.00, degradation: 61.38%)
  • fedora-43-xfce_volatile_rnd4k_q32t1_read 3:read_bandwidth_kb: 69493.00 🔻 ( previous job: 79218.00, degradation: 87.72%)
  • debian-13-xfce_dom0-dispvm-preload-2-api (mean:3.49): 41.88 🔻 ( previous job: 37.79, degradation: 110.84%)
  • fedora-43-xfce_dom0-dispvm-api (mean:8.544): 102.52 🔻 ( previous job: 89.33, degradation: 114.77%)
  • fedora-43-xfce_dom0-dispvm-gui-api (mean:10.346): 124.16 🔻 ( previous job: 112.35, degradation: 110.51%)
  • whonix-workstation-18_dom0-dispvm-api (mean:9.941): 119.30 🔻 ( previous job: 97.14, degradation: 122.82%)
  • whonix-workstation-18_dom0-dispvm-gui-api (mean:11.87): 142.43 🔻 ( previous job: 121.86, degradation: 116.89%)
  • whonix-workstation-18_dom0-dispvm-preload-2-api (mean:4.524): 54.28 🔻 ( previous job: 48.39, degradation: 112.17%)
  • whonix-workstation-18_dom0-dispvm-preload-2-delay-0-api (mean:4.462): 53.55 🔻 ( previous job: 48.26, degradation: 110.95%)
  • whonix-workstation-18_dom0-dispvm-preload-4-api (mean:3.574): 42.89 🔻 ( previous job: 38.29, degradation: 112.01%)
  • whonix-workstation-18_dom0-dispvm-preload-4-gui-api (mean:4.977): 59.73 🔻 ( previous job: 52.81, degradation: 113.09%)

Remaining performance tests:

84 tests
  • debian-13-xfce_exec: 8.42 🔻 ( previous job: 7.85, degradation: 107.18%)
  • debian-13-xfce_exec-root: 27.31 🔻 ( previous job: 26.74, degradation: 102.11%)
  • debian-13-xfce_socket: 8.10 🟢 ( previous job: 8.37, improvement: 96.76%)
  • debian-13-xfce_socket-root: 9.54 🔻 ( previous job: 9.13, degradation: 104.49%)
  • debian-13-xfce_exec-data-simplex: 67.11 🔻 ( previous job: 63.05, degradation: 106.43%)
  • debian-13-xfce_exec-data-duplex-root: 84.14 🔻 ( previous job: 78.04, degradation: 107.81%)
  • debian-13-xfce_socket-data-duplex: 91.36 🔻 ( previous job: 85.67, degradation: 106.65%)
  • fedora-43-xfce_exec: 9.21 🔻 ( previous job: 9.10, degradation: 101.20%)
  • fedora-43-xfce_exec-root: 70.54 🔻 ( previous job: 69.86, degradation: 100.97%)
  • fedora-43-xfce_socket: 9.26 🔻 ( previous job: 8.52, degradation: 108.68%)
  • fedora-43-xfce_exec-data-simplex: 66.15 🔻 ( previous job: 60.82, degradation: 108.76%)
  • fedora-43-xfce_exec-data-duplex: 69.29 🔻 ( previous job: 68.31, degradation: 101.44%)
  • fedora-43-xfce_exec-data-duplex-root: 106.49 🔻 ( previous job: 98.74, degradation: 107.85%)
  • fedora-43-xfce_socket-data-duplex: 88.04 🟢 ( previous job: 91.81, improvement: 95.90%)
  • whonix-gateway-18_exec: 8.05 🔻 ( previous job: 8.01, degradation: 100.47%)
  • whonix-gateway-18_exec-data-simplex: 68.39 🔻 ( previous job: 62.50, degradation: 109.42%)
  • whonix-gateway-18_exec-data-duplex: 67.69 🟢 ( previous job: 68.01, improvement: 99.52%)
  • whonix-gateway-18_exec-data-duplex-root: 146.21 🔻 ( previous job: 137.28, degradation: 106.50%)
  • whonix-workstation-18_exec: 8.03 🟢 ( previous job: 8.14, improvement: 98.66%)
  • whonix-workstation-18_exec-root: 156.98 🔻 ( previous job: 144.02, degradation: 109.00%)
  • whonix-workstation-18_exec-data-simplex: 67.10 🔻 ( previous job: 66.36, degradation: 101.12%)
  • whonix-workstation-18_exec-data-duplex: 70.08 🔻 ( previous job: 65.56, degradation: 106.91%)
  • whonix-workstation-18_socket-data-duplex: 99.93 🔻 ( previous job: 92.97, degradation: 107.48%)
  • dom0_root_seq1m_q8t1_read 3:read_bandwidth_kb: 376914.00 🔻 ( previous job: 388793.00, degradation: 96.94%)
  • dom0_root_seq1m_q8t1_write 3:write_bandwidth_kb: 204318.00 🟢 ( previous job: 119690.00, improvement: 170.71%)
  • dom0_root_seq1m_q1t1_read 3:read_bandwidth_kb: 358487.00 🟢 ( previous job: 245223.00, improvement: 146.19%)
  • dom0_root_rnd4k_q32t1_read 3:read_bandwidth_kb: 17469.00 🟢 ( previous job: 13948.00, improvement: 125.24%)
  • dom0_root_rnd4k_q1t1_read 3:read_bandwidth_kb: 8954.00 🔻 ( previous job: 8963.00, degradation: 99.90%)
  • dom0_root_rnd4k_q1t1_write 3:write_bandwidth_kb: 4657.00 🔻 ( previous job: 5055.00, degradation: 92.13%)
  • dom0_varlibqubes_seq1m_q8t1_read 3:read_bandwidth_kb: 441134.00 🟢 ( previous job: 429040.00, improvement: 102.82%)
  • dom0_varlibqubes_seq1m_q8t1_write 3:write_bandwidth_kb: 272924.00 🟢 ( previous job: 257066.00, improvement: 106.17%)
  • dom0_varlibqubes_seq1m_q1t1_read 3:read_bandwidth_kb: 444500.00 🔻 ( previous job: 446202.00, degradation: 99.62%)
  • dom0_varlibqubes_seq1m_q1t1_write 3:write_bandwidth_kb: 191092.00 🔻 ( previous job: 201978.00, degradation: 94.61%)
  • dom0_varlibqubes_rnd4k_q1t1_read 3:read_bandwidth_kb: 7966.00 🔻 ( previous job: 8179.00, degradation: 97.40%)
  • dom0_varlibqubes_rnd4k_q1t1_write 3:write_bandwidth_kb: 4873.00 🟢 ( previous job: 4404.00, improvement: 110.65%)
  • fedora-43-xfce_root_seq1m_q8t1_read 3:read_bandwidth_kb: 403608.00 🔻 ( previous job: 415113.00, degradation: 97.23%)
  • fedora-43-xfce_root_seq1m_q1t1_read 3:read_bandwidth_kb: 311890.00 🟢 ( previous job: 310781.00, improvement: 100.36%)
  • fedora-43-xfce_root_seq1m_q1t1_write 3:write_bandwidth_kb: 99129.00 🟢 ( previous job: 78270.00, improvement: 126.65%)
  • fedora-43-xfce_root_rnd4k_q32t1_write 3:write_bandwidth_kb: 1790.00 🟢 ( previous job: 1519.00, improvement: 117.84%)
  • fedora-43-xfce_root_rnd4k_q1t1_read 3:read_bandwidth_kb: 9278.00 🟢 ( previous job: 8769.00, improvement: 105.80%)
  • fedora-43-xfce_root_rnd4k_q1t1_write 3:write_bandwidth_kb: 604.00 🟢 ( previous job: 262.00, improvement: 230.53%)
  • fedora-43-xfce_private_seq1m_q8t1_write 3:write_bandwidth_kb: 130537.00 🟢 ( previous job: 130275.00, improvement: 100.20%)
  • fedora-43-xfce_private_seq1m_q1t1_read 3:read_bandwidth_kb: 350225.00 🟢 ( previous job: 294295.00, improvement: 119.00%)
  • fedora-43-xfce_private_seq1m_q1t1_write 3:write_bandwidth_kb: 66538.00 🔻 ( previous job: 71992.00, degradation: 92.42%)
  • fedora-43-xfce_private_rnd4k_q32t1_read 3:read_bandwidth_kb: 98723.00 🟢 ( previous job: 81357.00, improvement: 121.35%)
  • fedora-43-xfce_private_rnd4k_q1t1_read 3:read_bandwidth_kb: 8864.00 🟢 ( previous job: 8429.00, improvement: 105.16%)
  • fedora-43-xfce_private_rnd4k_q1t1_write 3:write_bandwidth_kb: 594.00 🟢 ( previous job: 567.00, improvement: 104.76%)
  • fedora-43-xfce_volatile_seq1m_q8t1_read 3:read_bandwidth_kb: 375833.00 🔻 ( previous job: 378957.00, degradation: 99.18%)
  • fedora-43-xfce_volatile_seq1m_q8t1_write 3:write_bandwidth_kb: 148645.00 🟢 ( previous job: 95037.00, improvement: 156.41%)
  • fedora-43-xfce_volatile_seq1m_q1t1_read 3:read_bandwidth_kb: 333516.00 🟢 ( previous job: 202428.00, improvement: 164.76%)
  • fedora-43-xfce_volatile_seq1m_q1t1_write 3:write_bandwidth_kb: 69943.00 🟢 ( previous job: 26016.00, improvement: 268.85%)
  • fedora-43-xfce_volatile_rnd4k_q32t1_write 3:write_bandwidth_kb: 3487.00 🟢 ( previous job: 1720.00, improvement: 202.73%)
  • fedora-43-xfce_volatile_rnd4k_q1t1_read 3:read_bandwidth_kb: 8927.00 🟢 ( previous job: 8667.00, improvement: 103.00%)
  • fedora-43-xfce_volatile_rnd4k_q1t1_write 3:write_bandwidth_kb: 1624.00 🟢 ( previous job: 548.00, improvement: 296.35%)
  • debian-13-xfce_dom0-dispvm-api (mean:6.416): 76.99 🔻 ( previous job: 74.50, degradation: 103.35%)
  • debian-13-xfce_dom0-dispvm-gui-api (mean:8.273): 99.28 🔻 ( previous job: 93.50, degradation: 106.18%)
  • debian-13-xfce_dom0-dispvm-preload-2-delay-0-api (mean:3.085): 37.02 🔻 ( previous job: 34.29, degradation: 107.94%)
  • debian-13-xfce_dom0-dispvm-preload-2-delay-minus-1d2-api (mean:3.526): 42.31 🔻 ( previous job: 38.52, degradation: 109.84%)
  • debian-13-xfce_dom0-dispvm-preload-4-api (mean:2.448): 29.38 🟢 ( previous job: 30.73, improvement: 95.59%)
  • debian-13-xfce_dom0-dispvm-preload-4-delay-0-api (mean:2.522): 30.26 🔻 ( previous job: 29.50, degradation: 102.58%)
  • debian-13-xfce_dom0-dispvm-preload-4-delay-minus-1d2-api (mean:2.475): 29.70 🔻 ( previous job: 28.74, degradation: 103.34%)
  • debian-13-xfce_dom0-dispvm-preload-2-gui-api (mean:4.831): 57.97 🔻 ( previous job: 53.65, degradation: 108.05%)
  • debian-13-xfce_dom0-dispvm-preload-4-gui-api (mean:3.751): 45.02 🔻 ( previous job: 44.40, degradation: 101.39%)
  • debian-13-xfce_dom0-dispvm-preload-6-gui-api (mean:3.224): 38.69 🟢 ( previous job: 41.47, improvement: 93.30%)
  • debian-13-xfce_dom0-vm-api (mean:0.03): 0.36 🟢 ( previous job: 0.62, improvement: 57.42%)
  • debian-13-xfce_dom0-vm-gui-api (mean:0.031): 0.37 🟢 ( previous job: 0.47, improvement: 79.35%)
  • fedora-43-xfce_dom0-dispvm-preload-2-api (mean:3.856): 46.27 🔻 ( previous job: 44.03, degradation: 105.10%)
  • fedora-43-xfce_dom0-dispvm-preload-2-delay-0-api (mean:3.79): 45.48 🔻 ( previous job: 41.41, degradation: 109.83%)
  • fedora-43-xfce_dom0-dispvm-preload-2-delay-minus-1d2-api (mean:4.064): 48.77 🔻 ( previous job: 46.26, degradation: 105.42%)
  • fedora-43-xfce_dom0-dispvm-preload-4-api (mean:3.043): 36.51 🔻 ( previous job: 36.18, degradation: 100.91%)
  • fedora-43-xfce_dom0-dispvm-preload-4-delay-0-api (mean:2.862): 34.35 🟢 ( previous job: 36.15, improvement: 95.02%)
  • fedora-43-xfce_dom0-dispvm-preload-4-delay-minus-1d2-api (mean:2.889): 34.67 🟢 ( previous job: 36.13, improvement: 95.94%)
  • fedora-43-xfce_dom0-dispvm-preload-2-gui-api (mean:5.415): 64.98 🔻 ( previous job: 63.91, degradation: 101.67%)
  • fedora-43-xfce_dom0-dispvm-preload-4-gui-api (mean:4.102): 49.23 🟢 ( previous job: 52.06, improvement: 94.56%)
  • fedora-43-xfce_dom0-dispvm-preload-6-gui-api (mean:3.388): 40.66 🟢 ( previous job: 46.35, improvement: 87.71%)
  • fedora-43-xfce_dom0-vm-api (mean:0.037): 0.45 🟢 ( previous job: 0.47, improvement: 96.34%)
  • fedora-43-xfce_dom0-vm-gui-api (mean:0.033): 0.40 🟢 ( previous job: 0.46, improvement: 88.13%)
  • whonix-workstation-18_dom0-dispvm-preload-2-delay-minus-1d2-api (mean:5.066): 60.79 🔻 ( previous job: 59.22, degradation: 102.66%)
  • whonix-workstation-18_dom0-dispvm-preload-4-delay-0-api (mean:3.405): 40.86 🟢 ( previous job: 43.23, improvement: 94.51%)
  • whonix-workstation-18_dom0-dispvm-preload-4-delay-minus-1d2-api (mean:3.815): 45.78 🔻 ( previous job: 42.67, degradation: 107.29%)
  • whonix-workstation-18_dom0-dispvm-preload-2-gui-api (mean:6.205): 74.46 🔻 ( previous job: 72.05, degradation: 103.34%)
  • whonix-workstation-18_dom0-dispvm-preload-6-gui-api (mean:3.833): 45.99 🟢 ( previous job: 50.72, improvement: 90.69%)
  • whonix-workstation-18_dom0-vm-api (mean:0.033): 0.40 🟢 ( previous job: 0.43, improvement: 92.15%)
  • whonix-workstation-18_dom0-vm-gui-api (mean:0.044): 0.53 🟢 ( previous job: 0.56, improvement: 94.78%)

@marmarek marmarek merged commit 7f0f98d into QubesOS:main Jul 9, 2026
5 of 6 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