Skip to content

Merge remote-tracking branch 'upstream/reorganize' into macos-m1 #1

Merge remote-tracking branch 'upstream/reorganize' into macos-m1

Merge remote-tracking branch 'upstream/reorganize' into macos-m1 #1

Triggered via push June 10, 2024 16:32
Status Failure
Total duration 8m 30s
Artifacts 4

ci.yml

on: push
Compute Version
8s
Compute Version
Compute Test Matrix
7s
Compute Test Matrix
Event File
2s
Event File
Build #24.6.10.1.1 (Linux)  /  Build
7m 33s
Build #24.6.10.1.1 (Linux) / Build
Matrix: build
Matrix: test
Waiting for pending jobs
Fit to window
Zoom out
Zoom in

Annotations

22 errors and 32 warnings
Build #24.6.10.1.1 (Linux) / Build
Member 'MonoMod.Core.Utils.AddressMeaning.AddressMeaning(MonoMod.Core.Utils.AddressKind)' exists on
Build #24.6.10.1.1 (Linux) / Build
Member 'MonoMod.Core.Utils.AddressMeaning.AddressMeaning(MonoMod.Core.Utils.AddressKind, int)' exists on
Build #24.6.10.1.1 (Linux) / Build
Member 'MonoMod.Core.Utils.AddressMeaning.AddressMeaning(MonoMod.Core.Utils.AddressKind)' exists on
Build #24.6.10.1.1 (Linux) / Build
Member 'MonoMod.Core.Utils.AddressMeaning.AddressMeaning(MonoMod.Core.Utils.AddressKind, int)' exists on
Build #24.6.10.1.1 (Linux) / Build
Member 'MonoMod.Core.Utils.AddressMeaning.AddressMeaning(MonoMod.Core.Utils.AddressKind)' exists on
Build #24.6.10.1.1 (Linux) / Build
Member 'MonoMod.Core.Utils.AddressMeaning.AddressMeaning(MonoMod.Core.Utils.AddressKind, int)' exists on
Build #24.6.10.1.1 (Linux) / Build
Member 'MonoMod.Core.Utils.AddressMeaning.AddressMeaning(MonoMod.Core.Utils.AddressKind)' exists on
Build #24.6.10.1.1 (Linux) / Build
Member 'MonoMod.Core.Utils.AddressMeaning.AddressMeaning(MonoMod.Core.Utils.AddressKind, int)' exists on
Build #24.6.10.1.1 (Linux) / Build
Member 'MonoMod.Core.Utils.AddressMeaning.AddressMeaning(MonoMod.Core.Utils.AddressKind)' exists on
Build #24.6.10.1.1 (Linux) / Build
Member 'MonoMod.Core.Utils.AddressMeaning.AddressMeaning(MonoMod.Core.Utils.AddressKind, int)' exists on
Build #24.6.10.1.1 (Windows) / Build
Member 'MonoMod.Core.Utils.AddressMeaning.AddressMeaning(MonoMod.Core.Utils.AddressKind)' exists on
Build #24.6.10.1.1 (Windows) / Build
Member 'MonoMod.Core.Utils.AddressMeaning.AddressMeaning(MonoMod.Core.Utils.AddressKind, int)' exists on
Build #24.6.10.1.1 (Windows) / Build
Member 'MonoMod.Core.Utils.AddressMeaning.AddressMeaning(MonoMod.Core.Utils.AddressKind)' exists on
Build #24.6.10.1.1 (Windows) / Build
Member 'MonoMod.Core.Utils.AddressMeaning.AddressMeaning(MonoMod.Core.Utils.AddressKind, int)' exists on
Build #24.6.10.1.1 (Windows) / Build
Member 'MonoMod.Core.Utils.AddressMeaning.AddressMeaning(MonoMod.Core.Utils.AddressKind)' exists on
Build #24.6.10.1.1 (Windows) / Build
Member 'MonoMod.Core.Utils.AddressMeaning.AddressMeaning(MonoMod.Core.Utils.AddressKind, int)' exists on
Build #24.6.10.1.1 (Windows) / Build
Member 'MonoMod.Core.Utils.AddressMeaning.AddressMeaning(MonoMod.Core.Utils.AddressKind)' exists on
Build #24.6.10.1.1 (Windows) / Build
Member 'MonoMod.Core.Utils.AddressMeaning.AddressMeaning(MonoMod.Core.Utils.AddressKind, int)' exists on
Build #24.6.10.1.1 (Windows) / Build
Member 'MonoMod.Core.Utils.AddressMeaning.AddressMeaning(MonoMod.Core.Utils.AddressKind)' exists on
Build #24.6.10.1.1 (Windows) / Build
Member 'MonoMod.Core.Utils.AddressMeaning.AddressMeaning(MonoMod.Core.Utils.AddressKind, int)' exists on
Build #24.6.10.1.1 (MacOS) / Build
FailFast: cancelling since parallel instance has failed
Build #24.6.10.1.1 (MacOS) / Build
The operation was canceled.
Build #24.6.10.1.1 (Linux) / Build
ProjectReference '/home/runner/work/MonoMod/MonoMod/src/MonoMod.UnitTest/MonoMod.UnitTest.csproj' was resolved using '.NETFramework,Version=v4.6.2' instead of the project target framework '.NETStandard,Version=v2.0'. This project may not be fully compatible with your project.
Build #24.6.10.1.1 (Linux) / Build: external/iced/src/csharp/Intel/Iced/Intel/EncoderException.cs#L31
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
Build #24.6.10.1.1 (Linux) / Build: src/MonoMod.Core/Platforms/PlatformTriple.cs#L496
The field 'PlatformTriple.FIRST_TIME_DEBUG_WRITE' is assigned but its value is never used
Build #24.6.10.1.1 (Linux) / Build: src/MonoMod.Core/Platforms/PlatformTriple.cs#L495
Unused field 'DEBUG_FILE_LOCK' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1823)
Build #24.6.10.1.1 (Linux) / Build: src/MonoMod.Core/Platforms/PlatformTriple.cs#L496
Unused field 'FIRST_TIME_DEBUG_WRITE' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1823)
Build #24.6.10.1.1 (Linux) / Build: src/MonoMod.Core/Platforms/PlatformTriple.cs#L10
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
Build #24.6.10.1.1 (Linux) / Build: src/MonoMod.Core/Platforms/PlatformTriple.cs#L496
The field 'PlatformTriple.FIRST_TIME_DEBUG_WRITE' is assigned but its value is never used
Build #24.6.10.1.1 (Linux) / Build: src/MonoMod.Core/Platforms/PlatformTriple.cs#L495
Unused field 'DEBUG_FILE_LOCK' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1823)
Build #24.6.10.1.1 (Linux) / Build: src/MonoMod.Core/Platforms/PlatformTriple.cs#L496
Unused field 'FIRST_TIME_DEBUG_WRITE' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1823)
Build #24.6.10.1.1 (Linux) / Build: src/MonoMod.Core/Platforms/PlatformTriple.cs#L10
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
Build #24.6.10.1.1 (Linux) / Build
ProjectReference '/home/runner/work/MonoMod/MonoMod/src/MonoMod.UnitTest/MonoMod.UnitTest.csproj' was resolved using '.NETFramework,Version=v4.6.2' instead of the project target framework '.NETStandard,Version=v2.0'. This project may not be fully compatible with your project.
Build #24.6.10.1.1 (Windows) / Build
ProjectReference 'D:\a\MonoMod\MonoMod\src\MonoMod.UnitTest\MonoMod.UnitTest.csproj' was resolved using '.NETFramework,Version=v4.6.2' instead of the project target framework '.NETStandard,Version=v2.0'. This project may not be fully compatible with your project.
Build #24.6.10.1.1 (Windows) / Build: external/iced/src/csharp/Intel/Iced/Intel/EncoderException.cs#L31
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
Build #24.6.10.1.1 (Windows) / Build: src/MonoMod.Core/Platforms/PlatformTriple.cs#L496
The field 'PlatformTriple.FIRST_TIME_DEBUG_WRITE' is assigned but its value is never used
Build #24.6.10.1.1 (Windows) / Build: src/MonoMod.Core/Platforms/PlatformTriple.cs#L495
Unused field 'DEBUG_FILE_LOCK' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1823)
Build #24.6.10.1.1 (Windows) / Build: src/MonoMod.Core/Platforms/PlatformTriple.cs#L496
Unused field 'FIRST_TIME_DEBUG_WRITE' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1823)
Build #24.6.10.1.1 (Windows) / Build: src/MonoMod.Core/Platforms/PlatformTriple.cs#L10
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
Build #24.6.10.1.1 (Windows) / Build
ProjectReference 'D:\a\MonoMod\MonoMod\src\MonoMod.UnitTest\MonoMod.UnitTest.csproj' was resolved using '.NETFramework,Version=v4.6.2' instead of the project target framework '.NETStandard,Version=v2.0'. This project may not be fully compatible with your project.
Build #24.6.10.1.1 (Windows) / Build: src/MonoMod.Core/Platforms/PlatformTriple.cs#L496
The field 'PlatformTriple.FIRST_TIME_DEBUG_WRITE' is assigned but its value is never used
Build #24.6.10.1.1 (Windows) / Build: src/MonoMod.Core/Platforms/PlatformTriple.cs#L495
Unused field 'DEBUG_FILE_LOCK' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1823)
Build #24.6.10.1.1 (Windows) / Build: src/MonoMod.Core/Platforms/PlatformTriple.cs#L496
Unused field 'FIRST_TIME_DEBUG_WRITE' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1823)
Build #24.6.10.1.1 (Windows) / Build: src/MonoMod.Core/Platforms/PlatformTriple.cs#L10
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
Build #24.6.10.1.1 (MacOS) / Build
ProjectReference '/Users/runner/work/MonoMod/MonoMod/src/MonoMod.UnitTest/MonoMod.UnitTest.csproj' was resolved using '.NETFramework,Version=v4.6.2' instead of the project target framework '.NETStandard,Version=v2.0'. This project may not be fully compatible with your project.
Build #24.6.10.1.1 (MacOS) / Build: external/iced/src/csharp/Intel/Iced/Intel/EncoderException.cs#L31
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
Build #24.6.10.1.1 (MacOS) / Build: src/MonoMod.Core/Platforms/PlatformTriple.cs#L496
The field 'PlatformTriple.FIRST_TIME_DEBUG_WRITE' is assigned but its value is never used
Build #24.6.10.1.1 (MacOS) / Build: src/MonoMod.Core/Platforms/PlatformTriple.cs#L495
Unused field 'DEBUG_FILE_LOCK' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1823)
Build #24.6.10.1.1 (MacOS) / Build: src/MonoMod.Core/Platforms/PlatformTriple.cs#L496
Unused field 'FIRST_TIME_DEBUG_WRITE' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1823)
Build #24.6.10.1.1 (MacOS) / Build: src/MonoMod.Core/Platforms/PlatformTriple.cs#L10
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
Build #24.6.10.1.1 (MacOS) / Build: src/MonoMod.Core/Platforms/PlatformTriple.cs#L496
The field 'PlatformTriple.FIRST_TIME_DEBUG_WRITE' is assigned but its value is never used
Build #24.6.10.1.1 (MacOS) / Build: src/MonoMod.Core/Platforms/PlatformTriple.cs#L495
Unused field 'DEBUG_FILE_LOCK' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1823)
Build #24.6.10.1.1 (MacOS) / Build: src/MonoMod.Core/Platforms/PlatformTriple.cs#L496
Unused field 'FIRST_TIME_DEBUG_WRITE' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1823)
Build #24.6.10.1.1 (MacOS) / Build: src/MonoMod.Core/Platforms/PlatformTriple.cs#L10
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)

Artifacts

Produced during runtime
Name Size
binlogs-Linux Expired
17.2 MB
binlogs-Windows Expired
17.9 MB
binlogs-macOS Expired
4.78 MB
test-event-file Expired
3.8 KB