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

Issue with the Windows image in build pipeline #262

Open
shuvendu-lahiri opened this issue May 8, 2020 · 0 comments
Open

Issue with the Windows image in build pipeline #262

shuvendu-lahiri opened this issue May 8, 2020 · 0 comments

Comments

@shuvendu-lahiri
Copy link
Member

Windows pipeline fails often with the following non-deterministic messages about some packages not being found such as Newtonsoft.JSON JsonSub.

Need to manually rerun the Windows job in Azure pipeline to get this to pass.

2020-04-10T20:10:09.4448333Z 
2020-04-10T20:10:13.8160536Z ##[error]Sources\SolidityCFG\SolidityCFG.csproj(0,0): Error NU1101: Unable to find package JsonSubTypes. No packages exist with this id in source(s): Microsoft Visual Studio Offline Packages
2020-04-10T20:10:13.8180645Z D:\a\1\s\Sources\SolidityCFG\SolidityCFG.csproj : error NU1101: Unable to find package JsonSubTypes. No packages exist with this id in source(s): Microsoft Visual Studio Offline Packages [D:\a\1\s\Sources\VeriSol.sln]
2020-04-10T20:10:13.8186593Z ##[error]Sources\SolidityCFG\SolidityCFG.csproj(0,0): Error NU1102: Unable to find package Microsoft.Extensions.Logging with version (>= 3.1.3)
  - Found 5 version(s) in Microsoft Visual Studio Offline Packages [ Nearest version: 1.1.2 ]
2020-04-10T20:10:13.8189261Z D:\a\1\s\Sources\SolidityCFG\SolidityCFG.csproj : error NU1102: Unable to find package Microsoft.Extensions.Logging with version (>= 3.1.3) [D:\a\1\s\Sources\VeriSol.sln]
2020-04-10T20:10:13.8190492Z D:\a\1\s\Sources\SolidityCFG\SolidityCFG.csproj : error NU1102:   - Found 5 version(s) in Microsoft Visual Studio Offline Packages [ Nearest version: 1.1.2 ] [D:\a\1\s\Sources\VeriSol.sln]
2020-04-10T20:10:13.8195739Z ##[error]Sources\SolidityCFG\SolidityCFG.csproj(0,0): Error NU1102: Unable to find package Microsoft.Extensions.Logging.Console with version (>= 3.1.3)
  - Found 5 version(s) in Microsoft Visual Studio Offline Packages [ Nearest version: 1.1.2 ]
2020-04-10T20:10:13.8197670Z D:\a\1\s\Sources\SolidityCFG\SolidityCFG.csproj : error NU1102: Unable to find package Microsoft.Extensions.Logging.Console with version (>= 3.1.3) [D:\a\1\s\Sources\VeriSol.sln]
2020-04-10T20:10:13.8199035Z D:\a\1\s\Sources\SolidityCFG\SolidityCFG.csproj : error NU1102:   - Found 5 version(s) in Microsoft Visual Studio Offline Packages [ Nearest version: 1.1.2 ] [D:\a\1\s\Sources\VeriSol.sln]
2020-04-10T20:10:13.8202532Z ##[error]Sources\SolidityCFG\SolidityCFG.csproj(0,0): Error NU1102: Unable to find package Newtonsoft.Json with version (>= 12.0.3)
  - Found

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

No branches or pull requests

1 participant