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

Merging internal commits for release/6.0.4xx #43981

Merge commit 'd404f562916f5be62c6661e4f7033f26859ce939' into internal…

795da3c
Select commit
Loading
Failed to load commit list.
Merged

Merging internal commits for release/6.0.4xx #43981

Merge commit 'd404f562916f5be62c6661e4f7033f26859ce939' into internal…
795da3c
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis succeeded Oct 9, 2024 in 0s

.NET Result Analysis

Details

All checks completed

[dotnet-sdk-public-ci]

Build Rerun

✔️ Build passed after 1 retries.

(Attempt #1) [link to build]

dotnet-sdk-public-ci / Build / Windows_NT / Windows_NT Build_Release / Build

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌src\Layout\redist\redist.csproj(0,0): error NU1603: (NETCORE_ENGINEERING_TELEMETRY=Restore) redist depends on dotnet-format (>= 6.4.546803) but dotnet-format 6.4.546803 was not found. An approximate best match of dotnet-format 7.0.245107 was resolved.

dotnet-sdk-public-ci / Build / Windows_NT / Windows_NT Build_Release / Run Tests in Helix and non Helix in parallel

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌XUnit(0,0): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Tests failed: D:\a\_work\1\s\artifacts\log\Release\Microsoft.DotNet.MSBuildSdkResolver.Tests_net472_x64.log [net472|x64]
    ❌XUnit(0,0): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Tests failed: D:\a\_work\1\s\artifacts\TestResults\Release\Microsoft.DotNet.PackageInstall.Tests_net6.0_x64.html [net6.0|x64]
    ❌XUnit(0,0): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Tests failed: D:\a\_work\1\s\artifacts\TestResults\Release\Microsoft.DotNet.Cli.Sln.Internal.Tests_net6.0_x64.html [net6.0|x64]

dotnet-sdk-public-ci / Build / Source-Build (Managed) / Build

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌artifacts/source-build/self/src/src/Layout/redist/redist.csproj(0,0): error NU1603: (NETCORE_ENGINEERING_TELEMETRY=Restore) redist depends on dotnet-format (>= 6.4.546803) but dotnet-format 6.4.546803 was not found. An approximate best match of dotnet-format 7.0.245107 was resolved.
    expand to see the full error
      .packages/microsoft.dotnet.arcade.sdk/6.0.0-beta.24459.5/tools/SourceBuild/SourceBuildArcadeBuild.targets(167,5): error MSB3073: The command "/__w/1/s/.dotnet/dotnet msbuild /m /nologo /clp:Summary /v:minimal /nr:false /warnaserror /p:TreatWarningsAsErrors=true /p:ContinuousIntegrationBuild=true /__w/1/s/.packages/microsoft.dotnet.arcade.sdk/6.0.0-beta.24459.5/tools/Build.proj /bl:"/__w/1/s/artifacts/log/Release/Build.binlog" /p:Configuration=Release /p:RepoRoot=/__w/1/s/ /p:Restore=true /p:Build=true /p:Rebuild=false /p:Test=false /p:Pack=true /p:IntegrationTest=false /p:PerformanceTest=false /p:Sign=false /p:Publish=true /p:SourceBuildNonPortable= /p:ArcadeBuildFromSource=true -logger:/__w/1/s/.packages/microsoft.dotnet.arcade.sdk/6.0.0-beta.24459.5/tools/netcoreapp3.1/Microsoft.DotNet.ArcadeLogging.dll /p:Projects="/__w/1/s/artifacts/source-build/self/src/source-build.slnf" /p:ArcadeInnerBuildFromSource=true /p:DotNetBuildFromSource=true /p:RepoRoot=/__w/1/s/artifacts/source-build/self/src/ /p:ArtifactsDir=/__w/1/s/artifacts/source-build/self/src/artifacts/ /bl:/__w/1/s/artifacts/source-build/self/src/artifacts/sourcebuild.binlog /p:SourceBuildOutputDir=/__w/1/s/artifacts/source-build/ /p:SourceBuiltBlobFeedDir= /p:EnableSourceControlManagerQueries=false /p:EnableSourceLink=false /p:DeterministicSourcePaths=false" exited with code 1.

Non-Deterministic Test Failures Detected

dotnet.Tests.GivenThatTheUserRequestsHelp.TheResponseIsAnError(commandLine: \"faketool -h\") [Details] [0.13% failure rate]
[ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

Failing Configurations (2)

Exception Message
Expected value to be 1, but found 0.
CallStack
   at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message)
   at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message)
   at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message)
   at FluentAssertions.Execution.AssertionScope.FailWith(String message, Object[] args)
   at FluentAssertions.Numeric.NumericAssertions`1.Be(T expected, String because, Object[] becauseArgs)
   at dotnet.Tests.GivenThatTheUserRequestsHelp.TheResponseIsAnError(String commandLine) in /_/src/Tests/dotnet.Tests/GivenThatTheUserRequestsHelp.cs:line 57
EndToEnd.GivenNetFrameworkSupportsNetStandard2.ANET461ProjectCanReferenceANETStandardProject [Details] [0.43% failure rate]
[ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

Failing Configurations (2)

Exception Message
System.NullReferenceException : Object reference not set to an instance of an object.
CallStack
   at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.HaveStdOutContaining(String pattern) in /_/src/Tests/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs:line 61
   at EndToEnd.GivenNetFrameworkSupportsNetStandard2.ANET461ProjectCanReferenceANETStandardProject() in /_/src/Tests/EndToEnd.Tests/GivenNetFrameworkSupportsNetStandard2.cs:line 32
Microsoft.DotNet.Cli.Add.Reference.Tests.GivenDotnetAddReference.ItAddsMultipleRefsNoCondToTheSameItemGroup [Details] [0.13% failure rate]
[ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

Failing Configurations (2)

Exception Message
Microsoft.Build.Exceptions.InvalidProjectFileException : The project file could not be loaded. Could not find file 'D:\\a\\_work\\1\\s\\artifacts\\tmp\\Debug\\ItAddsMultipl---557AA446\\ItAddsMultipl---557AA446.csproj'.  D:\\a\\_work\\1\\s\\artifacts\\tmp\\Debug\\ItAddsMultipl---557AA446\\ItAddsMultipl---557AA446.csproj\r\n---- System.IO.FileNotFoundException : Could not find file 'D:\\a\\_work\\1\\s\\artifacts\\tmp\\Debug\\ItAddsMultipl---557AA446\\ItAddsMultipl---557AA446.csproj'.
CallStack
   at Microsoft.Build.Shared.ProjectFileErrorUtilities.VerifyThrowInvalidProjectFile(Boolean condition, String errorSubCategoryResourceName, BuildEventFileInfo projectFile, Exception innerException, String resourceName, Object[] args)
   at Microsoft.Build.Shared.ProjectFileErrorUtilities.ThrowInvalidProjectFile(BuildEventFileInfo projectFile, Exception innerException, String resourceName, Object[] args)
   at Microsoft.Build.Construction.ProjectRootElement.LoadDocument(String fullPath, Boolean preserveFormatting, Boolean loadAsReadOnly)
   at Microsoft.Build.Construction.ProjectRootElement..ctor(String path, ProjectRootElementCacheBase projectRootElementCache, Boolean preserveFormatting)
   at Microsoft.Build.Construction.ProjectRootElement.OpenLoader(String path, ProjectRootElementCacheBase projectRootElementCache, Boolean preserveFormatting)
   at Microsoft.Build.Construction.ProjectRootElement.OpenLoader(String path, ProjectRootElementCacheBase projectRootElementCache)
   at Microsoft.Build.Evaluation.ProjectRootElementCache.Get(String projectFile, OpenProjectRootElement loadProjectRootElement, Boolean isExplicitlyLoaded, Nullable`1 preserveFormatting)
   at Microsoft.Build.Construction.ProjectRootElement.Open(String path, ProjectRootElementCacheBase projectRootElementCache, Boolean isExplicitlyLoaded, Nullable`1 preserveFormatting)
   at Microsoft.Build.Construction.ProjectRootElement.Open(String path, ProjectCollection projectCollection, Nullable`1 preserveFormatting)
   at Microsoft.Build.Construction.ProjectRootElement.Open(String path, ProjectCollection projectCollection)
   at Msbuild.Tests.Utilities.ProjDir.CsProj() in /_/src/Tests/Msbuild.Tests.Utilities/ProjDir.cs:line 31
   at Microsoft.DotNet.Cli.Add.Reference.Tests.GivenDotnetAddReference.SetTargetFrameworks(ProjDir proj, String[] frameworks) in /_/src/Tests/dotnet-add-reference.Tests/GivenDotnetAddReference.cs:line 99
   at Microsoft.DotNet.Cli.Add.Reference.Tests.GivenDotnetAddReference.NewLibWithFrameworks(String dir, String callingMethod, String identifier) in /_/src/Tests/dotnet-add-reference.Tests/GivenDotnetAddReference.cs:line 107
   at Microsoft.DotNet.Cli.Add.Reference.Tests.GivenDotnetAddReference.ItAddsMultipleRefsNoCondToTheSameItemGroup() in /_/src/Tests/dotnet-add-reference.Tests/GivenDotnetAddReference.cs:line 521
----- Inner Stack Trace -----
   at Microsoft.Win32.SafeHandles.SafeFileHandle.CreateFile(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options)
   at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
   at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
   at System.IO.Strategies.FileStreamHelpers.ChooseStrategyCore(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
   at System.IO.Strategies.FileStreamHelpers.ChooseStrategy(FileStream fileStream, String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, Int64 preallocationSize)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
   at Microsoft.Build.Internal.XmlReaderExtension..ctor(String file, Boolean loadAsReadOnly)
   at Microsoft.Build.Internal.XmlReaderExtension.Create(String filePath, Boolean loadAsReadOnly)
   at Microsoft.Build.Construction.ProjectRootElement.LoadDocument(String fullPath, Boolean preserveFormatting, Boolean loadAsReadOnly)

Was this helpful? Yes No