actions / runner-images

GitHub Actions runner images
MIT License
9.4k stars 2.91k forks source link

Native x64 image fails on windows2022 #10168

Open AHuusom opened 4 days ago

AHuusom commented 4 days ago

Description

After having run for 4½ hours the packer build is failing on the step.

windows.azure-arm.windowsbuildserver: NGen: update x64 native images... ==> windows.azure-arm.windowsbuildserver: Update of x64 native images failed with exit code -1 ==> windows.azure-arm.windowsbuildserver: At C:\Windows\Temp\script-66853b67-84a8-c439-98f8-c0d61450ffe0.ps1:15 char:5 ==> windows.azure-arm.windowsbuildserver: + throw "Update of x64 native images failed with exit code $LASTEXI ... ==> windows.azure-arm.windowsbuildserver: + ~~~~~~~~~~~~~ ==> windows.azure-arm.windowsbuildserver: + CategoryInfo : OperationStopped: (Update of x64 n...th exit code -1:String) [], RuntimeException ==> windows.azure-arm.windowsbuildserver: + FullyQualifiedErrorId : Update of x64 native images failed with exit code -1 ==> windows.azure-arm.windowsbuildserver:

What is this step for, and why does it fail?

Can I remove it?

Platforms affected

Runner images affected

Image version and build link

Both: Image Version: 20240624.1.0 Image Version: 20240630.1.1

Is it regression?

Don't know

Expected behavior

That it completes, just as it does on windows2019

Actual behavior

It fails, with a very none descriptive error.

Repro steps

Just run it.

RaviAkshintala commented 3 days ago

@AHuusom Thank you for bringing this issue to us. We are looking into this issue and will update you on this issue after investigating.

RaviAkshintala commented 2 days ago

@AHuusom For this ,we're unable to produce your issue from our side , we hope you're trying with the latest code and expecting no changes made from your end . Could you please retry by forking latest code from main branch ? Thank you !