[NO-REVIEW] Use Zstandard for compressing singlefile assemblies #123542
Build #20260123.26 had test failures
Details
- Failed: 196 (0.01%)
- Passed: 3,501,287 (98.05%)
- Other: 69,576 (1.95%)
- Total: 3,571,059
Annotations
azure-pipelines / runtime
.packages/microsoft.dotnet.helix.sdk/11.0.0-beta.26065.101/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets#L91
.packages/microsoft.dotnet.helix.sdk/11.0.0-beta.26065.101/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(91,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Work item AppHost.Bundle.Tests in job 4dedb22c-8e0e-4b70-9371-bee707186325 has failed.
Failure log: https://helix.dot.net/api/2019-06-17/jobs/4dedb22c-8e0e-4b70-9371-bee707186325/workitems/AppHost.Bundle.Tests/console
azure-pipelines / runtime
.packages/microsoft.dotnet.helix.sdk/11.0.0-beta.26065.101/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets#L91
.packages/microsoft.dotnet.helix.sdk/11.0.0-beta.26065.101/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(91,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Work item Microsoft.NET.HostModel.Tests in job 4dedb22c-8e0e-4b70-9371-bee707186325 has failed.
Failure log: https://helix.dot.net/api/2019-06-17/jobs/4dedb22c-8e0e-4b70-9371-bee707186325/workitems/Microsoft.NET.HostModel.Tests/console
azure-pipelines / runtime
.packages/microsoft.dotnet.helix.sdk/11.0.0-beta.26065.101/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets#L91
.packages/microsoft.dotnet.helix.sdk/11.0.0-beta.26065.101/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(91,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Work item AppHost.Bundle.Tests in job dfe4227e-5034-4ee8-bb67-22cf0f491db4 has failed.
Failure log: https://helix.dot.net/api/2019-06-17/jobs/dfe4227e-5034-4ee8-bb67-22cf0f491db4/workitems/AppHost.Bundle.Tests/console
azure-pipelines / runtime
.packages/microsoft.dotnet.helix.sdk/11.0.0-beta.26065.101/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets#L91
.packages/microsoft.dotnet.helix.sdk/11.0.0-beta.26065.101/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(91,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Work item Microsoft.NET.HostModel.Tests in job dfe4227e-5034-4ee8-bb67-22cf0f491db4 has failed.
Failure log: https://helix.dot.net/api/2019-06-17/jobs/dfe4227e-5034-4ee8-bb67-22cf0f491db4/workitems/Microsoft.NET.HostModel.Tests/console
azure-pipelines / runtime
Microsoft.NET.HostModel.Bundle.Tests.BundlerConsistencyTests.Microsoft.NET.HostModel.Bundle.Tests.BundlerConsistencyTests.FileSizes
System.IO.FileNotFoundException : Could not load file or assembly 'System.IO.Compression.Zstandard, Version=11.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. The system cannot find the file specified.
Raw output
at Microsoft.NET.HostModel.Bundle.Bundler.AddToBundle(Stream bundle, FileStream file, FileType type) in /_/src/installer/managed/Microsoft.NET.HostModel/Bundle/Bundler.cs:line 105
at Microsoft.NET.HostModel.Bundle.Bundler.GenerateBundle(IReadOnlyList`1 fileSpecs) in /_/src/installer/managed/Microsoft.NET.HostModel/Bundle/Bundler.cs:line 362
at Microsoft.NET.HostModel.Bundle.Tests.BundlerConsistencyTests.FileSizes() in /_/src/installer/tests/Microsoft.NET.HostModel.Tests/Bundle/BundlerConsistencyTests.cs:line 331
at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args)
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
azure-pipelines / runtime
Microsoft.NET.HostModel.Bundle.Tests.BundlerConsistencyTests.Microsoft.NET.HostModel.Bundle.Tests.BundlerConsistencyTests.ExactDuplicateEntries
System.IO.FileNotFoundException : Could not load file or assembly 'System.IO.Compression.Zstandard, Version=11.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. The system cannot find the file specified.
Raw output
at Microsoft.NET.HostModel.Bundle.Bundler.AddToBundle(Stream bundle, FileStream file, FileType type) in /_/src/installer/managed/Microsoft.NET.HostModel/Bundle/Bundler.cs:line 105
at Microsoft.NET.HostModel.Bundle.Bundler.GenerateBundle(IReadOnlyList`1 fileSpecs) in /_/src/installer/managed/Microsoft.NET.HostModel/Bundle/Bundler.cs:line 362
at Microsoft.NET.HostModel.Bundle.Tests.BundlerConsistencyTests.ExactDuplicateEntries() in /_/src/installer/tests/Microsoft.NET.HostModel.Tests/Bundle/BundlerConsistencyTests.cs:line 93
at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args)
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
azure-pipelines / runtime
Microsoft.NET.HostModel.Bundle.Tests.BundlerConsistencyTests.Microsoft.NET.HostModel.Bundle.Tests.BundlerConsistencyTests.IdenticalBundles_BinaryEqual
System.IO.FileNotFoundException : Could not load file or assembly 'System.IO.Compression.Zstandard, Version=11.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. The system cannot find the file specified.
Raw output
at Microsoft.NET.HostModel.Bundle.Bundler.AddToBundle(Stream bundle, FileStream file, FileType type) in /_/src/installer/managed/Microsoft.NET.HostModel/Bundle/Bundler.cs:line 105
at Microsoft.NET.HostModel.Bundle.Bundler.GenerateBundle(IReadOnlyList`1 fileSpecs) in /_/src/installer/managed/Microsoft.NET.HostModel/Bundle/Bundler.cs:line 362
at Microsoft.NET.HostModel.Bundle.Tests.BundlerConsistencyTests.CreateSampleBundle(Boolean bundleMultipleFiles) in /_/src/installer/tests/Microsoft.NET.HostModel.Tests/Bundle/BundlerConsistencyTests.cs:line 190
at Microsoft.NET.HostModel.Bundle.Tests.BundlerConsistencyTests.IdenticalBundles_BinaryEqual() in /_/src/installer/tests/Microsoft.NET.HostModel.Tests/Bundle/BundlerConsistencyTests.cs:line 196
at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args)
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
azure-pipelines / runtime
Microsoft.NET.HostModel.Bundle.Tests.BundlerConsistencyTests.Microsoft.NET.HostModel.Bundle.Tests.BundlerConsistencyTests.LongFileNames
System.IO.FileNotFoundException : Could not load file or assembly 'System.IO.Compression.Zstandard, Version=11.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. The system cannot find the file specified.
Raw output
at Microsoft.NET.HostModel.Bundle.Bundler.AddToBundle(Stream bundle, FileStream file, FileType type) in /_/src/installer/managed/Microsoft.NET.HostModel/Bundle/Bundler.cs:line 105
at Microsoft.NET.HostModel.Bundle.Bundler.GenerateBundle(IReadOnlyList`1 fileSpecs) in /_/src/installer/managed/Microsoft.NET.HostModel/Bundle/Bundler.cs:line 362
at Microsoft.NET.HostModel.Bundle.Tests.BundlerConsistencyTests.LongFileNames() in /_/src/installer/tests/Microsoft.NET.HostModel.Tests/Bundle/BundlerConsistencyTests.cs:line 374
at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args)
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)