62 - XrdCl::WorkflowTest.DoubleRunningTest (Not Run) 63 - XrdCl::WorkflowTest.ParallelTest (Not Run) 64 - XrdCl::WorkflowTest.FileSystemWorkflowTest (Not Run) 65 - XrdCl::WorkflowTest.MixedWorkflowTest (Not Run) 66 - XrdCl::WorkflowTest.WorkflowWithFutureTest (Not Run) 67 - XrdCl::WorkflowTest.MkDirAsyncTest (Not Run) 88 - XRootD::cache::setup (Failed) 90 - XRootD::cache::test (Not Run) 91 - XRootD::cluster::start (Failed) ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 23.0_hardened_systemd_test-20250525-174740 The attached etc.portage.tar.xz has all details. ------------------------------------------------------------------- gcc-config -l: [1] x86_64-pc-linux-gnu-15 * llvm-config: 20.1.5 Python 3.13.3 go version go1.24.3 linux/amd64 [1] php8.4 * Available Ruby profiles: [1] ruby32 (with Rubygems) [2] ruby33 (with Rubygems) * Available Rust versions: [1] rust-bin-1.87.0 * The following VMs are available for generation-2: *) Eclipse Temurin JDK 21.0.7_p6 [openjdk-bin-21] Available Java Virtual Machines: [1] openjdk-bin-21 system-vm HEAD of ::gentoo commit 5f192b19ec5c7c91cc659580529c410370426e22 Author: Repository mirror & CI <repomirrorci@gentoo.org> Date: Tue May 27 07:54:40 2025 +0000 2025-05-27 07:54:39 UTC The tinderbox task was: net-libs/xrootd emerge -qpvO =net-libs/xrootd-5.8.2 [ebuild N ] net-libs/xrootd-5.8.2 USE="libxml2 python readline server systemd test -ceph -debug -doc -examples -fuse -http -kerberos -macaroons -scitokens -xrdec" PYTHON_TARGETS="python3_13 -python3_11 -python3_12 -python3_13t"
Created attachment 929773 [details] emerge-info.txt
Created attachment 929774 [details] LastTest.log
Created attachment 929775 [details] emerge-history.txt
Created attachment 929776 [details] environment
Created attachment 929777 [details] etc.portage.tar.xz
Created attachment 929778 [details] logs.tar.xz
Created attachment 929779 [details] net-libs:xrootd-5.8.2:20250527-080756.log.xz
Created attachment 929780 [details] qlist-info.txt
Created attachment 929781 [details] temp.tar.xz
The file size of ./files/tests.tar.xz is too big (311M) for an upload. For few weeks the link http://tinderbox.zwiebeltoralf.de:31560/23.0_hardened_systemd_test-20250525-174740/var/tmp/tb/issues/20250527-081121-net-libs_xrootd-5.8.2/files/tests.tar.xz is valid.
Hi Toralf, it would be great if you could mark some packages to not use tmpfs for testing, or you could configure the box to enable extended attributes for tmpfs. Could you please try to rerun the tests with a filesystem that supports extended attributes? This is a new test tbat was not marked to be skipped due to that. Thank you.
(In reply to Guilherme Amadio from comment #11) > Hi Toralf, it would be great if you could mark some packages to not use > tmpfs for testing, or you could configure the box to enable extended > attributes for tmpfs. Could you please try to rerun the tests with a > filesystem that supports extended attributes? This is a new test tbat was > not marked to be skipped due to that. Thank you. Hhm, I could pin this package to notmpfs?: https://github.com/toralf/tinderbox/blob/main/bin/setup_img.sh#L444
Yes, if that's possible, it's the best thing, because many tests depend on a filesystem with support for extended attributes, and at the moment they must be skipped. It can be tmpfs as well, if you enable extended attributes for it in your kernel. Thanks!
(In reply to Guilherme Amadio from comment #13) > Yes, if that's possible, it's the best thing, because many tests depend on a > filesystem with support for extended attributes, and at the moment they must > be skipped. It can be tmpfs as well, if you enable extended attributes for > it in your kernel. Thanks! I do have at the tinderbox: mr-fox /usr/src/linux # zgrep TMPFS /proc/config.gz CONFIG_DEVTMPFS=y CONFIG_DEVTMPFS_MOUNT=y # CONFIG_DEVTMPFS_SAFE is not set CONFIG_TMPFS=y CONFIG_TMPFS_POSIX_ACL=y CONFIG_TMPFS_XATTR=y CONFIG_TMPFS_INODE64=y # CONFIG_TMPFS_QUOTA is not set The tinderbox image itself is bubble-wrapped - shouldn't be a problem I think? https://github.com/toralf/tinderbox/blob/main/bin/bwrap.sh
It seems that these lines may be a problem https://github.com/toralf/tinderbox/blob/6177f5c3198dc69a82164f5b302df4cd650755b4/bin/bwrap.sh#L95-L96 So, moving out of tmpfs might do it. I'd really prefer if this could be fixed in tinderbox rather than by disabling tests. Thank you!