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

[RISC-V][x64] WiP: Passing empty struct fields #101796

Closed
wants to merge 70 commits into from

Make a logging wrapper Compiler::GetPassFpStructInRegistersInfo, simi…

7036dc0
Select commit
Loading
Failed to load commit list.
Closed

[RISC-V][x64] WiP: Passing empty struct fields #101796

Make a logging wrapper Compiler::GetPassFpStructInRegistersInfo, simi…
7036dc0
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Jun 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

Build Failures

runtime / Build / linux-arm64 Debug Libraries_CheckedCoreCLR / Build product

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌Failed to build "CoreCLR component".
    ❌src/coreclr/runtime.proj(108,5): error MSB3073: The command ""/__w/1/s/src/coreclr/build-runtime.sh" -arm64 -checked -ci -cross -os linux -outputrid linux-arm64 -cmakeargs "-DCLR_DOTNET_HOST_PATH=/__w/1/s/.dotnet/dotnet" -cmakeargs "-DCDAC_BUILD_TOOL_BINARY_PATH=/__w/1/s/artifacts/bin/coreclr/linux.arm64.Checked/cdac-build-tool/cdac-build-tool.dll"" exited with code 2.

runtime / Build / osx-x64 Debug Libraries_CheckedCoreCLR / Build product

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌Failed to build "CoreCLR component".
    ❌src/coreclr/runtime.proj(108,5): error MSB3073: The command ""/Users/runner/work/1/s/src/coreclr/build-runtime.sh" -x64 -checked -ci -os osx -outputrid osx-x64 -cmakeargs "-DCLR_DOTNET_HOST_PATH=/Users/runner/work/1/s/.dotnet/dotnet" -cmakeargs "-DCDAC_BUILD_TOOL_BINARY_PATH=/Users/runner/work/1/s/artifacts/bin/coreclr/osx.x64.Checked/cdac-build-tool/cdac-build-tool.dll"" exited with code 2.

runtime / Build / linux-x64 Debug Libraries_CheckedCoreCLR / Build product

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌Failed to build "CoreCLR component".
    ❌src/coreclr/runtime.proj(108,5): error MSB3073: The command ""/__w/1/s/src/coreclr/build-runtime.sh" -x64 -checked -ci -cross -os linux -outputrid linux-x64 -cmakeargs "-DCLR_DOTNET_HOST_PATH=/__w/1/s/.dotnet/dotnet" -cmakeargs "-DCDAC_BUILD_TOOL_BINARY_PATH=/__w/1/s/artifacts/bin/coreclr/linux.x64.Checked/cdac-build-tool/cdac-build-tool.dll"" exited with code 2.

15 other jobs are failing and were not displayed due to space limitations.
Builds with failures: [runtime]

Known test errors

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

Test Failures (618 tests failed)

🔹 [All failing tests from runtime]

Was this helpful? Yes No