-
Bug
-
Resolution: Unresolved
-
P4
-
19, 21
-
x86_64
-
os_x_10.15
The following test failed in the JDK19 CI:
java/nio/channels/Channels/ReadXBytes.java
Here's a snippet from the log file:
#section:testng
----------messages:(5/296)----------
command: testng -Xmx12G ReadXBytes
reason: User specified action: run testng/othervm/timeout=900 -Xmx12G ReadXBytes
Mode: othervm [/othervm specified]
Additional options from @modules: --add-modules java.base --add-exports java.base/jdk.internal.util=ALL-UNNAMED
elapsed time (seconds): 227.477
----------configuration:(4/111)----------
Boot Layer
add modules: java.base
add exports: java.base/jdk.internal.util ALL-UNNAMED
----------System.out:(18/857)----------
Seed from RandomFactory = -5795504637848390576L
test ReadXBytes.readAllBytes(1): success
test ReadXBytes.readAllBytes(116): success
test ReadXBytes.readAllBytes(16607): success
test ReadXBytes.readAllBytes(298423): success
test ReadXBytes.readAllBytes(937817489): success
test ReadXBytes.readAllBytesAtEOF(): success
test ReadXBytes.readAllBytesFromBeyondMaxLengthFile(): success
test ReadXBytes.readAllBytesFromEmptyFile(): success
test ReadXBytes.readAllBytesFromMaxLengthFile(): success
test ReadXBytes.readNBytes(1): success
test ReadXBytes.readNBytes(52): success
test ReadXBytes.readNBytes(27092): success
test ReadXBytes.readNBytes(964218): success
test ReadXBytes.readNBytes(44297397): success
test ReadXBytes.readNBytesAtEOF(): success
test ReadXBytes.readNBytesFromBeyondMaxLengthFile(): success
test ReadXBytes.readNBytesFromEmptyFile(): success
----------System.err:(0/0)----------
----------rerun:(41/9608)*----------
<snip>
result: Failed. Unexpected exit from test [exit code: 137]
The test run's artifacts have no hs_err_pid or core file.
The failing test task is a "tier7-common-usage-tracker-open_test_jdk_jdk_nio"
so this might be a strange Usage Tracker failure.
java/nio/channels/Channels/ReadXBytes.java
Here's a snippet from the log file:
#section:testng
----------messages:(5/296)----------
command: testng -Xmx12G ReadXBytes
reason: User specified action: run testng/othervm/timeout=900 -Xmx12G ReadXBytes
Mode: othervm [/othervm specified]
Additional options from @modules: --add-modules java.base --add-exports java.base/jdk.internal.util=ALL-UNNAMED
elapsed time (seconds): 227.477
----------configuration:(4/111)----------
Boot Layer
add modules: java.base
add exports: java.base/jdk.internal.util ALL-UNNAMED
----------System.out:(18/857)----------
Seed from RandomFactory = -5795504637848390576L
test ReadXBytes.readAllBytes(1): success
test ReadXBytes.readAllBytes(116): success
test ReadXBytes.readAllBytes(16607): success
test ReadXBytes.readAllBytes(298423): success
test ReadXBytes.readAllBytes(937817489): success
test ReadXBytes.readAllBytesAtEOF(): success
test ReadXBytes.readAllBytesFromBeyondMaxLengthFile(): success
test ReadXBytes.readAllBytesFromEmptyFile(): success
test ReadXBytes.readAllBytesFromMaxLengthFile(): success
test ReadXBytes.readNBytes(1): success
test ReadXBytes.readNBytes(52): success
test ReadXBytes.readNBytes(27092): success
test ReadXBytes.readNBytes(964218): success
test ReadXBytes.readNBytes(44297397): success
test ReadXBytes.readNBytesAtEOF(): success
test ReadXBytes.readNBytesFromBeyondMaxLengthFile(): success
test ReadXBytes.readNBytesFromEmptyFile(): success
----------System.err:(0/0)----------
----------rerun:(41/9608)*----------
<snip>
result: Failed. Unexpected exit from test [exit code: 137]
The test run's artifacts have no hs_err_pid or core file.
The failing test task is a "tier7-common-usage-tracker-open_test_jdk_jdk_nio"
so this might be a strange Usage Tracker failure.
- duplicates
-
JDK-8299901 java/nio/channels/Channels/ReadXBytes.java failed with unexpected exit code 137
-
- Closed
-
- relates to
-
JDK-8278469 Test java/nio/channels/FileChannel/LargeGatheringWrite.java times out
-
- Resolved
-
-
JDK-8290095 java/nio/channels/FileChannel/largeMemory/LargeGatheringWrite.java timed out
-
- Resolved
-
-
JDK-8289526 java/nio/channels/FileChannel/MapTest.java times out
-
- Resolved
-
-
JDK-8290252 Add TEST.properties to java/nio/channels/FileChannel and move tests out of largeMemory sub-dir
-
- Resolved
-