Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 923603 - dev-java/httpcore-4.4.14 fails tests with >=jdk-17
Summary: dev-java/httpcore-4.4.14 fails tests with >=jdk-17
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Java team
URL:
Whiteboard:
Keywords: PullRequest, TESTFAILURE
Depends on:
Blocks:
 
Reported: 2024-02-02 08:25 UTC by Agostino Sarubbo
Modified: 2024-05-26 08:17 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,315.31 KB, text/plain)
2024-02-02 08:25 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-02-02 08:25:03 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-java/httpcore-4.4.14 fails tests.
Discovered on: arm64 (internal ref: tinderbox_arm64)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0015
Comment 1 Agostino Sarubbo gentoo-dev 2024-02-02 08:25:06 UTC
Created attachment 884013 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-02-02 08:25:07 UTC
Error(s) that match a know pattern:


Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.ExceptionInInitializerError [in thread "main"]
Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.mockito.internal.creation.jmock.ClassImposterizer$3
FAILURES!!!
java.lang.NoClassDefFoundError: Could not initialize class org.mockito.internal.creation.jmock.ClassImposterizer$3
Comment 3 Larry the Git Cow gentoo-dev 2024-05-26 08:17:20 UTC
The bug has been closed via the following commit(s):

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

commit b2d5b0a7b42398ddbe0fbb50c192d70280c049df
Author:     Volkmar W. Pogatzki <gentoo@pogatzki.net>
AuthorDate: 2024-02-04 10:52:34 +0000
Commit:     Miroslav Šulc <fordfrog@gentoo.org>
CommitDate: 2024-05-26 08:16:00 +0000

    dev-java/httpcore: handle test failures #923603
    
    Closes: https://bugs.gentoo.org/923603
    Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
    Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>

 .../files/httpcore-4.4.14-skipFailingTest.patch    | 55 ++++++++++++++++++++++
 dev-java/httpcore/httpcore-4.4.14.ebuild           | 15 ++++--
 2 files changed, 66 insertions(+), 4 deletions(-)