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

Download CoreCLR product download for Mono failed in CI #53421

Closed
ViktorHofer opened this issue May 28, 2021 · 8 comments
Closed

Download CoreCLR product download for Mono failed in CI #53421

ViktorHofer opened this issue May 28, 2021 · 8 comments
Labels
area-Infrastructure-mono blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' bug
Milestone

Comments

@ViktorHofer
Copy link
Member

Starting: Download CoreCLR product download for Mono
==============================================================================
Task         : Download build artifacts
Description  : Download files that were saved as artifacts of a completed build
Version      : 0.186.3
Author       : Microsoft Corporation
Help         : https://docs.microsoft.com/azure/devops/pipelines/tasks/utility/download-build-artifacts
==============================================================================
Downloading artifacts for build: 1161146
##[error]Artifact CoreCLRProduct___Linux_arm64_release not found for build 1161146. Please ensure you have published artifacts in any previous phases of the current build.
Finishing: Download CoreCLR product download for Mono

cc @naricc @akoeplinger @steveisok

@ViktorHofer ViktorHofer added bug blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' labels May 28, 2021
@ViktorHofer ViktorHofer added this to the 6.0.0 milestone May 28, 2021
@dotnet-issue-labeler dotnet-issue-labeler bot added the untriaged New issue has not been triaged by the area owner label May 28, 2021
@dotnet-issue-labeler
Copy link

I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.

@ghost
Copy link

ghost commented May 28, 2021

Tagging subscribers to this area: @directhex
See info in area-owners.md if you want to be subscribed.

Issue Details
Starting: Download CoreCLR product download for Mono
==============================================================================
Task         : Download build artifacts
Description  : Download files that were saved as artifacts of a completed build
Version      : 0.186.3
Author       : Microsoft Corporation
Help         : https://docs.microsoft.com/azure/devops/pipelines/tasks/utility/download-build-artifacts
==============================================================================
Downloading artifacts for build: 1161146
##[error]Artifact CoreCLRProduct___Linux_arm64_release not found for build 1161146. Please ensure you have published artifacts in any previous phases of the current build.
Finishing: Download CoreCLR product download for Mono

cc @naricc @akoeplinger @steveisok

Author: ViktorHofer
Assignees: -
Labels:

area-Infrastructure-mono, blocking-clean-ci, bug, untriaged

Milestone: 6.0.0

@akoeplinger
Copy link
Member

@ViktorHofer do you have an example build log? no idea why this would fail.

@ericstj
Copy link
Member

ericstj commented May 28, 2021

Based on his comments I imagine it's https://dev.azure.com/dnceng/public/_build/results?buildId=1161146&view=logs&j=ecfd4eca-a79d-5010-5cc7-224332d2af8a&t=236bfeb8-30a9-5be2-64ba-6046b281294b

Perhaps this is due to the other CoreCLR build leg failing? Tracked in #53420

That'd still be a problem here since we shouldn't sequence builds if their dependent builds failed.

@ViktorHofer
Copy link
Member Author

Sorry for the to include the link. Eric already found the respective build. Question, why does Mono still depend on CoreCLR assets? Shouldn't we avoid such a dependency?

@akoeplinger
Copy link
Member

That's the way these runtime tests are setup now, I'm not familiar exactly why they're doing it that way. Presumably so we don't need to rebuild all the tests again and just swap the runtime in CORE_ROOT.

@naricc
Copy link
Contributor

naricc commented May 28, 2021

@ViktorHofer Right now for the runtime tests, we actually have to build coreclr to get corerun, and then patch it with mono runtime bits. I have an issue assigned to me to fix this by just building a more version of "corerun", but haven't gotten to it yet.

@ViktorHofer
Copy link
Member Author

"Fixed" in #54094

@ghost ghost locked as resolved and limited conversation to collaborators Jul 14, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-Infrastructure-mono blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' bug
Projects
None yet
Development

No branches or pull requests

4 participants