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

Installer Build and Test coreclr windows_x64 Release lane failing with missing pgort140.dll in manifest #48169

Closed
naricc opened this issue Feb 11, 2021 · 4 comments
Labels
area-Infrastructure-installer blocking-official-build untriaged New issue has not been triaged by the area owner

Comments

@naricc
Copy link
Contributor

naricc commented Feb 11, 2021

Installer Build and Test coreclr windows_x64 Release Lane is failing on PRs that seem unrelated with this error message:

D:\workspace\_work\1\s\.packages\microsoft.dotnet.sharedframework.sdk\6.0.0-beta.21105.5\targets\sharedfx.targets(273,5): error : pgort140.dll. Add these file names with extensions to the 'PlatformManifestFileEntry' item group for the runtime pack and corresponding ref pack to include them in the platform manifest. [D:\workspace\_work\1\s\src\installer\pkg\sfx\Microsoft.NETCore.App\Microsoft.NETCore.App.Runtime.sfxproj]
##[error].packages\microsoft.dotnet.sharedframework.sdk\6.0.0-beta.21105.5\targets\sharedfx.targets(273,5): error : (NETCORE_ENGINEERING_TELEMETRY=Build) The following files are missing entries in the templated manifest:
pgort140.dll. Add these file names with extensions to the 'PlatformManifestFileEntry' item group for the runtime pack and corresponding ref pack to include them in the platform manifest.

Here are to example PRs:

#47858
#47731

Should that lane even be triggered on these which contains only mono changes?

@dotnet-issue-labeler dotnet-issue-labeler bot added the untriaged New issue has not been triaged by the area owner label Feb 11, 2021
@safern
Copy link
Member

safern commented Feb 11, 2021

Seems possibly related to: a9d6beb

@agocke is taking a look.

@safern
Copy link
Member

safern commented Feb 12, 2021

Thanks, @tarekgh this was just fixed by: #48170

@jozkee
Copy link
Member

jozkee commented Feb 18, 2021

@safern
Copy link
Member

safern commented Feb 18, 2021

@jozkee it seems like you were doing retry. Retry will use the same YAML. The fix for this issue was remove the two build that were failing from the YAML. You would have had to rebase on top of master and push, or open and close your PR to get the build to pass.

@ghost ghost locked as resolved and limited conversation to collaborators Mar 20, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-Infrastructure-installer blocking-official-build untriaged New issue has not been triaged by the area owner
Projects
None yet
Development

No branches or pull requests

3 participants