Windows image build fails during execution of "Install-Wix.ps1" script #11339
Replies: 6 comments 1 reply
|
Hi @pbk8s , Thank you for bringing this issue to our attention. We are looking into this issue and will update you on this issue after investigating. |
|
Hi @pbk8s , Could you please confirm if you are using self-hosted runners? |
|
@hemanthmanga I am building a Windows based image using Windows 11 Arm64 ISO in Azure. This is to create a runner image based on Windows 11-Arm64. |
|
Hi @pbk8s , If possible, could you please share your repository code? |
|
@hemanthmanga Here's my fork of the main runner-images repository. |
|
Hi @pbk8s - if it is belongs to ARM64 , kindly raise a concern with partner-images repo |
Uh oh!
There was an error while loading. Please reload this page.
Description
While running the Windows image build for Windows 11 Arm64 using image SKU (win11-24h2-ent), the script "Install-Wix.ps1" fails with the following error:
The install of DotNet3.5 was NOT successful. azure-arm.image: Error while running 'C:\ProgramData\chocolatey\lib\DotNet3.5\Tools\ChocolateyInstall.ps1'. azure-arm.image: See log for details. azure-arm.image: Failed to install wixtoolset because a previous dependency failed. azure-arm.image: azure-arm.image: Chocolatey installed 0/2 packages. 2 packages failed. azure-arm.image: See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log). azure-arm.image: azure-arm.image: Failures azure-arm.image: - DotNet3.5 (exited 1) - Error while running 'C:\ProgramData\chocolatey\lib\DotNet3.5\Tools\ChocolateyInstall.ps1'. azure-arm.image: See log for details. azure-arm.image: - wixtoolset - Failed to install wixtoolset because a previous dependency failed. azure-arm.image: Running [#2]: choco install wixtoolset -y --forceIt has been successful before, no changes were made and it still fails. Tried it on an older version of Windows 11-Arm64 but still the same result.
Platforms affected
Runner images affected
Image version and build link
image_offer = "windows11preview-arm64"
image_publisher = "microsoftwindowsdesktop"
image_sku = "win11-24h2-ent"
Is it regression?
yes
Expected behavior
The Build should succeed. It has been built before.
Actual behavior
The build fails after multiple retries.
Repro steps
Run the latest Windows image build on Windows 11-Arm64 VM in Azure.
All reactions