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

testClassArrayType fails for Alpine Aarch64 on Java 19 #3984

Open
karianna opened this issue Sep 22, 2022 · 1 comment
Open

testClassArrayType fails for Alpine Aarch64 on Java 19 #3984

karianna opened this issue Sep 22, 2022 · 1 comment

Comments

@karianna
Copy link
Contributor

TRSS Test Output

Seems to be a recent failure.

[2022-09-21T13:34:09.013Z] FAILED: testClassArrayType
[2022-09-21T13:34:09.014Z] java.lang.UnsupportedOperationException: java.lang.IllegalArgumentException
[2022-09-21T13:34:09.014Z] at java.base/java.lang.Class.arrayType(Class.java:4508)
[2022-09-21T13:34:09.014Z] at org.openj9.test.java_lang.Test_Class.arrayTypeTestGeneral(Test_Class.java:166)
[2022-09-21T13:34:09.014Z] at org.openj9.test.java_lang.Test_Class.testClassArrayType(Test_Class.java:152)
[2022-09-21T13:34:09.014Z] at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
[2022-09-21T13:34:09.014Z] at java.base/java.lang.reflect.Method.invoke(Method.java:578)
[2022-09-21T13:34:09.014Z] at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:124)
[2022-09-21T13:34:09.014Z] at org.testng.internal.Invoker.invokeMethod(Invoker.java:580)
[2022-09-21T13:34:09.014Z] at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:716)
[2022-09-21T13:34:09.014Z] at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:988)
[2022-09-21T13:34:09.014Z] at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
[2022-09-21T13:34:09.014Z] at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:109)
[2022-09-21T13:34:09.014Z] at org.testng.TestRunner.privateRun(TestRunner.java:648)
[2022-09-21T13:34:09.014Z] at org.testng.TestRunner.run(TestRunner.java:505)
[2022-09-21T13:34:09.014Z] at org.testng.SuiteRunner.runTest(SuiteRunner.java:455)
[2022-09-21T13:34:09.014Z] at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:450)
[2022-09-21T13:34:09.014Z] at org.testng.SuiteRunner.privateRun(SuiteRunner.java:415)
[2022-09-21T13:34:09.014Z] at org.testng.SuiteRunner.run(SuiteRunner.java:364)
[2022-09-21T13:34:09.014Z] at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
[2022-09-21T13:34:09.014Z] at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:84)
[2022-09-21T13:34:09.014Z] at org.testng.TestNG.runSuitesSequentially(TestNG.java:1208)
[2022-09-21T13:34:09.014Z] at org.testng.TestNG.runSuitesLocally(TestNG.java:1137)
[2022-09-21T13:34:09.014Z] at org.testng.TestNG.runSuites(TestNG.java:1049)
[2022-09-21T13:34:09.014Z] at org.testng.TestNG.run(TestNG.java:1017)
[2022-09-21T13:34:09.014Z] at org.testng.TestNG.privateMain(TestNG.java:1354)
[2022-09-21T13:34:09.014Z] at org.testng.TestNG.main(TestNG.java:1323)
[2022-09-21T13:34:09.014Z] Caused by: java.lang.IllegalArgumentException
[2022-09-21T13:34:09.014Z] at java.base/java.lang.reflect.Array.newArray(Native Method)
[2022-09-21T13:34:09.014Z] at java.base/java.lang.reflect.Array.newInstance(Array.java:78)
[2022-09-21T13:34:09.014Z] at java.base/java.lang.Class.arrayType(Class.java:4506)
[2022-09-21T13:34:09.014Z] ... 24 more

@smlambert
Copy link
Contributor

Interesting, an UnsupportedOperationException seen first on Sept 20th, passing in the Sept 14th run, someone needs to look at both the test material and product code and check what has changed in between.

Test Info
Test Name: Jep334Tests_0
Test Duration: 1 sec
Machine: test-docker-alpine314-aarch64-1
TRSS link for the test output: https://trss.adoptium.net/output/test?id=632b9c1693ac60470bc771bb

Build Info
Build Name: Test_openjdk19_hs_sanity.functional_aarch64_alpine-linux
Jenkins Build start time: Sep 21 2022, 09:29 am
Jenkins Build URL: https://ci.adoptopenjdk.net/job/Test_openjdk19_hs_sanity.functional_aarch64_alpine-linux/56/
TRSS link for the build: https://trss.adoptium.net/allTestsInfo?buildId=632b9b8d93ac60470bc77191

Java Version
openjdk version "19" 2022-09-20
OpenJDK Runtime Environment Temurin-19+36 (build 19+36)
OpenJDK 64-Bit Server VM Temurin-19+36 (build 19+36, mixed mode, sharing)

This test has been failed 3 times since Sep 20 2022, 11:22 am
Java Version when the issue first seen
openjdk version "19" 2022-09-20
OpenJDK Runtime Environment Temurin-19+36 (build 19+36)
OpenJDK 64-Bit Server VM Temurin-19+36 (build 19+36, mixed mode, sharing)
Jenkins Build URL: https://ci.adoptopenjdk.net/job/Test_openjdk19_hs_sanity.functional_aarch64_alpine-linux/54/

The test failed on machine test-docker-alpine314-aarch64-1 2 times
The test failed on machine test-docker-alpine313-aarch64-1 1 times

Rerun in Grinder

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Development

No branches or pull requests

2 participants