Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Analyze EA JDK 17 failures #18372

Closed
7 tasks done
famod opened this issue Jul 2, 2021 · 4 comments
Closed
7 tasks done

Analyze EA JDK 17 failures #18372

famod opened this issue Jul 2, 2021 · 4 comments
Assignees
Labels
area/housekeeping Issue type for generalized tasks not related to bugs or enhancements area/kotlin

Comments

@famod
Copy link
Member

famod commented Jul 2, 2021

Description

Analyze failures, create upstream issues etc.

Current status (checked item means problem resolved or mitigated with respective follow-up issues):

  • quarkus-hibernate-orm-panache-kotlin: java.lang.NoSuchMethodError: 'void com.sun.tools.javac.util.Log.<init>(com.sun.tools.javac.util.Context, java.io.PrintWriter, java.io.PrintWriter, java.io.PrintWriter)' at org.jetbrains.kotlin.kapt3.base.javac.KaptJavaLog.<init>(KaptJavaLog.kt:30)
    https://youtrack.jetbrains.com/issue/KT-47583
  • quarkus-cli: tests failing with ArtifactNotFoundException: Could not find artifact io.quarkus:quarkus-universe-bom-quarkus-platform-descriptor:json:999-SNAPSHOT:999-SNAPSHOT
  • quarkus-integration-test-devtools: test failing with ArtifactNotFoundException: Could not find artifact io.quarkus:quarkus-bom-quarkus-platform-descriptor:json:999-SNAPSHOT:999-SNAPSHOT
  • quarkus-integration-test-scala: tests failing with ArtifactNotFoundException: Could not find artifact io.quarkus:quarkus-bom-quarkus-platform-descriptor:json:999-SNAPSHOT:999-SNAPSHOT
  • quarkus-integration-test-kotlin: one test failing with ArtifactNotFoundException: Could not find artifact io.quarkus:quarkus-bom-quarkus-platform-descriptor:json:999-SNAPSHOT:999-SNAPSHOT
  • quarkus-tck-microprofile-jwt: one test fails with:
    2021-07-09T02:41:37.1778449Z FAILED: testFailAlgorithm
    2021-07-09T02:41:37.1778964Z         Illustrate validation of iss
    2021-07-09T02:41:37.1779535Z org.testng.TestException: 
    2021-07-09T02:41:37.1781961Z Expected exception of type class org.jose4j.jwt.consumer.InvalidJwtException but got org.jose4j.lang.InvalidAlgorithmException: A128KW is an unknown, unsupported or unavailable alg algorithm (not one of [RSA1_5, RSA-OAEP, RSA-OAEP-256, dir, ECDH-ES, A128GCMKW, A192GCMKW, A256GCMKW]).
    
  • quarkus-integration-test-gradle-plugin: MultiModuleKotlinProjectDevModeTest and KotlinGRPCProjectBuildTest fail with:
    Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.jetbrains.kotlin.com.intellij.util.io.FileChannelUtil
            at org.jetbrains.kotlin.com.intellij.util.io.ReadWriteDirectBufferWrapper$FileContext$1.execute(ReadWriteDirectBufferWrapper.java:59)
            at org.jetbrains.kotlin.com.intellij.util.io.ReadWriteDirectBufferWrapper$FileContext$1.execute(ReadWriteDirectBufferWrapper.java:49)
            at org.jetbrains.kotlin.com.intellij.openapi.util.io.FileUtilRt.doIOOperation(FileUtilRt.java:957)
            at org.jetbrains.kotlin.com.intellij.util.io.ReadWriteDirectBufferWrapper$FileContext.<init>(ReadWriteDirectBufferWrapper.java:49)
            at org.jetbrains.kotlin.com.intellij.util.io.ReadWriteDirectBufferWrapper.create(ReadWriteDirectBufferWrapper.java:35)
            at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
            ... 3 more
    

See also: https://quarkusio.zulipchat.com/#narrow/stream/187038-dev/topic/EA.20build

@famod famod added the area/housekeeping Issue type for generalized tasks not related to bugs or enhancements label Jul 2, 2021
@quarkus-bot
Copy link

quarkus-bot bot commented Jul 2, 2021

/cc @evanchooly

@famod famod self-assigned this Jul 2, 2021
@famod
Copy link
Member Author

famod commented Jul 11, 2021

@sberyozkin @radcortez this might be something for you:

  • quarkus-tck-microprofile-jwt: one test fails with:
2021-07-09T02:41:37.1778449Z FAILED: testFailAlgorithm
2021-07-09T02:41:37.1778964Z         Illustrate validation of iss
2021-07-09T02:41:37.1779535Z org.testng.TestException: 
2021-07-09T02:41:37.1781961Z Expected exception of type class org.jose4j.jwt.consumer.InvalidJwtException but got org.jose4j.lang.InvalidAlgorithmException: A128KW is an unknown, unsupported or unavailable alg algorithm (not one of [RSA1_5, RSA-OAEP, RSA-OAEP-256, dir, ECDH-ES, A128GCMKW, A192GCMKW, A256GCMKW]).

I suppose Java 17 dropped that A128KW algorithm.

@famod
Copy link
Member Author

famod commented Aug 24, 2021

New test failures added (Gradle Kotlin): Could not initialize class org.jetbrains.kotlin.com.intellij.util.io.FileChannelUtil

Those failures vanish when updating kotlin to 1.5.30, most likely due to https://youtrack.jetbrains.com/issue/KT-47152 (in that switching off incremental compilation prevented the problem, see first comment of that issue).

@famod
Copy link
Member Author

famod commented Aug 26, 2021

Nothing left to analyze. Will reopen if the need arises.

PS: This night's run failed because of a single flaky test.

@famod famod closed this as completed Aug 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/housekeeping Issue type for generalized tasks not related to bugs or enhancements area/kotlin
Projects
None yet
Development

No branches or pull requests

1 participant