Skip to content

Ensure Hypot for double handles insignificant results

Build Analysis / Build Analysis failed Jun 22, 2024 in 0s

.NET Result Analysis

Details

Tip

To unconditionally bypass the build analysis check (turn it green), you can use the escape mechanism feature. The completion time may vary, potentially taking several minutes, depending on the build analysis workload at the moment.

⚠️ The following pipeline(s) will not be analyzed as has been explicited excluded from analysis

🕒 The following pipeline(s) will be analyzed once they finish

Build Failures

runtime-dev-innerloop / Build / windows-x86 release MSBuild_CMake / Build product

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\VectorMath.cs(341,80): error CS0103: The name 'SignificandLength' does not exist in the current context
    ❌src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\VectorMath.cs(342,96): error CS0103: The name 'SignificandLength' does not exist in the current context

runtime-dev-innerloop / Build / linux-x64 debug Libraries_AllConfigurations / Build product

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/VectorMath.cs(341,80): error CS0103: The name 'SignificandLength' does not exist in the current context
    ❌src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/VectorMath.cs(342,96): error CS0103: The name 'SignificandLength' does not exist in the current context

runtime-dev-innerloop / Build / Source-Build (Linux_x64) / Build

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌.packages/microsoft.dotnet.arcade.sdk/9.0.0-beta.24311.10/tools/SourceBuild/SourceBuildArcadeBuild.targets(130,5): error MSB3073: The command "./build.sh --arch x64 --configuration Release --allconfigurations --verbosity minimal --nodereuse false --warnAsError false --outputrid linux-x64 /p:AdditionalRuntimeIdentifierParent= /p:DotNetBuildRepo=true /p:ContinuousIntegrationBuild=true /p:GitHubRepositoryName=runtime /p:DotNetBuildInnerRepo=true /p:DotNetBuildSourceOnly=true /p:ArcadeInnerBuildFromSource=true /p:DotNetBuildFromSource=true /p:RepoRoot="/__w/1/s/artifacts/sb/src/" /p:ArtifactsDir="/__w/1/s/artifacts/sb/src/artifacts/" /bl:"/__w/1/s/artifacts/sb/src/artifacts/log/Release/source-inner-build.binlog" /p:ContinuousIntegrationBuild=true /p:SourceBuildOutputDir="/__w/1/s/artifacts/sb/" /p:FullAssemblySigningSupported=false /p:DotNetPublishUsingPipelines=true /p:GitHubRepositoryName=runtime" exited with code 1.

Was this helpful? Yes No