Skip to content

Improve Reko disassembly speed #1454

Improve Reko disassembly speed

Improve Reko disassembly speed #1454

Triggered via pull request May 8, 2024 08:35
Status Cancelled
Total duration 5m 50s
Artifacts 1

builds.yml

on: pull_request
Matrix: linux-demo-testing
Matrix: linux-unit-testing
Linux - X64 Compile Tests
2m 59s
Linux - X64 Compile Tests
Linux - ARM32 Compile Tests
1m 32s
Linux - ARM32 Compile Tests
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

31 errors and 31 warnings
Windows Build: Source/Mosa.Tool.Debugger/Views/MethodView.cs#L163
Cannot implicitly convert type 'uint' to 'int'. An explicit conversion exists (are you missing a cast?)
Windows Build: Source/Mosa.Tool.Debugger/Views/MethodView.cs#L163
Cannot implicitly convert type 'uint' to 'int'. An explicit conversion exists (are you missing a cast?)
Windows Build
Process completed with exit code 1.
MacOS Build
The run was canceled by @AnErrupTion.
Linux - Unit Test -o8
The run was canceled by @AnErrupTion.
Linux - Unit Test -o8
The operation was canceled.
Linux - Unit Test -o0
The run was canceled by @AnErrupTion.
Linux - Unit Test -o6
The run was canceled by @AnErrupTion.
Linux - Unit Test -o6
The operation was canceled.
Linux - Unit Test -o7
The run was canceled by @AnErrupTion.
Linux - Unit Test -o7
The operation was canceled.
Linux - Unit Test -o9
The run was canceled by @AnErrupTion.
Linux - Unit Test -o9
The operation was canceled.
Linux - X64 Compile Tests
The run was canceled by @AnErrupTion.
Linux - X64 Compile Tests
The operation was canceled.
Linux - Unit Test -o2
The run was canceled by @AnErrupTion.
Linux - Unit Test -o2
The operation was canceled.
Linux - Demo Test -o2
The run was canceled by @AnErrupTion.
Linux - Demo Test -o2
The operation was canceled.
Linux - Demo Test -o6
The run was canceled by @AnErrupTion.
Linux - Demo Test -o6
The operation was canceled.
Linux - Demo Test -o7
The run was canceled by @AnErrupTion.
Linux - Demo Test -o7
The operation was canceled.
Linux - Unit Test -o5
The run was canceled by @AnErrupTion.
Linux - Unit Test -o5
The operation was canceled.
Linux - Unit Test -o3
The run was canceled by @AnErrupTion.
Linux - Unit Test -o3
The operation was canceled.
Linux - Unit Test -o1
The run was canceled by @AnErrupTion.
Linux - Unit Test -o1
The operation was canceled.
Linux - Unit Test -o4
The run was canceled by @AnErrupTion.
Linux - Unit Test -o4
The operation was canceled.
Linux Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3, actions/checkout@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Linux 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
Linux 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
Linux 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
Linux Build: Source/Mosa.Korlib/System/Convert.cs#L242
'Convert.ToByte(ulong)' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute
Linux Build: Source/Mosa.Korlib/System/BitConverter.cs#L270
'BitConverter.ToUInt16(byte[], int)' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute
Linux Build: Source/Mosa.Korlib/System/BitConverter.cs#L280
'BitConverter.ToUInt16(ReadOnlySpan<byte>)' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute
Linux Build: Source/Mosa.Korlib/System/BitConverter.cs#L300
'BitConverter.ToUInt32(byte[], int)' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute
Linux Build: Source/Mosa.Korlib/System/BitConverter.cs#L310
'BitConverter.ToUInt32(ReadOnlySpan<byte>)' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute
Linux Build: Source/Mosa.Korlib/System/BitConverter.cs#L330
'BitConverter.ToUInt64(byte[], int)' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute
Linux Build: Source/Mosa.Korlib/System/BitConverter.cs#L340
'BitConverter.ToUInt64(ReadOnlySpan<byte>)' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute
Windows Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3, actions/checkout@v3, microsoft/setup-msbuild@v1.1, nuget/setup-nuget@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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.Korlib/System/Convert.cs#L242
'Convert.ToByte(ulong)' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute
Windows Build: Source/Mosa.Korlib/System/BitConverter.cs#L270
'BitConverter.ToUInt16(byte[], int)' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute
Windows Build: Source/Mosa.Korlib/System/BitConverter.cs#L280
'BitConverter.ToUInt16(ReadOnlySpan<byte>)' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute
Windows Build: Source/Mosa.Korlib/System/BitConverter.cs#L300
'BitConverter.ToUInt32(byte[], int)' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute
Windows Build: Source/Mosa.Korlib/System/BitConverter.cs#L310
'BitConverter.ToUInt32(ReadOnlySpan<byte>)' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute
Windows Build: Source/Mosa.Korlib/System/BitConverter.cs#L330
'BitConverter.ToUInt64(byte[], int)' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute
Windows Build: Source/Mosa.Korlib/System/BitConverter.cs#L340
'BitConverter.ToUInt64(ReadOnlySpan<byte>)' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute
Linux - ARM32 Compile Tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3, actions/checkout@v3, actions/download-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Linux - Demo Test -o9
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3, actions/checkout@v3, actions/download-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Linux - Demo Test -o0
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3, actions/checkout@v3, actions/download-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Linux - Demo Test -o3
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3, actions/checkout@v3, actions/download-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Linux - Demo Test -o1
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3, actions/checkout@v3, actions/download-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Linux - Demo Test -o5
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3, actions/checkout@v3, actions/download-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Linux - Demo Test -o8
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3, actions/checkout@v3, actions/download-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Linux - Demo Test -o4
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3, actions/checkout@v3, actions/download-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "linux-build-artifact". Please update your workflow to use v4 of the artifact actions. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/

Artifacts

Produced during runtime
Name Size
linux-build-artifact
183 MB