https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: dev-util/cmake-3.18.2 fails tests. Discovered on: amd64 (internal ref: ci) NOTE: This machine uses GLIBC-2.32. If you think that this issue is strictly related to GLIBC please block bug 736174.
Created attachment 661644 [details] build.log build log and emerge --info
Same test failure for x86: > 99% tests passed, 2 tests failed out of 539 > > Label Time Summary: > CUDA = 34.00 sec*proc (3 tests) > Label1 = 0.03 sec*proc (1 test) > Label2 = 0.03 sec*proc (1 test) > > Total Test time (real) = 313.81 sec > > The following tests FAILED: > 195 - CTestCoverageCollectGCOV (Failed) > 456 - RunCMake.File_Archive (Failed) > Errors while running CTest > * ERROR: dev-util/cmake-3.18.5::gentoo failed (test phase): > * Tests failed >
This is something broken by the ebuild. I run nightly dashboards on my Gentoo machines where both tests work.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94edeb1703cfdd6e8b923fba667a04f15dc4fad9 commit 94edeb1703cfdd6e8b923fba667a04f15dc4fad9 Author: Andreas Sturmlechner <asturm@gentoo.org> AuthorDate: 2021-01-23 16:11:16 +0000 Commit: Andreas Sturmlechner <asturm@gentoo.org> CommitDate: 2021-01-23 17:03:02 +0000 dev-util/cmake: Re-enable CommandLineTar test w/ app-arch/libarchive[zstd] Thanks-to: Keshia Bonaventure <keshia.bonaventure@you-spam.com> Bug: https://bugs.gentoo.org/690186 Closes: https://bugs.gentoo.org/743772 Closes: https://bugs.gentoo.org/766363 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> dev-util/cmake/cmake-3.18.5.ebuild | 6 +++--- dev-util/cmake/cmake-3.19.3.ebuild | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-)
Looks not fixed, can someone confirm? The following tests FAILED: 136 - CPackComponentsDEB-components-depend2 (Failed) 137 - CPackComponentsDEB-compression (Failed) 208 - CTestCoverageCollectGCOV (Failed) 469 - RunCMake.File_Archive (Failed) 489 - RunCMake.CommandLineTar (Failed) 499 - RunCMake.CPackSymlinks (Failed) 511 - RunCMake.CPack_TBZ2 (Failed) 513 - RunCMake.CPack_TXZ (Failed)
Still there.
I can't reproduce them, so the only fix would be finding all the missing deps and adding half of world to test dependencies of cmake. Can you attach detailed logs for your failing tests? Even better, if someone is motivated enough hunt them missing dependencies down, I'm getting a little bit tired with this.
It passed for me on x86 with the new test deps.
Passed on arm/arm64 now too.