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

[nightly]com/alibaba/quickstart/TestEnvVariableReplay.java fails #646

Closed
sendaoYan opened this issue Jun 13, 2024 · 1 comment
Closed

[nightly]com/alibaba/quickstart/TestEnvVariableReplay.java fails #646

sendaoYan opened this issue Jun 13, 2024 · 1 comment
Assignees

Comments

@sendaoYan
Copy link
Collaborator

https://tone.aliyun-inc.com/ws/xesljfzh/test_result/326067
【环境准备】

BINARY_URL=oss://compiler-ci-bucket/dragonwell8/CI/20240606-002905-681-#420-linux.x86_64.release.master-1953a45d0d727116d12d675f7d43e4f8c96ca239.tar.gz
JTREG_URL=oss://compiler-ci-bucket/jdk/tools/jtreg5.1-b01.zip
JDK_REPO=https://github.com/dragonwell-project/dragonwell8.git
JDK_BRANCH=master
cd ~/tone/tone-matrix-compiler/common;./ossutil.bin_$(arch) -i;cd -
alias oss="~/tone/tone-matrix-compiler/common/ossutil.bin_$(arch) -e oss-cn-hangzhou.aliyuncs.com -u jvm_dev-b  ~/tone/tone-matrix-compiler/common/ossutil_bin/ossutil -o download -f -r"

部署二进制:
oss $BINARY_URL -l ${BINARY_URL##*/}
mkdir bin-dragonwell8;tar -xf ${BINARY_URL##*/} -C bin-d8

部署jtreg工具:
oss $JTREG_URL -l ${JTREG_URL##*/};unzip ${JTREG_URL##*/}

部署用例repo
git clone -b $JDK_BRANCH $JDK_REPO jdk-repo-d8

执行以下命令:
ssh dongzhichun@101.200.212.235
cd /home/dongzhichun/tone/run/jtreg/TEST_DRAGONWELL8

cd bin-d8/j2sdk-image/;export JAVA_HOME=$PWD;export PATH=$JAVA_HOME/bin:$PATH;export TEST_JDK_HOME=$JAVA_HOME;cd -

cd jtreg/;export JT_HOME=$PWD;export PATH=$PWD/bin:$PATH;cd -

jtreg -nr -v:fail,error -w jt-work -Xmixed jdk-repo-d8/jdk/test/com/alibaba/quickstart/TestEnvVariableReplay.java 

【对比测试】

x64和aarch64都失败,本次验证以x64为准,最近的nightly用的是同一个版本的jdk,但今天才报错,
可能跟-w选项有关:
成功命令:jtreg -nr -v:fail,error -w jt-work/index -Xmixed jdk-repo-d8/jdk/test/com/alibaba/quickstart/TestEnvVariableReplay.java
失败命令: jtreg -nr -v:fail,error -w jt-work -Xmixed jdk-repo-d8/jdk/test/com/alibaba/quickstart/TestEnvVariableReplay.java

【用例日志】
完整日志:TestEnvVariableReplay.java.log
部分日志:

new_path: �@���/var/tmp/tone/run/jtreg/jt-work/jtreg/jdk_test/com/alibaba/quickstart/TestEnvVariableReplay/testEnvVariableDump:/var/tmp/tone/run/jtreg/jt-work/jtreg/jdk_test/com/alibaba/quickstart/TestEnvVariableReplay/newDir/new_home1/test.jar:/var/tmp/tone/run/jtreg/jt-work/jtreg/jdk_test/com/alibaba/quickstart/TestEnvVariableReplay/newDir/new_home2_long
Run time APP classpath is shorter than the one at dump time: /var/tmp/tone/run/jtreg/jt-work/jtreg/jdk_test/com/alibaba/quickstart/TestEnvVariableReplay/testEnvVariableDump:/var/tmp/tone/run/jtreg/jt-work/jtreg/jdk_test/com/alibaba/quickstart/TestEnvVariableReplay/newDir/new_home1/test.jar:/var/tmp/tone/run/jtreg/jt-work/jtreg/jdk_test/com/alibaba/quickstart/TestEnvVariableReplay/newDir/new_home2_long
Error occurred during initialization of VM
Unable to use shared archive.
An error has occurred while processing the shared archive file.
shared class paths mismatch (hint: enable -XX:+TraceClassPaths to diagnose the failure)

STDERR:
 stdout: [[classpath: /var/tmp/tone/run/jtreg/jt-work/jtreg/jdk_test/com/alibaba/quickstart/TestEnvVariableReplay/testEnvVariableDump:/var/tmp/tone/run/jtreg/jt-work/jtreg/jdk_test/com/alibaba/quickstart/TestEnvVariableReplay/newDir/new_home1/test.jar:/var/tmp/tone/run/jtreg/jt-work/jtreg/jdk_test/com/alibaba/quickstart/TestEnvVariableReplay/newDir/new_home2_long]
cache path is set from -Xquickstart:path=/var/tmp/tone/run/jtreg/jt-work/jtreg/jdk_test/com/alibaba/quickstart/TestEnvVariableReplay/testEnvVariableDump
old_env: /var/tmp/tone/run/jtreg/jt-work/jtreg/jdk_test/com/alibaba/quickstart/TestEnvVariableReplay/newDir/origin_home1
new_env: /var/tmp/tone/run/jtreg/jt-work/jtreg/jdk_test/com/alibaba/quickstart/TestEnvVariableReplay/newDir/new_home1
old_env: /var/tmp/tone/run/jtreg/jt-work/jtreg/jdk_test/com/alibaba/quickstart/TestEnvVariableReplay/newDir/origin_home2
new_env: /var/tmp/tone/run/jtreg/jt-work/jtreg/jdk_test/com/alibaba/quickstart/TestEnvVariableReplay/newDir/new_home2_long
Running as replayer

【版本信息】

[dongzhichun@CompilerTest-x64-3 TEST_DRAGONWELL8]$ uname -a ; cat /etc/os-release ; free -h ; lscpu | head -n 25 ; java -version ; java -Xinternalversion
Linux CompilerTest-x64-3 5.10.134-16.1.al8.x86_64 #1 SMP Thu Dec 7 14:11:24 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
NAME="Alibaba Cloud Linux"
VERSION="3 (Soaring Falcon)"
ID="alinux"
ID_LIKE="rhel fedora centos anolis"
VERSION_ID="3"
UPDATE_ID="9"
PLATFORM_ID="platform:al8"
PRETTY_NAME="Alibaba Cloud Linux 3 (Soaring Falcon)"
ANSI_COLOR="0;31"
HOME_URL="https://www.aliyun.com/"

              total        used        free      shared  buff/cache   available
Mem:          123Gi       1.3Gi        41Gi       2.0Mi        81Gi       121Gi
Swap:            0B          0B          0B
Architecture:        x86_64
CPU op-mode(s):      32-bit, 64-bit
Byte Order:          Little Endian
CPU(s):              32
On-line CPU(s) list: 0-31
Thread(s) per core:  2
Core(s) per socket:  16
Socket(s):           1
NUMA node(s):        1
Vendor ID:           GenuineIntel
CPU family:          6
Model:               106
Model name:          Intel(R) Xeon(R) Platinum 8369B CPU @ 2.70GHz
Stepping:            6
CPU MHz:             3596.264
BogoMIPS:            5399.99
Hypervisor vendor:   KVM
Virtualization type: full
L1d cache:           48K
L1i cache:           32K
L2 cache:            1280K
L3 cache:            49152K
NUMA node0 CPU(s):   0-31
Flags:               fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch cpuid_fault invpcid_single ibrs_enhanced fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves wbnoinvd arat avx512vbmi pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq rdpid fsrm arch_capabilities
openjdk version "1.8.0_372"
OpenJDK Runtime Environment (Alibaba Dragonwell Extended Edition 8.19.20) (build 1.8.0_372-b01)
OpenJDK 64-Bit Server VM (Alibaba Dragonwell Extended Edition 8.19.20) (build 25.372-b01, mixed mode)
OpenJDK 64-Bit Server VM (25.372-b01) for linux-amd64 JRE (1.8.0_372-b01), built on Jun  5 2024 16:34:59 by "" with gcc 4.8.2 20140120 (Red Hat 4.8.2-15)
@sendaoYan
Copy link
Collaborator Author

jia-wei-tang added a commit to jia-wei-tang/dragonwell8 that referenced this issue Jun 18, 2024
Summary: as title

Testing: /test/com/alibaba/quickstart/TestEnvVariableReplay.java

Reviewers: lingjun-cg, yulei

Issue: dragonwell-project#646
jia-wei-tang added a commit that referenced this issue Jun 18, 2024
Summary: as title

Testing: /test/com/alibaba/quickstart/TestEnvVariableReplay.java

Reviewers: lingjun-cg, yulei

Issue: #646
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants