Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 878977 - app-arch/upx-4.0.0 fails tests
Summary: app-arch/upx-4.0.0 fails tests
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Azamat H. Hackimov
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2022-11-01 08:29 UTC by Agostino Sarubbo
Modified: 2022-11-01 20:26 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,106.81 KB, text/plain)
2022-11-01 08:29 UTC, Agostino Sarubbo
Details
1-LastTest.log (1-LastTest.log,13.04 KB, text/plain)
2022-11-01 08:29 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 2022-11-01 08:29:55 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-arch/upx-4.0.0 fails tests.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2022-11-01 08:29:58 UTC
Created attachment 826263 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-11-01 08:29:59 UTC
Created attachment 826265 [details]
1-LastTest.log

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


	  5 - upx-list (Failed)
	  6 - upx-fileinfo (Failed)
	  7 - upx-test (Failed)
	  8 - upx-unpack (Failed)
Could not find executable ./upx.unpacked
Comment 4 Larry the Git Cow gentoo-dev 2022-11-01 18:49:02 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f14c66d1ae4971049e399e4396eba1992f434b5c

commit f14c66d1ae4971049e399e4396eba1992f434b5c
Author:     Azamat H. Hackimov <azamat.hackimov@gmail.com>
AuthorDate: 2022-11-01 12:31:38 +0000
Commit:     Conrad Kostecki <conikost@gentoo.org>
CommitDate: 2022-11-01 18:48:12 +0000

    app-arch/upx: fix running tests (#878977)
    
    Tests should runs sequentially since there no dependencies for each test
    step.
    
    Closes: https://bugs.gentoo.org/878977
    Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/28076
    Signed-off-by: Conrad Kostecki <conikost@gentoo.org>

 app-arch/upx/upx-4.0.0.ebuild | 9 +++++++++
 1 file changed, 9 insertions(+)
Comment 5 Larry the Git Cow gentoo-dev 2022-11-01 20:26:43 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=181fb059e9924236f81f552e49ef26d11e998509

commit 181fb059e9924236f81f552e49ef26d11e998509
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-11-01 20:25:54 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-11-01 20:26:36 +0000

    app-arch/upx: simplify testing
    
    - No need for IUSE=test & RESTRICT unless we're doing something conditionally
    like building tests. Running tests is always conditional on FEATURES=test.
    
    - Pass argument to cmake_src_test instead of calling ctest directly for -j1.
    
    Bug: https://bugs.gentoo.org/878977
    Signed-off-by: Sam James <sam@gentoo.org>

 app-arch/upx/upx-4.0.0.ebuild | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)