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

[VMR] Enable building Mono Cross AOT verticals #44924

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Update patch

7b150e7
Select commit
Loading
Failed to load commit list.
Open

[VMR] Enable building Mono Cross AOT verticals #44924

Update patch
7b150e7
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Nov 19, 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.

Known Repository Errors

Known Infrastructure Errors

Build Failures

sdk-unified-build-full / VMR Vertical Build / Windows_Mono_x64

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌The job running on agent NetCore-Public-XL 25 ran longer than the maximum time of 240 minutes. For more information, see https://go.microsoft.com/fwlink/?linkid=2077134

sdk-unified-build-full / VMR Vertical Build / OSX_x64 / Build

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    expand to see the full error
      repo-projects/Directory.Build.targets(487,5): error MSB3073: The command "/Users/runner/work/1/vmr/src/sdk/eng/common/build.sh --restore --build --pack --publish --sign --ci --configuration Release -bl /p:DotNetBuildRepo=true /p:DotNetBuildOrchestrator=true /p:RestoreConfigFile=/Users/runner/work/1/vmr/artifacts/obj/sdk/NuGet.config /p:SourceBuiltAssetsDir=/Users/runner/work/1/vmr/artifacts/assets/Release/ /p:SourceBuiltAssetManifestsDir=/Users/runner/work/1/vmr/artifacts/manifests/sdk/ /p:OfficialBuildId=20241118.1 /p:ForceDryRunSigning=true /p:PackageProjectUrl=*** /p:PortableRid=osx-x64 /p:TargetRid=osx-x64 --v minimal /p:NETCoreAppMaximumVersion=99.9 /p:PortableOSName=osx /p:Rid=osx-x64 /p:Architecture=x64 /p:DOTNET_INSTALL_DIR=/Users/runner/work/1/vmr/.dotnet/ /p:AspNetCoreInstallerRid=osx-x64 /p:NetRuntimeRid=osx-x64 /p:PublicBaseURL=file:///Users/runner/work/1/vmr/artifacts/assets/Release/ /p:FallbackPublicBaseURL=https://dotnetbuilds.blob.core.windows.net/public/ /p:UsePortableLinuxSharedFramework=false /p:SourceBuiltShippingPackagesDir=/Users/runner/work/1/vmr/artifacts/packages/Release/Shipping/sdk/ /p:SourceBuiltNonShippingPackagesDir=/Users/runner/work/1/vmr/artifacts/packages/Release/NonShipping/sdk/ /p:PortableBuild=true /p:RuntimeOS=osx /p:BaseOS=osx-x64 > /Users/runner/work/1/vmr/artifacts/log/Release/sdk/sdk.log 2>&1" exited with code 1.
    ❌src/sdk/src/Installer/redist-installer/targets/GenerateLayout.targets(406,5): error : Download from all targets failed. List of attempted targets: file:///Users/runner/work/1/vmr/artifacts/assets/Release/Runtime/10.0.0-alpha.1.24565.3/dotnet-runtime-internal-10.0.0-alpha.1.24565.3-osx-x64.pkg
    ❌src/sdk/src/Installer/redist-installer/targets/GenerateLayout.targets(406,5): error : Failed to download file using addresses in Uri and/or Uris.

sdk-unified-build-full / VMR Vertical Build / OSX_Mono_x64 / Build

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    expand to see the full error
      repo-projects/Directory.Build.targets(487,5): error MSB3073: The command "/Users/runner/work/1/vmr/src/sdk/eng/common/build.sh --restore --build --pack --publish --sign --ci --configuration Release -bl /p:DotNetBuildRepo=true /p:DotNetBuildOrchestrator=true /p:RestoreConfigFile=/Users/runner/work/1/vmr/artifacts/obj/sdk/NuGet.config /p:DotNetBuildUseMonoRuntime=true /p:SourceBuiltAssetsDir=/Users/runner/work/1/vmr/artifacts/assets/Release/ /p:SourceBuiltAssetManifestsDir=/Users/runner/work/1/vmr/artifacts/manifests/sdk/ /p:OfficialBuildId=20241118.1 /p:ForceDryRunSigning=true /p:PackageProjectUrl=*** /p:PortableRid=osx-x64 /p:TargetRid=osx-x64 --v minimal /p:NETCoreAppMaximumVersion=99.9 /p:PortableOSName=osx /p:Rid=osx-x64 /p:Architecture=x64 /p:DOTNET_INSTALL_DIR=/Users/runner/work/1/vmr/.dotnet/ /p:AspNetCoreInstallerRid=osx-x64 /p:NetRuntimeRid=osx-x64 /p:PublicBaseURL=file:///Users/runner/work/1/vmr/artifacts/assets/Release/ /p:FallbackPublicBaseURL=https://dotnetbuilds.blob.core.windows.net/public/ /p:UsePortableLinuxSharedFramework=false /p:SourceBuiltShippingPackagesDir=/Users/runner/work/1/vmr/artifacts/packages/Release/Shipping/sdk/ /p:SourceBuiltNonShippingPackagesDir=/Users/runner/work/1/vmr/artifacts/packages/Release/NonShipping/sdk/ /p:PortableBuild=true /p:RuntimeOS=osx /p:BaseOS=osx-x64 > /Users/runner/work/1/vmr/artifacts/log/Release/sdk/sdk.log 2>&1" exited with code 1.
    ❌src/sdk/src/Installer/redist-installer/targets/GenerateLayout.targets(406,5): error : Download from all targets failed. List of attempted targets: file:///Users/runner/work/1/vmr/artifacts/assets/Release/Runtime/10.0.0-alpha.1.24565.3/dotnet-runtime-internal-10.0.0-alpha.1.24565.3-osx-x64.pkg
    ❌src/sdk/src/Installer/redist-installer/targets/GenerateLayout.targets(406,5): error : Failed to download file using addresses in Uri and/or Uris.

8 other jobs are failing and were not displayed due to space limitations.
Builds with failures: [sdk-unified-build-full] [dotnet-sdk-public-ci]

Known test errors

Was this helpful? Yes No