clang++ -std=c++20 -O3 -funroll-loops -march=x86-64-v3 -shared -o SIMDBindings.so ./Bindings/simd.cpp
clang++: error: no such file or directory: './Bindings/simd.cpp'
clang++: error: no input files
make: [Makefile:84: SIMDBindings.so] Error 1 (ignored)
dotnet publish . --self-contained -v detailed -p:WarningLevel=0 -o ./ -p:AssemblyName=AwesomeOpossum-75FB4C66 -p:BINDINGS=SIMDBindings.so -c Release
Welcome to .NET 8.0!
---------------------
SDK Version: 8.0.117
----------------
Installed an ASP.NET Core HTTPS development certificate.
To trust the certificate, view the instructions: https://aka.ms/dotnet-https-linux
----------------
Write your first app: https://aka.ms/dotnet-hello-world
Find out what's new: https://aka.ms/dotnet-whats-new
Explore documentation: https://aka.ms/dotnet-docs
Report issues and find source on GitHub: https://github.com/dotnet/core
Use 'dotnet --help' to see available commands or visit: https://aka.ms/dotnet-cli
--------------------------------------------------------------------------------------
MSBuild version 17.8.27+3ab07f0cf for .NET
Build started 06/28/2025 08:27:39.
0>Process = "/usr/lib/dotnet/dotnet"
MSBuild executable path = "/usr/lib/dotnet/sdk/8.0.117/MSBuild.dll"
Command line arguments = "/usr/lib/dotnet/sdk/8.0.117/MSBuild.dll -maxcpucount -verbosity:m -restore -target:Publish --property:_IsPublishing=true --property:WarningLevel=0 --property:AssemblyName=AwesomeOpossum-75FB4C66 --property:BINDINGS=SIMDBindings.so -property:PublishDir=/tmp/tmpc20_80nb/AwesomeOpossum/AwesomeOpossum-tmp/ -property:_CommandLineDefinedOutputPath=true -property:SelfContained=True -property:_CommandLineDefinedSelfContained=true -property:Configuration=Release -verbosity:detailed -property:DOTNET_CLI_DISABLE_PUBLISH_AND_PACK_RELEASE=true ."
Current directory = "/tmp/tmpc20_80nb/AwesomeOpossum/AwesomeOpossum-tmp"
MSBuild version = "17.8.27+3ab07f0cf"
Assembly loaded during Evaluation: System.Diagnostics.FileVersionInfo, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (location: /usr/lib/dotnet/shared/Microsoft.NETCore.App/8.0.17/System.Diagnostics.FileVersionInfo.dll, MVID: 5b8cc425-3cf8-4df6-80b4-ee7e1982b0b6, AppDomain: [Default])
Assembly loaded during Evaluation: System.Reflection.Metadata, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (location: /usr/lib/dotnet/shared/Microsoft.NETCore.App/8.0.17/System.Reflection.Metadata.dll, MVID: 85031b29-99d9-46f7-88ac-76164216ce4b, AppDomain: [Default])
Assembly loaded during Evaluation: System.IO.MemoryMappedFiles, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (location: /usr/lib/dotnet/shared/Microsoft.NETCore.App/8.0.17/System.IO.MemoryMappedFiles.dll, MVID: 82f32030-ca8f-4593-95e3-22993fb5649f, AppDomain: [Default])
Assembly loaded during Evaluation: Microsoft.NET.StringTools, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (location: /usr/lib/dotnet/sdk/8.0.117/Microsoft.NET.StringTools.dll, MVID: 13306fa9-1123-4204-a777-f980b40f3a34, AppDomain: [Default])
Assembly loaded during Evaluation: System.Runtime.Intrinsics, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (location: /usr/lib/dotnet/shared/Microsoft.NETCore.App/8.0.17/System.Runtime.Intrinsics.dll, MVID: 00d7fc76-a864-4191-823a-d7c0354cd261, AppDomain: [Default])
Property 'MSBuildExtensionsPath' with value '/usr/lib/dotnet/sdk/8.0.117/' expanded from the environment.
Assembly loaded during Evaluation: System.Threading.Tasks.Parallel, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (location: /usr/lib/dotnet/shared/Microsoft.NETCore.App/8.0.17/System.Threading.Tasks.Parallel.dll, MVID: 907cf325-b1bb-40e8-af6c-bc87152e3113, AppDomain: [Default])
Property reassignment: $(_GenerateRestoreGraphProjectEntryInputProperties)="
ExcludeRestorePackageImports=true;
_RestoreSolutionFileUsed=true;
SolutionDir=/tmp/tmpc20_80nb/AwesomeOpossum/AwesomeOpossum-tmp/;
SolutionName=AwesomeOpossum;
SolutionFileName=AwesomeOpossum.sln;
SolutionPath=/tmp/tmpc20_80nb/AwesomeOpossum/AwesomeOpossum-tmp/AwesomeOpossum.sln;
SolutionExt=.sln;
" (previous value: "ExcludeRestorePackageImports=true") at /usr/lib/dotnet/sdk/8.0.117/NuGet.targets (84,5)
Overriding target "Restore" in project "/tmp/tmpc20_80nb/AwesomeOpossum/AwesomeOpossum-tmp/AwesomeOpossum.sln.metaproj" with target "Restore" from project "/usr/lib/dotnet/sdk/8.0.117/NuGet.targets".
The target "Store" listed in a BeforeTargets attribute at "/usr/lib/dotnet/sdk/8.0.117/Current/SolutionFile/ImportAfter/Microsoft.NET.Sdk.Solution.targets (33,11)" does not exist in the project, and will be ignored.
The target "VSTest" listed in a BeforeTargets attribute at "/usr/lib/dotnet/sdk/8.0.117/Current/SolutionFile/ImportAfter/Microsoft.NET.Sdk.Solution.targets (33,11)" does not exist in the project, and will be ignored.
The target "_CheckForInvalidConfigurationAndPlatform" listed in a BeforeTargets attribute at "/usr/lib/dotnet/sdk/8.0.117/NuGet.targets (601,11)" does not exist in the project, and will be ignored.
1>Project "/tmp/tmpc20_80nb/AwesomeOpossum/AwesomeOpossum-tmp/AwesomeOpossum.sln" on node 1 (Restore target(s)).
1>Target "ValidateSolutionConfiguration" in file "/tmp/tmpc20_80nb/AwesomeOpossum/AwesomeOpossum-tmp/AwesomeOpossum.sln.metaproj" from project "/tmp/tmpc20_80nb/AwesomeOpossum/AwesomeOpossum-tmp/AwesomeOpossum.sln" (entry point):
1>Task "Error" skipped, due to false condition; (('$(CurrentSolutionConfigurationContents)' == '') and ('$(SkipInvalidConfigurations)' != 'true')) was evaluated as (('<SolutionConfiguration>
<ProjectConfiguration Project="{976DD843-12B8-84EB-A3FD-24AEF4F7A89A}" AbsolutePath="/tmp/tmpc20_80nb/AwesomeOpossum/AwesomeOpossum-tmp/AwesomeOpossum.csproj" BuildProjectInSolution="True">Release|x64</ProjectConfiguration>
</SolutionConfiguration>' == '') and ('' != 'true')).
Task "Warning" skipped, due to false condition; (('$(CurrentSolutionConfigurationContents)' == '') and ('$(SkipInvalidConfigurations)' == 'true')) was evaluated as (('<SolutionConfiguration>
<ProjectConfiguration Project="{976DD843-12B8-84EB-A3FD-24AEF4F7A89A}" AbsolutePath="/tmp/tmpc20_80nb/AwesomeOpossum/AwesomeOpossum-tmp/AwesomeOpossum.csproj" BuildProjectInSolution="True">Release|x64</ProjectConfiguration>
</SolutionConfiguration>' == '') and ('' == 'true')).
Using "Message" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Task "Message"
Building solution configuration "Release|x64".
Done executing task "Message".
1>Done building target "ValidateSolutionConfiguration" in project "AwesomeOpossum.sln".
1>Target "ValidateToolsVersions" in file "/tmp/tmpc20_80nb/AwesomeOpossum/AwesomeOpossum-tmp/AwesomeOpossum.sln.metaproj" from project "/tmp/tmpc20_80nb/AwesomeOpossum/AwesomeOpossum-tmp/AwesomeOpossum.sln" (entry point):
Task "Error" skipped, due to false condition; ('$(MSBuildToolsVersion)' == '2.0' and ('$(ProjectToolsVersion)' != '2.0' and '$(ProjectToolsVersion)' != '')) was evaluated as ('Current' == '2.0' and ('' != '2.0' and '' != '')).
1>Done building target "ValidateToolsVersions" in project "AwesomeOpossum.sln".
1>Target "ValidateProjects" in file "/tmp/tmpc20_80nb/AwesomeOpossum/AwesomeOpossum-tmp/AwesomeOpossum.sln.metaproj" from project "/tmp/tmpc20_80nb/AwesomeOpossum/AwesomeOpossum-tmp/AwesomeOpossum.sln" (entry point):
1>Done building target "ValidateProjects" in project "AwesomeOpossum.sln".
1>Target "_LoadRestoreGraphEntryPoints" in file "/usr/lib/dotnet/sdk/8.0.117/NuGet.targets" from project "/tmp/tmpc20_80nb/AwesomeOpossum/AwesomeOpossum-tmp/AwesomeOpossum.sln" (target "_FilterRestoreGraphProjectInputItems" depends on it):
Assembly loaded during TaskRun: System.Runtime.Loader, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (location: /usr/lib/dotnet/shared/Microsoft.NETCore.App/8.0.17/System.Runtime.Loader.dll, MVID: d38870bd-067d-42ed-a67b-e50c0d1621d3, AppDomain: [Default])
Assembly loaded during TaskRun: NuGet.Build.Tasks, Version=6.8.1.32767, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (location: /usr/lib/dotnet/sdk/8.0.117/NuGet.Build.Tasks.dll, MVID: 83d0d143-8711-4fe8-bcfa-05615f9fe68e, AppDomain: [Default])
Assembly loaded during TaskRun: NuGet.Common, Version=6.8.1.32767, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (location: /usr/lib/dotnet/sdk/8.0.117/NuGet.Common.dll, MVID: 63c547b2-e587-40b8-96c8-9f9d716f1180, AppDomain: [Default])
Assembly loaded during TaskRun: NuGet.Commands, Version=6.8.1.32767, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (location: /usr/lib/dotnet/sdk/8.0.117/NuGet.Commands.dll, MVID: 80f756d2-1763-4940-9f63-8c6070c9627e, AppDomain: [Default])
Assembly loaded during TaskRun: NuGet.ProjectModel, Version=6.8.1.32767, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (location: /usr/lib/dotnet/sdk/8.0.117/NuGet.ProjectModel.dll, MVID: 124e8990-b440-46e7-b8e3-a8fe5fc20618, AppDomain: [Default])
Using "GetRestoreSolutionProjectsTask" task from assembly "/usr/lib/dotnet/sdk/8.0.117/NuGet.Build.Tasks.dll".
Task "GetRestoreSolutionProjectsTask"
(in) ProjectReferences '/tmp/tmpc20_80nb/AwesomeOpossum/AwesomeOpossum-tmp/AwesomeOpossum.csproj'
(in) SolutionFilePath '/tmp/tmpc20_80nb/AwesomeOpossum/AwesomeOpossum-tmp/AwesomeOpossum.sln.metaproj'
Done executing task "GetRestoreSolutionProjectsTask".
1>Done building target "_LoadRestoreGraphEntryPoints" in project "AwesomeOpossum.sln".
1>Target "_FilterRestoreGraphProjectInputItems" in file "/usr/lib/dotnet/sdk/8.0.117/NuGet.targets" from project "/tmp/tmpc20_80nb/AwesomeOpossum/AwesomeOpossum-tmp/AwesomeOpossum.sln" (target "_GenerateRestoreGraph" depends on it):
Using "RemoveDuplicates" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Task "RemoveDuplicates"
Done executing task "RemoveDuplicates".
Using "MSBuild" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Task "MSBuild"
Global Properties:
ExcludeRestorePackageImports=true
_RestoreSolutionFileUsed=true
SolutionDir=/tmp/tmpc20_80nb/AwesomeOpossum/AwesomeOpossum-tmp/
SolutionName=AwesomeOpossum
SolutionFileName=AwesomeOpossum.sln
SolutionPath=/tmp/tmpc20_80nb/AwesomeOpossum/AwesomeOpossum-tmp/AwesomeOpossum.sln
SolutionExt=.sln
Additional Properties for project "/tmp/tmpc20_80nb/AwesomeOpossum/AwesomeOpossum-tmp/AwesomeOpossum.csproj":
Configuration=Release
Platform=x64
0>Assembly loaded during Evaluation: Microsoft.NET.Sdk.WorkloadMSBuildSdkResolver, Version=8.0.117.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (location: /usr/lib/dotnet/sdk/8.0.117/Microsoft.NET.Sdk.WorkloadMSBuildSdkResolver.dll, MVID: 747bab67-bb06-443e-b46f-aa8707545f9d, AppDomain: [Default])
Assembly loaded during Evaluation: System.Runtime.Numerics, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (location: /usr/lib/dotnet/shared/Microsoft.NETCore.App/8.0.17/System.Runtime.Numerics.dll, MVID: af481b25-6117-44c4-8a25-9fd3033dece1, AppDomain: [Default])
Assembly loaded during Evaluation: Microsoft.Build.NuGetSdkResolver, Version=6.8.1.32767, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (location: /usr/lib/dotnet/sdk/8.0.117/Microsoft.Build.NuGetSdkResolver.dll, MVID: cdf01c66-c724-4bba-84ba-04dc3435e858, AppDomain: [Default])
Resolving SDK 'Microsoft.NET.Sdk'...
Assembly loaded during Evaluation: Microsoft.DotNet.Cli.Utils, Version=8.0.117.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (location: /usr/lib/dotnet/sdk/8.0.117/Microsoft.DotNet.Cli.Utils.dll, MVID: 4736e932-acf6-4033-9ec6-12dd51be7e1b, AppDomain: [Default])
Assembly loaded during Evaluation: Microsoft.NET.Sdk.WorkloadManifestReader, Version=8.0.117.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (location: /usr/lib/dotnet/sdk/8.0.117/Microsoft.NET.Sdk.WorkloadManifestReader.dll, MVID: b4caf1d8-6a5e-429e-92f9-5a785ab548c2, AppDomain: [Default])
Assembly loaded during Evaluation: Microsoft.Deployment.DotNet.Releases, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (location: /usr/lib/dotnet/sdk/8.0.117/Microsoft.Deployment.DotNet.Releases.dll, MVID: 8c3a6e6c-1d34-469e-a94a-22dc62fb6c07, AppDomain: [Default])
Assembly loaded during Evaluation: NuGet.Common, Version=6.8.1.32767, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (location: /usr/lib/dotnet/sdk/8.0.117/NuGet.Common.dll, MVID: 63c547b2-e587-40b8-96c8-9f9d716f1180, AppDomain: [Default])
Property reassignment: $(ImportDirectoryBuildProps)="false" (previous value: "true") at /usr/lib/dotnet/sdk/8.0.117/Sdks/Microsoft.NET.Sdk/Sdk/Sdk.props (57,5)
Property 'MSBuildExtensionsPath' with value '/usr/lib/dotnet/sdk/8.0.117/' expanded from the environment.
Property reassignment: $(MSBuildProjectExtensionsPath)="/tmp/tmpc20_80nb/AwesomeOpossum/AwesomeOpossum-tmp/obj/" (previous value: "obj\") at /usr/lib/dotnet/sdk/8.0.117/Current/Microsoft.Common.props (60,5)
The "Configuration" property is a global property, and cannot be modified.
The "Platform" property is a global property, and cannot be modified.
The "Configuration" property is a global property, and cannot be modified.
The "Platform" property is a global property, and cannot be modified.
The "AssemblyName" property is a global property, and cannot be modified.
Property reassignment: $(AssemblySearchPaths)="{CandidateAssemblyFiles};{HintPathFromItem}" (previous value: "{CandidateAssemblyFiles}") at /usr/lib/dotnet/sdk/8.0.117/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.props (91,5)
Property reassignment: $(AssemblySearchPaths)="{CandidateAssemblyFiles};{HintPathFromItem};{TargetFrameworkDirectory}" (previous value: "{CandidateAssemblyFiles};{HintPathFromItem}") at /usr/lib/dotnet/sdk/8.0.117/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.props (92,5)
Property reassignment: $(AssemblySearchPaths)="{CandidateAssemblyFiles};{HintPathFromItem};{TargetFrameworkDirectory};{RawFileName}" (previous value: "{CandidateAssemblyFiles};{HintPathFromItem};{TargetFrameworkDirectory}") at /usr/lib/dotnet/sdk/8.0.117/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.props (93,5)
Resolving SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator'...
Property reassignment: $(TargetsForTfmSpecificContentInPackage)=";PackTool;_PackProjectToolValidation" (previous value: ";PackTool") at /usr/lib/dotnet/sdk/8.0.117/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackProjectTool.props (15,5)
Property reassignment: $(OutputType)="Exe" (previous value: "Library") at /tmp/tmpc20_80nb/AwesomeOpossum/AwesomeOpossum-tmp/AwesomeOpossum.csproj (4,5)
Property reassignment: $(Platforms)="x64" (previous value: "AnyCPU") at /tmp/tmpc20_80nb/AwesomeOpossum/AwesomeOpossum-tmp/AwesomeOpossum.csproj (8,5)
Property reassignment: $(DebugType)="embedded" (previous value: "portable") at /tmp/tmpc20_80nb/AwesomeOpossum/AwesomeOpossum-tmp/AwesomeOpossum.csproj (14,5)
Property reassignment: $(AllowUnsafeBlocks)="True" (previous value: "false") at /tmp/tmpc20_80nb/AwesomeOpossum/AwesomeOpossum-tmp/AwesomeOpossum.csproj (22,5)
Property reassignment: $(Configurations)="Debug;Release;Datagen;Avx512" (previous value: "Debug;Release") at /tmp/tmpc20_80nb/AwesomeOpossum/AwesomeOpossum-tmp/AwesomeOpossum.csproj (24,5)
Property reassignment: $(DefineConstants)="TRACE;IsLinux" (previous value: "TRACE") at /tmp/tmpc20_80nb/AwesomeOpossum/AwesomeOpossum-tmp/AwesomeOpossum.csproj (54,5)
Property reassignment: $(Optimize)="True" (previous value: "true") at /tmp/tmpc20_80nb/AwesomeOpossum/AwesomeOpossum-tmp/AwesomeOpossum.csproj (129,5)
The "Configuration" property is a global property, and cannot be modified.
The "Platform" property is a global property, and cannot be modified.
Property reassignment: $(PublishProfileImported)="false" (previous value: "true") at /usr/lib/dotnet/sdk/8.0.117/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.ImportPublishProfile.targets (28,5)
Assembly loaded during Evaluation: Microsoft.Win32.Registry, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (location: /usr/lib/dotnet/shared/Microsoft.NETCore.App/8.0.17/Microsoft.Win32.Registry.dll, MVID: 96c9fe4d-982d-4ad6-950d-c355bdde6a26, AppDomain: [Default])
Assembly loaded during Evaluation: NuGet.Frameworks, Version=6.8.1.32767, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (location: /usr/lib/dotnet/sdk/8.0.117/NuGet.Frameworks.dll, MVID: b6ce4f5f-87aa-4871-953c-8483873b806f, AppDomain: [Default])
Property reassignment: $(TargetPlatformVersion)="" (previous value: "0.0") at /usr/lib/dotnet/sdk/8.0.117/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (69,5)
Property reassignment: $(BaseOutputPath)="bin/" (previous value: "bin") at /usr/lib/dotnet/sdk/8.0.117/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DefaultOutputPaths.targets (98,5)
Property reassignment: $(DefaultItemExcludes)=";bin/x64/Release//**;obj\x64/Release//**" (previous value: ";bin/x64/Release//**") at /usr/lib/dotnet/sdk/8.0.117/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DefaultOutputPaths.targets (122,5)
Resolving SDK 'Microsoft.NET.SDK.WorkloadManifestTargetsLocator'...
The "SelfContained" property is a global property, and cannot be modified.
The "SelfContained" property is a global property, and cannot be modified.
The "PublishDir" property is a global property, and cannot be modified.
The "PublishDir" property is a global property, and cannot be modified.
Property reassignment: $(_FrameworkIdentifierForImplicitDefine)="NET" (previous value: "NETCOREAPP") at /usr/lib/dotnet/sdk/8.0.117/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets (187,5)
Property reassignment: $(_FrameworkVersionForImplicitDefine)="9_0" (previous value: "9.0") at /usr/lib/dotnet/sdk/8.0.117/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets (192,5)
Property reassignment: $(CommandLineArgsForDesignTimeEvaluation)="-langversion:Latest -define:TRACE;IsLinux" (previous value: "-langversion:Latest") at /usr/lib/dotnet/sdk/8.0.117/Roslyn/Microsoft.CSharp.Core.targets (197,5)
The "Platform" property is a global property, and cannot be modified.
The "Configuration" property is a global property, and cannot be modified.
Property reassignment: $(_DocumentationFileProduced)="false" (previous value: "true") at /usr/lib/dotnet/sdk/8.0.117/Microsoft.Common.CurrentVersion.targets (185,5)
The "AssemblyName" property is a global property, and cannot be modified.
The "SolutionName" property is a global property, and cannot be modified.
The "SolutionFileName" property is a global property, and cannot be modified.
The "SolutionPath" property is a global property, and cannot be modified.
The "SolutionDir" property is a global property, and cannot be modified.
The "SolutionExt" property is a global property, and cannot be modified.
The "PublishDir" property is a global property, and cannot be modified.
The "PublishDir" property is a global property, and cannot be modified.
Property reassignment: $(ProcessorArchitecture)="amd64" (previous value: "x64") at /usr/lib/dotnet/sdk/8.0.117/Microsoft.Common.CurrentVersion.targets (516,5)
Property reassignment: $(DelaySign)="" (previous value: "false") at /usr/lib/dotnet/sdk/8.0.117/Microsoft.Common.CurrentVersion.targets (568,5)
Property 'LocalAppData' with value '/home/ksw0518/.local/share' expanded from the environment.
Property reassignment: $(_SGenGenerateSerializationAssembliesConfig)="Auto" (previous value: "") at /usr/lib/dotnet/sdk/8.0.117/Microsoft.Common.CurrentVersion.targets (3824,5)
Property reassignment: $(_TargetsThatPrepareProjectReferences)="
AssignProjectConfiguration;
_SplitProjectReferencesByFileExistence
" (previous value: "_SplitProjectReferencesByFileExistence") at /usr/lib/dotnet/sdk/8.0.117/Microsoft.Common.CurrentVersion.targets (4976,5)
Property 'MSBuildExtensionsPath32' with value '/usr/lib/dotnet/sdk/8.0.117' expanded from the environment.
The "_RestoreSolutionFileUsed" property is a global property, and cannot be modified.
Property reassignment: $(_GenerateRestoreGraphProjectEntryInputProperties)="
ExcludeRestorePackageImports=true;
_RestoreSolutionFileUsed=true;
SolutionDir=/tmp/tmpc20_80nb/AwesomeOpossum/AwesomeOpossum-tmp/;
SolutionName=AwesomeOpossum;
SolutionFileName=AwesomeOpossum.sln;
SolutionPath=/tmp/tmpc20_80nb/AwesomeOpossum/AwesomeOpossum-tmp/AwesomeOpossum.sln;
SolutionExt=.sln;
" (previous value: "ExcludeRestorePackageImports=true") at /usr/lib/dotnet/sdk/8.0.117/NuGet.targets (84,5)
Property reassignment: $(ProjectAssetsFile)="/tmp/tmpc20_80nb/AwesomeOpossum/AwesomeOpossum-tmp/obj/project.assets.json" (previous value: "/tmp/tmpc20_80nb/AwesomeOpossum/AwesomeOpossum-tmp/obj//project.assets.json") at /usr/lib/dotnet/sdk/8.0.117/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (24,5)
Property reassignment: $(ProjectAssetsCacheFile)="/tmp/tmpc20_80nb/AwesomeOpossum/AwesomeOpossum-tmp/obj/x64/Release/AwesomeOpossum.assets.cache" (previous value: "obj\x64/Release/AwesomeOpossum.assets.cache") at /usr/lib/dotnet/sdk/8.0.117/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (29,5)
Property reassignment: $(ResolveAssemblyReferencesDependsOn)="
ResolveProjectReferences;
FindInvalidProjectReferences;
GetFrameworkPaths;
GetReferenceAssemblyPaths;
PrepareForBuild;
ResolveSDKReferences;
ExpandSDKReferences;
;
ResolvePackageDependenciesForBuild;
_HandlePackageFileConflicts;
" (previous value: "
ResolveProjectReferences;
FindInvalidProjectReferences;
GetFrameworkPaths;
GetReferenceAssemblyPaths;
PrepareForBuild;
ResolveSDKReferences;
ExpandSDKReferences;
") at /usr/lib/dotnet/sdk/8.0.117/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (80,5)
Property reassignment: $(PrepareResourcesDependsOn)="
ResolvePackageDependenciesForBuild;
_HandlePackageFileConflicts;
;
PrepareResourceNames;
ResGen;
CompileLicxFiles
" (previous value: "
;
PrepareResourceNames;
ResGen;
CompileLicxFiles
") at /usr/lib/dotnet/sdk/8.0.117/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (86,5)
Property reassignment: $(DefaultItemExcludes)=";bin/x64/Release//**;obj\x64/Release//**;bin//**" (previous value: ";bin/x64/Release//**;obj\x64/Release//**") at /usr/lib/dotnet/sdk/8.0.117/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (27,5)
Property reassignment: $(DefaultItemExcludes)=";bin/x64/Release//**;obj\x64/Release//**;bin//**;obj\/**" (previous value: ";bin/x64/Release//**;obj\x64/Release//**;bin//**") at /usr/lib/dotnet/sdk/8.0.117/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (29,5)
Property reassignment: $(DefaultItemExcludes)=";bin/x64/Release//**;obj\x64/Release//**;bin//**;obj\/**;**/*.user" (previous value: ";bin/x64/Release//**;obj\x64/Release//**;bin//**;obj\/**") at /usr/lib/dotnet/sdk/8.0.117/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (32,5)
Property reassignment: $(DefaultItemExcludes)=";bin/x64/Release//**;obj\x64/Release//**;bin//**;obj\/**;**/*.user;**/*.*proj" (previous value: ";bin/x64/Release//**;obj\x64/Release//**;bin//**;obj\/**;**/*.user") at /usr/lib/dotnet/sdk/8.0.117/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (33,5)
Property reassignment: $(DefaultItemExcludes)=";bin/x64/Release//**;obj\x64/Release//**;bin//**;obj\/**;**/*.user;**/*.*proj;**/*.sln" (previous value: ";bin/x64/Release//**;obj\x64/Release//**;bin//**;obj\/**;**/*.user;**/*.*proj") at /usr/lib/dotnet/sdk/8.0.117/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (34,5)
Property reassignment: $(DefaultItemExcludes)=";bin/x64/Release//**;obj\x64/Release//**;bin//**;obj\/**;**/*.user;**/*.*proj;**/*.sln;**/*.vssscc" (previous value: ";bin/x64/Release//**;obj\x64/Release//**;bin//**;obj\/**;**/*.user;**/*.*proj;**/*.sln") at /usr/lib/dotnet/sdk/8.0.117/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (35,5)
Property reassignment: $(DefaultItemExcludes)=";bin/x64/Release//**;obj\x64/Release//**;bin//**;obj\/**;**/*.user;**/*.*proj;**/*.sln;**/*.vssscc;**/.DS_Store" (previous value: ";bin/x64/Release//**;obj\x64/Release//**;bin//**;obj\/**;**/*.user;**/*.*proj;**/*.sln;**/*.vssscc") at /usr/lib/dotnet/sdk/8.0.117/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (36,5)
Property reassignment: $(ResolveAssemblyReferencesDependsOn)="
ResolveProjectReferences;
FindInvalidProjectReferences;
GetFrameworkPaths;
GetReferenceAssemblyPaths;
PrepareForBuild;
ResolveSDKReferences;
ExpandSDKReferences;
;
ResolvePackageDependenciesForBuild;
_HandlePackageFileConflicts;
;
ResolveTargetingPackAssets;
" (previous value: "
ResolveProjectReferences;
FindInvalidProjectReferences;
GetFrameworkPaths;
GetReferenceAssemblyPaths;
PrepareForBuild;
ResolveSDKReferences;
ExpandSDKReferences;
;
ResolvePackageDependenciesForBuild;
_HandlePackageFileConflicts;
") at /usr/lib/dotnet/sdk/8.0.117/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets (14,5)
Property reassignment: $(_GenerateRuntimeConfigurationPropertyInputsCache)="/tmp/tmpc20_80nb/AwesomeOpossum/AwesomeOpossum-tmp/obj/x64/Release/AwesomeOpossum.genruntimeconfig.cache" (previous value: "obj\x64/Release/AwesomeOpossum.genruntimeconfig.cache") at /usr/lib/dotnet/sdk/8.0.117/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (44,5)
Property reassignment: $(_GeneratePublishDependencyFilePropertyInputsCache)="/tmp/tmpc20_80nb/AwesomeOpossum/AwesomeOpossum-tmp/obj/x64/Release/AwesomeOpossum.genpublishdeps.cache" (previous value: "obj\x64/Release/AwesomeOpossum.genpublishdeps.cache") at /usr/lib/dotnet/sdk/8.0.117/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (46,5)
Property reassignment: $(_GenerateSingleFileBundlePropertyInputsCache)="/tmp/tmpc20_80nb/AwesomeOpossum/AwesomeOpossum-tmp/obj/x64/Release/AwesomeOpossum.genbundle.cache" (previous value: "obj\x64/Release/AwesomeOpossum.genbundle.cache") at /usr/lib/dotnet/sdk/8.0.117/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (48,5)
Property reassignment: $(GenerateRuntimeConfigDevFile)="false" (previous value: "true") at /usr/lib/dotnet/sdk/8.0.117/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (81,5)
Property 'HOME' with value '/home/ksw0518' expanded from the environment.
Property reassignment: $(_DefaultUserProfileRuntimeStorePath)="/home/ksw0518/.dotnet/store" (previous value: "/home/ksw0518") at /usr/lib/dotnet/sdk/8.0.117/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (98,5)
Property reassignment: $(AvailablePlatforms)="Any CPU,x86,x64,ARM32" (previous value: "Any CPU,x86,x64") at /usr/lib/dotnet/sdk/8.0.117/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (136,5)
Property reassignment: $(AvailablePlatforms)="Any CPU,x86,x64,ARM32,ARM64" (previous value: "Any CPU,x86,x64,ARM32") at /usr/lib/dotnet/sdk/8.0.117/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (140,5)
Property reassignment: $(CoreBuildDependsOn)="
_CheckForBuildWithNoBuild;
BuildOnlySettings;
PrepareForBuild;
PreBuildEvent;
ResolveReferences;
PrepareResources;
ResolveKeySource;
Compile;
ExportWindowsMDFile;
UnmanagedUnregistration;
GenerateSerializationAssemblies;
CreateSatelliteAssemblies;
GenerateManifests;
GetTargetPath;
PrepareForRun;
UnmanagedRegistration;
IncrementalClean;
PostBuildEvent
;
GenerateBuildDependencyFile;
GenerateBuildRuntimeConfigurationFiles
" (previous value: "
BuildOnlySettings;
PrepareForBuild;
PreBuildEvent;
ResolveReferences;
PrepareResources;
ResolveKeySource;
Compile;
ExportWindowsMDFile;
UnmanagedUnregistration;
GenerateSerializationAssemblies;
CreateSatelliteAssemblies;
GenerateManifests;
GetTargetPath;
PrepareForRun;
UnmanagedRegistration;
IncrementalClean;
PostBuildEvent
") at /usr/lib/dotnet/sdk/8.0.117/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (197,5)
Property reassignment: $(CoreCleanDependsOn)="
_SdkBeforeClean;
" (previous value: "") at /usr/lib/dotnet/sdk/8.0.117/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (206,5)
Property reassignment: $(RebuildDependsOn)="
_SdkBeforeRebuild;
BeforeRebuild;
Clean;
Build;
AfterRebuild;
" (previous value: "
BeforeRebuild;
Clean;
Build;
AfterRebuild;
") at /usr/lib/dotnet/sdk/8.0.117/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (213,5)
Property reassignment: $(CompileDependsOn)="
ResolveReferences;
ResolveKeySource;
SetWin32ManifestProperties;
FindReferenceAssembliesForReferences;
_GenerateCompileInputs;
BeforeCompile;
_TimeStampBeforeCompile;
_GenerateCompileDependencyCache;
CoreCompile;
_TimeStampAfterCompile;
AfterCompile;
;
_CreateAppHost;
_CreateComHost;
_GetIjwHostPaths;
" (previous value: "
ResolveReferences;
ResolveKeySource;
SetWin32ManifestProperties;
FindReferenceAssembliesForReferences;
_GenerateCompileInputs;
BeforeCompile;
_TimeStampBeforeCompile;
_GenerateCompileDependencyCache;
CoreCompile;
_TimeStampAfterCompile;
AfterCompile;
") at /usr/lib/dotnet/sdk/8.0.117/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (679,5)
Property reassignment: $(CreateSatelliteAssembliesDependsOn)="
_GenerateSatelliteAssemblyInputs;
ComputeIntermediateSatelliteAssemblies;
GenerateSatelliteAssemblies
;
CoreGenerateSatelliteAssemblies
" (previous value: "
_GenerateSatelliteAssemblyInputs;
ComputeIntermediateSatelliteAssemblies;
GenerateSatelliteAssemblies
") at /usr/lib/dotnet/sdk/8.0.117/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (1065,5)
Property reassignment: $(SourceLinkUrlInitializerTargets)=";_InitializeGitHubSourceLinkUrl;_InitializeGitLabSourceLinkUrl" (previous value: ";_InitializeGitHubSourceLinkUrl") at /usr/lib/dotnet/sdk/8.0.117/Sdks/Microsoft.SourceLink.GitLab/build/Microsoft.SourceLink.GitLab.targets (12,5)
Property reassignment: $(SourceControlManagerUrlTranslationTargets)=";TranslateGitHubUrlsInSourceControlInformation;TranslateGitLabUrlsInSourceControlInformation" (previous value: ";TranslateGitHubUrlsInSourceControlInformation") at /usr/lib/dotnet/sdk/8.0.117/Sdks/Microsoft.SourceLink.GitLab/build/Microsoft.SourceLink.GitLab.targets (13,5)
Property reassignment: $(SourceLinkUrlInitializerTargets)=";_InitializeGitHubSourceLinkUrl;_InitializeGitLabSourceLinkUrl;_InitializeAzureReposGitSourceLinkUrl" (previous value: ";_InitializeGitHubSourceLinkUrl;_InitializeGitLabSourceLinkUrl") at /usr/lib/dotnet/sdk/8.0.117/Sdks/Microsoft.SourceLink.AzureRepos.Git/build/Microsoft.SourceLink.AzureRepos.Git.targets (12,5)
Property reassignment: $(SourceControlManagerUrlTranslationTargets)=";TranslateGitHubUrlsInSourceControlInformation;TranslateGitLabUrlsInSourceControlInformation;TranslateAzureReposGitUrlsInSourceControlInformation" (previous value: ";TranslateGitHubUrlsInSourceControlInformation;TranslateGitLabUrlsInSourceControlInformation") at /usr/lib/dotnet/sdk/8.0.117/Sdks/Microsoft.SourceLink.AzureRepos.Git/build/Microsoft.SourceLink.AzureRepos.Git.targets (13,5)
Property reassignment: $(SourceLinkUrlInitializerTargets)=";_InitializeGitHubSourceLinkUrl;_InitializeGitLabSourceLinkUrl;_InitializeAzureReposGitSourceLinkUrl;_InitializeBitbucketGitSourceLinkUrl" (previous value: ";_InitializeGitHubSourceLinkUrl;_InitializeGitLabSourceLinkUrl;_InitializeAzureReposGitSourceLinkUrl") at /usr/lib/dotnet/sdk/8.0.117/Sdks/Microsoft.SourceLink.Bitbucket.Git/build/Microsoft.SourceLink.Bitbucket.Git.targets (12,5)
Property reassignment: $(SourceControlManagerUrlTranslationTargets)=";TranslateGitHubUrlsInSourceControlInformation;TranslateGitLabUrlsInSourceControlInformation;TranslateAzureReposGitUrlsInSourceControlInformation;TranslateBitbucketGitUrlsInSourceControlInformation" (previous value: ";TranslateGitHubUrlsInSourceControlInformation;TranslateGitLabUrlsInSourceControlInformation;TranslateAzureReposGitUrlsInSourceControlInformation") at /usr/lib/dotnet/sdk/8.0.117/Sdks/Microsoft.SourceLink.Bitbucket.Git/build/Microsoft.SourceLink.Bitbucket.Git.targets (13,5)
Property reassignment: $(DesignerRuntimeImplementationProjectOutputGroupDependsOn)="
;
;
BuildOnlySettings;
PrepareForBuild;
AssignTargetPaths;
ResolveReferences
;
_GenerateDesignerDepsFile;
_GenerateDesignerRuntimeConfigFile;
GetCopyToOutputDirectoryItems;
_GatherDesignerShadowCopyFiles;
" (previous value: "
;
;
BuildOnlySettings;
PrepareForBuild;
AssignTargetPaths;
ResolveReferences
") at /usr/lib/dotnet/sdk/8.0.117/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets (21,5)
Property reassignment: $(_GenerateToolsSettingsFileCacheFile)="/tmp/tmpc20_80nb/AwesomeOpossum/AwesomeOpossum-tmp/obj/x64/Release/AwesomeOpossum.toolssettingsinput.cache" (previous value: "obj\x64/Release/AwesomeOpossum.toolssettingsinput.cache") at /usr/lib/dotnet/sdk/8.0.117/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (68,5)
Property reassignment: $(_ShimInputCacheFile)="/tmp/tmpc20_80nb/AwesomeOpossum/AwesomeOpossum-tmp/obj/x64/Release/AwesomeOpossum.shiminput.cache" (previous value: "obj\x64/Release/AwesomeOpossum.shiminput.cache") at /usr/lib/dotnet/sdk/8.0.117/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (137,5)
Property reassignment: $(_ShimCreatedSentinelFile)="/tmp/tmpc20_80nb/AwesomeOpossum/AwesomeOpossum-tmp/obj/x64/Release/AwesomeOpossum.shimcreated.sentinel" (previous value: "obj\x64/Release/AwesomeOpossum.shimcreated.sentinel") at /usr/lib/dotnet/sdk/8.0.117/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (139,5)
Property reassignment: $(DefineConstants)="TRACE;IsLinux;RELEASE" (previous value: "TRACE;IsLinux") at /usr/lib/dotnet/sdk/8.0.117/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (31,5)
Property reassignment: $(DefineConstants)="TRACE;IsLinux;RELEASE;NET;NET9_0;NETCOREAPP" (previous value: "TRACE;IsLinux;RELEASE") at /usr/lib/dotnet/sdk/8.0.117/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (34,5)
Property reassignment: $(WarningsAsErrors)=";NU1605;SYSLIB0011" (previous value: ";NU1605") at /usr/lib/dotnet/sdk/8.0.117/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (48,5)
The "WarningLevel" property is a global property, and cannot be modified.
The "WarningLevel" property is a global property, and cannot be modified.
The "WarningLevel" property is a global property, and cannot be modified.
Property reassignment: $(PackageDescription)="Package Description" (previous value: "") at /usr/lib/dotnet/sdk/8.0.117/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets (34,5)
Property reassignment: $(GenerateNuspecDependsOn)="Build;_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; " (previous value: "_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; ") at /usr/lib/dotnet/sdk/8.0.117/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets (59,5)
Overriding target "ResolveFrameworkReferences" in project "/usr/lib/dotnet/sdk/8.0.117/Microsoft.Common.CurrentVersion.targets" with target "ResolveFrameworkReferences" from project "/usr/lib/dotnet/sdk/8.0.117/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets".
Overriding target "Run" in project "/usr/lib/dotnet/sdk/8.0.117/Microsoft.Common.CurrentVersion.targets" with target "Run" from project "/usr/lib/dotnet/sdk/8.0.117/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets".
Overriding target "GenerateSupportedTargetFrameworkAlias" in project "/usr/lib/dotnet/sdk/8.0.117/Microsoft.Common.CurrentVersion.targets" with target "GenerateSupportedTargetFrameworkAlias" from project "/usr/lib/dotnet/sdk/8.0.117/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets".
Overriding target "GetReferenceAssemblyPaths" in project "/usr/lib/dotnet/sdk/8.0.117/Microsoft.Common.CurrentVersion.targets" with target "GetReferenceAssemblyPaths" from project "/usr/lib/dotnet/sdk/8.0.117/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets".
Overriding target "GetFrameworkPaths" in project "/usr/lib/dotnet/sdk/8.0.117/Microsoft.Common.CurrentVersion.targets" with target "GetFrameworkPaths" from project "/usr/lib/dotnet/sdk/8.0.117/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets".
Overriding target "DesignerRuntimeImplementationProjectOutputGroup" in project "/usr/lib/dotnet/sdk/8.0.117/Microsoft.Common.CurrentVersion.targets" with target "DesignerRuntimeImplementationProjectOutputGroup" from project "/usr/lib/dotnet/sdk/8.0.117/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets".
Overriding target "Publish" in project "/usr/lib/dotnet/sdk/8.0.117/Microsoft.Common.CurrentVersion.targets" with target "Publish" from project "/usr/lib/dotnet/sdk/8.0.117/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets".
Overriding target "ResolveReadyToRunCompilers" in project "/usr/lib/dotnet/sdk/8.0.117/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets" with target "ResolveReadyToRunCompilers" from project "/usr/lib/dotnet/sdk/8.0.117/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets".
Overriding target "GetCopyToPublishDirectoryItems" in project "/usr/lib/dotnet/sdk/8.0.117/Microsoft.Common.CurrentVersion.targets" with target "GetCopyToPublishDirectoryItems" from project "/usr/lib/dotnet/sdk/8.0.117/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets".
1>Project "/tmp/tmpc20_80nb/AwesomeOpossum/AwesomeOpossum-tmp/AwesomeOpossum.sln" (1) is building "/tmp/tmpc20_80nb/AwesomeOpossum/AwesomeOpossum-tmp/AwesomeOpossum.csproj" (2) on node 1 (_IsProjectRestoreSupported target(s)).
2>Target "_IsProjectRestoreSupported" in file "/usr/lib/dotnet/sdk/8.0.117/NuGet.targets" from project "/tmp/tmpc20_80nb/AwesomeOpossum/AwesomeOpossum-tmp/AwesomeOpossum.csproj" (entry point):
2>Done building target "_IsProjectRestoreSupported" in project "AwesomeOpossum.csproj".
2>Done Building Project "/tmp/tmpc20_80nb/AwesomeOpossum/AwesomeOpossum-tmp/AwesomeOpossum.csproj" (_IsProjectRestoreSupported target(s)).
1>Done executing task "MSBuild".
Task "MSBuild" skipped, due to false condition; ( '$(RestoreUseSkipNonexistentTargets)' != 'true' ) was evaluated as ( 'true' != 'true' ).
Using "WarnForInvalidProjectsTask" task from assembly "/usr/lib/dotnet/sdk/8.0.117/NuGet.Build.Tasks.dll".
Task "WarnForInvalidProjectsTask"
(in) AllProjects '/tmp/tmpc20_80nb/AwesomeOpossum/AwesomeOpossum-tmp/AwesomeOpossum.csproj'
(in) ValidProjects '/tmp/tmpc20_80nb/AwesomeOpossum/AwesomeOpossum-tmp/AwesomeOpossum.csproj'
Done executing task "WarnForInvalidProjectsTask".
1>Done building target "_FilterRestoreGraphProjectInputItems" in project "AwesomeOpossum.sln".
Target "_FilterRestoreGraphProjectInputItems" skipped. Previously built successfully.
1>Target "_GetAllRestoreProjectPathItems" in file "/usr/lib/dotnet/sdk/8.0.117/NuGet.targets" from project "/tmp/tmpc20_80nb/AwesomeOpossum/AwesomeOpossum-tmp/AwesomeOpossum.sln" (target "_GenerateRestoreGraph" depends on it):
Using "NuGetMessageTask" task from assembly "/usr/lib/dotnet/sdk/8.0.117/NuGet.Build.Tasks.dll".
Task "NuGetMessageTask"
Determining projects to restore...
Done executing task "NuGetMessageTask".
Task "MSBuild"
Global Properties:
ExcludeRestorePackageImports=true
_RestoreSolutionFileUsed=true
SolutionDir=/tmp/tmpc20_80nb/AwesomeOpossum/AwesomeOpossum-tmp/
SolutionName=AwesomeOpossum
SolutionFileName=AwesomeOpossum.sln
SolutionPath=/tmp/tmpc20_80nb/AwesomeOpossum/AwesomeOpossum-tmp/AwesomeOpossum.sln
SolutionExt=.sln
Additional Properties for project "/tmp/tmpc20_80nb/AwesomeOpossum/AwesomeOpossum-tmp/AwesomeOpossum.csproj":
Configuration=Release
Platform=x64
1>Project "/tmp/tmpc20_80nb/AwesomeOpossum/AwesomeOpossum-tmp/AwesomeOpossum.sln" (1) is building "/tmp/tmpc20_80nb/AwesomeOpossum/AwesomeOpossum-tmp/AwesomeOpossum.csproj" (2:2) on node 1 (_GenerateRestoreProjectPathWalk target(s)).
2:2>Target "_GenerateRestoreProjectPathItemsAllFrameworks" skipped, due to false condition; ( '$(TargetFrameworks)' != '' ) was evaluated as ( '' != '' ).
2:2>Target "_GenerateRestoreProjectPathItemsPerFramework" in file "/usr/lib/dotnet/sdk/8.0.117/NuGet.targets" from project "/tmp/tmpc20_80nb/AwesomeOpossum/AwesomeOpossum-tmp/AwesomeOpossum.csproj" (target "_GenerateRestoreProjectPathItemsCurrentProject" depends on it):
Using "ConvertToAbsolutePath" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Task "ConvertToAbsolutePath"
Done executing task "ConvertToAbsolutePath".
2:2>Done building target "_GenerateRestoreProjectPathItemsPerFramework" in project "AwesomeOpossum.csproj".
2:2>Target "_GenerateRestoreProjectPathItemsCurrentProject" in file "/usr/lib/dotnet/sdk/8.0.117/NuGet.targets" from project "/tmp/tmpc20_80nb/AwesomeOpossum/AwesomeOpossum-tmp/AwesomeOpossum.csproj" (target "_GenerateRestoreProjectPathItems" depends on it):
2:2>Done building target "_GenerateRestoreProjectPathItemsCurrentProject" in project "AwesomeOpossum.csproj".
2:2>Target "_GenerateRestoreProjectPathItems" in file "/usr/lib/dotnet/sdk/8.0.117/NuGet.targets" from project "/tmp/tmpc20_80nb/AwesomeOpossum/AwesomeOpossum-tmp/AwesomeOpossum.csproj" (target "_GenerateRestoreProjectPathWalk" depends on it):
Using "RemoveDuplicates" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Task "RemoveDuplicates"
Done executing task "RemoveDuplicates".
2:2>Done building target "_GenerateRestoreProjectPathItems" in project "AwesomeOpossum.csproj".
2:2>Target "_GenerateRestoreProjectPathWalk" in file "/usr/lib/dotnet/sdk/8.0.117/NuGet.targets" from project "/tmp/tmpc20_80nb/AwesomeOpossum/AwesomeOpossum-tmp/AwesomeOpossum.csproj" (entry point):
Using "MSBuild" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Task "MSBuild"
Done executing task "MSBuild".
Task "MSBuild" skipped, due to false condition; ( '$(RestoreUseSkipNonexistentTargets)' != 'true' ) was evaluated as ( 'true' != 'true' ).
Task "RemoveDuplicates"
Done executing task "RemoveDuplicates".
2:2>Done building target "_GenerateRestoreProjectPathWalk" in project "AwesomeOpossum.csproj".
2:2>Done Building Project "/tmp/tmpc20_80nb/AwesomeOpossum/AwesomeOpossum-tmp/AwesomeOpossum.csproj" (_GenerateRestoreProjectPathWalk target(s)).
1>Done executing task "MSBuild".
Task "MSBuild" skipped, due to false condition; ( '$(RestoreUseSkipNonexistentTargets)' != 'true' ) was evaluated as ( 'true' != 'true' ).
Task "RemoveDuplicates"
Done executing task "RemoveDuplicates".
Task "MSBuild"
Global Properties:
ExcludeRestorePackageImports=true
_RestoreSolutionFileUsed=true
SolutionDir=/tmp/tmpc20_80nb/AwesomeOpossum/AwesomeOpossum-tmp/
SolutionName=AwesomeOpossum
SolutionFileName=AwesomeOpossum.sln
SolutionPath=/tmp/tmpc20_80nb/AwesomeOpossum/AwesomeOpossum-tmp/AwesomeOpossum.sln
SolutionExt=.sln
Additional Properties for project "/tmp/tmpc20_80nb/AwesomeOpossum/AwesomeOpossum-tmp/AwesomeOpossum.csproj":
Configuration=Release
Platform=x64
1>Project "/tmp/tmpc20_80nb/AwesomeOpossum/AwesomeOpossum-tmp/AwesomeOpossum.sln" (1) is building "/tmp/tmpc20_80nb/AwesomeOpossum/AwesomeOpossum-tmp/AwesomeOpossum.csproj" (2:3) on node 1 (_IsProjectRestoreSupported target(s)).
2:3>Target "_IsProjectRestoreSupported" skipped. Previously built successfully.
2:3>Done Building Project "/tmp/tmpc20_80nb/AwesomeOpossum/AwesomeOpossum-tmp/AwesomeOpossum.csproj" (_IsProjectRestoreSupported target(s)).
1>Done executing task "MSBuild".
Task "MSBuild" skipped, due to false condition; ( '$(RestoreUseSkipNonexistentTargets)' != 'true' ) was evaluated as ( 'true' != 'true' ).
1>Done building target "_GetAllRestoreProjectPathItems" in project "AwesomeOpossum.sln".
1>Target "_GenerateRestoreGraph" in file "/usr/lib/dotnet/sdk/8.0.117/NuGet.targets" from project "/tmp/tmpc20_80nb/AwesomeOpossum/AwesomeOpossum-tmp/AwesomeOpossum.sln" (target "Restore" depends on it):
Task "Message"
Generating dg file
Done executing task "Message".
Task "Message"
/tmp/tmpc20_80nb/AwesomeOpossum/AwesomeOpossum-tmp/AwesomeOpossum.csproj
Done executing task "Message".
Task "MSBuild"
Global Properties:
ExcludeRestorePackageImports=true
_RestoreSolutionFileUsed=true
SolutionDir=/tmp/tmpc20_80nb/AwesomeOpossum/AwesomeOpossum-tmp/
SolutionName=AwesomeOpossum
SolutionFileName=AwesomeOpossum.sln
SolutionPath=/tmp/tmpc20_80nb/AwesomeOpossum/AwesomeOpossum-tmp/AwesomeOpossum.sln
SolutionExt=.sln
Additional Properties for project "/tmp/tmpc20_80nb/AwesomeOpossum/AwesomeOpossum-tmp/AwesomeOpossum.csproj":
Configuration=Release
Platform=x64
1>Project "/tmp/tmpc20_80nb/AwesomeOpossum/AwesomeOpossum-tmp/AwesomeOpossum.sln" (1) is building "/tmp/tmpc20_80nb/AwesomeOpossum/AwesomeOpossum-tmp/AwesomeOpossum.csproj" (2:4) on node 1 (_GenerateRestoreGraphProjectEntry target(s)).
2:4>Target "_GetProjectJsonPath" in file "/usr/lib/dotnet/sdk/8.0.117/NuGet.targets" from project "/tmp/tmpc20_80nb/AwesomeOpossum/AwesomeOpossum-tmp/AwesomeOpossum.csproj" (target "_GetRestoreProjectStyle" depends on it):
2:4>Task "GetRestoreProjectJsonPathTask" skipped, due to false condition; ( '$(RestoreProjectStyle)' == 'ProjectJson' OR '$(RestoreProjectStyle)' == '' ) was evaluated as ( 'PackageReference' == 'ProjectJson' OR 'PackageReference' == '' ).
2:4>Done building target "_GetProjectJsonPath" in project "AwesomeOpossum.csproj".
Target "_CheckForUnsupportedTargetPlatformIdentifier" skipped, due to false condition; ('$(TargetPlatformIdentifier)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) And ('$(DesignTimeBuild)' != 'true' Or '@(MissingWorkloadPack)' == '')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True And ('' != 'true' Or '' == '')).
Target "_CheckForMissingWorkload" skipped, due to false condition; ('@(MissingWorkloadPack)' != '' And '$(DesignTimeBuild)' != 'true') was evaluated as ('' != '' And '' != 'true').
2:4>Target "_CheckForUnsupportedNETCoreVersion" in file "/usr/lib/dotnet/sdk/8.0.117/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets" from project "/tmp/tmpc20_80nb/AwesomeOpossum/AwesomeOpossum-tmp/AwesomeOpossum.csproj" (target "CollectPackageReferences" depends on it):
Using "NETSdkError" task from assembly "/usr/lib/dotnet/sdk/8.0.117/Sdks/Microsoft.NET.Sdk/targets/../tools/net8.0/Microsoft.NET.Build.Tasks.dll".
Task "NETSdkError"
2:4>/usr/lib/dotnet/sdk/8.0.117/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets(166,5): error NETSDK1045: The current .NET SDK does not support targeting .NET 9.0. Either target .NET 8.0 or lower, or use a version of the .NET SDK that supports .NET 9.0. Download the .NET SDK from https://aka.ms/dotnet/download [/tmp/tmpc20_80nb/AwesomeOpossum/AwesomeOpossum-tmp/AwesomeOpossum.csproj]
Done executing task "NETSdkError" -- FAILED.
2:4>Done building target "_CheckForUnsupportedNETCoreVersion" in project "AwesomeOpossum.csproj" -- FAILED.
2:4>Done Building Project "/tmp/tmpc20_80nb/AwesomeOpossum/AwesomeOpossum-tmp/AwesomeOpossum.csproj" (_GenerateRestoreGraphProjectEntry target(s)) -- FAILED.
1>Done executing task "MSBuild" -- FAILED.
1>Done building target "_GenerateRestoreGraph" in project "AwesomeOpossum.sln" -- FAILED.
1>Done Building Project "/tmp/tmpc20_80nb/AwesomeOpossum/AwesomeOpossum-tmp/AwesomeOpossum.sln" (Restore target(s)) -- FAILED.
Build FAILED.
"/tmp/tmpc20_80nb/AwesomeOpossum/AwesomeOpossum-tmp/AwesomeOpossum.sln" (Restore target) (1) ->
"/tmp/tmpc20_80nb/AwesomeOpossum/AwesomeOpossum-tmp/AwesomeOpossum.csproj" (_GenerateRestoreGraphProjectEntry target) (2:4) ->
(_CheckForUnsupportedNETCoreVersion target) ->
/usr/lib/dotnet/sdk/8.0.117/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets(166,5): error NETSDK1045: The current .NET SDK does not support targeting .NET 9.0. Either target .NET 8.0 or lower, or use a version of the .NET SDK that supports .NET 9.0. Download the .NET SDK from https://aka.ms/dotnet/download [/tmp/tmpc20_80nb/AwesomeOpossum/AwesomeOpossum-tmp/AwesomeOpossum.csproj]
0 Warning(s)
1 Error(s)
Time Elapsed 00:00:00.49
make: *** [Makefile:91: release] Error 1