dotnet / performance

This repo contains benchmarks used for testing the performance of all .NET Runtimes
MIT License
700 stars 273 forks source link

WASM Microbenchmark runs failing on restore of BDN boilerplate #2081

Closed DrewScoggins closed 3 years ago

DrewScoggins commented 3 years ago

Below is the error we are getting when trying to run the WASM micros. I am not quite familiar enough with how the csproj is generated for our WASM runs. @naricc could you take a look?

[2021/10/15 02:29:25][INFO]   Failed to restore /home/helixbot/work/99D60892/p/performance/artifacts/bin/MicroBenchmarks/Release/net7.0/d33aaf25-6317-4f67-8b1f-ce7f22fb573c/BenchmarkDotNet.Autogenerated.csproj (in 1.6 sec).
[2021/10/15 02:29:25][INFO] /home/helixbot/work/99D60892/p/performance/artifacts/bin/MicroBenchmarks/Release/net7.0/d33aaf25-6317-4f67-8b1f-ce7f22fb573c/BenchmarkDotNet.Autogenerated.csproj : error NU1102:   - Found 0 version(s) in dotnet5
[2021/10/15 02:29:25][INFO] /home/helixbot/work/99D60892/p/performance/artifacts/bin/MicroBenchmarks/Release/net7.0/d33aaf25-6317-4f67-8b1f-ce7f22fb573c/BenchmarkDotNet.Autogenerated.csproj : error NU1102:   - Found 0 version(s) in dotnet5-transport
[2021/10/15 02:29:25][INFO] /home/helixbot/work/99D60892/p/performance/artifacts/bin/MicroBenchmarks/Release/net7.0/d33aaf25-6317-4f67-8b1f-ce7f22fb573c/BenchmarkDotNet.Autogenerated.csproj : error NU1102:   - Found 0 version(s) in dotnet3.1
[2021/10/15 02:29:25][INFO] /home/helixbot/work/99D60892/p/performance/artifacts/bin/MicroBenchmarks/Release/net7.0/d33aaf25-6317-4f67-8b1f-ce7f22fb573c/BenchmarkDotNet.Autogenerated.csproj : error NU1102:   - Found 0 version(s) in dotnet3.1-transport
[2021/10/15 02:29:25][INFO] /home/helixbot/work/99D60892/p/performance/artifacts/bin/MicroBenchmarks/Release/net7.0/d33aaf25-6317-4f67-8b1f-ce7f22fb573c/BenchmarkDotNet.Autogenerated.csproj : error NU1102:   - Found 0 version(s) in dotnet-tools
[2021/10/15 02:29:25][INFO] /home/helixbot/work/99D60892/p/performance/artifacts/bin/MicroBenchmarks/Release/net7.0/d33aaf25-6317-4f67-8b1f-ce7f22fb573c/BenchmarkDotNet.Autogenerated.csproj : error NU1102:   - Found 0 version(s) in dotnet-eng
[2021/10/15 02:29:25][INFO] /home/helixbot/work/99D60892/p/performance/artifacts/bin/MicroBenchmarks/Release/net7.0/d33aaf25-6317-4f67-8b1f-ce7f22fb573c/BenchmarkDotNet.Autogenerated.csproj : error NU1102:   - Found 0 version(s) in benchmark-dotnet-prerelease
[2021/10/15 02:29:25][INFO] /home/helixbot/work/99D60892/p/performance/artifacts/bin/MicroBenchmarks/Release/net7.0/d33aaf25-6317-4f67-8b1f-ce7f22fb573c/BenchmarkDotNet.Autogenerated.csproj : error NU1102:   - Found 6 version(s) in dotnet-public [ Nearest version: 6.0.0-rc.2.21480.5 ]
[2021/10/15 02:29:25][INFO] /home/helixbot/work/99D60892/p/performance/artifacts/bin/MicroBenchmarks/Release/net7.0/d33aaf25-6317-4f67-8b1f-ce7f22fb573c/BenchmarkDotNet.Autogenerated.csproj : error NU1102:   - Found 934 version(s) in dotnet6 [ Nearest version: 6.0.0-rtm.21514.7 ]
[2021/10/15 02:29:25][INFO] /home/helixbot/work/99D60892/p/performance/artifacts/bin/MicroBenchmarks/Release/net7.0/d33aaf25-6317-4f67-8b1f-ce7f22fb573c/BenchmarkDotNet.Autogenerated.csproj : error NU1102: Unable to find package Microsoft.NETCore.App.Runtime.Mono.browser-wasm with version (= 7.0.0-alpha.1.21480.1)
DrewScoggins commented 3 years ago

I think this might just be from the fact that we have not added the new dotnet7 Nuget feed to the performance repo, adding that now and we will see if this persists.

naricc commented 3 years ago

@DrewScoggins Did that resolve it? Or is this issue still ongoing?

DrewScoggins commented 3 years ago

This is resolved.