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

Remove 2 more casting helper method frames #110064

Merged
merged 5 commits into from
Dec 6, 2024

Update src/coreclr/vm/jitinterface.h

1ed11e5
Select commit
Loading
Failed to load commit list.
Merged

Remove 2 more casting helper method frames #110064

Update src/coreclr/vm/jitinterface.h
1ed11e5
Select commit
Loading
Failed to load commit list.
Azure Pipelines / runtime-dev-innerloop failed Nov 22, 2024 in 24m 22s

Build #20241122.57 failed

Annotations

Check failure on line 122 in .packages/microsoft.dotnet.arcade.sdk/10.0.0-beta.24570.4/tools/SourceBuild/SourceBuildArcadeBuild.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime-dev-innerloop

.packages/microsoft.dotnet.arcade.sdk/10.0.0-beta.24570.4/tools/SourceBuild/SourceBuildArcadeBuild.targets#L122

.packages/microsoft.dotnet.arcade.sdk/10.0.0-beta.24570.4/tools/SourceBuild/SourceBuildArcadeBuild.targets(122,5): error MSB3073: The command "./build.sh  --arch x64 --configuration Release --allconfigurations --verbosity minimal --nodereuse false --warnAsError false --outputrid linux-x64 /p:AdditionalRuntimeIdentifierParent= /p:BaseOS= /p:DotNetBuildRepo=true /p:ContinuousIntegrationBuild=true /p:GitHubRepositoryName=runtime --cmakeargs -DCLR_CMAKE_USE_SYSTEM_BROTLI=true /p:DotNetBuildInnerRepo=true /p:DotNetBuildSourceOnly=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.

Check failure on line 778 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime-dev-innerloop

Build log #L778

Bash exited with code '1'.

Check failure on line 28 in src/coreclr/System.Private.CoreLib/src/System/Runtime/CompilerServices/CastHelpers.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime-dev-innerloop

src/coreclr/System.Private.CoreLib/src/System/Runtime/CompilerServices/CastHelpers.cs#L28

src/coreclr/System.Private.CoreLib/src/System/Runtime/CompilerServices/CastHelpers.cs(28,37): error SYSLIB1051: (NETCORE_ENGINEERING_TELEMETRY=Build) Marshalling bool without explicit marshalling information is not supported. Specify either 'MarshalUsingAttribute' or 'MarshalAsAttribute'. The generated source will not handle marshalling of the return value of method 'IsInstanceOf_NoCacheLookup'. (https://learn.microsoft.com/dotnet/fundamentals/syslib-diagnostics/syslib1051)

Check failure on line 42 in src/coreclr/System.Private.CoreLib/src/System/Runtime/CompilerServices/CastHelpers.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime-dev-innerloop

src/coreclr/System.Private.CoreLib/src/System/Runtime/CompilerServices/CastHelpers.cs#L42

src/coreclr/System.Private.CoreLib/src/System/Runtime/CompilerServices/CastHelpers.cs(42,38): error CS0179: (NETCORE_ENGINEERING_TELEMETRY=Build) 'CastHelpers.ChkCastAny_NoCacheLookup(void*, object)' cannot be extern and declare a body