Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 937090 - net-libs/xrootd-5.7.0 fails tests
Summary: net-libs/xrootd-5.7.0 fails tests
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Guilherme Amadio
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2024-08-01 16:57 UTC by Agostino Sarubbo
Modified: 2024-08-06 12:24 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,658.23 KB, text/plain)
2024-08-01 16:57 UTC, Agostino Sarubbo
Details
1-LastTest.log (1-LastTest.log,155.43 KB, text/plain)
2024-08-01 16:57 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2024-08-01 16:57:27 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: net-libs/xrootd-5.7.0 fails tests.
Discovered on: amd64 (internal ref: tinderbox_musl)
System: MUSL-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#MUSL)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0015
Comment 1 Agostino Sarubbo gentoo-dev 2024-08-01 16:57:29 UTC
Created attachment 898768 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-08-01 16:57:30 UTC
Created attachment 898769 [details]
1-LastTest.log

1-LastTest.log
Comment 3 Agostino Sarubbo gentoo-dev 2024-08-01 16:57:30 UTC
Error(s) that match a know pattern:


	 20 - XrdCl::LocalFileHandlerTest.XAttrTest (Subprocess aborted)
	 39 - XrdCl::FileTest.XAttrTest (Failed)
	 45 - XrdCl::FileCopyTest.ThirdPartyCopyTest (Subprocess aborted)
	 46 - XrdCl::FileCopyTest.NormalCopyTest (Subprocess aborted)
	 61 - XrdCl::FileSystemTest.XAttrTest (Failed)
	 72 - XrdCl::WorkflowTest.XAttrWorkflowTest (Failed)
	 74 - XrdCl::WorkflowTest.CheckpointTest (Failed)
-- Could NOT find TinyXml (missing: TINYXML_LIBRARIES TINYXML_INCLUDE_DIR) 
The following tests FAILED:
Comment 4 Guilherme Amadio gentoo-dev 2024-08-06 12:24:03 UTC
XRootD tests need a filesystem with support for extended attributes to run the tests. This is also required for rocksdb (see https://bugs.gentoo.org/923252#c10). I do plan to address this in XRootD itself to skip tests that would fail on tmpfs, but if we could have the tinderbox run on a tmpfs with extended attributes enabled, that would be better, as then we could run all the tests on the tinderbox. What do you think?