Skip to content

LongErrorAVX working + cleaner #114

LongErrorAVX working + cleaner

LongErrorAVX working + cleaner #114

Triggered via push April 7, 2024 22:16
Status Failure
Total duration 2h 15m 4s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 11 warnings
build
The runner has received a shutdown signal. This can happen when the runner service is stopped, or a manually started runner is canceled.
build
The hosted runner: GitHub Actions 7 lost communication with the server. Anything in your workflow that terminates the runner process, starves it for CPU/Memory, or blocks its network access can cause this error.
build
Received request to deprovision: The request was cancelled by the remote provider.
build: src/UTF8.cs#L780
The variable 'TempUtf16CodeUnitCountAdjustment' is assigned but its value is never used
build: src/UTF8.cs#L781
The variable 'TempScalarCountAdjustment' is assigned but its value is never used
build: test/UTF8ValidationTests.cs#L80
Public method 'simpleGoodSequences' on test class 'Utf8SIMDValidationTests' should be marked as a Theory. Reduce the visibility of the method, or add a Theory attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013)
build: test/UTF8ValidationTests.cs#L149
Public method 'BadSequences' on test class 'Utf8SIMDValidationTests' should be marked as a Theory. Reduce the visibility of the method, or add a Theory attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013)
build: test/UTF8ValidationTests.cs#L237
Public method 'Node48995Test' on test class 'Utf8SIMDValidationTests' should be marked as a Theory. Reduce the visibility of the method, or add a Theory attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013)
build: test/UTF8ValidationTests.cs#L243
Public method 'NoError' on test class 'Utf8SIMDValidationTests' should be marked as a Theory. Reduce the visibility of the method, or add a Theory attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013)
build: test/UTF8ValidationTests.cs#L297
Public method 'NoErrorSpecificByteCount' on test class 'Utf8SIMDValidationTests' should be marked as a Theory. Reduce the visibility of the method, or add a Theory attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013)
build: test/UTF8ValidationTests.cs#L359
Public method 'BadHeaderBits' on test class 'Utf8SIMDValidationTests' should be marked as a Theory. Reduce the visibility of the method, or add a Theory attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013)
build: test/UTF8ValidationTests.cs#L424
Public method 'TooShortError' on test class 'Utf8SIMDValidationTests' should be marked as a Theory. Reduce the visibility of the method, or add a Theory attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013)
build: test/UTF8ValidationTests.cs#L488
Public method 'TooLongError' on test class 'Utf8SIMDValidationTests' should be marked as a Theory. Reduce the visibility of the method, or add a Theory attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013)