-
Bug
-
Resolution: Unresolved
-
P4
-
None
-
24, 25, 26
-
+ uname -a
Linux mercury 5.4.18-hygon-csv #16 SMP Wed Aug 14 20:46:13 CST 2024 x86_64 x86_64 x86_64 GNU/Linux
+ cat /etc/os-release
NAME="Ubuntu"
VERSION="18.04.6 LTS (Bionic Beaver)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 18.04.6 LTS"
VERSION_ID="18.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=bionic
UBUNTU_CODENAME=bionic
+ free -h
total used free shared buff/cache available
Mem: 251G 3.5G 36G 3.1M 211G 246G
Swap: 1.9G 139M 1.7G
+ lscpu
+ head -n 25
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 64
On-line CPU(s) list: 0-63
Thread(s) per core: 2
Core(s) per socket: 32
Socket(s): 1
NUMA node(s): 4
Vendor ID: HygonGenuine
CPU family: 24
Model: 0
Model name: Hygon C86 7185 32-core Processor
Stepping: 1
CPU MHz: 1062.930
CPU max MHz: 2000.0000
CPU min MHz: 1200.0000
BogoMIPS: 3992.44
Virtualization: AMD-V
L1d cache: 32K
L1i cache: 64K
L2 cache: 512K
L3 cache: 8192K
NUMA node0 CPU(s): 0-7,32-39
NUMA node1 CPU(s): 8-15,40-47
+ ldd --version
ldd (Ubuntu GLIBC 2.27-3ubuntu1.6) 2.27
Copyright (C) 2018 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Roland McGrath and Ulrich Drepper.
+ java -version
openjdk version "26-internal" 2026-03-17
OpenJDK Runtime Environment (build 26-internal-029e3bf8)
OpenJDK 64-Bit Server VM (build 26-internal-029e3bf8, mixed mode, sharing)
+ java -Xinternalversion
OpenJDK 64-Bit Server VM (26-internal-029e3bf8) for linux-amd64 JRE (26-internal-029e3bf8), built on 2025-06-06T02:33:35Z with gcc 10.2.1 20210130 (Red Hat 10.2.1-11)
+ git remote -v
origin git@github.com:openjdk/jdk.git (fetch)
origin git@github.com:openjdk/jdk.git (push)
+ git log -n 1
+ head -n 1
commit 029e3bf8f582f7399b80c592421b2fd72737e264+ uname -a Linux mercury 5.4.18-hygon-csv #16 SMP Wed Aug 14 20:46:13 CST 2024 x86_64 x86_64 x86_64 GNU/Linux + cat /etc/os-release NAME="Ubuntu" VERSION="18.04.6 LTS (Bionic Beaver)" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 18.04.6 LTS" VERSION_ID="18.04" HOME_URL="https://www.ubuntu.com/" SUPPORT_URL="https://help.ubuntu.com/" BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" VERSION_CODENAME=bionic UBUNTU_CODENAME=bionic + free -h total used free shared buff/cache available Mem: 251G 3.5G 36G 3.1M 211G 246G Swap: 1.9G 139M 1.7G + lscpu + head -n 25 Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian CPU(s): 64 On-line CPU(s) list: 0-63 Thread(s) per core: 2 Core(s) per socket: 32 Socket(s): 1 NUMA node(s): 4 Vendor ID: HygonGenuine CPU family: 24 Model: 0 Model name: Hygon C86 7185 32-core Processor Stepping: 1 CPU MHz: 1062.930 CPU max MHz: 2000.0000 CPU min MHz: 1200.0000 BogoMIPS: 3992.44 Virtualization: AMD-V L1d cache: 32K L1i cache: 64K L2 cache: 512K L3 cache: 8192K NUMA node0 CPU(s): 0-7,32-39 NUMA node1 CPU(s): 8-15,40-47 + ldd --version ldd (Ubuntu GLIBC 2.27-3ubuntu1.6) 2.27 Copyright (C) 2018 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Written by Roland McGrath and Ulrich Drepper. + java -version openjdk version "26-internal" 2026-03-17 OpenJDK Runtime Environment (build 26-internal-029e3bf8) OpenJDK 64-Bit Server VM (build 26-internal-029e3bf8, mixed mode, sharing) + java -Xinternalversion OpenJDK 64-Bit Server VM (26-internal-029e3bf8) for linux-amd64 JRE (26-internal-029e3bf8), built on 2025-06-06T02:33:35Z with gcc 10.2.1 20210130 (Red Hat 10.2.1-11) + git remote -v origin git@github.com:openjdk/jdk.git (fetch) origin git@github.com:openjdk/jdk.git (push) + git log -n 1 + head -n 1 commit 029e3bf8f582f7399b80c592421b2fd72737e264
Full child process STDOUT was saved to docker-stdout-110647.log
[2025-06-06T02:41:57.703496788Z] Waiting for completion for process 110647
[2025-06-06T02:41:57.703666652Z] Waiting for completion finished for process 110647
[2025-06-06T02:41:57.705851566Z] Gathering output for process 110663
[2025-06-06T02:41:57.706226372Z] Waiting for completion for process 110663
[2025-06-06T02:41:57.749253323Z] Waiting for completion finished for process 110663
docker --version returning: Docker version 20.10.21, build 20.10.21-0ubuntu1~18.04.3
STDERR:
java.lang.RuntimeException: Failed to parse container runtime version: Docker version 20.10.21, build 20.10.21-0ubuntu1~18.04.3
at jdk.test.lib.containers.docker.ContainerRuntimeVersionTestUtils.fromVersionString(ContainerRuntimeVersionTestUtils.java:87)
at jdk.test.lib.containers.docker.ContainerRuntimeVersionTestUtils.getContainerRuntimeVersion(ContainerRuntimeVersionTestUtils.java:105)
at jdk.test.lib.containers.docker.ContainerRuntimeVersionTestUtils.checkContainerVersionSupported(ContainerRuntimeVersionTestUtils.java:50)
at TestDockerMemoryMetricsSubgroup.main(TestDockerMemoryMetricsSubgroup.java:78)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:565)
at com.sun.javatest.regtest.agent.MainWrapper$MainTask.run(MainWrapper.java:138)
at java.base/java.lang.Thread.run(Thread.java:1474)