Skip to content

- Remember Explorer Settings #1318

- Remember Explorer Settings

- Remember Explorer Settings #1318

Triggered via push November 12, 2023 02:17
Status Failure
Total duration 15m 0s
Artifacts 4

builds.yml

on: push
Matrix: linux-demo-testing
Matrix: linux-unit-testing
Matrix: macos-demo-testing
Matrix: macos-unit-testing
Matrix: windows-demo-testing
Matrix: windows-unit-testing
Windows Build Packaging
0s
Windows Build Packaging
Fit to window
Zoom out
Zoom in

Annotations

60 errors and 40 warnings
Linux - Demo Test -o9
Process completed with exit code 1.
Linux - Demo Test -o4
Process completed with exit code 1.
Linux - Demo Test -o7
Process completed with exit code 1.
Linux - Demo Test -o6
Process completed with exit code 1.
Linux - Demo Test -o0
Process completed with exit code 1.
Linux - Unit Test -o4
Process completed with exit code 1.
Linux - Unit Test -o6
Process completed with exit code 1.
Linux - Unit Test -o5
Process completed with exit code 1.
Linux - Unit Test -o7
Process completed with exit code 1.
Linux - Demo Test -o1
Process completed with exit code 1.
Linux - Demo Test -o3
Process completed with exit code 1.
Linux - Unit Test -o1
Process completed with exit code 1.
Linux - Demo Test -o5
Process completed with exit code 1.
Linux - Demo Test -o8
Process completed with exit code 1.
Linux - Unit Test -o3
Process completed with exit code 1.
Linux - Unit Test -o2
Process completed with exit code 1.
Linux - Unit Test -o9
Process completed with exit code 1.
Linux - Unit Test -o8
Process completed with exit code 1.
Linux - Unit Test -o0
Process completed with exit code 1.
Linux - Demo Test -o2
Process completed with exit code 1.
MacOS - Demo Test -o4
Process completed with exit code 1.
MacOS - Demo Test -o3
Process completed with exit code 1.
MacOS - Demo Test -o1
Process completed with exit code 1.
MacOS - Demo Test -o0
Process completed with exit code 1.
Windows - Demo Test -o8
Process completed with exit code 1.
Windows - Demo Test -o2
Process completed with exit code 1.
Windows - Unit Test -o4
Process completed with exit code 1.
Windows - Demo Test -o3
Process completed with exit code 1.
Windows - Demo Test -o9
Process completed with exit code 1.
Windows - Unit Test -o2
Process completed with exit code 1.
Windows - Unit Test -o1
Process completed with exit code 1.
Windows - Demo Test -o5
Process completed with exit code 1.
MacOS - Demo Test -o2
Process completed with exit code 1.
Windows - Demo Test -o7
Process completed with exit code 1.
Windows - Demo Test -o1
Process completed with exit code 1.
Windows - Demo Test -o0
Process completed with exit code 1.
Windows - Unit Test -o0
Process completed with exit code 1.
Windows - Demo Test -o6
Process completed with exit code 1.
Windows - Unit Test -o5
Process completed with exit code 1.
Windows - Unit Test -o9
Process completed with exit code 1.
Windows - Demo Test -o4
Process completed with exit code 1.
Windows - Unit Test -o3
Process completed with exit code 1.
MacOS - Demo Test -o7
Process completed with exit code 1.
MacOS - Demo Test -o5
Process completed with exit code 1.
MacOS - Demo Test -o6
Process completed with exit code 1.
Windows - Unit Test -o6
Process completed with exit code 1.
MacOS - Demo Test -o8
Process completed with exit code 1.
Windows - Unit Test -o7
Process completed with exit code 1.
Windows - Unit Test -o8
Process completed with exit code 1.
MacOS - Demo Test -o9
Process completed with exit code 1.
MacOS - Unit Test -o0
Process completed with exit code 1.
MacOS - Unit Test -o1
Process completed with exit code 1.
MacOS - Unit Test -o4
Process completed with exit code 1.
MacOS - Unit Test -o3
Process completed with exit code 1.
MacOS - Unit Test -o2
Process completed with exit code 1.
MacOS - Unit Test -o5
Process completed with exit code 1.
MacOS - Unit Test -o7
Process completed with exit code 1.
MacOS - Unit Test -o6
Process completed with exit code 1.
MacOS - Unit Test -o9
Process completed with exit code 1.
MacOS - Unit Test -o8
Process completed with exit code 1.
Linux Build: Source/Mosa.Tool.Bootstrap/LauncherHunter.cs#L118
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Linux Build: Source/Mosa.Tool.Bootstrap/LauncherHunter.cs#L118
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Linux Build: Source/Mosa.Tool.Bootstrap/LauncherHunter.cs#L82
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Linux Build: Source/Mosa.Korlib/System.Buffers/MemoryHandle.cs#L25
'MemoryHandle.MemoryHandle(void*, IPinnable)' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute
Linux Build: Source/Mosa.Korlib/System.Buffers/MemoryHandle.cs#L35
'MemoryHandle.Pointer' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute
Linux Build: Source/Mosa.Korlib/System.Diagnostics/Contracts/Contract.cs#L434
'Contract.WritableBytes(UIntPtr)' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute
Linux Build: Source/Mosa.Korlib/System.Diagnostics/Contracts/Contract.cs#L439
'Contract.WritableBytes(IntPtr)' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute
Linux Build: Source/Mosa.Korlib/System.Diagnostics/Contracts/Contract.cs#L444
'Contract.WritableBytes(void*)' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute
Linux Build: Source/Mosa.Korlib/System.Diagnostics/Contracts/Contract.cs#L449
'Contract.ReadableBytes(UIntPtr)' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute
Linux Build: Source/Mosa.Korlib/System.Diagnostics/Contracts/Contract.cs#L454
'Contract.ReadableBytes(IntPtr)' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute
MacOS Build: Source/Mosa.Compiler.Common/Exceptions/InvalidCompilerOperationException.cs#L8
Add a constructor to InvalidCompilerOperationException with the following signature: 'protected InvalidCompilerOperationException(SerializationInfo info, StreamingContext context)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2229)
MacOS Build: Source/Mosa.Compiler.Common/Exceptions/InvalidMetadataException.cs#L6
Add a constructor to InvalidMetadataException with the following signature: 'protected InvalidMetadataException(SerializationInfo info, StreamingContext context)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2229)
MacOS Build: Source/Mosa.Compiler.Common/Exceptions/InvalidOperationCompilerException.cs#L8
Add a constructor to InvalidOperationCompilerException with the following signature: 'protected InvalidOperationCompilerException(SerializationInfo info, StreamingContext context)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2229)
MacOS Build: Source/Mosa.Compiler.Common/Exceptions/NotImplementCompilerException.cs#L6
Add a constructor to NotImplementCompilerException with the following signature: 'protected NotImplementCompilerException(SerializationInfo info, StreamingContext context)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2229)
MacOS Build: Source/Mosa.Compiler.Common/Exceptions/AssemblyLoadException.cs#L6
Add a constructor to AssemblyLoadException with the following signature: 'protected AssemblyLoadException(SerializationInfo info, StreamingContext context)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2229)
MacOS Build: Source/Mosa.Compiler.Common/Exceptions/CompilerException.cs#L6
Add a constructor to CompilerException with the following signature: 'protected CompilerException(SerializationInfo info, StreamingContext context)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2229)
MacOS Build: Source/Mosa.Compiler.MosaTypeSystem/Units/MosaProperty.cs#L11
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
MacOS Build: Source/Mosa.Compiler.MosaTypeSystem/Units/MosaInstruction.cs#L11
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
MacOS Build: Source/Mosa.Compiler.MosaTypeSystem/Units/MosaType.cs#L10
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
MacOS Build: Source/Mosa.Compiler.MosaTypeSystem/Units/MosaCustomAttribute.cs#L9
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Windows Build: Source/Mosa.Korlib/System.Buffers/MemoryHandle.cs#L25
'MemoryHandle.MemoryHandle(void*, IPinnable)' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute
Windows Build: Source/Mosa.Korlib/System.Buffers/MemoryHandle.cs#L35
'MemoryHandle.Pointer' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute
Windows Build: Source/Mosa.Korlib/System.Diagnostics/Contracts/Contract.cs#L434
'Contract.WritableBytes(UIntPtr)' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute
Windows Build: Source/Mosa.Korlib/System.Diagnostics/Contracts/Contract.cs#L439
'Contract.WritableBytes(IntPtr)' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute
Windows Build: Source/Mosa.Korlib/System.Diagnostics/Contracts/Contract.cs#L444
'Contract.WritableBytes(void*)' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute
Windows Build: Source/Mosa.Korlib/System.Diagnostics/Contracts/Contract.cs#L449
'Contract.ReadableBytes(UIntPtr)' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute
Windows Build: Source/Mosa.Korlib/System.Diagnostics/Contracts/Contract.cs#L454
'Contract.ReadableBytes(IntPtr)' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute
Windows Build: Source/Mosa.Korlib/System/Convert.cs#L211
'Convert.ToByte(sbyte)' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute
Windows Build: Source/Mosa.Korlib/System/Convert.cs#L224
'Convert.ToByte(ushort)' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute
Windows Build: Source/Mosa.Korlib/System/Convert.cs#L233
'Convert.ToByte(uint)' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute
Windows Build: Source/Mosa.Compiler.Common/Exceptions/AssemblyLoadException.cs#L6
Add a constructor to AssemblyLoadException with the following signature: 'protected AssemblyLoadException(SerializationInfo info, StreamingContext context)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2229)
Windows Build: Source/Mosa.Compiler.Common/Exceptions/CompilerException.cs#L6
Add a constructor to CompilerException with the following signature: 'protected CompilerException(SerializationInfo info, StreamingContext context)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2229)
Windows Build: Source/Mosa.Compiler.Common/Exceptions/InvalidCompilerOperationException.cs#L8
Add a constructor to InvalidCompilerOperationException with the following signature: 'protected InvalidCompilerOperationException(SerializationInfo info, StreamingContext context)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2229)
Windows Build: Source/Mosa.Compiler.Common/Exceptions/InvalidMetadataException.cs#L6
Add a constructor to InvalidMetadataException with the following signature: 'protected InvalidMetadataException(SerializationInfo info, StreamingContext context)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2229)
Windows Build: Source/Mosa.Compiler.Common/Exceptions/InvalidOperationCompilerException.cs#L8
Add a constructor to InvalidOperationCompilerException with the following signature: 'protected InvalidOperationCompilerException(SerializationInfo info, StreamingContext context)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2229)
Windows Build: Source/Mosa.Compiler.Common/Exceptions/NotImplementCompilerException.cs#L6
Add a constructor to NotImplementCompilerException with the following signature: 'protected NotImplementCompilerException(SerializationInfo info, StreamingContext context)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2229)
Windows Build: Source/Mosa.Compiler.MosaTypeSystem/IMetadata.cs#L11
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Windows Build: Source/Mosa.Compiler.MosaTypeSystem/ITypeResolver.cs#L7
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Windows Build: Source/Mosa.Compiler.MosaTypeSystem/ITypeResolver.cs#L13
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Windows Build: Source/Mosa.Compiler.MosaTypeSystem/ITypeResolver.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.

Artifacts

Produced during runtime
Name Size
Nuget Packages Expired
152 MB
linux-build-artifact Expired
180 MB
macos-build-artifact Expired
180 MB
windows-build-artifact Expired
135 MB