adoptium / aqa-tests

Home of test infrastructure for Adoptium builds
https://adoptium.net/aqavit
Apache License 2.0
128 stars 308 forks source link

jdk_util_0/java/util/zip/ZipFile/Zip64SizeTest.java FAILED in Test_openjdk11_hs_sanity.openjdk_ppc64_aix #1879

Open smlambert opened 4 years ago

smlambert commented 4 years ago

Test Info Test Name: jdk_util_0 Test Duration: 31 min 56 sec Machine: build-osuosl-aix71-ppc64-1 TRSS link for the test output: https://trss.adoptopenjdk.net/output/test?id=5f0a74bf7eaab3443c9c4062

Build Info Build Name: Test_openjdk11_hs_sanity.openjdk_ppc64_aix Jenkins Build start time: Jul 11 2020, 08:55 pm Jenkins Build URL: https://ci.adoptopenjdk.net/job/Test_openjdk11_hs_sanity.openjdk_ppc64_aix/145/ TRSS link for the build: https://trss.adoptopenjdk.net/allTestsInfo?buildId=5f0a742f7eaab3443c9c3b00

Java Version openjdk version "11.0.8" 2020-07-14 OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.8+8-202007112343) OpenJDK 64-Bit Server VM AdoptOpenJDK (build 11.0.8+8-202007112343, mixed mode)

Console output: [2020-07-12T02:10:39.865Z] config Zip64SizeTest.setUp(): success [2020-07-12T02:10:39.865Z] Creating LargeZipEntry.txt [2020-07-12T02:10:39.865Z] test Zip64SizeTest.validateZipEntrySizes(): failure [2020-07-12T02:10:39.865Z] java.io.IOException: A file cannot be larger than the value set by ulimit. [2020-07-12T02:10:39.866Z] at java.base/java.io.RandomAccessFile.setLength(Native Method) [2020-07-12T02:10:39.866Z] at Zip64SizeTest.createFiles(Zip64SizeTest.java:124) [2020-07-12T02:10:39.866Z] at Zip64SizeTest.validateZipEntrySizes(Zip64SizeTest.java:67) [2020-07-12T02:10:39.866Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2020-07-12T02:10:39.866Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2020-07-12T02:10:39.866Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2020-07-12T02:10:39.866Z] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [2020-07-12T02:10:39.866Z] at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)

...

[2020-07-12T02:10:39.866Z] java/util/zip/ZipFile/Zip64SizeTest.java [2020-07-12T02:10:39.866Z] Total tests run: 1, Failures: 1, Skips: 0

Appears to first start failing on July 11 https://trss.adoptopenjdk.net/output/test?id=5f0a74bf7eaab3443c9c4062, seen on build-osuosl-aix71-ppc64-1

To rerun in Grinder, pre-populate the parameters using this link

smlambert commented 4 years ago

This only fails on 1 machine (also seen for openj9 jdk14 run), build-osuosl-aix71-ppc64-1 likely needs its ulimit set differently to match other AIX test machines.

[2020-07-15T19:08:41.089Z] Creating LargeZipEntry.txt [2020-07-15T19:08:41.089Z] test Zip64SizeTest.validateZipEntrySizes(): failure [2020-07-15T19:08:41.089Z] java.io.IOException: A file cannot be larger than the value set by ulimit.

This issue should transfer to openjdk-infrastructure repo.

FYI @sxa