gabx: I got a similar error when BUILDDIR in makepkg.conf was set to /tmp/makepkg. The test passed for me setting BUILDDIR /home/makepkg so the test was run on an actual filesystem not a tmpfs.
failures:
---- file_list::tests::delete_current_file_deletes_file_from_filesystem stdout ----
thread 'file_list::tests::delete_current_file_deletes_file_from_filesystem' panicked at src/file_list.rs:452:41:
called Result::unwrap() on an Err value: Trashing on system internal mounts is not supported
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
---- file_list::tests::delete_current_file_returns_deleted_file_path stdout ----
thread 'file_list::tests::delete_current_file_returns_deleted_file_path' panicked at src/file_list.rs:468:65:
called Result::unwrap() on an Err value: Trashing on system internal mounts is not supported
---- file_list::tests::file_list_goes_to_next_file_after_removal_of_current_file stdout ----
thread 'file_list::tests::file_list_goes_to_next_file_after_removal_of_current_file' panicked at src/file_list.rs:485:65:
called Result::unwrap() on an Err value: Trashing on system internal mounts is not supported
failures:
file_list::tests::delete_current_file_deletes_file_from_filesystem
file_list::tests::delete_current_file_returns_deleted_file_path
file_list::tests::file_list_goes_to_next_file_after_removal_of_current_file
test result: FAILED. 30 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
failures:
---- file_list::tests::file_list_goes_to_next_file_after_removal_of_current_file stdout ----
thread 'file_list::tests::file_list_goes_to_next_file_after_removal_of_current_file' panicked at 'called Result::unwrap() on an Err value: Unable to trash file /home/gabx/.cache/pacaur/image-roll/src/image-roll-2.1.0/test/file_list_goes_to_next_file_after_removal_of_current_file/test.png across filesystem boundaries', src/file_list.rs:485:65
---- file_list::tests::delete_current_file_returns_deleted_file_path stdout ----
thread 'file_list::tests::delete_current_file_returns_deleted_file_path' panicked at 'called Result::unwrap() on an Err value: Unable to trash file /home/gabx/.cache/pacaur/image-roll/src/image-roll-2.1.0/test/delete_current_file_returns_deleted_file_path/test.png across filesystem boundaries', src/file_list.rs:468:65
---- file_list::tests::delete_current_file_deletes_file_from_filesystem stdout ----
thread 'file_list::tests::delete_current_file_deletes_file_from_filesystem' panicked at 'called Result::unwrap() on an Err value: Unable to trash file /home/gabx/.cache/pacaur/image-roll/src/image-roll-2.1.0/test/delete_current_file_deletes_file_from_filesystem/test.png across filesystem boundaries', src/file_list.rs:452:41
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
failures:
file_list::tests::delete_current_file_deletes_file_from_filesystem
file_list::tests::delete_current_file_returns_deleted_file_path
file_list::tests::file_list_goes_to_next_file_after_removal_of_current_file
test result: FAILED. 30 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
@lmartinez-mirror can you add 'aarch64' to the list of supported architectures?
Thanks,