zzambers
zzambers
Just a note. After fix, variables are `INPUT_FOLDER` and `RESULTS_FOLDER` and everything should now work according to README.
Seems like `CURRENT_USER_NAME` is empty for some reason. (seems like fallback to `$USER` does not work in adoptium infra, maybe something like `id -un` would work)
@RadekCap I have found one other issue (in console of adoptium run higher): `17:50:28 +++ [[ '' -eq 2012 ]]` Variable [OTOOL_OS_VERSION](https://github.com/rh-openjdk/WindowsTPS/blob/3f58bb23cc438ba0cb57bbaec565e1cd7f23b49d/tps/common.bash#L9) is undocumented. Seems like there is some special...
However the main problem (in adoptium run) seems to be: ``` 17:49:51 + msiexec /i OpenJDK11U-jdk_x64_windows_hotspot_11.0.18_10.msi 'INSTALLDIR=C:\\Users\\jenkins\\java' ADDLOCAL=FeatureMain,FeatureJavaHome,FeatureJarFileRunWith /quiet '/Lv*' 'C:\\Users\\jenkins\\install_log\javainstall-1677862177549218500.log' 17:49:51 The Windows Installer Service could not be accessed....
@tobemonkey I cannot comment on the change itself, but this condition does not seem specific to 8 and is also [present in newest jdk](https://github.com/openjdk/jdk/blob/19642bd3833fa96eb4bc7a8a11e902782e0b7844/src/java.base/share/classes/java/util/concurrent/ThreadPoolExecutor.java#L1136). Changes should generally go to newest...
**runtime/jni/nativeStack/TestNativeStack.java** ``` ... 20:16:31 rerun: 20:16:31 cd /home/jenkins/workspace/Grinder/aqa-tests/TKG/output_1718043010700/hotspot_runtime_0/work/scratch && \ 20:16:31 DISPLAY=unix:0 \ 20:16:31 HOME=/home/jenkins \ 20:16:31 LANG=en_US \ 20:16:31 PATH=/bin:/usr/bin:/usr/sbin \ 20:16:31 TZ=Etc/UTC \ 20:16:31 /home/jenkins/workspace/Grinder/jdkbinary/j2sdk-image/bin/java \ 20:16:31 -Dtest.vm.opts='-ea...
**runtime/NMT/HugeArenaTracking.java.HugeArenaTracking** ``` ... 20:22:28 rerun: 20:22:28 cd /home/jenkins/workspace/Grinder/aqa-tests/TKG/output_1718043010700/hotspot_runtime_0/work/scratch && \ 20:22:28 DISPLAY=unix:0 \ 20:22:28 HOME=/home/jenkins \ 20:22:28 LANG=en_US \ 20:22:28 PATH=/bin:/usr/bin:/usr/sbin \ 20:22:28 TZ=Etc/UTC \ 20:22:28 /home/jenkins/workspace/Grinder/jdkbinary/j2sdk-image/bin/java \ 20:22:28 -Dtest.vm.opts='-ea...
**serviceability/dcmd/jvmti/AttachFailed/AttachReturnError.java** ``` 20:17:05 rerun: 20:17:05 cd /home/jenkins/workspace/Grinder/aqa-tests/TKG/output_17180433101285/hotspot_serviceability_0/work/scratch && \ 20:17:05 DISPLAY=unix:0 \ 20:17:05 HOME=/home/jenkins \ 20:17:05 LANG=en_US \ 20:17:05 PATH=/bin:/usr/bin:/usr/sbin \ 20:17:05 TZ=CUT0 \ 20:17:05 /home/jenkins/workspace/Grinder/jdkbinary/j2sdk-image/bin/java \ 20:17:05 -Dtest.vm.opts='-ea -esa...
**compiler/arguments/CheckCICompilerCount.java.CheckCICompilerCount** ``` ... 14:49:33 Command line: [F:\workspace\workspace\Grinder\jdkbinary\j2sdk-image\bin\java.exe -cp F:\workspace\workspace\Grinder\aqa-tests\TKG\output_17180237581877\hotspot_compiler_0\work\classes\1\compiler\arguments\CheckCICompilerCount.d;F:\workspace\workspace\Grinder\aqa-tests\openjdk\openjdk-jdk\test\hotspot\jtreg\compiler\arguments;F:\workspace\workspace\Grinder\aqa-tests\TKG\output_17180237581877\hotspot_compiler_0\work\classes\1\test\lib;F:\workspace\workspace\Grinder\aqa-tests\TKG\output_17180237581877\hotspot_compiler_0\work\classes\1;F:\workspace\workspace\Grinder\jvmtest\openjdk\jtreg\lib\javatest.jar;F:\workspace\workspace\Grinder\jvmtest\openjdk\jtreg\lib\jtreg.jar;F:\workspace\workspace\Grinder\jvmtest\openjdk\jtreg\lib\junit-platform-console-standalone-1.9.2.jar;F:\workspace\workspace\Grinder\jvmtest\openjdk\jtreg\lib\testng-7.3.0.jar;F:\workspace\workspace\Grinder\jvmtest\openjdk\jtreg\lib\guice-5.1.0.jar;F:\workspace\workspace\Grinder\jvmtest\openjdk\jtreg\lib\jcommander-1.82.jar -client -XX:+TieredCompilation -XX:+PrintFlagsFinal -XX:CICompilerCount=1 -version ] 14:49:33 [2024-06-10T12:49:32.072779300Z] Gathering output for process 4908 14:49:33 [2024-06-10T12:49:32.073780Z] Waiting for completion for process 4908...
**gc/shenandoah/compiler/TestBarrierAboveProj.java** ``` ... 15:20:28 messages: 15:20:28 command: main -XX:+UseShenandoahGC -XX:-BackgroundCompilation -XX:LoopMaxUnroll=1 TestBarrierAboveProj 15:20:28 reason: User specified action: run main/othervm -XX:+UseShenandoahGC -XX:-BackgroundCompilation -XX:LoopMaxUnroll=1 TestBarrierAboveProj 15:20:28 started: Mon Jun 10 13:20:26 GMT...