Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 946905 - dev-java/javassist-3.30.2::gentoo failed (test phase) with GENTOO_VM=openjdk-bin-25: javassist.NotFoundException: suspend(..) is not found in java.lang.Thread
Summary: dev-java/javassist-3.30.2::gentoo failed (test phase) with GENTOO_VM=openjdk-...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Java team
URL: https://github.com/jboss-javassist/ja...
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks: jdk25_test
  Show dependency tree
 
Reported: 2024-12-25 10:49 UTC by Agostino Sarubbo
Modified: 2025-01-14 10:09 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,94.61 KB, text/plain)
2024-12-25 10:49 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-12-25 10:49:29 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-java/javassist-3.30.2 fails tests.
Discovered on: amd64 (internal ref: java25_tinderbox)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0015
Comment 1 Agostino Sarubbo gentoo-dev 2024-12-25 10:49:30 UTC
Created attachment 914853 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-12-25 10:49:30 UTC
Error(s) that match a know pattern:


FAILURES!!!
Comment 3 Volkmar W. Pogatzki 2025-01-01 20:54:56 UTC
There was 1 failure:
1) testDeprecatedAttribute(javassist.bytecode.BytecodeTest)
javassist.NotFoundException: suspend(..) is not found in java.lang.Thread
	at javassist.CtClassType.getDeclaredMethod(CtClassType.java:1356)
	at javassist.bytecode.BytecodeTest.testDeprecatedAttribute(BytecodeTest.java:315)

FAILURES!!!
Tests run: 434,  Failures: 1

Method suspend in class java.lang.Thread was finally removed in Java 23.