Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 936606 - dev-java/byte-buddy-1.14.0 fails test ClassFileVersionTest.testLatestVersion
Summary: dev-java/byte-buddy-1.14.0 fails test ClassFileVersionTest.testLatestVersion
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
Depends on:
Blocks:
 
Reported: 2024-07-24 22:56 UTC by Jonathan Lovelace
Modified: 2025-01-10 08:51 UTC (History)
1 user (show)

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


Attachments
dev-java:byte-buddy-1.14.0:20240724-145610.log (dev-java:byte-buddy-1.14.0:20240724-145610.log,158.07 KB, text/plain; charset=utf-8)
2024-07-24 22:56 UTC, Jonathan Lovelace
Details
emerge-info.txt (emerge-info.txt,9.08 KB, text/plain; charset=utf-8)
2024-07-24 22:56 UTC, Jonathan Lovelace
Details

Note You need to log in before you can comment on or make changes to this bug.
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(-)