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

Linker CI build failure: Arcade SDK cannot be found in OSX x64 #76680

Closed
carlossanlop opened this issue Oct 5, 2022 · 4 comments
Closed

Linker CI build failure: Arcade SDK cannot be found in OSX x64 #76680

carlossanlop opened this issue Oct 5, 2022 · 4 comments
Assignees
Labels
area-Infrastructure-coreclr blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' os-mac-os-x macOS aka OSX

Comments

@carlossanlop
Copy link
Member

carlossanlop commented Oct 5, 2022

This was found in a release/7.0 PR: #76625

Please help determine if this needs a backport fix to that branch.

Build log output:

--------------------------------------------------------------------------------------
/Users/runner/work/1/s/.dotnet/sdk/7.0.100-rc.1.22431.11/MSBuild.dll /nologo -maxcpucount /m -verbosity:m /v:minimal /bl:/Users/runner/work/1/s/artifacts/log/Release/ToolsetRestore.binlog /clp:Summary /clp:ErrorsOnly;NoSummary /nr:false /p:TreatWarningsAsErrors=true /p:ContinuousIntegrationBuild=true /p:__ToolsetLocationOutputFile=/Users/runner/work/1/s/artifacts/toolset/7.0.0-beta.22457.4.txt /t:__WriteToolsetLocation /warnaserror /Users/runner/work/1/s/artifacts/toolset/restore.proj
/Users/runner/work/1/s/artifacts/toolset/restore.proj : error : Unable to load the service index for source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json.
/Users/runner/work/1/s/artifacts/toolset/restore.proj : error : Unable to find package Microsoft.DotNet.Arcade.Sdk with version (= 7.0.0-beta.22457.4)
/Users/runner/work/1/s/artifacts/toolset/restore.proj : error :   - Found 178 version(s) in dotnet-tools [ Nearest version: 5.0.0-beta.19558.13 ]
/Users/runner/work/1/s/artifacts/toolset/restore.proj : error :   - Found 0 version(s) in richnav
/Users/runner/work/1/s/artifacts/toolset/restore.proj : error :   - Found 0 version(s) in dotnet-eng
/Users/runner/work/1/s/artifacts/toolset/restore.proj : error :   - Found 0 version(s) in dotnet-libraries
/Users/runner/work/1/s/artifacts/toolset/restore.proj : error :   - Found 0 version(s) in dotnet-public
/Users/runner/work/1/s/artifacts/toolset/restore.proj : error :   - Found 0 version(s) in dotnet7-transport
/Users/runner/work/1/s/artifacts/toolset/restore.proj : error :   - Found 0 version(s) in dotnet7
/Users/runner/work/1/s/artifacts/toolset/restore.proj : error MSB4236: The SDK 'Microsoft.DotNet.Arcade.Sdk' specified could not be found.
Build failed with exit code 1. Check errors above.

Report

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 0 0
@carlossanlop carlossanlop added os-mac-os-x macOS aka OSX blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' labels Oct 5, 2022
@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 ghost added the untriaged New issue has not been triaged by the area owner label Oct 5, 2022
@hoyosjs
Copy link
Member

hoyosjs commented Oct 5, 2022

related: #55449

This is feed unreliability

@ghost
Copy link

ghost commented Oct 6, 2022

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

Issue Details

This was found in a release/7.0 PR: #76625

Please help determine if this needs a backport fix to that branch.

Build log output:

--------------------------------------------------------------------------------------
/Users/runner/work/1/s/.dotnet/sdk/7.0.100-rc.1.22431.11/MSBuild.dll /nologo -maxcpucount /m -verbosity:m /v:minimal /bl:/Users/runner/work/1/s/artifacts/log/Release/ToolsetRestore.binlog /clp:Summary /clp:ErrorsOnly;NoSummary /nr:false /p:TreatWarningsAsErrors=true /p:ContinuousIntegrationBuild=true /p:__ToolsetLocationOutputFile=/Users/runner/work/1/s/artifacts/toolset/7.0.0-beta.22457.4.txt /t:__WriteToolsetLocation /warnaserror /Users/runner/work/1/s/artifacts/toolset/restore.proj
/Users/runner/work/1/s/artifacts/toolset/restore.proj : error : Unable to load the service index for source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json.
/Users/runner/work/1/s/artifacts/toolset/restore.proj : error : Unable to find package Microsoft.DotNet.Arcade.Sdk with version (= 7.0.0-beta.22457.4)
/Users/runner/work/1/s/artifacts/toolset/restore.proj : error :   - Found 178 version(s) in dotnet-tools [ Nearest version: 5.0.0-beta.19558.13 ]
/Users/runner/work/1/s/artifacts/toolset/restore.proj : error :   - Found 0 version(s) in richnav
/Users/runner/work/1/s/artifacts/toolset/restore.proj : error :   - Found 0 version(s) in dotnet-eng
/Users/runner/work/1/s/artifacts/toolset/restore.proj : error :   - Found 0 version(s) in dotnet-libraries
/Users/runner/work/1/s/artifacts/toolset/restore.proj : error :   - Found 0 version(s) in dotnet-public
/Users/runner/work/1/s/artifacts/toolset/restore.proj : error :   - Found 0 version(s) in dotnet7-transport
/Users/runner/work/1/s/artifacts/toolset/restore.proj : error :   - Found 0 version(s) in dotnet7
/Users/runner/work/1/s/artifacts/toolset/restore.proj : error MSB4236: The SDK 'Microsoft.DotNet.Arcade.Sdk' specified could not be found.
Build failed with exit code 1. Check errors above.

Report

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 0 0
Author: carlossanlop
Assignees: -
Labels:

os-mac-os-x, area-Infrastructure-coreclr, blocking-clean-ci, untriaged

Milestone: -

@agocke
Copy link
Member

agocke commented Jun 26, 2023

Haven't seen this in a while. Closing out.

@agocke agocke closed this as completed Jun 26, 2023
@ghost ghost removed the untriaged New issue has not been triaged by the area owner label Jun 26, 2023
@ghost ghost locked as resolved and limited conversation to collaborators Jul 27, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-Infrastructure-coreclr blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' os-mac-os-x macOS aka OSX
Projects
None yet
Development

No branches or pull requests

4 participants