Skip to content

Swift 5.10 - Windows toolchain build failed - Error: msiexec.exe exited with code 1619. #70088

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

Open
shahmishal opened this issue Nov 29, 2023 · 3 comments
Assignees
Labels
Windows Platform: Windows

Comments

@shahmishal
Copy link
Member

https://ci-external.swift.org/job/swift-5.10-windows-toolchain/8/console

swift-ci@EC2AMAZ-JCVOGM7 C:\Users\swift-ci\jenkins\workspace\swift-5.10-windows-toolchain>powershell.exe -ExecutionPolicy RemoteSigned -File C:\Users\swift-ci\jenkins\workspace\swift-5.10-windows-toolchain\swift\utils\build.ps1             -SourceCache C:\Users\swift-ci\jenkins\workspace\swift-5.10-windows-toolchain             -BinaryCache T:             -ImageRoot T:             -BuildType Release                           -Test swift,dispatch,foundation,xctest             -Stage T:\artifacts   || (exit /b 1 ) 
WiX not found. Downloading from nuget.org...
Extracting WiX...
Swift toolchain not found. Downloading from swift.org...
Extracting Swift toolchain...
T:\toolchains\ : warning WIX8503: Failed to extract attached container. This most often happens when extracting a stripped bundle from the package cache, which is not supported.
Error: msiexec.exe exited with code 1619.
Invocation:
  msiexec.exe /qn /a T:\toolchains\a0 TARGETDIR=T:\toolchains\swift-5.9-RELEASE-windows10
Call stack:
  at Invoke-Program, C:\Users\swift-ci\jenkins\workspace\swift-5.10-windows-toolchain\swift\utils\build.ps1: line 323
  at Ensure-SwiftToolchain, C:\Users\swift-ci\jenkins\workspace\swift-5.10-windows-toolchain\swift\utils\build.ps1: 
line 458
  at <ScriptBlock>, C:\Users\swift-ci\jenkins\workspace\swift-5.10-windows-toolchain\swift\utils\build.ps1: line 1624
At C:\Users\swift-ci\jenkins\workspace\swift-5.10-windows-toolchain\swift\utils\build.ps1:327 char:7
+       throw $ErrorMessage
+       ~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : OperationStopped: (Error: msiexec....ps1: line 1624
:String) [], RuntimeException
    + FullyQualifiedErrorId : Error: msiexec.exe exited with code 1619.
Invocation:
  msiexec.exe /qn /a T:\toolchains\a0 TARGETDIR=T:\toolchains\swift-5.9-RELEASE-windows10
Call stack:
      at Invoke-Program, C:\Users\swift-ci\jenkins\workspace\swift-5.10-windows-toolchain\swift\utils\build.ps1: line  
   323
      at Ensure-SwiftToolchain, C:\Users\swift-ci\jenkins\workspace\swift-5.10-windows-toolchain\swift\utils\build.ps1 
   : line 458
      at <ScriptBlock>, C:\Users\swift-ci\jenkins\workspace\swift-5.10-windows-toolchain\swift\utils\build.ps1: line 1 
   624
 
@shahmishal shahmishal added the Windows Platform: Windows label Nov 29, 2023
@compnerd
Copy link
Member

@shahmishal
Copy link
Member Author

We had seen this previously and rebuild helped - #69484 (comment)

@compnerd
Copy link
Member

Going to try to bump up the wix toolset to 4.0.3 as there have been some bugfixes. Maybe it will help?

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

No branches or pull requests

2 participants