Skip to content

Add fuzzy state matcher #276

Add fuzzy state matcher

Add fuzzy state matcher #276

Triggered via pull request October 13, 2024 13:23
Status Failure
Total duration 4m 0s
Artifacts

test.yaml

on: pull_request
test-dotnet
31s
test-dotnet
Matrix: test-unity
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 14 warnings
test-unity (2022.2.21f1)
Test(s) Failed! Check 'Test Results' for details.
test-dotnet
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test-dotnet: src/VitalRouter.Unity/Assets/VitalRouter/Runtime/Router.cs#L57
Converting null literal or possible null value to non-nullable type.
test-dotnet: src/VitalRouter.Unity/Assets/VitalRouter/Runtime/Router.cs#L76
Unboxing a possibly null value.
test-dotnet: src/VitalRouter.Unity/Assets/VitalRouter/Runtime/Internal/WhenAllUtility.cs#L208
Nullability of reference types in type of parameter 'state' of 'void WhenAllPromiseAll.ExecutionContextCallback(object state)' doesn't match the target delegate 'ContextCallback' (possibly because of nullability attributes).
test-dotnet: src/VitalRouter.Unity/Assets/VitalRouter/Runtime/Internal/WhenAllUtility.cs#L209
Nullability of reference types in type of parameter 'state' of 'void WhenAllPromiseAll.SynchronizationContextCallback(object state)' doesn't match the target delegate 'SendOrPostCallback' (possibly because of nullability attributes).
test-dotnet: src/VitalRouter.SourceGenerator/Shims/CSharpSyntaxHelper.cs#L59
Possible null reference argument for parameter 'item' in 'void ValueListBuilder<SyntaxNode>.Append(SyntaxNode item)'.
test-dotnet: src/VitalRouter.SourceGenerator/Shims/CSharpSyntaxHelper.cs#L59
Possible null reference argument for parameter 'item' in 'void ValueListBuilder<SyntaxNode>.Append(SyntaxNode item)'.
test-dotnet: src/VitalRouter.Unity/Assets/VitalRouter/Runtime/Router.cs#L57
Converting null literal or possible null value to non-nullable type.
test-dotnet: src/VitalRouter.Unity/Assets/VitalRouter/Runtime/Router.cs#L76
Unboxing a possibly null value.
test-dotnet: src/VitalRouter.Unity/Assets/VitalRouter/Runtime/Internal/WhenAllUtility.cs#L208
Nullability of reference types in type of parameter 'state' of 'void WhenAllPromiseAll.ExecutionContextCallback(object state)' doesn't match the target delegate 'ContextCallback' (possibly because of nullability attributes).
test-dotnet: src/VitalRouter.Unity/Assets/VitalRouter/Runtime/Internal/WhenAllUtility.cs#L209
Nullability of reference types in type of parameter 'state' of 'void WhenAllPromiseAll.SynchronizationContextCallback(object state)' doesn't match the target delegate 'SendOrPostCallback' (possibly because of nullability attributes).
test-unity (2022.2.21f1)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test-unity (2022.2.21f1)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test-unity (2022.2.21f1)
Not able to find annotation point for failed test! Test trace: VitalRouter.MRuby.MRubyScript:OnError (int,byte*) (at Assets/VitalRouter.MRuby/Runtime/MRubyScript.cs:252) VitalRouter.MRuby.MRubyContext:EvaluateUnsafe (System.ReadOnlySpan`1<byte>) (at Assets/VitalRouter.MRuby/Runtime/MRubyContext.cs:174) VitalRouter.MRuby.MRubyContext:Evaluate<string> (System.ReadOnlySpan`1<byte>,VitalRouter.MRuby.MrbValueSerializerOptions) (at Assets/VitalRouter.MRuby/Runtime/MRubyContext.cs:153) VitalRouter.MRuby.MRubyContext:Evaluate<string> (string,VitalRouter.MRuby.MrbValueSerializerOptions) (at Assets/VitalRouter.MRuby/Runtime/MRubyContext.cs:148) VitalRouter.Tests.MRubySharedStateTest:Clear () (at Assets/VitalRouter.Tests/MRubySharedStateTest.cs:49) System.Reflection.MethodBase:Invoke (object,object[]) NUnit.Framework.Internal.Reflect:InvokeMethod (System.Reflection.MethodInfo,object,object[]) NUnit.Framework.Internal.MethodWrapper:Invoke (object,object[]) NUnit.Framework.Internal.Commands.TestMethodCommand:RunNonAsyncTestMethod (NUnit.Framework.Internal.ITestExecutionContext) NUnit.Framework.Internal.Commands.TestMethodCommand:RunTestMethod (NUnit.Framework.Internal.ITestExecutionContext) NUnit.Framework.Internal.Commands.TestMethodCommand:Execute (NUnit.Framework.Internal.ITestExecutionContext) UnityEngine.SetupCoroutine:InvokeMoveNext (System.Collections.IEnumerator,intptr) (at /home/bokken/build/output/unity/unity/Runtime/Export/Scripting/Coroutines.cs:17)