Skip to content
Unstable

Console Output

[INFO] 
[INFO] ----------< de.fhdw.gaming.ipspiel23:ipspiel23-connect-four >-----------
[INFO] Building IP Spieltheorie 2023 Connect Four Game 1.0.0-SNAPSHOT   [15/16]
[INFO]   from ipspiel23-connect-four/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ ipspiel23-connect-four ---
[INFO] Deleting /var/lib/jenkins/home/jobs/ipspiel23/workspace/ipspiel23/ipspiel23-connect-four/target
[INFO] 
[INFO] --- enforcer:3.3.0:enforce (enforce-versions) @ ipspiel23-connect-four ---
[INFO] 
[INFO] --- checkstyle:3.2.1:check (checkstyle) @ ipspiel23-connect-four ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] >>> pmd:3.20.0:check (pmd) > :pmd @ ipspiel23-connect-four >>>
[INFO] 
[INFO] --- pmd:3.20.0:pmd (pmd) @ ipspiel23-connect-four ---
[INFO] PMD version: 6.55.0
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] <<< pmd:3.20.0:check (pmd) < :pmd @ ipspiel23-connect-four <<<
[INFO] 
[INFO] 
[INFO] --- pmd:3.20.0:check (pmd) @ ipspiel23-connect-four ---
[INFO] PMD version: 6.55.0
[INFO] 
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-initialize) @ ipspiel23-connect-four ---
[INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/var/lib/jenkins/home/jobs/ipspiel23/workspace/ipspiel23/ipspiel23-connect-four/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ipspiel23-connect-four ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ipspiel23-connect-four ---
[INFO] Changes detected - recompiling the module! :source
[INFO] Compiling 61 source files with javac [debug release 17 module-path] to target/classes
[WARNING] /var/lib/jenkins/home/jobs/ipspiel23/workspace/ipspiel23/ipspiel23-connect-four/src/main/java/module-info.java:[21,27] module name component ipspiel23 should avoid terminal digits
[INFO] 
[INFO] >>> spotbugs:4.7.3.4:check (spotbugs) > :spotbugs @ ipspiel23-connect-four >>>
[INFO] 
[INFO] --- spotbugs:4.7.3.4:spotbugs (spotbugs) @ ipspiel23-connect-four ---
[INFO] Fork Value is true
[INFO] Done SpotBugs Analysis....
[INFO] 
[INFO] <<< spotbugs:4.7.3.4:check (spotbugs) < :spotbugs @ ipspiel23-connect-four <<<
[INFO] 
[INFO] 
[INFO] --- spotbugs:4.7.3.4:check (spotbugs) @ ipspiel23-connect-four ---
[INFO] BugInstance size is 0
[INFO] Error size is 0
[INFO] No errors/warnings found
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ipspiel23-connect-four ---
[INFO] Copying 1 resource from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ipspiel23-connect-four ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 25 source files with javac [debug release 17 module-path] to target/test-classes
[INFO] 
[INFO] --- surefire:3.0.0:test (default-test) @ ipspiel23-connect-four ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running de.fhdw.gaming.ipspiel23.c4.utils.ByRefTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 s - in de.fhdw.gaming.ipspiel23.c4.utils.ByRefTest
[INFO] Running de.fhdw.gaming.ipspiel23.c4.moves.impl.C4DefaultMoveFactoryTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in de.fhdw.gaming.ipspiel23.c4.moves.impl.C4DefaultMoveFactoryTest
[INFO] Running de.fhdw.gaming.ipspiel23.c4.moves.impl.C4MoveTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in de.fhdw.gaming.ipspiel23.c4.moves.impl.C4MoveTest
[INFO] Running de.fhdw.gaming.ipspiel23.c4.collections.ReadOnlyDictionaryTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in de.fhdw.gaming.ipspiel23.c4.collections.ReadOnlyDictionaryTest
[INFO] Running de.fhdw.gaming.ipspiel23.c4.strategies.C4DefaultStrategyFactoryProviderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in de.fhdw.gaming.ipspiel23.c4.strategies.C4DefaultStrategyFactoryProviderTest
[INFO] Running de.fhdw.gaming.ipspiel23.c4.strategies.internals.C4RandomMoveStrategyTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in de.fhdw.gaming.ipspiel23.c4.strategies.internals.C4RandomMoveStrategyTest
[INFO] Running de.fhdw.gaming.ipspiel23.c4.domain.C4PositionMaterializerTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in de.fhdw.gaming.ipspiel23.c4.domain.C4PositionMaterializerTest
[INFO] Running de.fhdw.gaming.ipspiel23.c4.domain.impl.C4GameBuilderFactoryTest
[ERROR] Tests run: 5, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 0.083 s <<< FAILURE! - in de.fhdw.gaming.ipspiel23.c4.domain.impl.C4GameBuilderFactoryTest
[ERROR] de.fhdw.gaming.ipspiel23.c4.domain.impl.C4GameBuilderFactoryTest.testGetMaximumNumberOfPlayers  Time elapsed: 0.012 s  <<< FAILURE!
org.opentest4j.AssertionFailedError: expected: <1073741823> but was: <2>
	at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
	at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
	at org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:197)
	at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:150)
	at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:145)
	at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:528)
	at de.fhdw.gaming.ipspiel23.connectFour@1.0.0-SNAPSHOT/de.fhdw.gaming.ipspiel23.c4.domain.impl.C4GameBuilderFactoryTest.testGetMaximumNumberOfPlayers(C4GameBuilderFactoryTest.java:49)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:217)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:147)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:127)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:90)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:55)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:102)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:54)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
	at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
	at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:50)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)

[ERROR] de.fhdw.gaming.ipspiel23.c4.domain.impl.C4GameBuilderFactoryTest.testGetMinimumNumberOfPlayers  Time elapsed: 0.001 s  <<< FAILURE!
org.opentest4j.AssertionFailedError: expected: <1> but was: <2>
	at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
	at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
	at org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:197)
	at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:150)
	at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:145)
	at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:528)
	at de.fhdw.gaming.ipspiel23.connectFour@1.0.0-SNAPSHOT/de.fhdw.gaming.ipspiel23.c4.domain.impl.C4GameBuilderFactoryTest.testGetMinimumNumberOfPlayers(C4GameBuilderFactoryTest.java:40)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:217)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:147)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:127)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:90)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:55)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:102)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:54)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
	at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
	at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:50)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)

[INFO] Running de.fhdw.gaming.ipspiel23.c4.domain.impl.C4GameBuilderTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in de.fhdw.gaming.ipspiel23.c4.domain.impl.C4GameBuilderTest
[INFO] Running de.fhdw.gaming.ipspiel23.c4.domain.impl.evaluation.C4SolutionAnalyzerTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in de.fhdw.gaming.ipspiel23.c4.domain.impl.evaluation.C4SolutionAnalyzerTest
[INFO] Running de.fhdw.gaming.ipspiel23.c4.domain.impl.C4BoardTest
[INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s - in de.fhdw.gaming.ipspiel23.c4.domain.impl.C4BoardTest
[INFO] Running de.fhdw.gaming.ipspiel23.c4.domain.impl.C4BoardSlimTest
[INFO] Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 s - in de.fhdw.gaming.ipspiel23.c4.domain.impl.C4BoardSlimTest
[INFO] Running de.fhdw.gaming.ipspiel23.c4.domain.impl.C4FieldHeavyTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in de.fhdw.gaming.ipspiel23.c4.domain.impl.C4FieldHeavyTest
[INFO] Running de.fhdw.gaming.ipspiel23.c4.domain.impl.C4SolutionTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in de.fhdw.gaming.ipspiel23.c4.domain.impl.C4SolutionTest
[INFO] Running de.fhdw.gaming.ipspiel23.c4.domain.impl.C4SolutionHeavyTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in de.fhdw.gaming.ipspiel23.c4.domain.impl.C4SolutionHeavyTest
[INFO] Running de.fhdw.gaming.ipspiel23.c4.domain.impl.C4StateTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in de.fhdw.gaming.ipspiel23.c4.domain.impl.C4StateTest
[INFO] Running de.fhdw.gaming.ipspiel23.c4.domain.impl.validation.C4BoardDimensionsTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in de.fhdw.gaming.ipspiel23.c4.domain.impl.validation.C4BoardDimensionsTest
[INFO] Running de.fhdw.gaming.ipspiel23.c4.domain.impl.validation.C4BoardLimitsTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in de.fhdw.gaming.ipspiel23.c4.domain.impl.validation.C4BoardLimitsTest
[INFO] Running de.fhdw.gaming.ipspiel23.c4.domain.impl.validation.C4BoardValidatorTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in de.fhdw.gaming.ipspiel23.c4.domain.impl.validation.C4BoardValidatorTest
[INFO] Running de.fhdw.gaming.ipspiel23.c4.domain.impl.C4BoardHeavyTest
[INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s - in de.fhdw.gaming.ipspiel23.c4.domain.impl.C4BoardHeavyTest
[INFO] Running de.fhdw.gaming.ipspiel23.c4.domain.impl.C4FieldTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in de.fhdw.gaming.ipspiel23.c4.domain.impl.C4FieldTest
[INFO] Running de.fhdw.gaming.ipspiel23.c4.domain.impl.C4MutablePlayerStateTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in de.fhdw.gaming.ipspiel23.c4.domain.impl.C4MutablePlayerStateTest
[INFO] Running de.fhdw.gaming.ipspiel23.c4.domain.impl.C4PositionTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in de.fhdw.gaming.ipspiel23.c4.domain.impl.C4PositionTest
[INFO] Running de.fhdw.gaming.ipspiel23.c4.domain.impl.C4PlayerTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in de.fhdw.gaming.ipspiel23.c4.domain.impl.C4PlayerTest
[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Failures: 
[ERROR]   C4GameBuilderFactoryTest.testGetMaximumNumberOfPlayers:49 expected: <1073741823> but was: <2>
[ERROR]   C4GameBuilderFactoryTest.testGetMinimumNumberOfPlayers:40 expected: <1> but was: <2>
[INFO] 
[ERROR] Tests run: 217, Failures: 2, Errors: 0, Skipped: 0
[INFO] 
[ERROR] There are test failures.

Please refer to /var/lib/jenkins/home/jobs/ipspiel23/workspace/ipspiel23/ipspiel23-connect-four/target/surefire-reports for the individual test results.
Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[JENKINS] Recording test results
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-site) @ ipspiel23-connect-four ---
[INFO] Loading execution data file /var/lib/jenkins/home/jobs/ipspiel23/workspace/ipspiel23/ipspiel23-connect-four/target/jacoco.exec
[INFO] Analyzed bundle 'IP Spieltheorie 2023 Connect Four Game' with 51 classes
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ ipspiel23-connect-four ---
[INFO] Building jar: /var/lib/jenkins/home/jobs/ipspiel23/workspace/ipspiel23/ipspiel23-connect-four/target/ipspiel23-connect-four-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ ipspiel23-connect-four ---
[INFO] Building jar: /var/lib/jenkins/home/jobs/ipspiel23/workspace/ipspiel23/ipspiel23-connect-four/target/ipspiel23-connect-four-1.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ipspiel23-connect-four ---
[INFO] Installing /var/lib/jenkins/home/jobs/ipspiel23/workspace/ipspiel23/ipspiel23-connect-four/pom.xml to /var/lib/jenkins/.m2/repository/de/fhdw/gaming/ipspiel23/ipspiel23-connect-four/1.0.0-SNAPSHOT/ipspiel23-connect-four-1.0.0-SNAPSHOT.pom
[INFO] Installing /var/lib/jenkins/home/jobs/ipspiel23/workspace/ipspiel23/ipspiel23-connect-four/target/ipspiel23-connect-four-1.0.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/de/fhdw/gaming/ipspiel23/ipspiel23-connect-four/1.0.0-SNAPSHOT/ipspiel23-connect-four-1.0.0-SNAPSHOT.jar
[INFO] Installing /var/lib/jenkins/home/jobs/ipspiel23/workspace/ipspiel23/ipspiel23-connect-four/target/ipspiel23-connect-four-1.0.0-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/de/fhdw/gaming/ipspiel23/ipspiel23-connect-four/1.0.0-SNAPSHOT/ipspiel23-connect-four-1.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- site:4.0.0-M7:site (default-site) @ ipspiel23-connect-four ---
[INFO] Configuring report plugin org.apache.maven.plugins:maven-project-info-reports-plugin:3.4.2
[INFO] 15 reports detected for maven-project-info-reports-plugin:3.4.2: ci-management, dependencies, dependency-info, dependency-management, distribution-management, index, issue-management, licenses, mailing-lists, modules, plugin-management, plugins, scm, summary, team
[INFO] Rendering site for default locale
[WARNING] No project URL defined - site links will not be relativized!
[INFO] Rendering content with org.apache.maven.skins:maven-fluido-skin:jar:2.0.0-M2 skin.
[INFO] Generating "Dependencies" report         --- maven-project-info-reports-plugin:3.4.2:dependencies
[INFO] Generating "Dependency Information" report --- maven-project-info-reports-plugin:3.4.2:dependency-info
[INFO] Generating "Dependency Management" report --- maven-project-info-reports-plugin:3.4.2:dependency-management
[INFO] Generating "About" report                --- maven-project-info-reports-plugin:3.4.2:index
[INFO] Generating "Licenses" report             --- maven-project-info-reports-plugin:3.4.2:licenses
[INFO] Generating "Plugin Management" report    --- maven-project-info-reports-plugin:3.4.2:plugin-management
[INFO] Generating "Plugins" report              --- maven-project-info-reports-plugin:3.4.2:plugins
[INFO] Generating "Summary" report              --- maven-project-info-reports-plugin:3.4.2:summary
[JENKINS] Archiving site from /var/lib/jenkins/home/jobs/ipspiel23/workspace/ipspiel23/ipspiel23-connect-four/target/site to /var/lib/jenkins/home/jobs/ipspiel23/workspace/ipspiel23/ipspiel23-connect-four@tmp/maven-reporters/moduleset/site/ipspiel23-connect-four