When building aparato on ppc64le and s390x the tests fail.
ppc64le:
Running `/builddir/build/BUILD/aparato-6.0.0/target/release/deps/aparato-5a9ba48135f0c5e6`
running 10 tests
test linux::tests::test_address ... ok
test linux::tests::test_class_id ... FAILED
test linux::tests::test_device_id ... FAILED
test linux::tests::test_path ... ok
test linux::tests::test_class_name ... FAILED
test linux::tests::test_revision ... FAILED
test linux::tests::test_subsystem_device_id ... FAILED
test linux::tests::test_subsystem_vendor_id ... FAILED
test linux::tests::test_vendor_id ... FAILED
test linux::tests::test_numa_node ... ok
failures:
---- linux::tests::test_class_id stdout ----
thread 'linux::tests::test_class_id' panicked at 'assertion failed: `(left != right)`
left: `[]`,
right: `[]`', src/linux/mod.rs:556:9
---- linux::tests::test_device_id stdout ----
thread 'linux::tests::test_device_id' panicked at 'assertion failed: `(left != right)`
left: `[]`,
right: `[]`', src/linux/mod.rs:568:9
---- linux::tests::test_class_name stdout ----
thread 'linux::tests::test_class_name' panicked at 'assertion failed: `(left != right)`
left: `""`,
right: `""`', src/linux/mod.rs:598:9
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
---- linux::tests::test_revision stdout ----
thread 'linux::tests::test_revision' panicked at 'assertion failed: `(left != right)`
left: `[]`,
right: `[]`', src/linux/mod.rs:580:9
---- linux::tests::test_subsystem_device_id stdout ----
thread 'linux::tests::test_subsystem_device_id' panicked at 'assertion failed: `(left != right)`
left: `[]`,
right: `[]`', src/linux/mod.rs:592:9
---- linux::tests::test_subsystem_vendor_id stdout ----
thread 'linux::tests::test_subsystem_vendor_id' panicked at 'assertion failed: `(left != right)`
left: `[]`,
right: `[]`', src/linux/mod.rs:586:9
---- linux::tests::test_vendor_id stdout ----
thread 'linux::tests::test_vendor_id' panicked at 'assertion failed: `(left != right)`
left: `[]`,
right: `[]`', src/linux/mod.rs:562:9
failures:
linux::tests::test_class_id
linux::tests::test_class_name
linux::tests::test_device_id
linux::tests::test_revision
linux::tests::test_subsystem_device_id
linux::tests::test_subsystem_vendor_id
linux::tests::test_vendor_id
test result: FAILED. 3 passed; 7 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
s390x:
Running `/builddir/build/BUILD/aparato-6.0.0/target/release/deps/aparato-dbbd6af19f4502c3`
running 10 tests
test linux::tests::test_address ... ok
test linux::tests::test_class_name ... FAILED
test linux::tests::test_device_id ... FAILED
test linux::tests::test_numa_node ... ok
test linux::tests::test_path ... ok
test linux::tests::test_subsystem_device_id ... FAILED
test linux::tests::test_revision ... FAILED
test linux::tests::test_subsystem_vendor_id ... FAILED
test linux::tests::test_vendor_id ... FAILED
test linux::tests::test_class_id ... FAILED
failures:
---- linux::tests::test_class_name stdout ----
thread 'linux::tests::test_class_name' panicked at 'assertion failed: `(left != right)`
left: `""`,
right: `""`', src/linux/mod.rs:598:9
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
---- linux::tests::test_device_id stdout ----
thread 'linux::tests::test_device_id' panicked at 'assertion failed: `(left != right)`
left: `[]`,
right: `[]`', src/linux/mod.rs:568:9
---- linux::tests::test_subsystem_device_id stdout ----
thread 'linux::tests::test_subsystem_device_id' panicked at 'assertion failed: `(left != right)`
left: `[]`,
right: `[]`', src/linux/mod.rs:592:9
---- linux::tests::test_revision stdout ----
thread 'linux::tests::test_revision' panicked at 'assertion failed: `(left != right)`
left: `[]`,
right: `[]`', src/linux/mod.rs:580:9
---- linux::tests::test_subsystem_vendor_id stdout ----
thread 'linux::tests::test_subsystem_vendor_id' panicked at 'assertion failed: `(left != right)`
left: `[]`,
right: `[]`', src/linux/mod.rs:586:9
---- linux::tests::test_vendor_id stdout ----
thread 'linux::tests::test_vendor_id' panicked at 'assertion failed: `(left != right)`
left: `[]`,
right: `[]`', src/linux/mod.rs:562:9
---- linux::tests::test_class_id stdout ----
thread 'linux::tests::test_class_id' panicked at 'assertion failed: `(left != right)`
left: `[]`,
right: `[]`', src/linux/mod.rs:556:9
failures:
linux::tests::test_class_id
linux::tests::test_class_name
linux::tests::test_device_id
linux::tests::test_revision
linux::tests::test_subsystem_device_id
linux::tests::test_subsystem_vendor_id
linux::tests::test_vendor_id
test result: FAILED. 3 passed; 7 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
You can find the full logs at https://koji.fedoraproject.org/koji/taskinfo?taskID=72224758 and https://koji.fedoraproject.org/koji/taskinfo?taskID=72224759 (look at build.log).
bug failing-tests