-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Closed
Labels
Known Build ErrorUse this to report build issues in the .NET Helix tabUse this to report build issues in the .NET Helix tabarch-wasmWebAssembly architectureWebAssembly architecturearea-VM-meta-monoos-browserBrowser variant of arch-wasmBrowser variant of arch-wasmos-wasiRelated to WASI variant of arch-wasmRelated to WASI variant of arch-wasm
Milestone
Description
Error Blob
{
"ErrorMessage": "Unable to find a stable package Microsoft.NET.ILLink.Tasks with version",
"BuildRetry": false,
"ErrorPattern": "",
"ExcludeConsoleLog": true
}Reproduction Steps
From my understanding, the failure is closely related to #93900, possibly same root cause, just different failure message. To ensure we can KnownBuildError both, I opened this separate issue.
- Example of affected PR: [release/8.0] Update dependencies from dotnet/hotreload-utils dotnet/icu #93919
- Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=455782&view=results
- Queues:
wasi-wasm*andbrowser-wasm* - Job: https://dev.azure.com/dnceng-public/public/_build/results?buildId=455782&view=logs&j=fd49b2ea-3ee3-5298-d793-bdb9fd631e7e&t=26d44400-a1b8-5ed1-d719-0cc35b38251b
- Log: https://helixre107v0xd1eu3ibi6ka.blob.core.windows.net/dotnet-runtime-refs-pull-93919-merge-af4795bc978a46a0b5/Workloads-Wasi.Build.Tests/1/console.441420f2.log?helixlogtype=result
Output example (expand)
----- start Mon 30 Oct 2023 09:36:22 PM UTC =============== To repro directly: =====================================================
pushd .
export WORKLOAD_PACKS_VER=8.0.0
export BASE_DIR=/root/helix/work/correlation
export RUNTIME_PACK_VER8=8.0.0
set_env_vars
dotnet exec xunit.console.dll Wasi.Build.Tests.dll -xml /root/helix/work/workitem/uploads/xharness-output/testResults.xml -nocolor -verbose -notrait category=IgnoreForCI -notrait category=failing -notrait category=no-workload
popd
===========================================================================================================
/root/helix/work/workitem/e /root/helix/work/workitem/e /root/helix/work/workitem/e
Microsoft.DotNet.XUnitConsoleRunner v2.5.0 (64-bit .NET 8.0.0)
Discovering: Wasi.Build.Tests (method display = ClassAndMethod, method display options = None)
==============================================================================================
=============== Running with Workloads ===============
==============================================================================================
Discovered: Wasi.Build.Tests (found 3 test cases)
Starting: Wasi.Build.Tests (parallel test collections = on, max threads = 2)
Wasi.Build.Tests: Using random seed for test cases: 483971416
Wasi.Build.Tests: Using random seed for collections: 483971416
Wasi.Build.Tests.WasiTemplateTests.ConsoleBuildAndRunForDifferentOutputPaths(config: "Debug", appendRID: True, useArtifacts: False) [STARTING]
Wasi.Build.Tests.WasiTemplateTests.ConsoleBuildAndRunForDifferentOutputPaths(config: "Debug", appendRID: True, useArtifacts: False) [FAIL]
Build process exited with non-zero exit code: 1
Stack Trace:
/_/src/mono/wasi/Wasi.Build.Tests/BuildTestBase.cs(433,0): at Wasm.Build.Tests.BuildTestBase.AssertBuild(String args, String label, Boolean expectSuccess, IDictionary`2 envVars, Nullable`1 timeoutMs)
/_/src/mono/wasi/Wasi.Build.Tests/BuildTestBase.cs(245,0): at Wasm.Build.Tests.BuildTestBase.BuildProject(BuildArgs buildArgs, String id, BuildProjectOptions options)
/_/src/mono/wasi/Wasi.Build.Tests/WasiTemplateTests.cs(165,0): at Wasi.Build.Tests.WasiTemplateTests.ConsoleBuildAndRunForDifferentOutputPaths(String config, Boolean appendRID, Boolean useArtifacts)
at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
at System.Reflection.MethodBaseInvoker.InvokeDirectByRefWithFewArgs(Object obj, Span`1 copyOfArgs, BindingFlags invokeAttr)
Output:
[] Executing (Captured Output) - /root/helix/work/workitem/e/dotnet-latest/dotnet new wasiconsole - in pwd /root/helix/work/workitem/e/wbt/Debug_3mh4ndef_hda
[] The template "Wasi Console App" was created successfully.
[]
-------- Building ---------
Binlog path: /root/helix/work/workitem/uploads/xharness-output/logs/Debug_3mh4ndef_hda/Debug_3mh4ndef_hda.binlog
Building Debug_3mh4ndef_hda in /root/helix/work/workitem/e/wbt/Debug_3mh4ndef_hda
Running /root/helix/work/workitem/e/dotnet-latest/dotnet build /p:Configuration=Debug /bl:"/root/helix/work/workitem/uploads/xharness-output/logs/Debug_3mh4ndef_hda/Debug_3mh4ndef_hda.binlog" /nologo /v:minimal
WorkingDirectory: /root/helix/work/workitem/e/wbt/Debug_3mh4ndef_hda
Setting environment variables for execution:
DOTNET_ROOT = /root/helix/work/workitem/e/dotnet-latest
DOTNET_INSTALL_DIR = /root/helix/work/workitem/e/dotnet-latest
DOTNET_MULTILEVEL_LOOKUP = 0
DOTNET_SKIP_FIRST_TIME_EXPERIENCE = 1
PATH = /root/helix/work/workitem/e/dotnet-latest:./dotnet-latest:/root/helix/work/correlation/dotnet-latest:/root/helix/work/correlation/xharness-cli:/root/helix/work/correlation/dotnet-cli:/root/helix/work/correlation/wasi-sdk:/root/helix/work/correlation/wasmtime:/home/helixbot/.jsvu/bin:/home/helixbot/node-v18.18.2-linux-x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
EM_WORKAROUND_PYTHON_BUG_34780 = 1
WASI_SDK_PATH = /root/helix/work/correlation/build/wasi-sdk
NUGET_PACKAGES = /root/helix/work/workitem/e/wbt/nuget/Debug_3mh4ndef_hda
[Debug_3mh4ndef_hda] Determining projects to restore...
[Debug_3mh4ndef_hda] /root/helix/work/workitem/e/wbt/Debug_3mh4ndef_hda/Debug_3mh4ndef_hda.csproj : error NU1103: Unable to find a stable package Microsoft.NET.ILLink.Tasks with version (>= 8.0.0)
[Debug_3mh4ndef_hda] /root/helix/work/workitem/e/wbt/Debug_3mh4ndef_hda/Debug_3mh4ndef_hda.csproj : error NU1103: - Found 1015 version(s) in dotnet8 [ Nearest version: 8.0.100-1.22608.1 ]
[Debug_3mh4ndef_hda] /root/helix/work/workitem/e/wbt/Debug_3mh4ndef_hda/Debug_3mh4ndef_hda.csproj : error NU1103: - Found 13 version(s) in nuget.org [ Nearest version: 8.0.100-1.23067.1 ]
[Debug_3mh4ndef_hda] /root/helix/work/workitem/e/wbt/Debug_3mh4ndef_hda/Debug_3mh4ndef_hda.csproj : error NU1103: - Found 0 version(s) in nuget-local
[Debug_3mh4ndef_hda] Failed to restore /root/helix/work/workitem/e/wbt/Debug_3mh4ndef_hda/Debug_3mh4ndef_hda.csproj (in 361 ms).
[Debug_3mh4ndef_hda]
[Debug_3mh4ndef_hda] Build FAILED.
[Debug_3mh4ndef_hda]
[Debug_3mh4ndef_hda] /root/helix/work/workitem/e/wbt/Debug_3mh4ndef_hda/Debug_3mh4ndef_hda.csproj : error NU1103: Unable to find a stable package Microsoft.NET.ILLink.Tasks with version (>= 8.0.0)
[Debug_3mh4ndef_hda] /root/helix/work/workitem/e/wbt/Debug_3mh4ndef_hda/Debug_3mh4ndef_hda.csproj : error NU1103: - Found 1015 version(s) in dotnet8 [ Nearest version: 8.0.100-1.22608.1 ]
[Debug_3mh4ndef_hda] /root/helix/work/workitem/e/wbt/Debug_3mh4ndef_hda/Debug_3mh4ndef_hda.csproj : error NU1103: - Found 13 version(s) in nuget.org [ Nearest version: 8.0.100-1.23067.1 ]
[Debug_3mh4ndef_hda] /root/helix/work/workitem/e/wbt/Debug_3mh4ndef_hda/Debug_3mh4ndef_hda.csproj : error NU1103: - Found 0 version(s) in nuget-local
[Debug_3mh4ndef_hda] 0 Warning(s)
[Debug_3mh4ndef_hda] 1 Error(s)
[Debug_3mh4ndef_hda]
[Debug_3mh4ndef_hda] Time Elapsed 00:00:01.41
Wasi.Build.Tests.WasiTemplateTests.ConsoleBuildAndRunForDifferentOutputPaths(config: "Debug", appendRID: True, useArtifacts: False) [FINISHED] Time: 2.4555203s
Wasi.Build.Tests.WasiTemplateTests.ConsoleBuildAndRunForDifferentOutputPaths(config: "Debug", appendRID: True, useArtifacts: True) [STARTING]
Build process exited with non-zero exit code: 1
Stack Trace:
/_/src/mono/wasi/Wasi.Build.Tests/BuildTestBase.cs(433,0): at Wasm.Build.Tests.BuildTestBase.AssertBuild(String args, String label, Boolean expectSuccess, IDictionary`2 envVars, Nullable`1 timeoutMs)
/_/src/mono/wasi/Wasi.Build.Tests/BuildTestBase.cs(245,0): at Wasm.Build.Tests.BuildTestBase.BuildProject(BuildArgs buildArgs, String id, BuildProjectOptions options)
/_/src/mono/wasi/Wasi.Build.Tests/WasiTemplateTests.cs(165,0): at Wasi.Build.Tests.WasiTemplateTests.ConsoleBuildAndRunForDifferentOutputPaths(String config, Boolean appendRID, Boolean useArtifacts)
Wasi.Build.Tests.WasiTemplateTests.ConsoleBuildAndRunForDifferentOutputPaths(config: "Debug", appendRID: True, useArtifacts: True) [FAIL]
at InvokeStub_WasiTemplateTests.ConsoleBuildAndRunForDifferentOutputPaths(Object, Span`1)
at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
Output:
[] Executing (Captured Output) - /root/helix/work/workitem/e/dotnet-latest/dotnet new wasiconsole - in pwd /root/helix/work/workitem/e/wbt/Debug_b5w3pwws_j2j
[] The template "Wasi Console App" was created successfully.
[]
-------- Building ---------
Binlog path: /root/helix/work/workitem/uploads/xharness-output/logs/Debug_b5w3pwws_j2j/Debug_b5w3pwws_j2j.binlog
Building Debug_b5w3pwws_j2j in /root/helix/work/workitem/e/wbt/Debug_b5w3pwws_j2j
Running /root/helix/work/workitem/e/dotnet-latest/dotnet build /p:Configuration=Debug /bl:"/root/helix/work/workitem/uploads/xharness-output/logs/Debug_b5w3pwws_j2j/Debug_b5w3pwws_j2j.binlog" /nologo /v:minimal
WorkingDirectory: /root/helix/work/workitem/e/wbt/Debug_b5w3pwws_j2j
Setting environment variables for execution:
DOTNET_ROOT = /root/helix/work/workitem/e/dotnet-latest
DOTNET_INSTALL_DIR = /root/helix/work/workitem/e/dotnet-latest
DOTNET_MULTILEVEL_LOOKUP = 0
DOTNET_SKIP_FIRST_TIME_EXPERIENCE = 1
PATH = /root/helix/work/workitem/e/dotnet-latest:./dotnet-latest:/root/helix/work/correlation/dotnet-latest:/root/helix/work/correlation/xharness-cli:/root/helix/work/correlation/dotnet-cli:/root/helix/work/correlation/wasi-sdk:/root/helix/work/correlation/wasmtime:/home/helixbot/.jsvu/bin:/home/helixbot/node-v18.18.2-linux-x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
EM_WORKAROUND_PYTHON_BUG_34780 = 1
WASI_SDK_PATH = /root/helix/work/correlation/build/wasi-sdk
NUGET_PACKAGES = /root/helix/work/workitem/e/wbt/nuget/Debug_b5w3pwws_j2j
[Debug_b5w3pwws_j2j] Determining projects to restore...
[Debug_b5w3pwws_j2j] /root/helix/work/workitem/e/wbt/Debug_b5w3pwws_j2j/Debug_b5w3pwws_j2j.csproj : error NU1103: Unable to find a stable package Microsoft.NET.ILLink.Tasks with version (>= 8.0.0)
[Debug_b5w3pwws_j2j] /root/helix/work/workitem/e/wbt/Debug_b5w3pwws_j2j/Debug_b5w3pwws_j2j.csproj : error NU1103: - Found 1015 version(s) in dotnet8 [ Nearest version: 8.0.100-1.22608.1 ]
[Debug_b5w3pwws_j2j] /root/helix/work/workitem/e/wbt/Debug_b5w3pwws_j2j/Debug_b5w3pwws_j2j.csproj : error NU1103: - Found 13 version(s) in nuget.org [ Nearest version: 8.0.100-1.23067.1 ]
[Debug_b5w3pwws_j2j] /root/helix/work/workitem/e/wbt/Debug_b5w3pwws_j2j/Debug_b5w3pwws_j2j.csproj : error NU1103: - Found 0 version(s) in nuget-local
[Debug_b5w3pwws_j2j] Failed to restore /root/helix/work/workitem/e/wbt/Debug_b5w3pwws_j2j/Debug_b5w3pwws_j2j.csproj (in 278 ms).
[Debug_b5w3pwws_j2j]
[Debug_b5w3pwws_j2j] Build FAILED.
[Debug_b5w3pwws_j2j]
[Debug_b5w3pwws_j2j] /root/helix/work/workitem/e/wbt/Debug_b5w3pwws_j2j/Debug_b5w3pwws_j2j.csproj : error NU1103: Unable to find a stable package Microsoft.NET.ILLink.Tasks with version (>= 8.0.0)
[Debug_b5w3pwws_j2j] /root/helix/work/workitem/e/wbt/Debug_b5w3pwws_j2j/Debug_b5w3pwws_j2j.csproj : error NU1103: - Found 1015 version(s) in dotnet8 [ Nearest version: 8.0.100-1.22608.1 ]
[Debug_b5w3pwws_j2j] /root/helix/work/workitem/e/wbt/Debug_b5w3pwws_j2j/Debug_b5w3pwws_j2j.csproj : error NU1103: - Found 13 version(s) in nuget.org [ Nearest version: 8.0.100-1.23067.1 ]
[Debug_b5w3pwws_j2j] /root/helix/work/workitem/e/wbt/Debug_b5w3pwws_j2j/Debug_b5w3pwws_j2j.csproj : error NU1103: - Found 0 version(s) in nuget-local
[Debug_b5w3pwws_j2j] 0 Warning(s)
[Debug_b5w3pwws_j2j] 1 Error(s)
[Debug_b5w3pwws_j2j]
[Debug_b5w3pwws_j2j] Time Elapsed 00:00:00.89
Wasi.Build.Tests.WasiTemplateTests.ConsoleBuildAndRunForDifferentOutputPaths(config: "Debug", appendRID: True, useArtifacts: True) [FINISHED] Time: 1.4964691s
Wasi.Build.Tests.WasiTemplateTests.ConsoleBuildAndRunForDifferentOutputPaths(config: "Debug", appendRID: False, useArtifacts: False) [STARTING]
Build process exited with non-zero exit code: 1
Stack Trace:
/_/src/mono/wasi/Wasi.Build.Tests/BuildTestBase.cs(433,0): at Wasm.Build.Tests.BuildTestBase.AssertBuild(String args, String label, Boolean expectSuccess, IDictionary`2 envVars, Nullable`1 timeoutMs)
/_/src/mono/wasi/Wasi.Build.Tests/BuildTestBase.cs(245,0): at Wasm.Build.Tests.BuildTestBase.BuildProject(BuildArgs buildArgs, String id, BuildProjectOptions options)
/_/src/mono/wasi/Wasi.Build.Tests/WasiTemplateTests.cs(165,0): at Wasi.Build.Tests.WasiTemplateTests.ConsoleBuildAndRunForDifferentOutputPaths(String config, Boolean appendRID, Boolean useArtifacts)
at InvokeStub_WasiTemplateTests.ConsoleBuildAndRunForDifferentOutputPaths(Object, Span`1)
at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
Output:
[] Executing (Captured Output) - /root/helix/work/workitem/e/dotnet-latest/dotnet new wasiconsole - in pwd /root/helix/work/workitem/e/wbt/Debug_ooe3bqfo_mdd
[] The template "Wasi Console App" was created successfully.
[]
-------- Building ---------
Binlog path: /root/helix/work/workitem/uploads/xharness-output/logs/Debug_ooe3bqfo_mdd/Debug_ooe3bqfo_mdd.binlog
Building Debug_ooe3bqfo_mdd in /root/helix/work/workitem/e/wbt/Debug_ooe3bqfo_mdd
Running /root/helix/work/workitem/e/dotnet-latest/dotnet build /p:Configuration=Debug /bl:"/root/helix/work/workitem/uploads/xharness-output/logs/Debug_ooe3bqfo_mdd/Debug_ooe3bqfo_mdd.binlog" /nologo /v:minimal
WorkingDirectory: /root/helix/work/workitem/e/wbt/Debug_ooe3bqfo_mdd
Setting environment variables for execution:
DOTNET_ROOT = /root/helix/work/workitem/e/dotnet-latest
DOTNET_INSTALL_DIR = /root/helix/work/workitem/e/dotnet-latest
DOTNET_MULTILEVEL_LOOKUP = 0
DOTNET_SKIP_FIRST_TIME_EXPERIENCE = 1
PATH = /root/helix/work/workitem/e/dotnet-latest:./dotnet-latest:/root/helix/work/correlation/dotnet-latest:/root/helix/work/correlation/xharness-cli:/root/helix/work/correlation/dotnet-cli:/root/helix/work/correlation/wasi-sdk:/root/helix/work/correlation/wasmtime:/home/helixbot/.jsvu/bin:/home/helixbot/node-v18.18.2-linux-x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
EM_WORKAROUND_PYTHON_BUG_34780 = 1
WASI_SDK_PATH = /root/helix/work/correlation/build/wasi-sdk
NUGET_PACKAGES = /root/helix/work/workitem/e/wbt/nuget/Debug_ooe3bqfo_mdd
[Debug_ooe3bqfo_mdd] Determining projects to restore...
[Debug_ooe3bqfo_mdd] /root/helix/work/workitem/e/wbt/Debug_ooe3bqfo_mdd/Debug_ooe3bqfo_mdd.csproj : error NU1103: Unable to find a stable package Microsoft.NET.ILLink.Tasks with version (>= 8.0.0)
[Debug_ooe3bqfo_mdd] /root/helix/work/workitem/e/wbt/Debug_ooe3bqfo_mdd/Debug_ooe3bqfo_mdd.csproj : error NU1103: - Found 1015 version(s) in dotnet8 [ Nearest version: 8.0.100-1.22608.1 ]
[Debug_ooe3bqfo_mdd] /root/helix/work/workitem/e/wbt/Debug_ooe3bqfo_mdd/Debug_ooe3bqfo_mdd.csproj : error NU1103: - Found 13 version(s) in nuget.org [ Nearest version: 8.0.100-1.23067.1 ]
[Debug_ooe3bqfo_mdd] /root/helix/work/workitem/e/wbt/Debug_ooe3bqfo_mdd/Debug_ooe3bqfo_mdd.csproj : error NU1103: - Found 0 version(s) in nuget-local
[Debug_ooe3bqfo_mdd] Failed to restore /root/helix/work/workitem/e/wbt/Debug_ooe3bqfo_mdd/Debug_ooe3bqfo_mdd.csproj (in 280 ms).
[Debug_ooe3bqfo_mdd]
[Debug_ooe3bqfo_mdd] Build FAILED.
[Debug_ooe3bqfo_mdd]
[Debug_ooe3bqfo_mdd] /root/helix/work/workitem/e/wbt/Debug_ooe3bqfo_mdd/Debug_ooe3bqfo_mdd.csproj : error NU1103: Unable to find a stable package Microsoft.NET.ILLink.Tasks with version (>= 8.0.0)
[Debug_ooe3bqfo_mdd] /root/helix/work/workitem/e/wbt/Debug_ooe3bqfo_mdd/Debug_ooe3bqfo_mdd.csproj : error NU1103: - Found 1015 version(s) in dotnet8 [ Nearest version: 8.0.100-1.22608.1 ]
[Debug_ooe3bqfo_mdd] /root/helix/work/workitem/e/wbt/Debug_ooe3bqfo_mdd/Debug_ooe3bqfo_mdd.csproj : error NU1103: - Found 13 version(s) in nuget.org [ Nearest version: 8.0.100-1.23067.1 ]
[Debug_ooe3bqfo_mdd] /root/helix/work/workitem/e/wbt/Debug_ooe3bqfo_mdd/Debug_ooe3bqfo_mdd.csproj : error NU1103: - Found 0 version(s) in nuget-local
[Debug_ooe3bqfo_mdd] 0 Warning(s)
[Debug_ooe3bqfo_mdd] 1 Error(s)
[Debug_ooe3bqfo_mdd]
[Debug_ooe3bqfo_mdd] Time Elapsed 00:00:02.27
Wasi.Build.Tests.WasiTemplateTests.ConsoleBuildAndRunForDifferentOutputPaths(config: "Debug", appendRID: False, useArtifacts: False) [FINISHED] Time: 3.3279127s
Wasi.Build.Tests.WasiTemplateTests.ConsoleBuildAndRunForDifferentOutputPaths(config: "Debug", appendRID: False, useArtifacts: True) [STARTING]
Wasi.Build.Tests.WasiTemplateTests.ConsoleBuildAndRunForDifferentOutputPaths(config: "Debug", appendRID: False, useArtifacts: False) [FAIL]
Build process exited with non-zero exit code: 1
Wasi.Build.Tests.WasiTemplateTests.ConsoleBuildAndRunForDifferentOutputPaths(config: "Debug", appendRID: False, useArtifacts: True) [FAIL]
Stack Trace:
/_/src/mono/wasi/Wasi.Build.Tests/BuildTestBase.cs(433,0): at Wasm.Build.Tests.BuildTestBase.AssertBuild(String args, String label, Boolean expectSuccess, IDictionary`2 envVars, Nullable`1 timeoutMs)
/_/src/mono/wasi/Wasi.Build.Tests/BuildTestBase.cs(245,0): at Wasm.Build.Tests.BuildTestBase.BuildProject(BuildArgs buildArgs, String id, BuildProjectOptions options)
/_/src/mono/wasi/Wasi.Build.Tests/WasiTemplateTests.cs(165,0): at Wasi.Build.Tests.WasiTemplateTests.ConsoleBuildAndRunForDifferentOutputPaths(String config, Boolean appendRID, Boolean useArtifacts)
at InvokeStub_WasiTemplateTests.ConsoleBuildAndRunForDifferentOutputPaths(Object, Span`1)
at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
Output:
[] Executing (Captured Output) - /root/helix/work/workitem/e/dotnet-latest/dotnet new wasiconsole - in pwd /root/helix/work/workitem/e/wbt/Debug_mh3krmap_11x
[] The template "Wasi Console App" was created successfully.
[]
-------- Building ---------
Binlog path: /root/helix/work/workitem/uploads/xharness-output/logs/Debug_mh3krmap_11x/Debug_mh3krmap_11x.binlog
Building Debug_mh3krmap_11x in /root/helix/work/workitem/e/wbt/Debug_mh3krmap_11x
Running /root/helix/work/workitem/e/dotnet-latest/dotnet build /p:Configuration=Debug /bl:"/root/helix/work/workitem/uploads/xharness-output/logs/Debug_mh3krmap_11x/Debug_mh3krmap_11x.binlog" /nologo /v:minimal
WorkingDirectory: /root/helix/work/workitem/e/wbt/Debug_mh3krmap_11x
Setting environment variables for execution:
DOTNET_ROOT = /root/helix/work/workitem/e/dotnet-latest
DOTNET_INSTALL_DIR = /root/helix/work/workitem/e/dotnet-latest
DOTNET_MULTILEVEL_LOOKUP = 0
DOTNET_SKIP_FIRST_TIME_EXPERIENCE = 1
PATH = /root/helix/work/workitem/e/dotnet-latest:./dotnet-latest:/root/helix/work/correlation/dotnet-latest:/root/helix/work/correlation/xharness-cli:/root/helix/work/correlation/dotnet-cli:/root/helix/work/correlation/wasi-sdk:/root/helix/work/correlation/wasmtime:/home/helixbot/.jsvu/bin:/home/helixbot/node-v18.18.2-linux-x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
EM_WORKAROUND_PYTHON_BUG_34780 = 1
WASI_SDK_PATH = /root/helix/work/correlation/build/wasi-sdk
NUGET_PACKAGES = /root/helix/work/workitem/e/wbt/nuget/Debug_mh3krmap_11x
[Debug_mh3krmap_11x] Determining projects to restore...
[Debug_mh3krmap_11x] /root/helix/work/workitem/e/wbt/Debug_mh3krmap_11x/Debug_mh3krmap_11x.csproj : error NU1103: Unable to find a stable package Microsoft.NET.ILLink.Tasks with version (>= 8.0.0)
[Debug_mh3krmap_11x] /root/helix/work/workitem/e/wbt/Debug_mh3krmap_11x/Debug_mh3krmap_11x.csproj : error NU1103: - Found 1015 version(s) in dotnet8 [ Nearest version: 8.0.100-1.22608.1 ]
[Debug_mh3krmap_11x] /root/helix/work/workitem/e/wbt/Debug_mh3krmap_11x/Debug_mh3krmap_11x.csproj : error NU1103: - Found 13 version(s) in nuget.org [ Nearest version: 8.0.100-1.23067.1 ]
[Debug_mh3krmap_11x] /root/helix/work/workitem/e/wbt/Debug_mh3krmap_11x/Debug_mh3krmap_11x.csproj : error NU1103: - Found 0 version(s) in nuget-local
[Debug_mh3krmap_11x] Failed to restore /root/helix/work/workitem/e/wbt/Debug_mh3krmap_11x/Debug_mh3krmap_11x.csproj (in 288 ms).
[Debug_mh3krmap_11x]
[Debug_mh3krmap_11x] Build FAILED.
[Debug_mh3krmap_11x]
[Debug_mh3krmap_11x] /root/helix/work/workitem/e/wbt/Debug_mh3krmap_11x/Debug_mh3krmap_11x.csproj : error NU1103: Unable to find a stable package Microsoft.NET.ILLink.Tasks with version (>= 8.0.0)
[Debug_mh3krmap_11x] /root/helix/work/workitem/e/wbt/Debug_mh3krmap_11x/Debug_mh3krmap_11x.csproj : error NU1103: - Found 1015 version(s) in dotnet8 [ Nearest version: 8.0.100-1.22608.1 ]
[Debug_mh3krmap_11x] /root/helix/work/workitem/e/wbt/Debug_mh3krmap_11x/Debug_mh3krmap_11x.csproj : error NU1103: - Found 13 version(s) in nuget.org [ Nearest version: 8.0.100-1.23067.1 ]
[Debug_mh3krmap_11x] /root/helix/work/workitem/e/wbt/Debug_mh3krmap_11x/Debug_mh3krmap_11x.csproj : error NU1103: - Found 0 version(s) in nuget-local
[Debug_mh3krmap_11x] 0 Warning(s)
[Debug_mh3krmap_11x] 1 Error(s)
[Debug_mh3krmap_11x]
[Debug_mh3krmap_11x] Time Elapsed 00:00:01.43
Wasi.Build.Tests.WasiTemplateTests.ConsoleBuildAndRunForDifferentOutputPaths(config: "Debug", appendRID: False, useArtifacts: True) [FINISHED] Time: 3.4070195s
Wasi.Build.Tests.WasiTemplateTests.ConsolePublishAndRunForSingleFileBundle(config: "Debug", relinking: False, invariantTimezone: False) [STARTING]
Wasi.Build.Tests.WasiTemplateTests.ConsolePublishAndRunForSingleFileBundle(config: "Debug", relinking: False, invariantTimezone: False) [FAIL]
Build process exited with non-zero exit code: 1
Stack Trace:
/_/src/mono/wasi/Wasi.Build.Tests/BuildTestBase.cs(433,0): at Wasm.Build.Tests.BuildTestBase.AssertBuild(String args, String label, Boolean expectSuccess, IDictionary`2 envVars, Nullable`1 timeoutMs)
/_/src/mono/wasi/Wasi.Build.Tests/BuildTestBase.cs(245,0): at Wasm.Build.Tests.BuildTestBase.BuildProject(BuildArgs buildArgs, String id, BuildProjectOptions options)
/_/src/mono/wasi/Wasi.Build.Tests/WasiTemplateTests.cs(108,0): at Wasi.Build.Tests.WasiTemplateTests.ConsolePublishAndRunForSingleFileBundle(String config, Boolean relinking, Boolean invariantTimezone)
at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
at System.Reflection.MethodBaseInvoker.InvokeDirectByRefWithFewArgs(Object obj, Span`1 copyOfArgs, BindingFlags invokeAttr)
Output:
[] Executing (Captured Output) - /root/helix/work/workitem/e/dotnet-latest/dotnet new wasiconsole - in pwd /root/helix/work/workitem/e/wbt/Debug_avzsswlx_zj2
[] The template "Wasi Console App" was created successfully.
[]
-------- Building ---------
Binlog path: /root/helix/work/workitem/uploads/xharness-output/logs/Debug_avzsswlx_zj2/Debug_avzsswlx_zj2.binlog
Building Debug_avzsswlx_zj2 in /root/helix/work/workitem/e/wbt/Debug_avzsswlx_zj2
Running /root/helix/work/workitem/e/dotnet-latest/dotnet publish -p:WasmBuildOnlyAfterPublish=true /p:Configuration=Debug /bl:"/root/helix/work/workitem/uploads/xharness-output/logs/Debug_avzsswlx_zj2/Debug_avzsswlx_zj2.binlog" /nologo /v:minimal
WorkingDirectory: /root/helix/work/workitem/e/wbt/Debug_avzsswlx_zj2
Setting environment variables for execution:
DOTNET_ROOT = /root/helix/work/workitem/e/dotnet-latest
DOTNET_INSTALL_DIR = /root/helix/work/workitem/e/dotnet-latest
DOTNET_MULTILEVEL_LOOKUP = 0
DOTNET_SKIP_FIRST_TIME_EXPERIENCE = 1
PATH = /root/helix/work/workitem/e/dotnet-latest:./dotnet-latest:/root/helix/work/correlation/dotnet-latest:/root/helix/work/correlation/xharness-cli:/root/helix/work/correlation/dotnet-cli:/root/helix/work/correlation/wasi-sdk:/root/helix/work/correlation/wasmtime:/home/helixbot/.jsvu/bin:/home/helixbot/node-v18.18.2-linux-x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
EM_WORKAROUND_PYTHON_BUG_34780 = 1
WASI_SDK_PATH = /root/helix/work/correlation/build/wasi-sdk
NUGET_PACKAGES = /root/helix/work/workitem/e/wbt/nuget/Debug_avzsswlx_zj2
[Debug_avzsswlx_zj2] Determining projects to restore...
[Debug_avzsswlx_zj2] /root/helix/work/workitem/e/wbt/Debug_avzsswlx_zj2/Debug_avzsswlx_zj2.csproj : error NU1103: Unable to find a stable package Microsoft.NET.ILLink.Tasks with version (>= 8.0.0)
[Debug_avzsswlx_zj2] /root/helix/work/workitem/e/wbt/Debug_avzsswlx_zj2/Debug_avzsswlx_zj2.csproj : error NU1103: - Found 1015 version(s) in dotnet8 [ Nearest version: 8.0.100-1.22608.1 ]
[Debug_avzsswlx_zj2] /root/helix/work/workitem/e/wbt/Debug_avzsswlx_zj2/Debug_avzsswlx_zj2.csproj : error NU1103: - Found 13 version(s) in nuget.org [ Nearest version: 8.0.100-1.23067.1 ]
[Debug_avzsswlx_zj2] /root/helix/work/workitem/e/wbt/Debug_avzsswlx_zj2/Debug_avzsswlx_zj2.csproj : error NU1103: - Found 0 version(s) in nuget-local
[Debug_avzsswlx_zj2] Failed to restore /root/helix/work/workitem/e/wbt/Debug_avzsswlx_zj2/Debug_avzsswlx_zj2.csproj (in 286 ms).
Wasi.Build.Tests.WasiTemplateTests.ConsolePublishAndRunForSingleFileBundle(config: "Debug", relinking: False, invariantTimezone: False) [FINISHED] Time: 2.0680421s
Wasi.Build.Tests.WasiTemplateTests.ConsolePublishAndRunForSingleFileBundle(config: "Debug", relinking: True, invariantTimezone: True) [STARTING]
Build process exited with non-zero exit code: 1
Stack Trace:
/_/src/mono/wasi/Wasi.Build.Tests/BuildTestBase.cs(433,0): at Wasm.Build.Tests.BuildTestBase.AssertBuild(String args, String label, Boolean expectSuccess, IDictionary`2 envVars, Nullable`1 timeoutMs)
/_/src/mono/wasi/Wasi.Build.Tests/BuildTestBase.cs(245,0): at Wasm.Build.Tests.BuildTestBase.BuildProject(BuildArgs buildArgs, String id, BuildProjectOptions options)
/_/src/mono/wasi/Wasi.Build.Tests/WasiTemplateTests.cs(108,0): at Wasi.Build.Tests.WasiTemplateTests.ConsolePublishAndRunForSingleFileBundle(String config, Boolean relinking, Boolean invariantTimezone)
at InvokeStub_WasiTemplateTests.ConsolePublishAndRunForSingleFileBundle(Object, Span`1)
Wasi.Build.Tests.WasiTemplateTests.ConsolePublishAndRunForSingleFileBundle(config: "Debug", relinking: True, invariantTimezone: True) [FAIL]
at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
Output:
[] Executing (Captured Output) - /root/helix/work/workitem/e/dotnet-latest/dotnet new wasiconsole - in pwd /root/helix/work/workitem/e/wbt/Debug_1f2cdwvl_tw4
[] The template "Wasi Console App" was created successfully.
[]
-------- Building ---------
Binlog path: /root/helix/work/workitem/uploads/xharness-output/logs/Debug_1f2cdwvl_tw4/Debug_1f2cdwvl_tw4.binlog
Building Debug_1f2cdwvl_tw4 in /root/helix/work/workitem/e/wbt/Debug_1f2cdwvl_tw4
Running /root/helix/work/workitem/e/dotnet-latest/dotnet publish -p:WasmBuildOnlyAfterPublish=true /p:Configuration=Debug /bl:"/root/helix/work/workitem/uploads/xharness-output/logs/Debug_1f2cdwvl_tw4/Debug_1f2cdwvl_tw4.binlog" /nologo /v:minimal
WorkingDirectory: /root/helix/work/workitem/e/wbt/Debug_1f2cdwvl_tw4
Setting environment variables for execution:
DOTNET_ROOT = /root/helix/work/workitem/e/dotnet-latest
DOTNET_INSTALL_DIR = /root/helix/work/workitem/e/dotnet-latest
DOTNET_MULTILEVEL_LOOKUP = 0
DOTNET_SKIP_FIRST_TIME_EXPERIENCE = 1
PATH = /root/helix/work/workitem/e/dotnet-latest:./dotnet-latest:/root/helix/work/correlation/dotnet-latest:/root/helix/work/correlation/xharness-cli:/root/helix/work/correlation/dotnet-cli:/root/helix/work/correlation/wasi-sdk:/root/helix/work/correlation/wasmtime:/home/helixbot/.jsvu/bin:/home/helixbot/node-v18.18.2-linux-x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
EM_WORKAROUND_PYTHON_BUG_34780 = 1
WASI_SDK_PATH = /root/helix/work/correlation/build/wasi-sdk
NUGET_PACKAGES = /root/helix/work/workitem/e/wbt/nuget/Debug_1f2cdwvl_tw4
[Debug_1f2cdwvl_tw4] Determining projects to restore...
[Debug_1f2cdwvl_tw4] /root/helix/work/workitem/e/wbt/Debug_1f2cdwvl_tw4/Debug_1f2cdwvl_tw4.csproj : error NU1103: Unable to find a stable package Microsoft.NET.ILLink.Tasks with version (>= 8.0.0)
[Debug_1f2cdwvl_tw4] /root/helix/work/workitem/e/wbt/Debug_1f2cdwvl_tw4/Debug_1f2cdwvl_tw4.csproj : error NU1103: - Found 1015 version(s) in dotnet8 [ Nearest version: 8.0.100-1.22608.1 ]
[Debug_1f2cdwvl_tw4] /root/helix/work/workitem/e/wbt/Debug_1f2cdwvl_tw4/Debug_1f2cdwvl_tw4.csproj : error NU1103: - Found 13 version(s) in nuget.org [ Nearest version: 8.0.100-1.23067.1 ]
[Debug_1f2cdwvl_tw4] /root/helix/work/workitem/e/wbt/Debug_1f2cdwvl_tw4/Debug_1f2cdwvl_tw4.csproj : error NU1103: - Found 0 version(s) in nuget-local
[Debug_1f2cdwvl_tw4] Failed to restore /root/helix/work/workitem/e/wbt/Debug_1f2cdwvl_tw4/Debug_1f2cdwvl_tw4.csproj (in 286 ms).
Wasi.Build.Tests.WasiTemplateTests.ConsolePublishAndRunForSingleFileBundle(config: "Debug", relinking: True, invariantTimezone: True) [FINISHED] Time: 1.4976598s
Wasi.Build.Tests.WasiTemplateTests.ConsolePublishAndRunForSingleFileBundle(config: "Release", relinking: False, invariantTimezone: False) [STARTING]
Build process exited with non-zero exit code: 1
Stack Trace:
/_/src/mono/wasi/Wasi.Build.Tests/BuildTestBase.cs(433,0): at Wasm.Build.Tests.BuildTestBase.AssertBuild(String args, String label, Boolean expectSuccess, IDictionary`2 envVars, Nullable`1 timeoutMs)
/_/src/mono/wasi/Wasi.Build.Tests/BuildTestBase.cs(245,0): at Wasm.Build.Tests.BuildTestBase.BuildProject(BuildArgs buildArgs, String id, BuildProjectOptions options)
Wasi.Build.Tests.WasiTemplateTests.ConsolePublishAndRunForSingleFileBundle(config: "Release", relinking: False, invariantTimezone: False) [FAIL]
/_/src/mono/wasi/Wasi.Build.Tests/WasiTemplateTests.cs(108,0): at Wasi.Build.Tests.WasiTemplateTests.ConsolePublishAndRunForSingleFileBundle(String config, Boolean relinking, Boolean invariantTimezone)
at InvokeStub_WasiTemplateTests.ConsolePublishAndRunForSingleFileBundle(Object, Span`1)
at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
Output:
[] Executing (Captured Output) - /root/helix/work/workitem/e/dotnet-latest/dotnet new wasiconsole - in pwd /root/helix/work/workitem/e/wbt/Release_ldealncd_eev
[] The template "Wasi Console App" was created successfully.
[]
-------- Building ---------
Binlog path: /root/helix/work/workitem/uploads/xharness-output/logs/Release_ldealncd_eev/Release_ldealncd_eev.binlog
Building Release_ldealncd_eev in /root/helix/work/workitem/e/wbt/Release_ldealncd_eev
Running /root/helix/work/workitem/e/dotnet-latest/dotnet publish -p:WasmBuildOnlyAfterPublish=true /p:Configuration=Release /bl:"/root/helix/work/workitem/uploads/xharness-output/logs/Release_ldealncd_eev/Release_ldealncd_eev.binlog" /nologo /v:minimal
WorkingDirectory: /root/helix/work/workitem/e/wbt/Release_ldealncd_eev
Setting environment variables for execution:
DOTNET_ROOT = /root/helix/work/workitem/e/dotnet-latest
DOTNET_INSTALL_DIR = /root/helix/work/workitem/e/dotnet-latest
DOTNET_MULTILEVEL_LOOKUP = 0
DOTNET_SKIP_FIRST_TIME_EXPERIENCE = 1
PATH = /root/helix/work/workitem/e/dotnet-latest:./dotnet-latest:/root/helix/work/correlation/dotnet-latest:/root/helix/work/correlation/xharness-cli:/root/helix/work/correlation/dotnet-cli:/root/helix/work/correlation/wasi-sdk:/root/helix/work/correlation/wasmtime:/home/helixbot/.jsvu/bin:/home/helixbot/node-v18.18.2-linux-x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
EM_WORKAROUND_PYTHON_BUG_34780 = 1
WASI_SDK_PATH = /root/helix/work/correlation/build/wasi-sdk
NUGET_PACKAGES = /root/helix/work/workitem/e/wbt/nuget/Release_ldealncd_eev
[Release_ldealncd_eev] Determining projects to restore...
[Release_ldealncd_eev] /root/helix/work/workitem/e/wbt/Release_ldealncd_eev/Release_ldealncd_eev.csproj : error NU1103: Unable to find a stable package Microsoft.NET.ILLink.Tasks with version (>= 8.0.0)
[Release_ldealncd_eev] /root/helix/work/workitem/e/wbt/Release_ldealncd_eev/Release_ldealncd_eev.csproj : error NU1103: - Found 1015 version(s) in dotnet8 [ Nearest version: 8.0.100-1.22608.1 ]
[Release_ldealncd_eev] /root/helix/work/workitem/e/wbt/Release_ldealncd_eev/Release_ldealncd_eev.csproj : error NU1103: - Found 13 version(s) in nuget.org [ Nearest version: 8.0.100-1.23067.1 ]
[Release_ldealncd_eev] /root/helix/work/workitem/e/wbt/Release_ldealncd_eev/Release_ldealncd_eev.csproj : error NU1103: - Found 0 version(s) in nuget-local
[Release_ldealncd_eev] Failed to restore /root/helix/work/workitem/e/wbt/Release_ldealncd_eev/Release_ldealncd_eev.csproj (in 286 ms).
Wasi.Build.Tests.WasiTemplateTests.ConsolePublishAndRunForSingleFileBundle(config: "Release", relinking: False, invariantTimezone: False) [FINISHED] Time: 1.4883663s
Wasi.Build.Tests.WasiTemplateTests.ConsoleBuildThenPublish(config: "Debug") [STARTING]
Wasi.Build.Tests.WasiTemplateTests.ConsoleBuildThenPublish(config: "Debug") [FAIL]
Build process exited with non-zero exit code: 1
Stack Trace:
/_/src/mono/wasi/Wasi.Build.Tests/BuildTestBase.cs(433,0): at Wasm.Build.Tests.BuildTestBase.AssertBuild(String args, String label, Boolean expectSuccess, IDictionary`2 envVars, Nullable`1 timeoutMs)
/_/src/mono/wasi/Wasi.Build.Tests/BuildTestBase.cs(245,0): at Wasm.Build.Tests.BuildTestBase.BuildProject(BuildArgs buildArgs, String id, BuildProjectOptions options)
/_/src/mono/wasi/Wasi.Build.Tests/WasiTemplateTests.cs(36,0): at Wasi.Build.Tests.WasiTemplateTests.ConsoleBuildThenPublish(String config)
at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
at System.Reflection.MethodBaseInvoker.InvokeDirectByRefWithFewArgs(Object obj, Span`1 copyOfArgs, BindingFlags invokeAttr)
Output:
[] Executing (Captured Output) - /root/helix/work/workitem/e/dotnet-latest/dotnet new wasiconsole - in pwd /root/helix/work/workitem/e/wbt/Debug_qwr2qlbg_nkc
[] The template "Wasi Console App" was created successfully.
[]
-------- Building ---------
Binlog path: /root/helix/work/workitem/uploads/xharness-output/logs/Debug_qwr2qlbg_nkc/Debug_qwr2qlbg_nkc.binlog
Building Debug_qwr2qlbg_nkc in /root/helix/work/workitem/e/wbt/Debug_qwr2qlbg_nkc
Running /root/helix/work/workitem/e/dotnet-latest/dotnet build /p:Configuration=Debug /bl:"/root/helix/work/workitem/uploads/xharness-output/logs/Debug_qwr2qlbg_nkc/Debug_qwr2qlbg_nkc.binlog" /nologo /v:minimal
WorkingDirectory: /root/helix/work/workitem/e/wbt/Debug_qwr2qlbg_nkc
Setting environment variables for execution:
DOTNET_ROOT = /root/helix/work/workitem/e/dotnet-latest
DOTNET_INSTALL_DIR = /root/helix/work/workitem/e/dotnet-latest
DOTNET_MULTILEVEL_LOOKUP = 0
DOTNET_SKIP_FIRST_TIME_EXPERIENCE = 1
PATH = /root/helix/work/workitem/e/dotnet-latest:./dotnet-latest:/root/helix/work/correlation/dotnet-latest:/root/helix/work/correlation/xharness-cli:/root/helix/work/correlation/dotnet-cli:/root/helix/work/correlation/wasi-sdk:/root/helix/work/correlation/wasmtime:/home/helixbot/.jsvu/bin:/home/helixbot/node-v18.18.2-linux-x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
EM_WORKAROUND_PYTHON_BUG_34780 = 1
WASI_SDK_PATH = /root/helix/work/correlation/build/wasi-sdk
NUGET_PACKAGES = /root/helix/work/workitem/e/wbt/nuget/Debug_qwr2qlbg_nkc
[Debug_qwr2qlbg_nkc] Determining projects to restore...
[Debug_qwr2qlbg_nkc] /root/helix/work/workitem/e/wbt/Debug_qwr2qlbg_nkc/Debug_qwr2qlbg_nkc.csproj : error NU1103: Unable to find a stable package Microsoft.NET.ILLink.Tasks with version (>= 8.0.0)
[Debug_qwr2qlbg_nkc] /root/helix/work/workitem/e/wbt/Debug_qwr2qlbg_nkc/Debug_qwr2qlbg_nkc.csproj : error NU1103: - Found 1015 version(s) in dotnet8 [ Nearest version: 8.0.100-1.22608.1 ]
[Debug_qwr2qlbg_nkc] /root/helix/work/workitem/e/wbt/Debug_qwr2qlbg_nkc/Debug_qwr2qlbg_nkc.csproj : error NU1103: - Found 13 version(s) in nuget.org [ Nearest version: 8.0.100-1.23067.1 ]
[Debug_qwr2qlbg_nkc] /root/helix/work/workitem/e/wbt/Debug_qwr2qlbg_nkc/Debug_qwr2qlbg_nkc.csproj : error NU1103: - Found 0 version(s) in nuget-local
[Debug_qwr2qlbg_nkc] Failed to restore /root/helix/work/workitem/e/wbt/Debug_qwr2qlbg_nkc/Debug_qwr2qlbg_nkc.csproj (in 287 ms).
[Debug_qwr2qlbg_nkc]
[Debug_qwr2qlbg_nkc] Build FAILED.
[Debug_qwr2qlbg_nkc]
[Debug_qwr2qlbg_nkc] /root/helix/work/workitem/e/wbt/Debug_qwr2qlbg_nkc/Debug_qwr2qlbg_nkc.csproj : error NU1103: Unable to find a stable package Microsoft.NET.ILLink.Tasks with version (>= 8.0.0)
[Debug_qwr2qlbg_nkc] /root/helix/work/workitem/e/wbt/Debug_qwr2qlbg_nkc/Debug_qwr2qlbg_nkc.csproj : error NU1103: - Found 1015 version(s) in dotnet8 [ Nearest version: 8.0.100-1.22608.1 ]
[Debug_qwr2qlbg_nkc] /root/helix/work/workitem/e/wbt/Debug_qwr2qlbg_nkc/Debug_qwr2qlbg_nkc.csproj : error NU1103: - Found 13 version(s) in nuget.org [ Nearest version: 8.0.100-1.23067.1 ]
[Debug_qwr2qlbg_nkc] /root/helix/work/workitem/e/wbt/Debug_qwr2qlbg_nkc/Debug_qwr2qlbg_nkc.csproj : error NU1103: - Found 0 version(s) in nuget-local
[Debug_qwr2qlbg_nkc] 0 Warning(s)
[Debug_qwr2qlbg_nkc] 1 Error(s)
[Debug_qwr2qlbg_nkc]
[Debug_qwr2qlbg_nkc] Time Elapsed 00:00:00.91
Wasi.Build.Tests.WasiTemplateTests.ConsoleBuildThenPublish(config: "Debug") [FINISHED] Time: 1.5115695s
Wasi.Build.Tests.WasiTemplateTests.ConsoleBuildThenPublish(config: "Release") [STARTING]
Wasi.Build.Tests.WasiTemplateTests.ConsoleBuildThenPublish(config: "Release") [FAIL]
Build process exited with non-zero exit code: 1
Stack Trace:
/_/src/mono/wasi/Wasi.Build.Tests/BuildTestBase.cs(433,0): at Wasm.Build.Tests.BuildTestBase.AssertBuild(String args, String label, Boolean expectSuccess, IDictionary`2 envVars, Nullable`1 timeoutMs)
/_/src/mono/wasi/Wasi.Build.Tests/BuildTestBase.cs(245,0): at Wasm.Build.Tests.BuildTestBase.BuildProject(BuildArgs buildArgs, String id, BuildProjectOptions options)
/_/src/mono/wasi/Wasi.Build.Tests/WasiTemplateTests.cs(36,0): at Wasi.Build.Tests.WasiTemplateTests.ConsoleBuildThenPublish(String config)
at InvokeStub_WasiTemplateTests.ConsoleBuildThenPublish(Object, Span`1)
at System.Reflection.MethodBaseInvoker.InvokeWithOneArg(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
Output:
[] Executing (Captured Output) - /root/helix/work/workitem/e/dotnet-latest/dotnet new wasiconsole - in pwd /root/helix/work/workitem/e/wbt/Release_z2qz2d4v_pnt
[] The template "Wasi Console App" was created successfully.
[]
-------- Building ---------
Binlog path: /root/helix/work/workitem/uploads/xharness-output/logs/Release_z2qz2d4v_pnt/Release_z2qz2d4v_pnt.binlog
Building Release_z2qz2d4v_pnt in /root/helix/work/workitem/e/wbt/Release_z2qz2d4v_pnt
Running /root/helix/work/workitem/e/dotnet-latest/dotnet build /p:Configuration=Release /bl:"/root/helix/work/workitem/uploads/xharness-output/logs/Release_z2qz2d4v_pnt/Release_z2qz2d4v_pnt.binlog" /nologo /v:minimal
WorkingDirectory: /root/helix/work/workitem/e/wbt/Release_z2qz2d4v_pnt
Setting environment variables for execution:
DOTNET_ROOT = /root/helix/work/workitem/e/dotnet-latest
DOTNET_INSTALL_DIR = /root/helix/work/workitem/e/dotnet-latest
DOTNET_MULTILEVEL_LOOKUP = 0
DOTNET_SKIP_FIRST_TIME_EXPERIENCE = 1
PATH = /root/helix/work/workitem/e/dotnet-latest:./dotnet-latest:/root/helix/work/correlation/dotnet-latest:/root/helix/work/correlation/xharness-cli:/root/helix/work/correlation/dotnet-cli:/root/helix/work/correlation/wasi-sdk:/root/helix/work/correlation/wasmtime:/home/helixbot/.jsvu/bin:/home/helixbot/node-v18.18.2-linux-x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
EM_WORKAROUND_PYTHON_BUG_34780 = 1
WASI_SDK_PATH = /root/helix/work/correlation/build/wasi-sdk
NUGET_PACKAGES = /root/helix/work/workitem/e/wbt/nuget/Release_z2qz2d4v_pnt
[Release_z2qz2d4v_pnt] Determining projects to restore...
[Release_z2qz2d4v_pnt] /root/helix/work/workitem/e/wbt/Release_z2qz2d4v_pnt/Release_z2qz2d4v_pnt.csproj : error NU1103: Unable to find a stable package Microsoft.NET.ILLink.Tasks with version (>= 8.0.0)
[Release_z2qz2d4v_pnt] /root/helix/work/workitem/e/wbt/Release_z2qz2d4v_pnt/Release_z2qz2d4v_pnt.csproj : error NU1103: - Found 1015 version(s) in dotnet8 [ Nearest version: 8.0.100-1.22608.1 ]
[Release_z2qz2d4v_pnt] /root/helix/work/workitem/e/wbt/Release_z2qz2d4v_pnt/Release_z2qz2d4v_pnt.csproj : error NU1103: - Found 13 version(s) in nuget.org [ Nearest version: 8.0.100-1.23067.1 ]
[Release_z2qz2d4v_pnt] /root/helix/work/workitem/e/wbt/Release_z2qz2d4v_pnt/Release_z2qz2d4v_pnt.csproj : error NU1103: - Found 0 version(s) in nuget-local
[Release_z2qz2d4v_pnt] Failed to restore /root/helix/work/workitem/e/wbt/Release_z2qz2d4v_pnt/Release_z2qz2d4v_pnt.csproj (in 284 ms).
[Release_z2qz2d4v_pnt]
[Release_z2qz2d4v_pnt] Build FAILED.
[Release_z2qz2d4v_pnt]
[Release_z2qz2d4v_pnt] /root/helix/work/workitem/e/wbt/Release_z2qz2d4v_pnt/Release_z2qz2d4v_pnt.csproj : error NU1103: Unable to find a stable package Microsoft.NET.ILLink.Tasks with version (>= 8.0.0)
[Release_z2qz2d4v_pnt] /root/helix/work/workitem/e/wbt/Release_z2qz2d4v_pnt/Release_z2qz2d4v_pnt.csproj : error NU1103: - Found 1015 version(s) in dotnet8 [ Nearest version: 8.0.100-1.22608.1 ]
[Release_z2qz2d4v_pnt] /root/helix/work/workitem/e/wbt/Release_z2qz2d4v_pnt/Release_z2qz2d4v_pnt.csproj : error NU1103: - Found 13 version(s) in nuget.org [ Nearest version: 8.0.100-1.23067.1 ]
[Release_z2qz2d4v_pnt] /root/helix/work/workitem/e/wbt/Release_z2qz2d4v_pnt/Release_z2qz2d4v_pnt.csproj : error NU1103: - Found 0 version(s) in nuget-local
[Release_z2qz2d4v_pnt] 0 Warning(s)
[Release_z2qz2d4v_pnt] 1 Error(s)
[Release_z2qz2d4v_pnt]
[Release_z2qz2d4v_pnt] Time Elapsed 00:00:00.91
Wasi.Build.Tests.WasiTemplateTests.ConsoleBuildThenPublish(config: "Release") [FINISHED] Time: 1.4980322s
============== DELETING THE BUILDS =============
Finished: Wasi.Build.Tests
=== TEST EXECUTION SUMMARY ===
Wasi.Build.Tests Total: 9, Errors: 0, Failed: 9, Skipped: 0, Time: 18.840s
/root/helix/work/workitem/e /root/helix/work/workitem/e
----- end Mon 30 Oct 2023 09:36:42 PM UTC ----- exit code 1 ----------------------------------------------------------
Known issue validation
Build: 🔎
Result validation:
Validation performed at: 12/13/2023 5:59:54 AM UTC
Report
Summary
| 24-Hour Hit Count | 7-Day Hit Count | 1-Month Count |
|---|---|---|
| 0 | 0 | 0 |
Metadata
Metadata
Assignees
Labels
Known Build ErrorUse this to report build issues in the .NET Helix tabUse this to report build issues in the .NET Helix tabarch-wasmWebAssembly architectureWebAssembly architecturearea-VM-meta-monoos-browserBrowser variant of arch-wasmBrowser variant of arch-wasmos-wasiRelated to WASI variant of arch-wasmRelated to WASI variant of arch-wasm