Package Details: xcp 0.20.4-1

Git Clone URL: https://aur.archlinux.org/xcp.git (read-only, click to copy)
Package Base: xcp
Description: An extended 'cp'
Upstream URL: https://github.com/tarka/xcp
Keywords: cp
Licenses: GPL-3.0-only
Submitter: ArniDagur
Maintainer: tarball
Last Packager: tarball
Votes: 4
Popularity: 0.64
First Submitted: 2019-01-14 02:25 (UTC)
Last Updated: 2024-02-23 03:43 (UTC)

Required by (0)

Sources (1)

Latest Comments

tarball commented on 2023-12-20 11:06 (UTC) (edited on 2023-12-20 11:32 (UTC) by tarball)

ext4 is officially supported (in fact it's the "main" Linux filesystem from the upstream's point of view). So it's an upstream bug. You should probably report it to the bugtracker and patch that line out for the moment.

edit: CI is using feature flags, so that's what I did for now. Still, it would be great to auto detect features since many other filesystems do support reflinks.

xiota commented on 2023-12-20 11:01 (UTC) (edited on 2023-12-24 02:07 (UTC) by xiota)

Clean chroot. I believe file system is ext4. Is there a way to detect file system support and disable tests? Or to run tests in an image file of a supported file system?

failures:
    linux::tests::test_reflink

Updates:

simona commented on 2020-10-03 08:23 (UTC) (edited on 2020-10-03 08:25 (UTC) by simona)

error
error: no override and no default toolchain set
Solved with:
rustup install stable ; rustup default stable

stvhuang commented on 2020-02-18 07:13 (UTC) (edited on 2020-02-18 07:20 (UTC) by stvhuang)

failures: os::linux::tests::test_empty_extent os::linux::tests::test_extent_fetch os::linux::tests::test_extent_fetch_many

test result: FAILED. 11 passed; 3 failed; 21 ignored; 0 measured; 0 filtered out

error: test failed, to rerun pass '--bin xcp' ==> ERROR: A failure occurred in check(). Aborting... Error making: xcp


build successfully, but cannot pass the test