Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 743772 - dev-util/cmake-3.18.x fails tests
Summary: dev-util/cmake-3.18.x fails tests
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 757336
  Show dependency tree
 
Reported: 2020-09-20 16:38 UTC by Agostino Sarubbo
Modified: 2021-02-24 21:19 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,689.54 KB, text/plain)
2020-09-20 16:38 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 2020-09-20 16:38:39 UTC
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.
Comment 1 Agostino Sarubbo gentoo-dev 2020-09-20 16:38:42 UTC
Created attachment 661644 [details]
build.log

build log and emerge --info
Comment 2 Thomas Deutschmann (RETIRED) gentoo-dev 2020-11-28 13:24:05 UTC
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
>
Comment 3 Rolf Eike Beer archtester 2020-12-18 20:17:29 UTC
This is something broken by the ebuild. I run nightly dashboards on my Gentoo machines where both tests work.
Comment 4 Larry the Git Cow gentoo-dev 2021-01-23 17:03:13 UTC
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(-)
Comment 5 Rolf Eike Beer archtester 2021-01-29 15:22:37 UTC
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)
Comment 6 Rolf Eike Beer archtester 2021-02-16 08:10:53 UTC
Still there.
Comment 7 Andreas Sturmlechner gentoo-dev 2021-02-16 16:23:45 UTC
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.
Comment 8 Thomas Deutschmann (RETIRED) gentoo-dev 2021-02-19 02:20:07 UTC
It passed for me on x86 with the new test deps.
Comment 9 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-02-24 21:19:18 UTC
Passed on arm/arm64 now too.