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

[Draft] JIT: Testing field-wise analysis #105162

Closed
wants to merge 72 commits into from

More fixes

66fc46b
Select commit
Loading
Failed to load commit list.
Closed

[Draft] JIT: Testing field-wise analysis #105162

More fixes
66fc46b
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Jul 21, 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

Known Repository Errors

Known Infrastructure Errors

Build Failures

runtime / Build / osx-x64 release Installer_Build_And_Test / Build product

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌src/installer/pkg/sfx/Microsoft.NETCore.App/Microsoft.NETCore.App.Crossgen2.sfxproj(53,5): error MSB3073: The command "/Users/runner/work/1/s/artifacts/bin/crossgen2_publish/x64/Release/osx-x64/publish/crossgen2 /Users/runner/work/1/s/artifacts/bin/coreclr/osx.x64.Release/IL/System.Private.CoreLib.dll --out /Users/runner/work/1/s/artifacts/obj/Microsoft.NETCore.App.Crossgen2/Release/net9.0/osx-x64/S.P.C.tmp" exited with code 134.

runtime / Build / windows-x64 release Installer_Build_And_Test / Build product

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌EXEC(0,0): error : Index was outside the bounds of the array.
    ❌src\installer\pkg\sfx\Microsoft.NETCore.App\Microsoft.NETCore.App.Crossgen2.sfxproj(53,5): error MSB3073: The command "D:\a\_work\1\s\artifacts\bin\crossgen2_publish\x64\Release\win-x64\publish\crossgen2.exe D:\a\_work\1\s\artifacts\bin\coreclr\windows.x64.Release\IL/System.Private.CoreLib.dll --out D:\a\_work\1\s\artifacts\obj\Microsoft.NETCore.App.Crossgen2\Release\net9.0\win-x64\S.P.C.tmp" exited with code 1.

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

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌.packages/microsoft.dotnet.arcade.sdk/9.0.0-beta.24360.4/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.

Known test errors

The following build(s) were only partially analyzed due to the number of test errors and helix logs:
- [runtime]

Test Failures (318 tests failed)

🔹 [All failing tests from runtime]

Was this helpful? Yes No