Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 936606

Summary: dev-java/byte-buddy-1.14.0 fails test ClassFileVersionTest.testLatestVersion
Product: Gentoo Linux Reporter: Jonathan Lovelace <kingjon3377>
Component: Current packagesAssignee: Java team <java>
Status: RESOLVED FIXED    
Severity: normal CC: kingjon3377
Priority: Normal Keywords: PullRequest
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/40081
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: dev-java:byte-buddy-1.14.0:20240724-145610.log
emerge-info.txt

Description Jonathan Lovelace 2024-07-24 22:56:12 UTC
When rebuilding as part of the final "emerge --emptytree @world" step of the 23.0 profile upgrade, =dev-java/byte-buddy-1.14.0 fails its tests on this machine, specifically the test "testLatestVersion":

There was 1 failure:
1) testLatestVersion(net.bytebuddy.ClassFileVersionTest)
java.lang.AssertionError:
Expected: is <66s>
     but: was <64s>
        at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
        at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:8)
        at net.bytebuddy.ClassFileVersionTest.testLatestVersion(ClassFileVersionTest.java:72)

FAILURES!!!
Tests run: 10254,  Failures: 1
Comment 1 Jonathan Lovelace 2024-07-24 22:56:35 UTC
Created attachment 898276 [details]
dev-java:byte-buddy-1.14.0:20240724-145610.log
Comment 2 Jonathan Lovelace 2024-07-24 22:56:58 UTC
Created attachment 898277 [details]
emerge-info.txt
Comment 3 Larry the Git Cow gentoo-dev 2025-01-10 08:51:17 UTC
The bug has been closed via the following commit(s):

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

commit ffa8f6b5eb8be026039338befd02e2c124934e20
Author:     Volkmar W. Pogatzki <gentoo@pogatzki.net>
AuthorDate: 2025-01-10 07:52:07 +0000
Commit:     Miroslav Šulc <fordfrog@gentoo.org>
CommitDate: 2025-01-10 08:51:07 +0000

    dev-java/byte-buddy: drop 1.14.0
    
    Closes: https://bugs.gentoo.org/916487
    Closes: https://bugs.gentoo.org/936606
    Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
    Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>

 dev-java/byte-buddy/Manifest                 |   1 -
 dev-java/byte-buddy/byte-buddy-1.14.0.ebuild | 161 ---------------------------
 2 files changed, 162 deletions(-)