infrastructure icon indicating copy to clipboard operation
infrastructure copied to clipboard

jdk16+ some tools/jpackage test failed with `Error executing ICE action 'ICE01` on build-ibmcloud-win2012r2-x64-2

Open sophia-guo opened this issue 3 years ago • 6 comments

jdk16+ some tools/jpackage test failed with Error executing ICE action 'ICE01 on build-ibmcloud-win2012r2-x64-2 .

https://ci.adoptopenjdk.net/view/Test_openjdk/job/Test_openjdk17_hs_extended.openjdk_x86-64_windows_testList_1/10/#showFailuresLink

Tests on test-packet-win2012r2-x64-1 work. https://ci.adoptopenjdk.net/view/work-in-progress/job/grinder_sandbox_new/303/

Failure tests: tools/jpackage/share/AppImagePackageTest.java.AppImagePackageTest tools/jpackage/share/EmptyFolderPackageTest.java.EmptyFolderPackageTest tools/jpackage/share/FileAssociationsTest.java#id0.FileAssociationsTest_id0 tools/jpackage/share/InstallDirTest.java#id0.InstallDirTest_id0 tools/jpackage/share/LicenseTest.java#id0.LicenseTest_id0 tools/jpackage/share/MultiLauncherTwoPhaseTest.java.MultiLauncherTwoPhaseTest tools/jpackage/share/MultiNameTwoPhaseTest.java.MultiNameTwoPhaseTest tools/jpackage/share/RuntimePackageTest.java#id0.RuntimePackageTest_id0 tools/jpackage/share/SimplePackageTest.java.SimplePackageTest tools/jpackage/share/jdk/jpackage/tests/BasicTest.java.BasicTest tools/jpackage/share/jdk/jpackage/tests/VendorTest.java#id1.VendorTest_id1 tools/jpackage/windows/WinDirChooserTest.java.WinDirChooserTest tools/jpackage/windows/WinInstallerUiTest.java.WinInstallerUiTest tools/jpackage/windows/WinL10nTest.java.WinL10nTest tools/jpackage/windows/WinMenuGroupTest.java.WinMenuGroupTest tools/jpackage/windows/WinMenuTest.java.WinMenuTest tools/jpackage/windows/WinPerUserInstallTest.java.WinPerUserInstallTest tools/jpackage/windows/WinScriptTest.java.WinScriptTest tools/jpackage/windows/WinShortcutPromptTest.java.WinShortcutPromptTest tools/jpackage/windows/WinShortcutTest.java.WinShortcutTest tools/jpackage/windows/WinUpgradeUUIDTest.java#id1.WinUpgradeUUIDTest_id1 tools/jpackage/windows/WinUrlTest.java.WinUrlTest tools/jpackage/share/AddLauncherTest.java#id1.AddLauncherTest_id1 tools/jpackage/windows/WinInstallerIconTest.java

Detail error message:

[10:43:15.931] Running C:\Program Files (x86)\WiX Toolset v3.14\bin\light.exe in E:\jenkins\jenkinstmp\jdk.jpackage7415977171295040786\images\win-msi.image\AppImagePackageTest
[10:43:42.927] Command [PID: 7080]:
    C:\Program Files (x86)\WiX Toolset v3.14\bin\light.exe -nologo -spdb -ext WixUtilExtension -out E:\jenkins\jenkinstmp\jdk.jpackage7415977171295040786\images\win-exe.image\AppImagePackageTest-1.0.msi -sice:ICE27 -loc E:\jenkins\jenkinstmp\jdk.jpackage7415977171295040786\config\MsiInstallerStrings_en.wxl -cultures:en-us E:\jenkins\jenkinstmp\jdk.jpackage7415977171295040786\wixobj\main.wixobj E:\jenkins\jenkinstmp\jdk.jpackage7415977171295040786\wixobj\bundle.wixobj E:\jenkins\jenkinstmp\jdk.jpackage7415977171295040786\wixobj\uui.wixobj
[10:43:42.927] Output:
    light.exe : error LGHT0217 : Error executing ICE action 'ICE01'. The most common cause of this kind of ICE failure is an incorrectly registered scripting engine. See http://wixtoolset.org/documentation/error217/ for details and how to solve this problem. The following string format was not expected by the external UI message logger: "The Windows Installer Service could not be accessed. This can occur if the Windows Installer is not correctly installed. Contact your support personnel for assistance.".

sophia-guo avatar Sep 09 '21 16:09 sophia-guo

for reference: https://github.com/adoptium/infrastructure/pull/1241

smlambert avatar Sep 09 '21 17:09 smlambert

I'm struggling to understand the problem here - is the test job running WiX tools directly?

sxa avatar Sep 23 '21 10:09 sxa

test-azure-win2019-x64-1, build-alibaba-win2012r2-x64-2 same issue.

sophia-guo avatar Oct 19 '21 15:10 sophia-guo

Another test fail: tools/jpackage/windows/WinInstallerIconTest.java tools/jpackage/share/AddLShortcutTest.java

Jenkins URL: https://ci.adoptopenjdk.net/job/Test_openjdk18_hs_extended.openjdk_x86-32_windows_testList_2/7/#showFailuresLink TRSS Link: https://trss.adoptium.net/allTestsInfo?buildId=616d7c23c6182d021780002b&limit=5&hasChildren=true

SehrishHussain avatar Oct 22 '21 13:10 SehrishHussain

Another tools/jpackage/share/AppContentTest.java.AppContentTest

https://ci.adoptopenjdk.net/job/Test_openjdk18_hs_extended.openjdk_x86-64_windows_testList_2/27/#showFailuresLink

sophia-guo avatar Mar 23 '22 15:03 sophia-guo

Failed during 19 release

karianna avatar Sep 21 '22 10:09 karianna

Yes, the jdk_tools test target appears to require the wix toolkit on Windows.

Closing this issue as there is a fresher one reporting the same problem, so dup of: https://github.com/adoptium/infrastructure/issues/2885

smlambert avatar Mar 24 '23 13:03 smlambert