Skip to content

Build failure when building libraries build with -allConfigurations #34200

Closed
@dseefeld

Description

@dseefeld

Build environment:
Centos7 - Docker image: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-7-6aaa05d-20191106231356

Build commands:
./build.sh -subsetCategory coreclr
./build.sh -subsetCategory libraries -allConfigurations

Resulting errors from libraries build:

/root/.nuget/packages/microsoft.dotnet.genfacades/5.0.0-beta.20171.1/build/Microsoft.DotNet.GenPartialFacadeSource.targets(30,5): error : Did not find type 'System.Runtime.InteropServices.WindowsRuntime.DefaultInterfaceAttribute' in any of the seed assemblies. [/src/runtime2/src/libraries/System.Runtime.InteropServices.WindowsRuntime/src/System.Runtime.InteropServices.WindowsRuntime.csproj]
/root/.nuget/packages/microsoft.dotnet.genfacades/5.0.0-beta.20171.1/build/Microsoft.DotNet.GenPartialFacadeSource.targets(30,5): error : Did not find type 'System.Runtime.InteropServices.WindowsRuntime.EventRegistrationToken' in any of the seed assemblies. [/src/runtime2/src/libraries/System.Runtime.InteropServices.WindowsRuntime/src/System.Runtime.InteropServices.WindowsRuntime.csproj]
/root/.nuget/packages/microsoft.dotnet.genfacades/5.0.0-beta.20171.1/build/Microsoft.DotNet.GenPartialFacadeSource.targets(30,5): error : Did not find type 'System.Runtime.InteropServices.WindowsRuntime.EventRegistrationTokenTable`1' in any of the seed assemblies. [/src/runtime2/src/libraries/System.Runtime.InteropServices.WindowsRuntime/src/System.Runtime.InteropServices.WindowsRuntime.csproj]
/root/.nuget/packages/microsoft.dotnet.genfacades/5.0.0-beta.20171.1/build/Microsoft.DotNet.GenPartialFacadeSource.targets(30,5): error : Did not find type 'System.Runtime.InteropServices.WindowsRuntime.IActivationFactory' in any of the seed assemblies. [/src/runtime2/src/libraries/System.Runtime.InteropServices.WindowsRuntime/src/System.Runtime.InteropServices.WindowsRuntime.csproj]
/root/.nuget/packages/microsoft.dotnet.genfacades/5.0.0-beta.20171.1/build/Microsoft.DotNet.GenPartialFacadeSource.targets(30,5): error : Did not find type 'System.Runtime.InteropServices.WindowsRuntime.InterfaceImplementedInVersionAttribute' in any of the seed assemblies. [/src/runtime2/src/libraries/System.Runtime.InteropServices.WindowsRuntime/src/System.Runtime.InteropServices.WindowsRuntime.csproj]
/root/.nuget/packages/microsoft.dotnet.genfacades/5.0.0-beta.20171.1/build/Microsoft.DotNet.GenPartialFacadeSource.targets(30,5): error : Did not find type 'System.Runtime.InteropServices.WindowsRuntime.ReadOnlyArrayAttribute' in any of the seed assemblies. [/src/runtime2/src/libraries/System.Runtime.InteropServices.WindowsRuntime/src/System.Runtime.InteropServices.WindowsRuntime.csproj]
/root/.nuget/packages/microsoft.dotnet.genfacades/5.0.0-beta.20171.1/build/Microsoft.DotNet.GenPartialFacadeSource.targets(30,5): error : Did not find type 'System.Runtime.InteropServices.WindowsRuntime.ReturnValueNameAttribute' in any of the seed assemblies. [/src/runtime2/src/libraries/System.Runtime.InteropServices.WindowsRuntime/src/System.Runtime.InteropServices.WindowsRuntime.csproj]
/root/.nuget/packages/microsoft.dotnet.genfacades/5.0.0-beta.20171.1/build/Microsoft.DotNet.GenPartialFacadeSource.targets(30,5): error : Did not find type 'System.Runtime.InteropServices.WindowsRuntime.WindowsRuntimeMarshal' in any of the seed assemblies. [/src/runtime2/src/libraries/System.Runtime.InteropServices.WindowsRuntime/src/System.Runtime.InteropServices.WindowsRuntime.csproj]
/root/.nuget/packages/microsoft.dotnet.genfacades/5.0.0-beta.20171.1/build/Microsoft.DotNet.GenPartialFacadeSource.targets(30,5): error : Did not find type 'System.Runtime.InteropServices.WindowsRuntime.WriteOnlyArrayAttribute' in any of the seed assemblies. [/src/runtime2/src/libraries/System.Runtime.InteropServices.WindowsRuntime/src/System.Runtime.InteropServices.WindowsRuntime.csproj]
System/IO/StreamOperationAsyncResult.cs(5,40): error CS0234: The type or namespace name 'WindowsRuntime' does not exist in the namespace 'Internal.Runtime.InteropServices' (are you missing an assembly reference?) [/src/runtime2/src/libraries/System.Runtime.WindowsRuntime/src/System.Runtime.WindowsRuntime.csproj]
System/Threading/Tasks/AsyncInfoToTaskBridge.cs(5,40): error CS0234: The type or namespace name 'WindowsRuntime' does not exist in the namespace 'Internal.Runtime.InteropServices' (are you missing an assembly reference?) [/src/runtime2/src/libraries/System.Runtime.WindowsRuntime/src/System.Runtime.WindowsRuntime.csproj]
System/Threading/WindowsRuntimeSynchronizationContext.cs(5,40): error CS0234: The type or namespace name 'WindowsRuntime' does not exist in the namespace 'Internal.Runtime.InteropServices' (are you missing an assembly reference?) [/src/runtime2/src/libraries/System.Runtime.WindowsRuntime/src/System.Runtime.WindowsRuntime.csproj]
System/WindowsRuntimeSystemExtensions.cs(5,40): error CS0234: The type or namespace name 'WindowsRuntime' does not exist in the namespace 'Internal.Runtime.InteropServices' (are you missing an assembly reference?) [/src/runtime2/src/libraries/System.Runtime.WindowsRuntime/src/System.Runtime.WindowsRuntime.csproj]
System/Resources/WindowsRuntimeResourceManager.cs(6,16): error CS0234: The type or namespace name 'Resources' does not exist in the namespace 'Internal' (are you missing an assembly reference?) [/src/runtime2/src/libraries/System.Runtime.WindowsRuntime/src/System.Runtime.WindowsRuntime.csproj]
System/Resources/WindowsRuntimeResourceManager.cs(26,59): error CS0246: The type or namespace name 'WindowsRuntimeResourceManagerBase' could not be found (are you missing a using directive or an assembly reference?) [/src/runtime2/src/libraries/System.Runtime.WindowsRuntime/src/System.Runtime.WindowsRuntime.csproj]
System/Runtime/InteropServices/WindowsRuntime/MarshalingHelpers.cs(46,9): error CS0246: The type or namespace name 'EventRegistrationToken' could not be found (are you missing a using directive or an assembly reference?) [/src/runtime2/src/libraries/System.Runtime.WindowsRuntime/src/System.Runtime.WindowsRuntime.csproj]
System/Runtime/InteropServices/WindowsRuntime/MarshalingHelpers.cs(47,39): error CS0246: The type or namespace name 'EventRegistrationToken' could not be found (are you missing a using directive or an assembly reference?) [/src/runtime2/src/libraries/System.Runtime.WindowsRuntime/src/System.Runtime.WindowsRuntime.csproj]
System/Runtime/InteropServices/WindowsRuntime/MarshalingHelpers.cs(56,9): error CS0246: The type or namespace name 'EventRegistrationToken' could not be found (are you missing a using directive or an assembly reference?) [/src/runtime2/src/libraries/System.Runtime.WindowsRuntime/src/System.Runtime.WindowsRuntime.csproj]
System/Runtime/InteropServices/WindowsRuntime/MarshalingHelpers.cs(57,37): error CS0246: The type or namespace name 'EventRegistrationToken' could not be found (are you missing a using directive or an assembly reference?) [/src/runtime2/src/libraries/System.Runtime.WindowsRuntime/src/System.Runtime.WindowsRuntime.csproj]
System/Runtime/InteropServices/WindowsRuntime/MarshalingHelpers.cs(66,9): error CS0246: The type or namespace name 'EventRegistrationToken' could not be found (are you missing a using directive or an assembly reference?) [/src/runtime2/src/libraries/System.Runtime.WindowsRuntime/src/System.Runtime.WindowsRuntime.csproj]
System/Runtime/InteropServices/WindowsRuntime/MarshalingHelpers.cs(67,39): error CS0246: The type or namespace name 'EventRegistrationToken' could not be found (are you missing a using directive or an assembly reference?) [/src/runtime2/src/libraries/System.Runtime.WindowsRuntime/src/System.Runtime.WindowsRuntime.csproj]
System/Runtime/InteropServices/WindowsRuntime/MarshalingHelpers.cs(455,17): error CS0246: The type or namespace name 'EventRegistrationToken' could not be found (are you missing a using directive or an assembly reference?) [/src/runtime2/src/libraries/System.Runtime.WindowsRuntime/src/System.Runtime.WindowsRuntime.csproj]
System/Runtime/InteropServices/WindowsRuntime/MarshalingHelpers.cs(468,47): error CS0246: The type or namespace name 'EventRegistrationToken' could not be found (are you missing a using directive or an assembly reference?) [/src/runtime2/src/libraries/System.Runtime.WindowsRuntime/src/System.Runtime.WindowsRuntime.csproj]
System/Runtime/InteropServices/WindowsRuntime/MarshalingHelpers.cs(451,64): error CS0246: The type or namespace name 'EventRegistrationTokenTable<>' could not be found (are you missing a using directive or an assembly reference?) [/src/runtime2/src/libraries/System.Runtime.WindowsRuntime/src/System.Runtime.WindowsRuntime.csproj]
System/Runtime/InteropServices/WindowsRuntime/MarshalingHelpers.cs(268,18): error CS0246: The type or namespace name 'EventRegistrationToken' could not be found (are you missing a using directive or an assembly reference?) [/src/runtime2/src/libraries/System.Runtime.WindowsRuntime/src/System.Runtime.WindowsRuntime.csproj]
System/Runtime/InteropServices/WindowsRuntime/MarshalingHelpers.cs(280,48): error CS0246: The type or namespace name 'EventRegistrationToken' could not be found (are you missing a using directive or an assembly reference?) [/src/runtime2/src/libraries/System.Runtime.WindowsRuntime/src/System.Runtime.WindowsRuntime.csproj]
System/Runtime/InteropServices/WindowsRuntime/MarshalingHelpers.cs(264,80): error CS0246: The type or namespace name 'EventRegistrationTokenTable<>' could not be found (are you missing a using directive or an assembly reference?) [/src/runtime2/src/libraries/System.Runtime.WindowsRuntime/src/System.Runtime.WindowsRuntime.csproj]
System/Runtime/InteropServices/WindowsRuntime/MarshalingHelpers.cs(349,18): error CS0246: The type or namespace name 'EventRegistrationToken' could not be found (are you missing a using directive or an assembly reference?) [/src/runtime2/src/libraries/System.Runtime.WindowsRuntime/src/System.Runtime.WindowsRuntime.csproj]
System/Runtime/InteropServices/WindowsRuntime/MarshalingHelpers.cs(361,46): error CS0246: The type or namespace name 'EventRegistrationToken' could not be found (are you missing a using directive or an assembly reference?) [/src/runtime2/src/libraries/System.Runtime.WindowsRuntime/src/System.Runtime.WindowsRuntime.csproj]
System/Runtime/InteropServices/WindowsRuntime/MarshalingHelpers.cs(345,78): error CS0246: The type or namespace name 'EventRegistrationTokenTable<>' could not be found (are you missing a using directive or an assembly reference?) [/src/runtime2/src/libraries/System.Runtime.WindowsRuntime/src/System.Runtime.WindowsRuntime.csproj]
System/Resources/WindowsRuntimeResourceManager.cs(342,82): error CS0246: The type or namespace name 'PRIExceptionInfo' could not be found (are you missing a using directive or an assembly reference?) [/src/runtime2/src/libraries/System.Runtime.WindowsRuntime/src/System.Runtime.WindowsRuntime.csproj]
System/Resources/WindowsRuntimeResourceManager.cs(441,37): error CS0115: 'WindowsRuntimeResourceManager.GlobalResourceContextBestFitCultureInfo': no suitable method found to override[/src/runtime2/src/libraries/System.Runtime.WindowsRuntime/src/System.Runtime.WindowsRuntime.csproj]
System/Resources/WindowsRuntimeResourceManager.cs(452,30): error CS0115: 'WindowsRuntimeResourceManager.SetGlobalResourceContextDefaultCulture(CultureInfo)': no suitable method foundto override [/src/runtime2/src/libraries/System.Runtime.WindowsRuntime/src/System.Runtime.WindowsRuntime.csproj]
System/Resources/WindowsRuntimeResourceManager.cs(504,33): error CS0115: 'WindowsRuntimeResourceManager.GetString(string, string?, string?)': no suitable method found to override [/src/runtime2/src/libraries/System.Runtime.WindowsRuntime/src/System.Runtime.WindowsRuntime.csproj]

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions