Skip to content

Conversation

@marmarek
Copy link
Member

prepare() {
cd "${_pkgnvr}"
export RUSTUP_TOOLCHAIN=stable
cargo fetch --target "$(rustc -vV | sed -n 's/host: //p')"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing --locked (which means that a Cargo.lock needs to be added to the repo).

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Won't Cargo.lock interfere with using system packages in every other distro?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It can be stored with a different filename and renamed during the build.

@marmarek
Copy link
Member Author

marmarek commented May 27, 2025

BTW, since you are here, any idea for a better solution than disabling LTO? The error I got was:

.[1m.[32m==>.[0m.[1m Starting build()....[0m
   Compiling shlex v1.3.0
   Compiling openpgp-parser v0.2.2 (/build/qubes-rpm-oxide/src/qubes-rpm-oxide-0.2.8-1.8/openpgp-parser)
   Compiling libc v0.2.172
   Compiling cc v1.2.24
   Compiling rpm-crypto v0.2.2 (/build/qubes-rpm-oxide/src/qubes-rpm-oxide-0.2.8-1.8/rpm-crypto)
   Compiling rpm-parser v0.2.2 (/build/qubes-rpm-oxide/src/qubes-rpm-oxide-0.2.8-1.8/rpm-parser)
warning: calls to `std::mem::forget` with a reference instead of an owned value does nothing
  --> rpm-parser/src/tagdata.rs:58:13
   |
58 |             std::mem::forget(slice);
   |             ^^^^^^^^^^^^^^^^^-----^
   |                              |
   |                              argument has type `&mut [TagData]`
   |
   = note: `#[warn(forgetting_references)]` on by default
help: use `let _ = ...` to ignore the expression or result
   |
58 -             std::mem::forget(slice);
58 +             let _ = slice;
   |

   Compiling rpm-writer v0.2.2 (/build/qubes-rpm-oxide/src/qubes-rpm-oxide-0.2.8-1.8/rpm-writer)
warning: `rpm-parser` (lib) generated 1 warning
error: linking with `cc` failed: exit status: 1
  |
  = note:  "cc" "-m64" "/tmp/rustcNIgK4u/symbols.o" "<4 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/build/qubes-rpm-oxide/src/qubes-rpm-oxide-0.2.8-1.8/target/release/deps/{librpm_writer-aa7f7f70ede1519f.rlib,librpm_parser-3fe9240eb4490fed.rlib,liblibc-85d83c791e7678e5.rlib,librpm_crypto-29da655d90bb623c.rlib,libopenpgp_parser-68c29091038c27fd.rlib}.rlib" "<sysroot>/lib64/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,liballoc-*,librustc_std_workspace_core-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lc" "-lrpm" "-lrpmio" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcNIgK4u/raw-dylibs" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/build/qubes-rpm-oxide/src/qubes-rpm-oxide-0.2.8-1.8/target/release/build/rpm-crypto-b846837d1b743567/out" "-L" "<sysroot>/lib64/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/build/qubes-rpm-oxide/src/qubes-rpm-oxide-0.2.8-1.8/target/release/deps/rpmcanon-e8029eff3a146993" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-Wl,-O1" "-Wl,--strip-debug" "-nodefaultlibs"
  = note: some arguments are omitted. use `--verbose` to show all linker arguments
  = note: /usr/bin/ld: /build/qubes-rpm-oxide/src/qubes-rpm-oxide-0.2.8-1.8/target/release/deps/librpm_crypto-29da655d90bb623c.rlib(rpm_crypto-29da655d90bb623c.rpm_crypto.231d8a02d6df5114-cgu.0.rcgu.o): in function `std::sync::poison::once::Once::call_once::{{closure}}':
          rpm_crypto.231d8a02d6df5114-cgu.0:(.text._ZN3std4sync6poison4once4Once9call_once28_$u7b$$u7b$closure$u7d$$u7d$17h998ab83e113fee92E+0x52): undefined reference to `qubes_rpm_rpmReadConfigFiles'
          /usr/bin/ld: rpm_crypto.231d8a02d6df5114-cgu.0:(.text._ZN3std4sync6poison4once4Once9call_once28_$u7b$$u7b$closure$u7d$$u7d$17h998ab83e113fee92E+0x78): undefined reference to `qubes_rpm_rpmPushMacro'
          /usr/bin/ld: /build/qubes-rpm-oxide/src/qubes-rpm-oxide-0.2.8-1.8/target/release/deps/librpm_crypto-29da655d90bb623c.rlib(rpm_crypto-29da655d90bb623c.rpm_crypto.231d8a02d6df5114-cgu.0.rcgu.o): in function `rpm_crypto::digests::rpm_hash_len':
          rpm_crypto.231d8a02d6df5114-cgu.0:(.text._ZN10rpm_crypto7digests12rpm_hash_len17h09eac9cf0f327b69E+0x7): undefined reference to `qubes_rpm_rpmDigestLength'
          /usr/bin/ld: /build/qubes-rpm-oxide/src/qubes-rpm-oxide-0.2.8-1.8/target/release/deps/librpm_crypto-29da655d90bb623c.rlib(rpm_crypto-29da655d90bb623c.rpm_crypto.231d8a02d6df5114-cgu.0.rcgu.o): in function `<rpm_crypto::digests::DigestCtx as core::ops::drop::Drop>::drop':
          rpm_crypto.231d8a02d6df5114-cgu.0:(.text._ZN72_$LT$rpm_crypto..digests..DigestCtx$u20$as$u20$core..ops..drop..Drop$GT$4drop17h9dba11338c1a68cbE+0x10): undefined reference to `qubes_rpm_rpmDigestFinal'
          /usr/bin/ld: /build/qubes-rpm-oxide/src/qubes-rpm-oxide-0.2.8-1.8/target/release/deps/librpm_crypto-29da655d90bb623c.rlib(rpm_crypto-29da655d90bb623c.rpm_crypto.231d8a02d6df5114-cgu.0.rcgu.o): in function `rpm_crypto::digests::DigestCtx::init':
          rpm_crypto.231d8a02d6df5114-cgu.0:(.text._ZN10rpm_crypto7digests9DigestCtx4init17h5ca4cb4c9d258276E+0x48): undefined reference to `qubes_rpm_rpmDigestLength'
          /usr/bin/ld: rpm_crypto.231d8a02d6df5114-cgu.0:(.text._ZN10rpm_crypto7digests9DigestCtx4init17h5ca4cb4c9d258276E+0x76): undefined reference to `qubes_rpm_rpmDigestLength'
          /usr/bin/ld: rpm_crypto.231d8a02d6df5114-cgu.0:(.text._ZN10rpm_crypto7digests9DigestCtx4init17h5ca4cb4c9d258276E+0x86): undefined reference to `qubes_rpm_rpmDigestInit'
          /usr/bin/ld: rpm_crypto.231d8a02d6df5114-cgu.0:(.text._ZN10rpm_crypto7digests9DigestCtx4init17h5ca4cb4c9d258276E+0xb0): undefined reference to `qubes_rpm_rpmDigestLength'
          /usr/bin/ld: rpm_crypto.231d8a02d6df5114-cgu.0:(.text._ZN10rpm_crypto7digests9DigestCtx4init17h5ca4cb4c9d258276E+0xe3): undefined reference to `qubes_rpm_rpmDigestFinal'
          /usr/bin/ld: /build/qubes-rpm-oxide/src/qubes-rpm-oxide-0.2.8-1.8/target/release/deps/librpm_crypto-29da655d90bb623c.rlib(rpm_crypto-29da655d90bb623c.rpm_crypto.231d8a02d6df5114-cgu.0.rcgu.o): in function `rpm_crypto::digests::DigestCtx::update':
          rpm_crypto.231d8a02d6df5114-cgu.0:(.text._ZN10rpm_crypto7digests9DigestCtx6update17h91162cac659f163cE+0xd): undefined reference to `qubes_rpm_rpmDigestUpdate'
          /usr/bin/ld: /build/qubes-rpm-oxide/src/qubes-rpm-oxide-0.2.8-1.8/target/release/deps/librpm_crypto-29da655d90bb623c.rlib(rpm_crypto-29da655d90bb623c.rpm_crypto.231d8a02d6df5114-cgu.0.rcgu.o): in function `rpm_crypto::digests::DigestCtx::finalize':
          rpm_crypto.231d8a02d6df5114-cgu.0:(.text._ZN10rpm_crypto7digests9DigestCtx8finalize17had0955440540b009E+0x38): undefined reference to `qubes_rpm_rpmDigestFinal'
          /usr/bin/ld: /build/qubes-rpm-oxide/src/qubes-rpm-oxide-0.2.8-1.8/target/release/deps/librpm_crypto-29da655d90bb623c.rlib(rpm_crypto-29da655d90bb623c.rpm_crypto.231d8a02d6df5114-cgu.0.rcgu.o): in function `rpm_crypto::signatures::Signature::parse':
          rpm_crypto.231d8a02d6df5114-cgu.0:(.text._ZN10rpm_crypto10signatures9Signature5parse17hd62bbf912afb8f60E+0x80): undefined reference to `qubes_rpm_pgpPrtParams'
          /usr/bin/ld: rpm_crypto.231d8a02d6df5114-cgu.0:(.text._ZN10rpm_crypto10signatures9Signature5parse17hd62bbf912afb8f60E+0x98): undefined reference to `qubes_rpm_pgpDigParamsAlgo'
          /usr/bin/ld: rpm_crypto.231d8a02d6df5114-cgu.0:(.text._ZN10rpm_crypto10signatures9Signature5parse17hd62bbf912afb8f60E+0xba): undefined reference to `qubes_rpm_pgpDigParamsAlgo'
          /usr/bin/ld: rpm_crypto.231d8a02d6df5114-cgu.0:(.text._ZN10rpm_crypto10signatures9Signature5parse17hd62bbf912afb8f60E+0x181): undefined reference to `qubes_rpm_pgpDigParamsFree'
          /usr/bin/ld: /build/qubes-rpm-oxide/src/qubes-rpm-oxide-0.2.8-1.8/target/release/deps/librpm_crypto-29da655d90bb623c.rlib(rpm_crypto-29da655d90bb623c.rpm_crypto.231d8a02d6df5114-cgu.0.rcgu.o): in function `<rpm_crypto::signatures::Signature as core::ops::drop::Drop>::drop':
          rpm_crypto.231d8a02d6df5114-cgu.0:(.text._ZN75_$LT$rpm_crypto..signatures..Signature$u20$as$u20$core..ops..drop..Drop$GT$4drop17h8acaddb41d876184E+0x13): undefined reference to `qubes_rpm_pgpDigParamsFree'
          /usr/bin/ld: /build/qubes-rpm-oxide/src/qubes-rpm-oxide-0.2.8-1.8/target/release/deps/librpm_crypto-29da655d90bb623c.rlib(rpm_crypto-29da655d90bb623c.rpm_crypto.231d8a02d6df5114-cgu.0.rcgu.o): in function `<rpm_crypto::transaction::RpmKeyring as core::ops::drop::Drop>::drop':
          rpm_crypto.231d8a02d6df5114-cgu.0:(.text._ZN77_$LT$rpm_crypto..transaction..RpmKeyring$u20$as$u20$core..ops..drop..Drop$GT$4drop17h93fb417551a51af4E+0xa): undefined reference to `qubes_rpm_rpmKeyringFree'
          /usr/bin/ld: /build/qubes-rpm-oxide/src/qubes-rpm-oxide-0.2.8-1.8/target/release/deps/librpm_crypto-29da655d90bb623c.rlib(rpm_crypto-29da655d90bb623c.rpm_crypto.231d8a02d6df5114-cgu.0.rcgu.o): in function `<rpm_crypto::transaction::RpmTransactionSet as core::ops::drop::Drop>::drop':
          rpm_crypto.231d8a02d6df5114-cgu.0:(.text._ZN84_$LT$rpm_crypto..transaction..RpmTransactionSet$u20$as$u20$core..ops..drop..Drop$GT$4drop17h9810eb42bc0c956fE+0x1d): undefined reference to `qubes_rpm_rpmtsFree'
          /usr/bin/ld: /build/qubes-rpm-oxide/src/qubes-rpm-oxide-0.2.8-1.8/target/release/deps/librpm_crypto-29da655d90bb623c.rlib(rpm_crypto-29da655d90bb623c.rpm_crypto.231d8a02d6df5114-cgu.0.rcgu.o): in function `rpm_crypto::transaction::RpmTransactionSet::new':
          rpm_crypto.231d8a02d6df5114-cgu.0:(.text._ZN10rpm_crypto11transaction17RpmTransactionSet3new17ha7d7abb56dc23d95E+0x22): undefined reference to `qubes_rpm_rpmtsCreate'
          /usr/bin/ld: rpm_crypto.231d8a02d6df5114-cgu.0:(.text._ZN10rpm_crypto11transaction17RpmTransactionSet3new17ha7d7abb56dc23d95E+0x33): undefined reference to `qubes_rpm_rpmtsGetKeyring'
          /usr/bin/ld: rpm_crypto.231d8a02d6df5114-cgu.0:(.text._ZN10rpm_crypto11transaction17RpmTransactionSet3new17ha7d7abb56dc23d95E+0x4c): undefined reference to `qubes_rpm_rpmKeyringFree'
          /usr/bin/ld: rpm_crypto.231d8a02d6df5114-cgu.0:(.text._ZN10rpm_crypto11transaction17RpmTransactionSet3new17ha7d7abb56dc23d95E+0x5d): undefined reference to `qubes_rpm_rpmKeyringFree'
          /usr/bin/ld: rpm_crypto.231d8a02d6df5114-cgu.0:(.text._ZN10rpm_crypto11transaction17RpmTransactionSet3new17ha7d7abb56dc23d95E+0x72): undefined reference to `qubes_rpm_rpmtsFree'
          /usr/bin/ld: /build/qubes-rpm-oxide/src/qubes-rpm-oxide-0.2.8-1.8/target/release/deps/librpm_crypto-29da655d90bb623c.rlib(rpm_crypto-29da655d90bb623c.rpm_crypto.231d8a02d6df5114-cgu.0.rcgu.o): in function `rpm_crypto::transaction::RpmTransactionSet::keyring':
          rpm_crypto.231d8a02d6df5114-cgu.0:(.text._ZN10rpm_crypto11transaction17RpmTransactionSet7keyring17hc41c37313f1a2aedE+0xb): undefined reference to `qubes_rpm_rpmtsGetKeyring'
          /usr/bin/ld: /build/qubes-rpm-oxide/src/qubes-rpm-oxide-0.2.8-1.8/target/release/deps/librpm_crypto-29da655d90bb623c.rlib(rpm_crypto-29da655d90bb623c.rpm_crypto.231d8a02d6df5114-cgu.0.rcgu.o): in function `rpm_crypto::transaction::RpmKeyring::validate_sig':
          rpm_crypto.231d8a02d6df5114-cgu.0:(.text._ZN10rpm_crypto11transaction10RpmKeyring12validate_sig17h44ec0265678d9f07E+0x13): undefined reference to `qubes_rpm_rpmKeyringVerifySig'
          /usr/bin/ld: /build/qubes-rpm-oxide/src/qubes-rpm-oxide-0.2.8-1.8/target/release/deps/librpm_crypto-29da655d90bb623c.rlib(rpm_crypto-29da655d90bb623c.rpm_crypto.231d8a02d6df5114-cgu.0.rcgu.o): in function `rpm_crypto::Signature::parse':
          rpm_crypto.231d8a02d6df5114-cgu.0:(.text._ZN10rpm_crypto9Signature5parse17he3bdc132f37f4d18E+0x40): undefined reference to `qubes_rpm_pgpDigParamsAlgo'
          /usr/bin/ld: rpm_crypto.231d8a02d6df5114-cgu.0:(.text._ZN10rpm_crypto9Signature5parse17he3bdc132f37f4d18E+0xce): undefined reference to `qubes_rpm_pgpDigParamsFree'
          /usr/bin/ld: /build/qubes-rpm-oxide/src/qubes-rpm-oxide-0.2.8-1.8/target/release/deps/librpm_crypto-29da655d90bb623c.rlib(rpm_crypto-29da655d90bb623c.rpm_crypto.231d8a02d6df5114-cgu.0.rcgu.o): in function `rpm_crypto::Signature::update':
          rpm_crypto.231d8a02d6df5114-cgu.0:(.text._ZN10rpm_crypto9Signature6update17h0dce2ac224882eabE+0xe): undefined reference to `qubes_rpm_rpmDigestUpdate'
          /usr/bin/ld: /build/qubes-rpm-oxide/src/qubes-rpm-oxide-0.2.8-1.8/target/release/deps/librpm_parser-3fe9240eb4490fed.rlib(rpm_parser-3fe9240eb4490fed.rpm_parser.1d504c9a6b2d3eb7-cgu.1.rcgu.o): in function `rpm_parser::header::immutable::load_immutable::{{closure}}':
          rpm_parser.1d504c9a6b2d3eb7-cgu.1:(.text._ZN10rpm_parser6header9immutable14load_immutable28_$u7b$$u7b$closure$u7d$$u7d$17h714a1b369fed98ebE+0xc3): undefined reference to `qubes_rpm_rpmTagGetType'
          /usr/bin/ld: rpm_parser.1d504c9a6b2d3eb7-cgu.1:(.text._ZN10rpm_parser6header9immutable14load_immutable28_$u7b$$u7b$closure$u7d$$u7d$17h714a1b369fed98ebE+0x11e): undefined reference to `qubes_rpm_rpmTagTypeGetClass'
          /usr/bin/ld: rpm_parser.1d504c9a6b2d3eb7-cgu.1:(.text._ZN10rpm_parser6header9immutable14load_immutable28_$u7b$$u7b$closure$u7d$$u7d$17h714a1b369fed98ebE+0x12c): undefined reference to `qubes_rpm_rpmTagTypeGetClass'
          collect2: error: ld returned 1 exit status

  = note: some `extern` functions couldn't be found; some native libraries may need to be installed or have their path specified
  = note: use the `-l` flag to specify native libraries to link
  = note: use the `cargo:rustc-link-lib` directive to specify the native libraries to link with Cargo (see https://doc.rust-lang.org/cargo/reference/build-scripts.html#rustc-link-lib)

error: could not compile `rpm-writer` (bin "rpmcanon") due to 1 previous error
.[1m.[31m==> ERROR:.[0m.[1m A failure occurred in build()..[0m
.[1m    Aborting....[0m

Copy link
Contributor

@DemiMarie DemiMarie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cross-language LTO is possible, but my understanding is that it requires ensuring that rustc and clang are using the same version of LLVM. I wouldn’t bother with it in this case.

prepare() {
cd "${_pkgnvr}"
export RUSTUP_TOOLCHAIN=stable
cargo fetch --target "$(rustc -vV | sed -n 's/host: //p')"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It can be stored with a different filename and renamed during the build.

marmarek added 2 commits May 27, 2025 03:20
Based on https://wiki.archlinux.org/title/Rust_package_guidelines

Add also Cargo.lock for Archlinux, but to not interfere with other
distributions (which use distro packages), store it in archlinux/.
Adjust .gitignore to not ignore it (cannot use '!' to exclude it, as it
isn't supported by `tar --exclude-vcs-ignores`).
@qubesos-bot
Copy link

qubesos-bot commented May 27, 2025

OpenQA test summary

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

  • system_tests_whonix

    • whonix_torbrowser: unnamed test (unknown)
    • whonix_torbrowser: Failed (test died)
      # Test died: no candidate needle with tag(s) 'anon-whonix-tor-brows...
  • system_tests_pvgrub_salt_storage

    • TC_40_PVGrub_archlinux: test_000_standalone_vm (error)
      qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...

    • TC_40_PVGrub_archlinux: test_010_template_based_vm (error)
      qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...

    • TC_41_HVMGrub_archlinux: test_000_standalone_vm (error)
      qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...

    • TC_41_HVMGrub_archlinux: test_010_template_based_vm (error)
      qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...

    • TC_42_PVHGrub_archlinux: test_000_standalone_vm (failure)
      AssertionError: b'6.14.7-arch2-1' != b'6.14.7.arch2-1'

    • TC_42_PVHGrub_archlinux: test_010_template_based_vm (failure)
      AssertionError: b'6.14.7-arch2-1' != b'6.14.7.arch2-1'

  • system_tests_dispvm

  • system_tests_kde_gui_interactive

    • gui_keyboard_layout: wait_serial (wait serial expected)
      # wait_serial expected: "echo -e '[Layout]\nLayoutList=us,de' | sud...

    • gui_keyboard_layout: unnamed test (unknown)

    • gui_keyboard_layout: Failed (test died)
      # Test died: no candidate needle with tag(s) 'work-xterm, work-xter...

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

  • system_tests_audio

  • system_tests_audio@hw1

  • system_tests_qwt_win10_seamless@hw13

    • windows_install: Failed (test died)
      # Test died: command 'script -e -c 'bash -x /usr/bin/qvm-create-win...
  • system_tests_qwt_win11@hw13

    • windows_clipboard_and_filecopy: unnamed test (unknown)
    • windows_clipboard_and_filecopy: Failed (test died)
      # Test died: no candidate needle with tag(s) 'windows-Notepad' matc...

Failed tests

47 failures
  • system_tests_whonix

    • whonix_torbrowser: unnamed test (unknown)
    • whonix_torbrowser: Failed (test died)
      # Test died: no candidate needle with tag(s) 'anon-whonix-tor-brows...
  • system_tests_pvgrub_salt_storage

    • TC_40_PVGrub_archlinux: test_000_standalone_vm (error)
      qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...

    • TC_40_PVGrub_archlinux: test_010_template_based_vm (error)
      qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...

    • TC_41_HVMGrub_archlinux: test_000_standalone_vm (error)
      qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...

    • TC_41_HVMGrub_archlinux: test_010_template_based_vm (error)
      qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...

    • TC_42_PVHGrub_archlinux: test_000_standalone_vm (failure)
      AssertionError: b'6.14.7-arch2-1' != b'6.14.7.arch2-1'

    • TC_42_PVHGrub_archlinux: test_010_template_based_vm (failure)
      AssertionError: b'6.14.7-arch2-1' != b'6.14.7.arch2-1'

  • system_tests_dispvm

  • system_tests_kde_gui_interactive

    • gui_keyboard_layout: wait_serial (wait serial expected)
      # wait_serial expected: "echo -e '[Layout]\nLayoutList=us,de' | sud...

    • gui_keyboard_layout: unnamed test (unknown)

    • gui_keyboard_layout: Failed (test died)
      # Test died: no candidate needle with tag(s) 'work-xterm, work-xter...

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

  • system_tests_audio

  • system_tests_audio@hw1

  • system_tests_qwt_win10_seamless@hw13

    • windows_install: Failed (test died)
      # Test died: command 'script -e -c 'bash -x /usr/bin/qvm-create-win...
  • system_tests_qwt_win11@hw13

    • windows_clipboard_and_filecopy: unnamed test (unknown)
    • windows_clipboard_and_filecopy: Failed (test died)
      # Test died: no candidate needle with tag(s) 'windows-Notepad' matc...

Fixed failures

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

14 fixed
  • system_tests_whonix

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

    • whonixcheck: unnamed test (unknown)

  • system_tests_suspend

    • suspend: unnamed test (unknown)
    • suspend: Failed (test died)
      # Test died: no candidate needle with tag(s) 'SUSPEND-FAILED' match...
  • system_tests_basic_vm_qrexec_gui

  • system_tests_qrexec

  • system_tests_kde_gui_interactive

    • clipboard_and_web: unnamed test (unknown)

    • clipboard_and_web: Failed (test died)
      # Test died: no candidate needle with tag(s) 'qubes-website' matche...

    • clipboard_and_web: wait_serial (wait serial expected)
      # wait_serial expected: "lspci; echo 2E8vz-\$?-"...

  • system_tests_guivm_vnc_gui_interactive

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

  • system_tests_whonix@hw7

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

    • whonixcheck: unnamed test (unknown)

Unstable tests

  • system_tests_update

    update2/Failed (1/5 times with errors)
    • job 139051 # Test died: command 'script -c 'qubes-vm-update --force-update --l...
  • system_tests_update@hw1

    update2/Failed (1/5 times with errors)
    • job 139051 # Test died: command 'script -c 'qubes-vm-update --force-update --l...
  • system_tests_update@hw7

    update2/Failed (1/5 times with errors)
    • job 139051 # Test died: command 'script -c 'qubes-vm-update --force-update --l...
  • system_tests_update@hw13

    update2/Failed (1/5 times with errors)
    • job 139051 # Test died: command 'script -c 'qubes-vm-update --force-update --l...

Performance Tests

Performance degradation:

12 performance degradations
  • debian-12-xfce_exec: 8.16 🔺 ( previous job: 7.12, degradation: 114.57%)
  • debian-12-xfce_exec-data-duplex: 77.81 🔺 ( previous job: 70.34, degradation: 110.61%)
  • dom0_root_rnd4k_q1t1_read 3:read_bandwidth_kb: 8146.00 :small_red_triangle: ( previous job: 10795.00, degradation: 75.46%)
  • dom0_root_rnd4k_q1t1_write 3:write_bandwidth_kb: 3672.00 :small_red_triangle: ( previous job: 4826.00, degradation: 76.09%)
  • dom0_varlibqubes_seq1m_q8t1_write 3:write_bandwidth_kb: 225016.00 :small_red_triangle: ( previous job: 250795.00, degradation: 89.72%)
  • fedora-41-xfce_root_rnd4k_q32t1_write 3:write_bandwidth_kb: 2243.00 :small_red_triangle: ( previous job: 3599.00, degradation: 62.32%)
  • fedora-41-xfce_private_seq1m_q8t1_write 3:write_bandwidth_kb: 125272.00 :small_red_triangle: ( previous job: 170062.00, degradation: 73.66%)
  • fedora-41-xfce_volatile_seq1m_q8t1_read 3:read_bandwidth_kb: 312821.00 :small_red_triangle: ( previous job: 369868.00, degradation: 84.58%)
  • fedora-41-xfce_volatile_seq1m_q8t1_write 3:write_bandwidth_kb: 85316.00 :small_red_triangle: ( previous job: 179949.00, degradation: 47.41%)
  • fedora-41-xfce_volatile_seq1m_q1t1_write 3:write_bandwidth_kb: 14720.00 :small_red_triangle: ( previous job: 17567.00, degradation: 83.79%)
  • fedora-41-xfce_volatile_rnd4k_q32t1_write 3:write_bandwidth_kb: 2277.00 :small_red_triangle: ( previous job: 5672.00, degradation: 40.14%)
  • fedora-41-xfce_volatile_rnd4k_q1t1_write 3:write_bandwidth_kb: 1229.00 :small_red_triangle: ( previous job: 1953.00, degradation: 62.93%)

Remaining performance tests:

52 tests
  • archlinux_exec: 7.60
  • archlinux_exec-root: 34.51
  • archlinux_socket: 8.49
  • archlinux_socket-root: 8.22
  • archlinux_exec-data-simplex: 63.36
  • archlinux_exec-data-duplex: 74.70
  • archlinux_exec-data-duplex-root: 89.51
  • archlinux_socket-data-duplex: 153.01
  • debian-12-xfce_exec-root: 30.60 🔺 ( previous job: 28.65, degradation: 106.80%)
  • debian-12-xfce_socket: 9.02 🔺 ( previous job: 8.60, degradation: 104.89%)
  • debian-12-xfce_socket-root: 8.48 🟢 ( previous job: 8.52, improvement: 99.48%)
  • debian-12-xfce_exec-data-simplex: 73.67 🔺 ( previous job: 71.62, degradation: 102.86%)
  • debian-12-xfce_exec-data-duplex-root: 82.17 🟢 ( previous job: 82.72, improvement: 99.34%)
  • debian-12-xfce_socket-data-duplex: 153.72 🟢 ( previous job: 156.96, improvement: 97.94%)
  • fedora-41-xfce_exec: 9.47 🔺 ( previous job: 9.27, degradation: 102.21%)
  • fedora-41-xfce_exec-root: 60.32 🟢 ( previous job: 61.51, improvement: 98.06%)
  • fedora-41-xfce_socket: 8.47 🟢 ( previous job: 8.63, improvement: 98.22%)
  • fedora-41-xfce_socket-root: 8.85 🔺 ( previous job: 8.71, degradation: 101.58%)
  • fedora-41-xfce_exec-data-simplex: 72.35 🟢 ( previous job: 75.53, improvement: 95.78%)
  • fedora-41-xfce_exec-data-duplex: 69.41 🟢 ( previous job: 71.56, improvement: 96.99%)
  • fedora-41-xfce_exec-data-duplex-root: 106.78 🟢 ( previous job: 109.13, improvement: 97.85%)
  • fedora-41-xfce_socket-data-duplex: 158.42 🔺 ( previous job: 150.61, degradation: 105.19%)
  • dom0_root_seq1m_q8t1_read 3:read_bandwidth_kb: 425213.00 :small_red_triangle: ( previous job: 446963.00, degradation: 95.13%)
  • dom0_root_seq1m_q8t1_write 3:write_bandwidth_kb: 210684.00 :green_circle: ( previous job: 129298.00, improvement: 162.94%)
  • dom0_root_seq1m_q1t1_read 3:read_bandwidth_kb: 330885.00 :green_circle: ( previous job: 294295.00, improvement: 112.43%)
  • dom0_root_seq1m_q1t1_write 3:write_bandwidth_kb: 156622.00 :green_circle: ( previous job: 95454.00, improvement: 164.08%)
  • dom0_root_rnd4k_q32t1_read 3:read_bandwidth_kb: 100964.00 :green_circle: ( previous job: 79803.00, improvement: 126.52%)
  • dom0_root_rnd4k_q32t1_write 3:write_bandwidth_kb: 7625.00 :green_circle: ( previous job: 6149.00, improvement: 124.00%)
  • dom0_varlibqubes_seq1m_q8t1_read 3:read_bandwidth_kb: 397489.00 :green_circle: ( previous job: 382273.00, improvement: 103.98%)
  • dom0_varlibqubes_seq1m_q1t1_read 3:read_bandwidth_kb: 441877.00 :green_circle: ( previous job: 437636.00, improvement: 100.97%)
  • dom0_varlibqubes_seq1m_q1t1_write 3:write_bandwidth_kb: 173763.00 :small_red_triangle: ( previous job: 184752.00, degradation: 94.05%)
  • dom0_varlibqubes_rnd4k_q32t1_read 3:read_bandwidth_kb: 104796.00 :green_circle: ( previous job: 62195.00, improvement: 168.50%)
  • dom0_varlibqubes_rnd4k_q32t1_write 3:write_bandwidth_kb: 10288.00 :green_circle: ( previous job: 6479.00, improvement: 158.79%)
  • dom0_varlibqubes_rnd4k_q1t1_read 3:read_bandwidth_kb: 7704.00 :green_circle: ( previous job: 7669.00, improvement: 100.46%)
  • dom0_varlibqubes_rnd4k_q1t1_write 3:write_bandwidth_kb: 4606.00 :small_red_triangle: ( previous job: 4903.00, degradation: 93.94%)
  • fedora-41-xfce_root_seq1m_q8t1_read 3:read_bandwidth_kb: 375699.00 :green_circle: ( previous job: 368309.00, improvement: 102.01%)
  • fedora-41-xfce_root_seq1m_q8t1_write 3:write_bandwidth_kb: 188017.00 :green_circle: ( previous job: 162081.00, improvement: 116.00%)
  • fedora-41-xfce_root_seq1m_q1t1_read 3:read_bandwidth_kb: 321649.00 :green_circle: ( previous job: 318716.00, improvement: 100.92%)
  • fedora-41-xfce_root_seq1m_q1t1_write 3:write_bandwidth_kb: 84839.00 :small_red_triangle: ( previous job: 87940.00, degradation: 96.47%)
  • fedora-41-xfce_root_rnd4k_q32t1_read 3:read_bandwidth_kb: 83778.00 :green_circle: ( previous job: 82694.00, improvement: 101.31%)
  • fedora-41-xfce_root_rnd4k_q1t1_read 3:read_bandwidth_kb: 8618.00 :green_circle: ( previous job: 8485.00, improvement: 101.57%)
  • fedora-41-xfce_root_rnd4k_q1t1_write 3:write_bandwidth_kb: 1341.00 :green_circle: ( previous job: 542.00, improvement: 247.42%)
  • fedora-41-xfce_private_seq1m_q8t1_read 3:read_bandwidth_kb: 408483.00 :green_circle: ( previous job: 373957.00, improvement: 109.23%)
  • fedora-41-xfce_private_seq1m_q1t1_read 3:read_bandwidth_kb: 304199.00 :small_red_triangle: ( previous job: 334687.00, degradation: 90.89%)
  • fedora-41-xfce_private_seq1m_q1t1_write 3:write_bandwidth_kb: 73610.00 :green_circle: ( previous job: 61534.00, improvement: 119.62%)
  • fedora-41-xfce_private_rnd4k_q32t1_read 3:read_bandwidth_kb: 85971.00 :green_circle: ( previous job: 80283.00, improvement: 107.08%)
  • fedora-41-xfce_private_rnd4k_q32t1_write 3:write_bandwidth_kb: 2749.00 :green_circle: ( previous job: 2215.00, improvement: 124.11%)
  • fedora-41-xfce_private_rnd4k_q1t1_read 3:read_bandwidth_kb: 8058.00 :green_circle: ( previous job: 7540.00, improvement: 106.87%)
  • fedora-41-xfce_private_rnd4k_q1t1_write 3:write_bandwidth_kb: 1110.00 :small_red_triangle: ( previous job: 1130.00, degradation: 98.23%)
  • fedora-41-xfce_volatile_seq1m_q1t1_read 3:read_bandwidth_kb: 344133.00 :green_circle: ( previous job: 324737.00, improvement: 105.97%)
  • fedora-41-xfce_volatile_rnd4k_q32t1_read 3:read_bandwidth_kb: 87393.00 :green_circle: ( previous job: 79021.00, improvement: 110.59%)
  • fedora-41-xfce_volatile_rnd4k_q1t1_read 3:read_bandwidth_kb: 8193.00 :green_circle: ( previous job: 7867.00, improvement: 104.14%)

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