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

Set props & envs to diagnose null ref issue #42320

Closed
wants to merge 4 commits into from

Address PR comments

eac4de4
Select commit
Loading
Failed to load commit list.
Closed

Set props & envs to diagnose null ref issue #42320

Address PR comments
eac4de4
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Jul 24, 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.

Build Failures

sdk-unified-build / VMR Vertical Build / Ubuntu2404_DevVersions_x64 / Build

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌/vmr/repo-projects/Directory.Build.targets(428,5): error MSB3073: The command "/vmr/src/fsharp/build.sh --pack --publish --ci --configuration Release -bl /p:DotNetBuildRepo=true /p:DotNetBuildOrchestrator=true /p:RestoreConfigFile=/vmr/artifacts/obj/fsharp/NuGet.config /p:SourceBuiltAssetsDir=/vmr/artifacts/assets/Release/ /p:SourceBuiltAssetManifestsDir=/vmr/artifacts/obj/AssetManifests/fsharp/ /p:Features=debug-analyzers /p:TreatWarningsAsErrors=false /p:GenerateResourceUsePreserializedResources=true /p:SourceBuiltShippingPackagesDir=/vmr/artifacts/packages/Release/Shipping/fsharp/ /p:SourceBuiltNonShippingPackagesDir=/vmr/artifacts/packages/Release/NonShipping/fsharp/ > /vmr/artifacts/log/Release/fsharp.log 2>&1" exited with code 1.
    ❌/vmr/src/fsharp/tests/FSharp.Test.Utilities/FSharp.Test.Utilities.fsproj(0,0): error MSB4057: The target "_GetRestoreSettingsPerFramework" does not exist in the project.
    ❌/vmr/src/fsharp/src/FSharp.Compiler.Interactive.Settings/FSharp.Compiler.Interactive.Settings.fsproj(0,0): error MSB4057: The target "_GetRestoreSettingsPerFramework" does not exist in the project.

sdk-unified-build / VMR Vertical Build / Ubuntu2404_x64 / Build

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌/vmr/repo-projects/Directory.Build.targets(428,5): error MSB3073: The command "/vmr/src/fsharp/build.sh --pack --publish --ci --configuration Release -bl /p:DotNetBuildRepo=true /p:DotNetBuildOrchestrator=true /p:RestoreConfigFile=/vmr/artifacts/obj/fsharp/NuGet.config /p:SourceBuiltAssetsDir=/vmr/artifacts/assets/Release/ /p:SourceBuiltAssetManifestsDir=/vmr/artifacts/obj/AssetManifests/fsharp/ /p:Features=debug-analyzers /p:TreatWarningsAsErrors=false /p:GenerateResourceUsePreserializedResources=true /p:SourceBuiltShippingPackagesDir=/vmr/artifacts/packages/Release/Shipping/fsharp/ /p:SourceBuiltNonShippingPackagesDir=/vmr/artifacts/packages/Release/NonShipping/fsharp/ > /vmr/artifacts/log/Release/fsharp.log 2>&1" exited with code 1.
    ❌/vmr/src/fsharp/src/fsi/fsiArm64Project/fsiArm64.fsproj(0,0): error MSB4057: The target "_GetRestoreSettingsPerFramework" does not exist in the project.
    ❌/vmr/src/fsharp/src/fsi/fsiAnyCpuProject/fsiAnyCpu.fsproj(0,0): error MSB4057: The target "_GetRestoreSettingsPerFramework" does not exist in the project.

sdk-source-build / VMR Source-Only Build / CentOSStream9_Online_MsftSdk_x64 / Build

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌/vmr/.dotnet/sdk/9.0.100-preview.7.24357.2/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets(470,5): error : DOTNET_DbgEnableMiniDump is set and the createdump binary does not exist: /vmr/src/fsharp/artifacts/sb/package-cache/microsoft.netcore.app.crossgen2.linux-x64/9.0.0-preview.7.24352.15/tools/createdump [/vmr/src/fsharp/buildtools/fslex/fslex.fsproj]
    ❌/vmr/.dotnet/sdk/9.0.100-preview.7.24357.2/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets(358,5): error NETSDK1096: Optimizing assemblies for performance failed. You can either exclude the failing assemblies from being optimized, or set the PublishReadyToRun property to false. [/vmr/src/fsharp/buildtools/fslex/fslex.fsproj]
    ❌/vmr/src/fsharp/eng/SourceBuild.props(42,5): error MSB3073: The command "./build.sh --bootstrap --skipBuild -bl --tfm net9.0 /p:SourceBuildUseMonoRuntime=" exited with code -1.

Was this helpful? Yes No