Skip to content

Try to always upload logs #12

Try to always upload logs

Try to always upload logs #12

Triggered via push December 19, 2023 11:40
Status Failure
Total duration 6m 49s
Artifacts 13
net-debug-direct-ubuntu
42s
net-debug-direct-ubuntu
net-debug-direct-bytecheck-ubuntu
53s
net-debug-direct-bytecheck-ubuntu
net-debug-proxy-ubuntu
53s
net-debug-proxy-ubuntu
net-debug-proxy-bytecheck-ubuntu
52s
net-debug-proxy-bytecheck-ubuntu
net-debug-direct-corrupt-bytecheck-ubuntu
42s
net-debug-direct-corrupt-bytecheck-ubuntu
net-debug-proxy-corrupt-bytecheck-ubuntu
51s
net-debug-proxy-corrupt-bytecheck-ubuntu
net-rel-direct-bytecheck-ubuntu
4m 4s
net-rel-direct-bytecheck-ubuntu
net-rel-direct-bytecheck-windows
5m 20s
net-rel-direct-bytecheck-windows
net-rel-proxy-bytecheck-ubuntu
4m 5s
net-rel-proxy-bytecheck-ubuntu
net-rel-proxy-bytecheck-windows
5m 17s
net-rel-proxy-bytecheck-windows
net-rel-direct-ubuntu
4m 2s
net-rel-direct-ubuntu
net-rel-direct-windows
5m 33s
net-rel-direct-windows
net-rel-proxy-ubuntu
4m 6s
net-rel-proxy-ubuntu
net-rel-proxy-windows
5m 21s
net-rel-proxy-windows
net-rel-direct-corrupt-bytecheck-ubuntu
0s
net-rel-direct-corrupt-bytecheck-ubuntu
net-rel-direct-corrupt-bytecheck-windows
0s
net-rel-direct-corrupt-bytecheck-windows
net-rel-proxy-corrupt-bytecheck-ubuntu
0s
net-rel-proxy-corrupt-bytecheck-ubuntu
net-rel-proxy-corrupt-bytecheck-windows
0s
net-rel-proxy-corrupt-bytecheck-windows
net-rel-direct-bigdata-bytecheck-ubuntu
0s
net-rel-direct-bigdata-bytecheck-ubuntu
net-rel-direct-bigdata-bytecheck-windows
0s
net-rel-direct-bigdata-bytecheck-windows
net-rel-proxy-bigdata-bytecheck-ubuntu
0s
net-rel-proxy-bigdata-bytecheck-ubuntu
net-rel-proxy-bigdata-bytecheck-windows
0s
net-rel-proxy-bigdata-bytecheck-windows
net-rel-pressure-10-clients-ubuntu
0s
net-rel-pressure-10-clients-ubuntu
net-rel-pressure-20-clients-ubuntu
0s
net-rel-pressure-20-clients-ubuntu
net-rel-direct-corrupt-bigdata-bytecheck-ubuntu
0s
net-rel-direct-corrupt-bigdata-bytecheck-ubuntu
net-rel-direct-corrupt-bigdata-bytecheck-windows
0s
net-rel-direct-corrupt-bigdata-bytecheck-windows
net-rel-proxy-corrupt-bigdata-bytecheck-ubuntu
0s
net-rel-proxy-corrupt-bigdata-bytecheck-ubuntu
net-rel-proxy-corrupt-bigdata-bytecheck-windows
0s
net-rel-proxy-corrupt-bigdata-bytecheck-windows
net-rel-pressure-bytecheck-20-clients-ubuntu
0s
net-rel-pressure-bytecheck-20-clients-ubuntu
net-rel-pressure-bytecheck-10-clients-ubuntu
0s
net-rel-pressure-bytecheck-10-clients-ubuntu
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 146 warnings
net-debug-direct-corrupt-bytecheck-ubuntu
Process completed with exit code 82.
net-debug-proxy-corrupt-bytecheck-ubuntu
Process completed with exit code 82.
net-rel-direct-bytecheck-windows
Process completed with exit code 1.
net-rel-direct-windows
Process completed with exit code 1.
net-debug-direct-corrupt-bytecheck-ubuntu
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
net-debug-direct-corrupt-bytecheck-ubuntu: Tests/KcpTests/KcpPerformanceTest/Util.cs#L44
Dereference of a possibly null reference.
net-debug-direct-corrupt-bytecheck-ubuntu: Tests/KcpTests/KcpPerformanceTest/Util.cs#L64
Converting null literal or possible null value to non-nullable type.
net-debug-direct-corrupt-bytecheck-ubuntu: Tests/KcpTests/KcpPerformanceTest/Util.cs#L72
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
net-debug-direct-corrupt-bytecheck-ubuntu: Tests/KcpTests/KcpPerformanceTest/Util.cs#L80
Converting null literal or possible null value to non-nullable type.
net-debug-direct-corrupt-bytecheck-ubuntu: Tests/KcpTests/KcpPerformanceTest/Util.cs#L81
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
net-debug-direct-corrupt-bytecheck-ubuntu: Tests/KcpTests/KcpPerformanceTest/Protocol/Mihomonet.cs#L75
Non-nullable field '_baseBuffer' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
net-debug-direct-corrupt-bytecheck-ubuntu: Tests/KcpTests/KcpPerformanceTest/Proxy/GameSession/GameSessionDispatch.cs#L99
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
net-debug-direct-corrupt-bytecheck-ubuntu: Tests/KcpTests/KcpPerformanceTest/Server/ServerApp.cs#L10
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
net-debug-direct-corrupt-bytecheck-ubuntu: Tests/KcpTests/KcpPerformanceTest/Protocol/Mihomonet.cs#L137
Possible null reference argument for parameter 'dst' in 'void Buffer.BlockCopy(Array src, int srcOffset, Array dst, int dstOffset, int count)'.
net-debug-direct-corrupt-bytecheck-ubuntu: Tests/KcpTests/KcpPerformanceTest/Analysis/MainAnalysis.cs#L69
The variable 'proxy_client_recv_collection' is declared but never used
net-debug-direct-ubuntu
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
net-debug-direct-ubuntu: Tests/KcpTests/KcpPerformanceTest/Util.cs#L44
Dereference of a possibly null reference.
net-debug-direct-ubuntu: Tests/KcpTests/KcpPerformanceTest/Util.cs#L64
Converting null literal or possible null value to non-nullable type.
net-debug-direct-ubuntu: Tests/KcpTests/KcpPerformanceTest/Util.cs#L72
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
net-debug-direct-ubuntu: Tests/KcpTests/KcpPerformanceTest/Util.cs#L80
Converting null literal or possible null value to non-nullable type.
net-debug-direct-ubuntu: Tests/KcpTests/KcpPerformanceTest/Util.cs#L81
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
net-debug-direct-ubuntu: Tests/KcpTests/KcpPerformanceTest/Protocol/Mihomonet.cs#L75
Non-nullable field '_baseBuffer' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
net-debug-direct-ubuntu: Tests/KcpTests/KcpPerformanceTest/Proxy/GameSession/GameSessionDispatch.cs#L99
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
net-debug-direct-ubuntu: Tests/KcpTests/KcpPerformanceTest/Protocol/Mihomonet.cs#L137
Possible null reference argument for parameter 'dst' in 'void Buffer.BlockCopy(Array src, int srcOffset, Array dst, int dstOffset, int count)'.
net-debug-direct-ubuntu: Tests/KcpTests/KcpPerformanceTest/Analysis/MainAnalysis.cs#L69
The variable 'proxy_client_recv_collection' is declared but never used
net-debug-direct-ubuntu: Tests/KcpTests/KcpPerformanceTest/Analysis/MainAnalysis.cs#L70
The variable 'proxy_client_send_collection' is declared but never used
net-debug-proxy-corrupt-bytecheck-ubuntu
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
net-debug-proxy-corrupt-bytecheck-ubuntu: Tests/KcpTests/KcpPerformanceTest/Util.cs#L44
Dereference of a possibly null reference.
net-debug-proxy-corrupt-bytecheck-ubuntu: Tests/KcpTests/KcpPerformanceTest/Protocol/Mihomonet.cs#L75
Non-nullable field '_baseBuffer' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
net-debug-proxy-corrupt-bytecheck-ubuntu: Tests/KcpTests/KcpPerformanceTest/Util.cs#L64
Converting null literal or possible null value to non-nullable type.
net-debug-proxy-corrupt-bytecheck-ubuntu: Tests/KcpTests/KcpPerformanceTest/Util.cs#L72
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
net-debug-proxy-corrupt-bytecheck-ubuntu: Tests/KcpTests/KcpPerformanceTest/Util.cs#L80
Converting null literal or possible null value to non-nullable type.
net-debug-proxy-corrupt-bytecheck-ubuntu: Tests/KcpTests/KcpPerformanceTest/Util.cs#L81
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
net-debug-proxy-corrupt-bytecheck-ubuntu: Tests/KcpTests/KcpPerformanceTest/Proxy/GameSession/GameSessionDispatch.cs#L99
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
net-debug-proxy-corrupt-bytecheck-ubuntu: Tests/KcpTests/KcpPerformanceTest/Protocol/Mihomonet.cs#L137
Possible null reference argument for parameter 'dst' in 'void Buffer.BlockCopy(Array src, int srcOffset, Array dst, int dstOffset, int count)'.
net-debug-proxy-corrupt-bytecheck-ubuntu: Tests/KcpTests/KcpPerformanceTest/Server/ServerApp.cs#L10
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
net-debug-direct-bytecheck-ubuntu
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
net-debug-direct-bytecheck-ubuntu: Tests/KcpTests/KcpPerformanceTest/Util.cs#L44
Dereference of a possibly null reference.
net-debug-direct-bytecheck-ubuntu: Tests/KcpTests/KcpPerformanceTest/Util.cs#L64
Converting null literal or possible null value to non-nullable type.
net-debug-direct-bytecheck-ubuntu: Tests/KcpTests/KcpPerformanceTest/Util.cs#L72
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
net-debug-direct-bytecheck-ubuntu: Tests/KcpTests/KcpPerformanceTest/Util.cs#L80
Converting null literal or possible null value to non-nullable type.
net-debug-direct-bytecheck-ubuntu: Tests/KcpTests/KcpPerformanceTest/Util.cs#L81
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
net-debug-direct-bytecheck-ubuntu: Tests/KcpTests/KcpPerformanceTest/Protocol/Mihomonet.cs#L75
Non-nullable field '_baseBuffer' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
net-debug-direct-bytecheck-ubuntu: Tests/KcpTests/KcpPerformanceTest/Proxy/GameSession/GameSessionDispatch.cs#L99
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
net-debug-direct-bytecheck-ubuntu: Tests/KcpTests/KcpPerformanceTest/Protocol/Mihomonet.cs#L137
Possible null reference argument for parameter 'dst' in 'void Buffer.BlockCopy(Array src, int srcOffset, Array dst, int dstOffset, int count)'.
net-debug-direct-bytecheck-ubuntu: Tests/KcpTests/KcpPerformanceTest/Server/ServerApp.cs#L10
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
net-debug-proxy-bytecheck-ubuntu
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
net-debug-proxy-bytecheck-ubuntu: Tests/KcpTests/KcpPerformanceTest/Util.cs#L44
Dereference of a possibly null reference.
net-debug-proxy-bytecheck-ubuntu: Tests/KcpTests/KcpPerformanceTest/Util.cs#L64
Converting null literal or possible null value to non-nullable type.
net-debug-proxy-bytecheck-ubuntu: Tests/KcpTests/KcpPerformanceTest/Util.cs#L72
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
net-debug-proxy-bytecheck-ubuntu: Tests/KcpTests/KcpPerformanceTest/Util.cs#L80
Converting null literal or possible null value to non-nullable type.
net-debug-proxy-bytecheck-ubuntu: Tests/KcpTests/KcpPerformanceTest/Util.cs#L81
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
net-debug-proxy-bytecheck-ubuntu: Tests/KcpTests/KcpPerformanceTest/Protocol/Mihomonet.cs#L75
Non-nullable field '_baseBuffer' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
net-debug-proxy-bytecheck-ubuntu: Tests/KcpTests/KcpPerformanceTest/Proxy/GameSession/GameSessionDispatch.cs#L99
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
net-debug-proxy-bytecheck-ubuntu: Tests/KcpTests/KcpPerformanceTest/Protocol/Mihomonet.cs#L137
Possible null reference argument for parameter 'dst' in 'void Buffer.BlockCopy(Array src, int srcOffset, Array dst, int dstOffset, int count)'.
net-debug-proxy-bytecheck-ubuntu: Tests/KcpTests/KcpPerformanceTest/Server/ServerApp.cs#L10
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
net-debug-proxy-ubuntu
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
net-debug-proxy-ubuntu: Tests/KcpTests/KcpPerformanceTest/Util.cs#L44
Dereference of a possibly null reference.
net-debug-proxy-ubuntu: Tests/KcpTests/KcpPerformanceTest/Util.cs#L64
Converting null literal or possible null value to non-nullable type.
net-debug-proxy-ubuntu: Tests/KcpTests/KcpPerformanceTest/Util.cs#L72
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
net-debug-proxy-ubuntu: Tests/KcpTests/KcpPerformanceTest/Util.cs#L80
Converting null literal or possible null value to non-nullable type.
net-debug-proxy-ubuntu: Tests/KcpTests/KcpPerformanceTest/Util.cs#L81
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
net-debug-proxy-ubuntu: Tests/KcpTests/KcpPerformanceTest/Protocol/Mihomonet.cs#L75
Non-nullable field '_baseBuffer' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
net-debug-proxy-ubuntu: Tests/KcpTests/KcpPerformanceTest/Proxy/GameSession/GameSessionDispatch.cs#L99
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
net-debug-proxy-ubuntu: Tests/KcpTests/KcpPerformanceTest/Protocol/Mihomonet.cs#L137
Possible null reference argument for parameter 'dst' in 'void Buffer.BlockCopy(Array src, int srcOffset, Array dst, int dstOffset, int count)'.
net-debug-proxy-ubuntu: Tests/KcpTests/KcpPerformanceTest/Server/ServerApp.cs#L10
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
net-rel-direct-ubuntu
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
net-rel-direct-ubuntu: Tests/KcpTests/KcpPerformanceTest/Util.cs#L44
Dereference of a possibly null reference.
net-rel-direct-ubuntu: Tests/KcpTests/KcpPerformanceTest/Protocol/Mihomonet.cs#L75
Non-nullable field '_baseBuffer' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
net-rel-direct-ubuntu: Tests/KcpTests/KcpPerformanceTest/Proxy/GameSession/GameSessionDispatch.cs#L99
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
net-rel-direct-ubuntu: Tests/KcpTests/KcpPerformanceTest/Util.cs#L64
Converting null literal or possible null value to non-nullable type.
net-rel-direct-ubuntu: Tests/KcpTests/KcpPerformanceTest/Util.cs#L72
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
net-rel-direct-ubuntu: Tests/KcpTests/KcpPerformanceTest/Util.cs#L80
Converting null literal or possible null value to non-nullable type.
net-rel-direct-ubuntu: Tests/KcpTests/KcpPerformanceTest/Util.cs#L81
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
net-rel-direct-ubuntu: Tests/KcpTests/KcpPerformanceTest/Protocol/Mihomonet.cs#L137
Possible null reference argument for parameter 'dst' in 'void Buffer.BlockCopy(Array src, int srcOffset, Array dst, int dstOffset, int count)'.
net-rel-direct-ubuntu: Tests/KcpTests/KcpPerformanceTest/Server/ServerApp.cs#L10
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
net-rel-direct-ubuntu: Tests/KcpTests/KcpPerformanceTest/Analysis/MainAnalysis.cs#L69
The variable 'proxy_client_recv_collection' is declared but never used
net-rel-direct-bytecheck-ubuntu
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
net-rel-direct-bytecheck-ubuntu: Tests/KcpTests/KcpPerformanceTest/Proxy/GameSession/GameSessionDispatch.cs#L99
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
net-rel-direct-bytecheck-ubuntu: Tests/KcpTests/KcpPerformanceTest/Util.cs#L44
Dereference of a possibly null reference.
net-rel-direct-bytecheck-ubuntu: Tests/KcpTests/KcpPerformanceTest/Protocol/Mihomonet.cs#L75
Non-nullable field '_baseBuffer' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
net-rel-direct-bytecheck-ubuntu: Tests/KcpTests/KcpPerformanceTest/Util.cs#L64
Converting null literal or possible null value to non-nullable type.
net-rel-direct-bytecheck-ubuntu: Tests/KcpTests/KcpPerformanceTest/Util.cs#L72
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
net-rel-direct-bytecheck-ubuntu: Tests/KcpTests/KcpPerformanceTest/Util.cs#L80
Converting null literal or possible null value to non-nullable type.
net-rel-direct-bytecheck-ubuntu: Tests/KcpTests/KcpPerformanceTest/Util.cs#L81
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
net-rel-direct-bytecheck-ubuntu: Tests/KcpTests/KcpPerformanceTest/Protocol/Mihomonet.cs#L137
Possible null reference argument for parameter 'dst' in 'void Buffer.BlockCopy(Array src, int srcOffset, Array dst, int dstOffset, int count)'.
net-rel-direct-bytecheck-ubuntu: Tests/KcpTests/KcpPerformanceTest/Server/ServerApp.cs#L10
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
net-rel-direct-bytecheck-ubuntu: Tests/KcpTests/KcpPerformanceTest/Analysis/MainAnalysis.cs#L69
The variable 'proxy_client_recv_collection' is declared but never used
net-rel-proxy-bytecheck-ubuntu
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
net-rel-proxy-bytecheck-ubuntu: Tests/KcpTests/KcpPerformanceTest/Util.cs#L44
Dereference of a possibly null reference.
net-rel-proxy-bytecheck-ubuntu: Tests/KcpTests/KcpPerformanceTest/Util.cs#L64
Converting null literal or possible null value to non-nullable type.
net-rel-proxy-bytecheck-ubuntu: Tests/KcpTests/KcpPerformanceTest/Util.cs#L72
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
net-rel-proxy-bytecheck-ubuntu: Tests/KcpTests/KcpPerformanceTest/Util.cs#L80
Converting null literal or possible null value to non-nullable type.
net-rel-proxy-bytecheck-ubuntu: Tests/KcpTests/KcpPerformanceTest/Util.cs#L81
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
net-rel-proxy-bytecheck-ubuntu: Tests/KcpTests/KcpPerformanceTest/Protocol/Mihomonet.cs#L75
Non-nullable field '_baseBuffer' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
net-rel-proxy-bytecheck-ubuntu: Tests/KcpTests/KcpPerformanceTest/Proxy/GameSession/GameSessionDispatch.cs#L99
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
net-rel-proxy-bytecheck-ubuntu: Tests/KcpTests/KcpPerformanceTest/Protocol/Mihomonet.cs#L137
Possible null reference argument for parameter 'dst' in 'void Buffer.BlockCopy(Array src, int srcOffset, Array dst, int dstOffset, int count)'.
net-rel-proxy-bytecheck-ubuntu: Tests/KcpTests/KcpPerformanceTest/Server/ServerApp.cs#L10
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
net-rel-proxy-ubuntu
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
net-rel-proxy-ubuntu: Tests/KcpTests/KcpPerformanceTest/Util.cs#L44
Dereference of a possibly null reference.
net-rel-proxy-ubuntu: Tests/KcpTests/KcpPerformanceTest/Util.cs#L64
Converting null literal or possible null value to non-nullable type.
net-rel-proxy-ubuntu: Tests/KcpTests/KcpPerformanceTest/Util.cs#L72
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
net-rel-proxy-ubuntu: Tests/KcpTests/KcpPerformanceTest/Util.cs#L80
Converting null literal or possible null value to non-nullable type.
net-rel-proxy-ubuntu: Tests/KcpTests/KcpPerformanceTest/Util.cs#L81
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
net-rel-proxy-ubuntu: Tests/KcpTests/KcpPerformanceTest/Protocol/Mihomonet.cs#L75
Non-nullable field '_baseBuffer' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
net-rel-proxy-ubuntu: Tests/KcpTests/KcpPerformanceTest/Proxy/GameSession/GameSessionDispatch.cs#L99
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
net-rel-proxy-ubuntu: Tests/KcpTests/KcpPerformanceTest/Protocol/Mihomonet.cs#L137
Possible null reference argument for parameter 'dst' in 'void Buffer.BlockCopy(Array src, int srcOffset, Array dst, int dstOffset, int count)'.
net-rel-proxy-ubuntu: Tests/KcpTests/KcpPerformanceTest/Server/ServerApp.cs#L10
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
net-rel-proxy-bytecheck-windows
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
net-rel-proxy-bytecheck-windows: Tests/KcpTests/KcpPerformanceTest/Util.cs#L44
Dereference of a possibly null reference.
net-rel-proxy-bytecheck-windows: Tests/KcpTests/KcpPerformanceTest/Util.cs#L64
Converting null literal or possible null value to non-nullable type.
net-rel-proxy-bytecheck-windows: Tests/KcpTests/KcpPerformanceTest/Util.cs#L72
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
net-rel-proxy-bytecheck-windows: Tests/KcpTests/KcpPerformanceTest/Util.cs#L80
Converting null literal or possible null value to non-nullable type.
net-rel-proxy-bytecheck-windows: Tests/KcpTests/KcpPerformanceTest/Util.cs#L81
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
net-rel-proxy-bytecheck-windows: Tests/KcpTests/KcpPerformanceTest/Proxy/GameSession/GameSessionDispatch.cs#L99
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
net-rel-proxy-bytecheck-windows: Tests/KcpTests/KcpPerformanceTest/Protocol/Mihomonet.cs#L75
Non-nullable field '_baseBuffer' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
net-rel-proxy-bytecheck-windows: Tests/KcpTests/KcpPerformanceTest/Protocol/Mihomonet.cs#L137
Possible null reference argument for parameter 'dst' in 'void Buffer.BlockCopy(Array src, int srcOffset, Array dst, int dstOffset, int count)'.
net-rel-proxy-bytecheck-windows: Tests/KcpTests/KcpPerformanceTest/Server/ServerApp.cs#L10
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
net-rel-direct-bytecheck-windows
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
net-rel-direct-bytecheck-windows: Tests/KcpTests/KcpPerformanceTest/Util.cs#L44
Dereference of a possibly null reference.
net-rel-direct-bytecheck-windows: Tests/KcpTests/KcpPerformanceTest/Util.cs#L64
Converting null literal or possible null value to non-nullable type.
net-rel-direct-bytecheck-windows: Tests/KcpTests/KcpPerformanceTest/Util.cs#L72
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
net-rel-direct-bytecheck-windows: Tests/KcpTests/KcpPerformanceTest/Util.cs#L80
Converting null literal or possible null value to non-nullable type.
net-rel-direct-bytecheck-windows: Tests/KcpTests/KcpPerformanceTest/Util.cs#L81
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
net-rel-direct-bytecheck-windows: Tests/KcpTests/KcpPerformanceTest/Protocol/Mihomonet.cs#L75
Non-nullable field '_baseBuffer' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
net-rel-direct-bytecheck-windows: Tests/KcpTests/KcpPerformanceTest/Proxy/GameSession/GameSessionDispatch.cs#L99
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
net-rel-direct-bytecheck-windows: Tests/KcpTests/KcpPerformanceTest/Protocol/Mihomonet.cs#L137
Possible null reference argument for parameter 'dst' in 'void Buffer.BlockCopy(Array src, int srcOffset, Array dst, int dstOffset, int count)'.
net-rel-direct-bytecheck-windows: Tests/KcpTests/KcpPerformanceTest/Analysis/MainAnalysis.cs#L69
The variable 'proxy_client_recv_collection' is declared but never used
net-rel-direct-bytecheck-windows: Tests/KcpTests/KcpPerformanceTest/Analysis/MainAnalysis.cs#L70
The variable 'proxy_client_send_collection' is declared but never used
net-rel-proxy-windows
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
net-rel-proxy-windows: Tests/KcpTests/KcpPerformanceTest/Util.cs#L44
Dereference of a possibly null reference.
net-rel-proxy-windows: Tests/KcpTests/KcpPerformanceTest/Util.cs#L64
Converting null literal or possible null value to non-nullable type.
net-rel-proxy-windows: Tests/KcpTests/KcpPerformanceTest/Util.cs#L72
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
net-rel-proxy-windows: Tests/KcpTests/KcpPerformanceTest/Util.cs#L80
Converting null literal or possible null value to non-nullable type.
net-rel-proxy-windows: Tests/KcpTests/KcpPerformanceTest/Util.cs#L81
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
net-rel-proxy-windows: Tests/KcpTests/KcpPerformanceTest/Proxy/GameSession/GameSessionDispatch.cs#L99
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
net-rel-proxy-windows: Tests/KcpTests/KcpPerformanceTest/Protocol/Mihomonet.cs#L75
Non-nullable field '_baseBuffer' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
net-rel-proxy-windows: Tests/KcpTests/KcpPerformanceTest/Protocol/Mihomonet.cs#L137
Possible null reference argument for parameter 'dst' in 'void Buffer.BlockCopy(Array src, int srcOffset, Array dst, int dstOffset, int count)'.
net-rel-proxy-windows: Tests/KcpTests/KcpPerformanceTest/Server/ServerApp.cs#L10
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
net-rel-direct-windows
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
net-rel-direct-windows: Tests/KcpTests/KcpPerformanceTest/Util.cs#L44
Dereference of a possibly null reference.
net-rel-direct-windows: Tests/KcpTests/KcpPerformanceTest/Util.cs#L64
Converting null literal or possible null value to non-nullable type.
net-rel-direct-windows: Tests/KcpTests/KcpPerformanceTest/Util.cs#L72
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
net-rel-direct-windows: Tests/KcpTests/KcpPerformanceTest/Util.cs#L80
Converting null literal or possible null value to non-nullable type.
net-rel-direct-windows: Tests/KcpTests/KcpPerformanceTest/Util.cs#L81
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
net-rel-direct-windows: Tests/KcpTests/KcpPerformanceTest/Proxy/GameSession/GameSessionDispatch.cs#L99
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
net-rel-direct-windows: Tests/KcpTests/KcpPerformanceTest/Protocol/Mihomonet.cs#L75
Non-nullable field '_baseBuffer' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
net-rel-direct-windows: Tests/KcpTests/KcpPerformanceTest/Protocol/Mihomonet.cs#L137
Possible null reference argument for parameter 'dst' in 'void Buffer.BlockCopy(Array src, int srcOffset, Array dst, int dstOffset, int count)'.
net-rel-direct-windows: Tests/KcpTests/KcpPerformanceTest/Analysis/MainAnalysis.cs#L69
The variable 'proxy_client_recv_collection' is declared but never used
net-rel-direct-windows: Tests/KcpTests/KcpPerformanceTest/Analysis/MainAnalysis.cs#L70
The variable 'proxy_client_send_collection' is declared but never used

Artifacts

Produced during runtime
Name Size
Report & logs (direct-ubuntu-debug, BYTE_CHECK_MODE) Expired
12.9 MB
Report & logs (directly-ubuntu-debug) Expired
5.79 MB
Report & logs (directly-ubuntu-rel) Expired
582 KB
Report & logs (directly-ubuntu-rel, BYTE_CHECK_MODE) Expired
580 KB
Report & logs (directly-windows-rel) Expired
346 KB
Report & logs (directly-windows-rel, BYTE_CHECK_MODE) Expired
346 KB
Report & logs (proxy-ubuntu-debug) Expired
11.5 MB
Report & logs (proxy-ubuntu-debug, BYTE_CHECK_MODE) Expired
12.9 MB
Report & logs (proxy-ubuntu-debug, BYTE_CHECK_MODE, CORRUPT_PACKET) Expired
14.9 MB
Report & logs (proxy-ubuntu-rel) Expired
1.66 MB
Report & logs (proxy-ubuntu-rel, BYTE_CHECK_MODE) Expired
1.66 MB
Report & logs (proxy-windows-rel) Expired
1.61 MB
Report & logs (proxy-windows-rel, BYTE_CHECK_MODE) Expired
1.61 MB