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)
Created attachment 826263 [details] build.log build log and emerge --info
Created attachment 826265 [details] 1-LastTest.log 1-LastTest.log
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
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(+)
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(-)