Skip to content

Sign the docker image #28

Sign the docker image

Sign the docker image #28

GitHub Actions / Test Results (Test Files) succeeded Jan 8, 2024 in 0s

13 parse errors, 11 errors, 210 fail, 73 skipped, 1 517 pass in 2h 12m 37s

   145 files  ±0       13 errors  735 suites  ±0   2h 12m 37s ⏱️ ±0s
1 811 tests ±0  1 517 ✔️ ±0    73 💤 ±0  210 ±0  11 🔥 ±0 
4 117 runs  ±0  3 428 ✔️ ±0  214 💤 ±0  454 ±0  21 🔥 ±0 

Results for commit b5cb34a. ± Comparison against earlier commit 561b60f.

Annotations

Check failure on line 0 in test-files/nunit/nunit3/jenkins/NUnit-issue47367.xml

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

Error processing result file

attributes construct error, line 5, column 109 (NUnit-issue47367.xml, line 5)
Raw output
test-files/nunit/nunit3/jenkins/NUnit-issue47367.xml

Check failure on line 0 in test-files/xml/non-xml.xml

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

Error processing result file

Unsupported file format: test-files/xml/non-xml.xml
Raw output
test-files/xml/non-xml.xml

Check failure on line 0 in test-files/xml/empty.xml

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

Error processing result file

File is empty.
Raw output
test-files/xml/empty.xml

Check failure on line 0 in test-files/json/empty.json

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

Error processing result file

File is empty.
Raw output
test-files/json/empty.json

Check failure on line 0 in test-files/json/malformed-json.json

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

Error processing result file

Unsupported file format: test-files/json/malformed-json.json
Raw output
test-files/json/malformed-json.json

Check failure on line 0 in test-files/nunit/nunit3/jenkins/NUnit-issue17521.xml

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

Error processing result file

Char 0x0 out of allowed range, line 33, column 16 (NUnit-issue17521.xml, line 33)
Raw output
test-files/nunit/nunit3/jenkins/NUnit-issue17521.xml

Check failure on line 0 in test-files/junit-xml/non-junit.xml

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

Error processing result file

Unsupported file format: test-files/junit-xml/non-junit.xml
Raw output
test-files/junit-xml/non-junit.xml

Check failure on line 0 in test-files/json/non-json.json

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

Error processing result file

Unsupported file format: test-files/json/non-json.json
Raw output
test-files/json/non-json.json

Check failure on line 0 in test-files/junit-xml/pytest/corrupt-xml.xml

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

Error processing result file

Premature end of data in tag skipped line 9, line 11, column 22 (corrupt-xml.xml, line 11)
Raw output
test-files/junit-xml/pytest/corrupt-xml.xml

Check failure on line 0 in test-files/junit-xml/non-junit.xml

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

Error processing result file

Invalid format.
Raw output
test-files/junit-xml/non-junit.xml

Check failure on line 0 in test-files/junit-xml/pytest/corrupt-xml.xml

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

Error processing result file

Premature end of data in tag skipped line 9, line 11, column 22 (corrupt-xml.xml, line 11)
Raw output
test-files/junit-xml/pytest/corrupt-xml.xml

Check failure on line 0 in test-files/nunit/nunit3/jenkins/NUnit-issue17521.xml

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

Error processing result file

Char 0x0 out of allowed range, line 33, column 16 (NUnit-issue17521.xml, line 33)
Raw output
test-files/nunit/nunit3/jenkins/NUnit-issue17521.xml

Check failure on line 0 in test-files/nunit/nunit3/jenkins/NUnit-issue47367.xml

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

Error processing result file

attributes construct error, line 5, column 109 (NUnit-issue47367.xml, line 5)
Raw output
test-files/nunit/nunit3/jenkins/NUnit-issue47367.xml

Check warning on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

All 2 runs failed: ValidateSceneContainer("Assets/Scenes/Grid/GridTest.unity")

test-files/nunit/mstest/timewarpinc.xml [took 2s]
Raw output
Zenject.ZenjectException : Zenject Validation Failed!  See errors below for details.
  at Zenject.Internal.ZenUnityEditorUtil.ValidateCurrentSceneSetup () [0x0009c] in /github/workspace/Assets/ThirdParty/Zenject/Source/Editor/ZenUnityEditorUtil.cs:82
  at MP.Tests.AssetValidatorTest.ValidateSceneContainer (System.String scenePath) [0x00009] in /github/workspace/Assets/Tests/EditorMode/AssetValidatorTest.cs:58
  at (wrapper managed-to-native) System.Reflection.RuntimeMethodInfo.InternalInvoke(System.Reflection.RuntimeMethodInfo,object,object[],System.Exception&)
  at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0006a] in <b67d2f60bf2548a58dc569b37fe71c3d>:0
AssertionException: Could not find a tilemap tagged with LevelBounds.
Assertion failure. Value was Null
Expected: Value was not Null
UnityEngine.Assertions.Assert.Fail (System.String message, System.String userMessage) (at /home/bokken/buildslave/unity/build/Runtime/Export/Assertions/Assert/AssertBase.cs:29)
UnityEngine.Assertions.Assert.IsNotNull (UnityEngine.Object value, System.String message) (at /home/bokken/buildslave/unity/build/Runtime/Export/Assertions/Assert/AssertNull.cs:58)
UnityEngine.Assertions.Assert.IsNotNull[T] (T value, System.String message) (at /home/bokken/buildslave/unity/build/Runtime/Export/Assertions/Assert/AssertNull.cs:46)
MP.Gameplay.Level.LevelInstaller.InstallBindings () (at Assets/Scripts/Gameplay/Level/LevelInstaller.cs:30)
Zenject.CompositeMonoInstaller.InstallBindings () (at Assets/ThirdParty/Zenject/Source/Install/CompositeMonoInstaller.cs:25)
Zenject.Context.InstallInstallers (System.Collections.Generic.List`1[T] normalInstallers, System.Collections.Generic.List`1[T] normalInstallerTypes, System.Collections.Generic.List`1[T] scriptableObjectInstallers, System.Collections.Generic.List`1[T] installers, System.Collections.Generic.List`1[T] installerPrefabs) (at Assets/ThirdParty/Zenject/Source/Install/Contexts/Context.cs:218)
Zenject.Context.InstallInstallers () (at Assets/ThirdParty/Zenject/Source/Install/Contexts/Context.cs:139)
Zenject.SceneContext.InstallBindings (System.Collections.Generic.List`1[T] injectableMonoBehaviours) (at Assets/ThirdParty/Zenject/Source/Install/Contexts/SceneContext.cs:346)
Zenject.SceneContext.Install () (at Assets/ThirdParty/Zenject/Source/Install/Contexts/SceneContext.cs:265)
Zenject.SceneContext.Validate () (at Assets/ThirdParty/Zenject/Source/Install/Contexts/SceneContext.cs:121)
Zenject.Internal.ZenUnityEditorUtil.ValidateCurrentSceneSetup () (at Assets/ThirdParty/Zenject/Source/Editor/ZenUnityEditorUtil.cs:67)
UnityEngine.Debug:LogException(Exception)
ModestTree.Log:ErrorException(Exception) (at Assets/ThirdParty/Zenject/Source/Internal/Log.cs:60)
Zenject.Internal.ZenUnityEditorUtil:ValidateCurrentSceneSetup() (at Assets/ThirdParty/Zenject/Source/Editor/ZenUnityEditorUtil.cs:72)
MP.Tests.AssetValidatorTest:ValidateSceneContainer(String) (at Assets/Tests/EditorMode/AssetValidatorTest.cs:58)
System.Reflection.MethodBase:Invoke(Object, Object[])
NUnit.Framework.Internal.Reflect:InvokeMethod(MethodInfo, Object, Object[])
NUnit.Framework.Internal.MethodWrapper:Invoke(Object, Object[])
NUnit.Framework.Internal.Commands.TestMethodCommand:RunNonAsyncTestMethod(ITestExecutionContext)
NUnit.Framework.Internal.Commands.TestMethodCommand:RunTestMethod(ITestExecutionContext)
NUnit.Framework.Internal.Commands.TestMethodCommand:Execute(ITestExecutionContext)
UnityEditor.EditorApplication:Internal_CallUpdateFunctions() (at /home/bokken/buildslave/unity/build/Editor/Mono/EditorApplication.cs:359)

Check warning on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

4 out of 14 runs failed: UnitTests.MainClassTest.TestPropertyValue

test-files/nunit/nunit3/jenkins/NUnit-sec1752-file.xml [took 0s]
test-files/nunit/nunit3/jenkins/NUnit-sec1752-https.xml [took 0s]

Check warning on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

6 out of 8 runs failed: UnitTests.MainClassTest.TestFailure

test-files/nunit/nunit3/jenkins/NUnit-failure.xml [took 0s]
test-files/nunit/nunit3/jenkins/NUnit-healthReport.xml [took 0s]
test-files/nunit/nunit3/jenkins/NUnit.xml [took 0s]
Raw output
  Expected failure
  Expected: 30
  But was:  20
  at UnitTests.MainClassTest.TestFailure () [0x00000]
  at <0x00000> <unknown method>
  at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[])
  at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000]

Check warning on line 0 in ClassName

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

All 2 runs failed: failed_test (ClassName)

test-files/junit-xml/minimal-attributes.xml

Check failure on line 0 in ClassName

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

All 2 runs with error: error_test (ClassName)

test-files/junit-xml/minimal-attributes.xml

Check warning on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

All 2 runs failed: Test with 'apostrophe' in the test name

test-files/junit-xml/with-xml-entities.xml [took 0s]
Raw output
A message with 'apostrophes'
Content with 'apostrophes'

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

All 2 runs with error: Test with & in the test name

test-files/junit-xml/with-xml-entities.xml [took 0s]
Raw output
A message with &
Content with &

Check warning on line 0 in SampleProject.xUnit.TestServiceTests

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

All 4 runs failed: FailTest (SampleProject.xUnit.TestServiceTests)

test-files/trx/xunit/xUnit-net461-sample.trx [took 0s]
test-files/trx/xunit/xUnit-netcoreapp3.1-sample.trx [took 0s]
Raw output
Assert.True() Failure
Expected: True
Actual:   False   at SampleProject.xUnit.TestServiceTests.FailTest() in C:\Dev\LiquidTestReports\test\SampleProject\SampleProject.Tests.xUnit\TestServiceTests.cs:line 65

Check warning on line 0 in SampleProject.xUnit.TestServiceTests

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

All 4 runs failed: TestTheory(expected: False) (SampleProject.xUnit.TestServiceTests)

test-files/trx/xunit/xUnit-net461-sample.trx [took 0s]
test-files/trx/xunit/xUnit-netcoreapp3.1-sample.trx [took 0s]
Raw output
Assert.Equal() Failure
Expected: False
Actual:   True   at SampleProject.xUnit.TestServiceTests.TestTheory(Boolean expected) in C:\Dev\LiquidTestReports\test\SampleProject\SampleProject.Tests.xUnit\TestServiceTests.cs:line 29

Check warning on line 0 in SampleProject.xUnit.TestServiceTests

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

All 4 runs failed: TestThrowingException (SampleProject.xUnit.TestServiceTests)

test-files/trx/xunit/xUnit-net461-sample.trx [took 0s]
test-files/trx/xunit/xUnit-netcoreapp3.1-sample.trx [took 0s]
Raw output
System.Exception : Pretty good exception   at SampleProject.TestService.GetException() in C:\Dev\LiquidTestReports\test\SampleProject\SampleProject\TestService.cs:line 19
   at SampleProject.xUnit.TestServiceTests.TestThrowingException() in C:\Dev\LiquidTestReports\test\SampleProject\SampleProject.Tests.xUnit\TestServiceTests.cs:line 54

Check warning on line 0 in MyProject.Tests.SampleFact

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

All 4 runs failed: FailedTest (MyProject.Tests.SampleFact)

test-files/xunit/mstest/jenkinsci/testcase1.xml [took 0s]
test-files/xunit/mstest/jenkinsci/testcase3.xml [took 14s]
Raw output
Assert.True() Failure   at MyProject.Tests.SampleFact.FailedTest() in c:\Jenkins\jobs\my-project\workspace\MyProject\MyProject.Tests\SampleFact.cs:line 16

Check warning on line 4 in test/test-4.py

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

All 2 runs failed: test 4

test-files/junit-xml/unsupported-unicode.xml [took 1s]
Raw output
Some unsupported unicode characters: 헴䜝헱홐㣇㿷䔭\U0001237a\U000214ff\U00020109㦓
failed