Skip to content
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

[CI pipeline] scripts/azure-pipelines/test-modified-ports.ps1 preinstall failed #13159

Closed
PhoebeHui opened this issue Aug 26, 2020 · 2 comments
Closed
Assignees
Labels
category:infrastructure Pertaining to the CI/Testing infrastrucutre

Comments

@PhoebeHui
Copy link
Contributor

https:/microsoft/vcpkg/blob/master/scripts/azure-pipelines/test-modified-ports.ps1#L101
It preinstall x86 tools for port protobuf, boost-build and sqlite3 in CI pipeline, the thread failed with WinHttpReceiveResponse() failed: 12152 when download powershell-core, that cause the 3 ports preinstall failed. however, it doesn't failed CI pipeline.

Related PR: #12612
CI pipeline: https://dev.azure.com/vcpkg/public/_build/results?buildId=41977&view=logs&jobId=440d5d2e-7b5f-5979-92a7-896b72338e4c&j=440d5d2e-7b5f-5979-92a7-896b72338e4c&t=223f498b-1424-5859-bc4f-c47d906dd0dc

Downloading nuget...
  https://dist.nuget.org/win-x86-commandline/v5.5.1/nuget.exe -> D:\downloads\22ea847d-nuget.exe
The following packages will be built and installed:
    boost-build[core]:x86-windows
  * boost-uninstall[core]:x86-windows
    protobuf[core]:x86-windows
    sqlite3[core]:x86-windows
Additional packages (*) will be modified to complete this operation.
Detecting compiler hash for triplet x86-windows...
A suitable version of powershell-core was not found (required v6.2.1). Downloading portable powershell-core v6.2.1...
Downloading powershell-core...
  https:/PowerShell/PowerShell/releases/download/v6.2.1/PowerShell-6.2.1-win-x86.zip -> D:\downloads\PowerShell-6.2.1-win-x86.zip
WinHttpReceiveResponse() failed: 12152
Creating failure logs output directory C:\agent\_work\1\a\failure-logs
Loading dependency information for 116 packages...
Detecting compiler hash for triplet arm-uwp...
A suitable version of powershell-core was not found (required v6.2.1). Downloading portable powershell-core v6.2.1...
Downloading powershell-core...
  https:/PowerShell/PowerShell/releases/download/v6.2.1/PowerShell-6.2.1-win-x86.zip -> D:\downloads\PowerShell-6.2.1-win-x86.zip
Extracting powershell-core...
@PhoebeHui PhoebeHui added the category:infrastructure Pertaining to the CI/Testing infrastrucutre label Aug 26, 2020
@PhoebeHui
Copy link
Contributor Author

PhoebeHui commented Aug 26, 2020

Same issue encountered before #12918

@BillyONeal
Copy link
Member

preinstall no longer exists.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:infrastructure Pertaining to the CI/Testing infrastrucutre
Projects
None yet
Development

No branches or pull requests

2 participants