Skip to content
Failed

Console Output

Skipping 1,261 KB.. Full Log
	at com.github.eirslett.maven.plugins.frontend.lib.NodeTaskExecutor.execute(NodeTaskExecutor.java:63)
	at com.github.eirslett.maven.plugins.frontend.mojo.NpmMojo.execute(NpmMojo.java:62)
	at com.github.eirslett.maven.plugins.frontend.mojo.AbstractFrontendMojo.execute(AbstractFrontendMojo.java:94)
	... 90 more
Caused by: com.github.eirslett.maven.plugins.frontend.lib.ProcessExecutionException: java.io.IOException: Cannot run program "/tmp/CoreScoutTestingUtils-projectDir7855056413177389727/artifact/artifact.ui/../artifact/target/node/../node/node" (in directory "/tmp/CoreScoutTestingUtils-projectDir7855056413177389727/artifact/artifact.ui"): error=2, No such file or directory
	at com.github.eirslett.maven.plugins.frontend.lib.ProcessExecutor.execute(ProcessExecutor.java:84)
	at com.github.eirslett.maven.plugins.frontend.lib.ProcessExecutor.executeAndRedirectOutput(ProcessExecutor.java:64)
	at com.github.eirslett.maven.plugins.frontend.lib.NodeExecutor.executeAndRedirectOutput(NodeExecutor.java:29)
	at com.github.eirslett.maven.plugins.frontend.lib.NodeTaskExecutor.execute(NodeTaskExecutor.java:58)
	... 92 more
Caused by: java.io.IOException: Cannot run program "/tmp/CoreScoutTestingUtils-projectDir7855056413177389727/artifact/artifact.ui/../artifact/target/node/../node/node" (in directory "/tmp/CoreScoutTestingUtils-projectDir7855056413177389727/artifact/artifact.ui"): error=2, No such file or directory
	at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048)
	at java.lang.Runtime.exec(Runtime.java:620)
	at org.apache.commons.exec.launcher.Java13CommandLauncher.exec(Java13CommandLauncher.java:61)
	at org.apache.commons.exec.DefaultExecutor.launch(DefaultExecutor.java:279)
	at org.apache.commons.exec.DefaultExecutor.executeInternal(DefaultExecutor.java:336)
	at org.apache.commons.exec.DefaultExecutor.execute(DefaultExecutor.java:166)
	at com.github.eirslett.maven.plugins.frontend.lib.ProcessExecutor.execute(ProcessExecutor.java:74)
	... 95 more
Caused by: java.io.IOException: error=2, No such file or directory
	at java.lang.UNIXProcess.forkAndExec(Native Method)
	at java.lang.UNIXProcess.<init>(UNIXProcess.java:247)
	at java.lang.ProcessImpl.start(ProcessImpl.java:134)
	at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
	... 101 more
2020-07-29 19:57:30.123 [SEVERE]  
2020-07-29 19:57:30.124 [SEVERE]  Re-run Maven using the -X switch to enable full debug logging.
2020-07-29 19:57:30.125 [SEVERE]  
2020-07-29 19:57:30.125 [SEVERE]  For more information about the errors and possible solutions, please read the following articles:
2020-07-29 19:57:30.125 [SEVERE]  [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
2020-07-29 19:57:30.125 [SEVERE]  
2020-07-29 19:57:30.125 [SEVERE]  After correcting the problems, you can resume the build with the command
2020-07-29 19:57:30.125 [SEVERE]    mvn <args> -rf :artifact.ui
[ERROR] Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 58.319 s <<< FAILURE! - in org.eclipse.scout.sdk.core.s.project.ScoutProjectNewTest
[ERROR] testHelloWorldArchetype  Time elapsed: 41.129 s  <<< ERROR!
org.eclipse.scout.sdk.core.util.SdkException: 
	at org.eclipse.scout.sdk.core.s.testing.maven.MavenCliRunner.execute(MavenCliRunner.java:70)
	at org.eclipse.scout.sdk.core.s.util.maven.MavenRunner.execute(MavenRunner.java:76)
	at org.eclipse.scout.sdk.core.s.testing.CoreScoutTestingUtils.runMavenCommand(CoreScoutTestingUtils.java:246)
	at org.eclipse.scout.sdk.core.s.testing.CoreScoutTestingUtils.runMavenCleanTest(CoreScoutTestingUtils.java:223)
	at org.eclipse.scout.sdk.core.s.project.ScoutProjectNewTest.testHelloWorldArchetype(ScoutProjectNewTest.java:36)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:686)
	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:149)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
	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.ExecutableInvoker.invoke(ExecutableInvoker.java:104)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:212)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:208)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:137)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:71)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:135)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
	at java.util.ArrayList.forEach(ArrayList.java:1257)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
	at java.util.ArrayList.forEach(ArrayList.java:1257)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:248)
	at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$5(DefaultLauncher.java:211)
	at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:226)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:199)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:132)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:142)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
Caused by: java.io.IOException: Maven call failed.
	at org.eclipse.scout.sdk.core.s.testing.maven.MavenCliRunner.runMavenInSandbox(MavenCliRunner.java:159)
	at org.eclipse.scout.sdk.core.s.testing.maven.MavenCliRunner.execute(MavenCliRunner.java:87)
	at org.eclipse.scout.sdk.core.s.testing.maven.MavenCliRunner.execute(MavenCliRunner.java:67)
	... 69 more

[ERROR] testHelloJsArchetype  Time elapsed: 17.19 s  <<< ERROR!
org.eclipse.scout.sdk.core.util.SdkException: 
	at org.eclipse.scout.sdk.core.s.testing.maven.MavenCliRunner.execute(MavenCliRunner.java:70)
	at org.eclipse.scout.sdk.core.s.util.maven.MavenRunner.execute(MavenRunner.java:76)
	at org.eclipse.scout.sdk.core.s.testing.CoreScoutTestingUtils.runMavenCommand(CoreScoutTestingUtils.java:246)
	at org.eclipse.scout.sdk.core.s.testing.CoreScoutTestingUtils.runMavenCleanTest(CoreScoutTestingUtils.java:223)
	at org.eclipse.scout.sdk.core.s.project.ScoutProjectNewTest.testHelloJsArchetype(ScoutProjectNewTest.java:48)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:686)
	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:149)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
	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.ExecutableInvoker.invoke(ExecutableInvoker.java:104)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:212)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:208)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:137)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:71)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:135)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
	at java.util.ArrayList.forEach(ArrayList.java:1257)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
	at java.util.ArrayList.forEach(ArrayList.java:1257)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:248)
	at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$5(DefaultLauncher.java:211)
	at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:226)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:199)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:132)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:142)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
Caused by: java.io.IOException: Maven call failed.
	at org.eclipse.scout.sdk.core.s.testing.maven.MavenCliRunner.runMavenInSandbox(MavenCliRunner.java:159)
	at org.eclipse.scout.sdk.core.s.testing.maven.MavenCliRunner.execute(MavenCliRunner.java:87)
	at org.eclipse.scout.sdk.core.s.testing.maven.MavenCliRunner.execute(MavenCliRunner.java:67)
	... 69 more

[INFO] Running org.eclipse.scout.sdk.core.s.permission.PermissionNewOperationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.213 s - in org.eclipse.scout.sdk.core.s.permission.PermissionNewOperationTest
[INFO] Running org.eclipse.scout.sdk.core.s.page.PageNewOperationTest
[INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.489 s - in org.eclipse.scout.sdk.core.s.page.PageNewOperationTest
[INFO] Running org.eclipse.scout.sdk.core.s.page.PageGeneratorTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.595 s - in org.eclipse.scout.sdk.core.s.page.PageGeneratorTest
[INFO] Running org.eclipse.scout.sdk.core.s.nls.query.TranslationKeysQueryTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 s - in org.eclipse.scout.sdk.core.s.nls.query.TranslationKeysQueryTest
[INFO] Running org.eclipse.scout.sdk.core.s.nls.query.MissingTranslationQueryTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.509 s - in org.eclipse.scout.sdk.core.s.nls.query.MissingTranslationQueryTest
[INFO] Running org.eclipse.scout.sdk.core.s.nls.properties.TranslationPropertiesFileTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.304 s - in org.eclipse.scout.sdk.core.s.nls.properties.TranslationPropertiesFileTest
[INFO] Running org.eclipse.scout.sdk.core.s.nls.properties.PropertiesTranslationStoreTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.32 s - in org.eclipse.scout.sdk.core.s.nls.properties.PropertiesTranslationStoreTest
[INFO] Running org.eclipse.scout.sdk.core.s.nls.properties.PropertiesTextProviderServiceTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.151 s - in org.eclipse.scout.sdk.core.s.nls.properties.PropertiesTextProviderServiceTest
[INFO] Running org.eclipse.scout.sdk.core.s.nls.WebModuleTranslationStoresTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s - in org.eclipse.scout.sdk.core.s.nls.WebModuleTranslationStoresTest
[INFO] Running org.eclipse.scout.sdk.core.s.nls.UiTextContributorTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11 s - in org.eclipse.scout.sdk.core.s.nls.UiTextContributorTest
[INFO] Running org.eclipse.scout.sdk.core.s.nls.TranslationStoresTest
2020-07-29 19:57:45.633 [WARNING] Mock for ITranslationStore, hashCode: 157637849 contains no languages! Please check the configuration.
2020-07-29 19:57:45.633 [WARNING] Mock for ITranslationStore, hashCode: 157637849 does not contain a default language!
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.scout.sdk.core.s.nls.TranslationStoresTest
[INFO] Running org.eclipse.scout.sdk.core.s.nls.TranslationStoreStackTest
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.721 s - in org.eclipse.scout.sdk.core.s.nls.TranslationStoreStackTest
[INFO] Running org.eclipse.scout.sdk.core.s.nls.TranslationStoreStackEventTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.282 s - in org.eclipse.scout.sdk.core.s.nls.TranslationStoreStackEventTest
[INFO] Running org.eclipse.scout.sdk.core.s.nls.TranslationEntryTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.scout.sdk.core.s.nls.TranslationEntryTest
[INFO] Running org.eclipse.scout.sdk.core.s.nls.LanguageTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.sdk.core.s.nls.LanguageTest
[INFO] Running org.eclipse.scout.sdk.core.s.nls.FilteredTranslationStoreTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.211 s - in org.eclipse.scout.sdk.core.s.nls.FilteredTranslationStoreTest
[INFO] Running org.eclipse.scout.sdk.core.s.lookupcall.LookupCallNewOperationTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.771 s - in org.eclipse.scout.sdk.core.s.lookupcall.LookupCallNewOperationTest
[INFO] Running org.eclipse.scout.sdk.core.s.lookupcall.LookupCallGeneratorTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.408 s - in org.eclipse.scout.sdk.core.s.lookupcall.LookupCallGeneratorTest
[INFO] Running org.eclipse.scout.sdk.core.s.jaxws.WebServiceUpdateOperationTest
2020-07-29 19:57:57.210 [WARNING] Don't override file /tmp/CoreScoutTestingUtils-projectDir3146287544922775210/artifact/artifact/pom.xml
2020-07-29 19:57:57.523 [WARNING] Don't override file /tmp/CoreScoutTestingUtils-projectDir3146287544922775210/artifact/artifact.ui.html/src/main/js/artifact.js
2020-07-29 19:57:57.523 [WARNING] Don't override file /tmp/CoreScoutTestingUtils-projectDir3146287544922775210/artifact/artifact.ui.html/src/main/js/index.js
2020-07-29 19:57:57.523 [WARNING] Don't override file /tmp/CoreScoutTestingUtils-projectDir3146287544922775210/artifact/artifact.ui.html/src/main/js/login.js
2020-07-29 19:57:57.523 [WARNING] Don't override file /tmp/CoreScoutTestingUtils-projectDir3146287544922775210/artifact/artifact.ui.html/src/main/js/logout.js
2020-07-29 19:57:57.528 [WARNING] Don't override file /tmp/CoreScoutTestingUtils-projectDir3146287544922775210/artifact/artifact.ui.html/src/main/resources/WebContent/favicon/manifest.json
2020-07-29 19:57:57.531 [WARNING] Don't override file /tmp/CoreScoutTestingUtils-projectDir3146287544922775210/artifact/artifact.ui.html/src/main/resources/WebContent/popup-window.js
2020-07-29 19:58:04.200 [WARNING] CP Don't override file /tmp/jaxws-module-tmp3129915995795219922/artifact.server.jaxws/src/main/resources/META-INF/scout.xml
2020-07-29 19:59:59.731 [WARNING] /tmp/CoreScoutTestingUtils-projectDir3146287544922775210/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[4] 
	import org.eclipse.scout.rt.security.IAccessControlService;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.scout.rt.security.IAccessControlService is never used
2020-07-29 19:59:59.731 [WARNING] /tmp/CoreScoutTestingUtils-projectDir3146287544922775210/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[6] 
	import org.eclipse.scout.rt.shared.ISession;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.scout.rt.shared.ISession is never used
2 problems (2 warnings)
2020-07-29 20:00:36.897 [WARNING] /tmp/CoreScoutTestingUtils-projectDir3146287544922775210/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/provider/multifile/ErrorResponse.java:[15] 
	public class ErrorResponse
	             ^^^^^^^^^^^^^
The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long
2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
3. WARNING: Annotation processing: Generate entry point for endpoint interface 'test.provider.multifile.IScoutQueryInterface2PortType' [entryPoint=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint, wsdl:portType=scoutQueryInterface2, wsdl:service=scoutQuery, wsdl:port=scoutQueryPort] [processor=JaxWsAnnotationProcessor]
4. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.WsProviderCorrelationIdHandler, handlerDelegate=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_WsProviderCorrelationIdHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
5. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.LogHandler, handlerDelegate=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_LogHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
6. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
7. WARNING: Annotation processing: Generate handler chain XML-file [file=ScoutQueryInterface2WebServiceEntryPoint_handler-chain.xml, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
8. WARNING: Annotation processing: Entry point successfully generated. [entryPoint=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType, entryPointDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition] [processor=JaxWsAnnotationProcessor]
9. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10 problems (10 warnings)
2020-07-29 20:00:41.026 [WARNING] /tmp/CoreScoutTestingUtils-projectDir3146287544922775210/artifact/artifact.client/src/main/java/group/artifact/client/ClientSession.java:[4] 
	import org.eclipse.scout.rt.client.IClientSession;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.scout.rt.client.IClientSession is never used
1 problem (1 warning)
2020-07-29 20:00:41.229 [WARNING] /tmp/CoreScoutTestingUtils-projectDir3146287544922775210/artifact/artifact.client/src/test/java/group/artifact/client/helloworld/HelloWorldFormTest.java:[8] 
	import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField is never used
1 problem (1 warning)
2020-07-29 20:00:47.698 [SEVERE]  Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.9.1:npm (install-node-tools) on project artifact.ui.html: Failed to run task: 'npm install -g pnpm@5.1.6 @eclipse-scout/releng@^10.0.0' failed. java.io.IOException: Cannot run program "/tmp/CoreScoutTestingUtils-projectDir3146287544922775210/artifact/artifact.ui.html/../artifact/target/node/../node/node" (in directory "/tmp/CoreScoutTestingUtils-projectDir3146287544922775210/artifact/artifact.ui.html"): error=2, No such file or directory -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.9.1:npm (install-node-tools) on project artifact.ui.html: Failed to run task
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:215)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:156)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:148)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:56)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:305)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:192)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:105)
	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:957)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:289)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:244)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.scout.sdk.core.s.testing.maven.MavenCliRunner.runMavenInSandbox(MavenCliRunner.java:153)
	at org.eclipse.scout.sdk.core.s.testing.maven.MavenCliRunner.execute(MavenCliRunner.java:87)
	at org.eclipse.scout.sdk.core.s.testing.maven.MavenCliRunner.execute(MavenCliRunner.java:67)
	at org.eclipse.scout.sdk.core.s.util.maven.MavenRunner.execute(MavenRunner.java:76)
	at org.eclipse.scout.sdk.core.s.testing.CoreScoutTestingUtils.runMavenCommand(CoreScoutTestingUtils.java:246)
	at org.eclipse.scout.sdk.core.s.testing.CoreScoutTestingUtils.runMavenCleanTest(CoreScoutTestingUtils.java:223)
	at org.eclipse.scout.sdk.core.s.jaxws.WebServiceNewOperationTest.createWebService(WebServiceNewOperationTest.java:252)
	at org.eclipse.scout.sdk.core.s.jaxws.WebServiceNewOperationTest.createWebServiceProvider(WebServiceNewOperationTest.java:178)
	at org.eclipse.scout.sdk.core.s.jaxws.WebServiceUpdateOperationTest.lambda$1(WebServiceUpdateOperationTest.java:128)
	at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.lambda$0(TestingEnvironmentBuilder.java:61)
	at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.runInTestingEnvironment(TestingEnvironmentBuilder.java:77)
	at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.lambda$2(TestingEnvironmentBuilder.java:71)
	at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.lambda$3(TestingEnvironmentBuilder.java:82)
	at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.lambda$1(TestingEnvironmentBuilder.java:71)
	at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.lambda$3(TestingEnvironmentBuilder.java:82)
	at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.call(TestingEnvironmentBuilder.java:70)
	at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.run(TestingEnvironmentBuilder.java:60)
	at org.eclipse.scout.sdk.core.s.jaxws.WebServiceNewOperationTest.runCreateJaxWsModule(WebServiceNewOperationTest.java:129)
	at org.eclipse.scout.sdk.core.s.jaxws.WebServiceUpdateOperationTest.testUpdateWebServiceProvider(WebServiceUpdateOperationTest.java:68)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:686)
	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:149)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
	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.ExecutableInvoker.invoke(ExecutableInvoker.java:104)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:212)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:208)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:137)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:71)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:135)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
	at java.util.ArrayList.forEach(ArrayList.java:1257)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
	at java.util.ArrayList.forEach(ArrayList.java:1257)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:248)
	at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$5(DefaultLauncher.java:211)
	at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:226)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:199)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:132)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:142)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
Caused by: org.apache.maven.plugin.MojoFailureException: Failed to run task
	at com.github.eirslett.maven.plugins.frontend.mojo.AbstractFrontendMojo.execute(AbstractFrontendMojo.java:100)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:210)
	... 100 more
Caused by: com.github.eirslett.maven.plugins.frontend.lib.TaskRunnerException: 'npm install -g pnpm@5.1.6 @eclipse-scout/releng@^10.0.0' failed.
	at com.github.eirslett.maven.plugins.frontend.lib.NodeTaskExecutor.execute(NodeTaskExecutor.java:63)
	at com.github.eirslett.maven.plugins.frontend.mojo.NpmMojo.execute(NpmMojo.java:62)
	at com.github.eirslett.maven.plugins.frontend.mojo.AbstractFrontendMojo.execute(AbstractFrontendMojo.java:94)
	... 102 more
Caused by: com.github.eirslett.maven.plugins.frontend.lib.ProcessExecutionException: java.io.IOException: Cannot run program "/tmp/CoreScoutTestingUtils-projectDir3146287544922775210/artifact/artifact.ui.html/../artifact/target/node/../node/node" (in directory "/tmp/CoreScoutTestingUtils-projectDir3146287544922775210/artifact/artifact.ui.html"): error=2, No such file or directory
	at com.github.eirslett.maven.plugins.frontend.lib.ProcessExecutor.execute(ProcessExecutor.java:84)
	at com.github.eirslett.maven.plugins.frontend.lib.ProcessExecutor.executeAndRedirectOutput(ProcessExecutor.java:64)
	at com.github.eirslett.maven.plugins.frontend.lib.NodeExecutor.executeAndRedirectOutput(NodeExecutor.java:29)
	at com.github.eirslett.maven.plugins.frontend.lib.NodeTaskExecutor.execute(NodeTaskExecutor.java:58)
	... 104 more
Caused by: java.io.IOException: Cannot run program "/tmp/CoreScoutTestingUtils-projectDir3146287544922775210/artifact/artifact.ui.html/../artifact/target/node/../node/node" (in directory "/tmp/CoreScoutTestingUtils-projectDir3146287544922775210/artifact/artifact.ui.html"): error=2, No such file or directory
	at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048)
	at java.lang.Runtime.exec(Runtime.java:620)
	at org.apache.commons.exec.launcher.Java13CommandLauncher.exec(Java13CommandLauncher.java:61)
	at org.apache.commons.exec.DefaultExecutor.launch(DefaultExecutor.java:279)
	at org.apache.commons.exec.DefaultExecutor.executeInternal(DefaultExecutor.java:336)
	at org.apache.commons.exec.DefaultExecutor.execute(DefaultExecutor.java:166)
	at com.github.eirslett.maven.plugins.frontend.lib.ProcessExecutor.execute(ProcessExecutor.java:74)
	... 107 more
Caused by: java.io.IOException: error=2, No such file or directory
	at java.lang.UNIXProcess.forkAndExec(Native Method)
	at java.lang.UNIXProcess.<init>(UNIXProcess.java:247)
	at java.lang.ProcessImpl.start(ProcessImpl.java:134)
	at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
	... 113 more
2020-07-29 20:00:47.700 [SEVERE]  
2020-07-29 20:00:47.702 [SEVERE]  Re-run Maven using the -X switch to enable full debug logging.
2020-07-29 20:00:47.702 [SEVERE]  
2020-07-29 20:00:47.702 [SEVERE]  For more information about the errors and possible solutions, please read the following articles:
2020-07-29 20:00:47.702 [SEVERE]  [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
2020-07-29 20:00:47.702 [SEVERE]  
2020-07-29 20:00:47.702 [SEVERE]  After correcting the problems, you can resume the build with the command
2020-07-29 20:00:47.702 [SEVERE]    mvn <args> -rf :artifact.ui.html
2020-07-29 20:00:47.706 [SEVERE]  Output of embedded Maven call:
MVN-BEGIN
2020-07-29 20:00:43,006 WARN  [main] org.eclipse.scout.testing.client.ClientSessionProviderWithCache.registerSessionForNotifications(ClientSessionProviderWithCache.java:164) - Failed to register session for notifications. - MDC[]
2020-07-29 20:00:43,009 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession.getUserAgent(AbstractClientSession.java:162) - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[]

MVN-END

2020-07-29 20:00:52.827 [WARNING] Don't override file /tmp/CoreScoutTestingUtils-projectDir2326698997494186990/artifact/artifact/pom.xml
2020-07-29 20:00:53.201 [WARNING] Don't override file /tmp/CoreScoutTestingUtils-projectDir2326698997494186990/artifact/artifact.ui.html/src/main/js/artifact.js
2020-07-29 20:00:53.201 [WARNING] Don't override file /tmp/CoreScoutTestingUtils-projectDir2326698997494186990/artifact/artifact.ui.html/src/main/js/index.js
2020-07-29 20:00:53.202 [WARNING] Don't override file /tmp/CoreScoutTestingUtils-projectDir2326698997494186990/artifact/artifact.ui.html/src/main/js/login.js
2020-07-29 20:00:53.202 [WARNING] Don't override file /tmp/CoreScoutTestingUtils-projectDir2326698997494186990/artifact/artifact.ui.html/src/main/js/logout.js
2020-07-29 20:00:53.208 [WARNING] Don't override file /tmp/CoreScoutTestingUtils-projectDir2326698997494186990/artifact/artifact.ui.html/src/main/resources/WebContent/favicon/manifest.json
2020-07-29 20:00:53.214 [WARNING] Don't override file /tmp/CoreScoutTestingUtils-projectDir2326698997494186990/artifact/artifact.ui.html/src/main/resources/WebContent/popup-window.js
2020-07-29 20:00:59.432 [WARNING] CP Don't override file /tmp/jaxws-module-tmp4928918540378780240/artifact.server.jaxws/src/main/resources/META-INF/scout.xml
2020-07-29 20:02:12.908 [WARNING] /tmp/CoreScoutTestingUtils-projectDir2326698997494186990/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[4] 
	import org.eclipse.scout.rt.security.IAccessControlService;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.scout.rt.security.IAccessControlService is never used
2020-07-29 20:02:12.908 [WARNING] /tmp/CoreScoutTestingUtils-projectDir2326698997494186990/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[6] 
	import org.eclipse.scout.rt.shared.ISession;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.scout.rt.shared.ISession is never used
2 problems (2 warnings)
2020-07-29 20:02:48.897 [WARNING] /tmp/CoreScoutTestingUtils-projectDir2326698997494186990/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/consumer/multifile/ErrorResponse.java:[15] 
	public class ErrorResponse
	             ^^^^^^^^^^^^^
The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long
2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
3. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multifile.IScoutQueryInterface2PortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
4. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
4 problems (4 warnings)
2020-07-29 20:02:53.514 [WARNING] /tmp/CoreScoutTestingUtils-projectDir2326698997494186990/artifact/artifact.client/src/main/java/group/artifact/client/ClientSession.java:[4] 
	import org.eclipse.scout.rt.client.IClientSession;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.scout.rt.client.IClientSession is never used
1 problem (1 warning)
2020-07-29 20:02:53.720 [WARNING] /tmp/CoreScoutTestingUtils-projectDir2326698997494186990/artifact/artifact.client/src/test/java/group/artifact/client/helloworld/HelloWorldFormTest.java:[8] 
	import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField is never used
1 problem (1 warning)
2020-07-29 20:03:01.110 [SEVERE]  Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.9.1:npm (install-node-tools) on project artifact.ui.html: Failed to run task: 'npm install -g pnpm@5.1.6 @eclipse-scout/releng@^10.0.0' failed. java.io.IOException: Cannot run program "/tmp/CoreScoutTestingUtils-projectDir2326698997494186990/artifact/artifact.ui.html/../artifact/target/node/../node/node" (in directory "/tmp/CoreScoutTestingUtils-projectDir2326698997494186990/artifact/artifact.ui.html"): error=2, No such file or directory -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.9.1:npm (install-node-tools) on project artifact.ui.html: Failed to run task
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:215)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:156)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:148)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:56)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:305)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:192)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:105)
	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:957)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:289)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:244)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.scout.sdk.core.s.testing.maven.MavenCliRunner.runMavenInSandbox(MavenCliRunner.java:153)
	at org.eclipse.scout.sdk.core.s.testing.maven.MavenCliRunner.execute(MavenCliRunner.java:87)
	at org.eclipse.scout.sdk.core.s.testing.maven.MavenCliRunner.execute(MavenCliRunner.java:67)
	at org.eclipse.scout.sdk.core.s.util.maven.MavenRunner.execute(MavenRunner.java:76)
	at org.eclipse.scout.sdk.core.s.testing.CoreScoutTestingUtils.runMavenCommand(CoreScoutTestingUtils.java:246)
	at org.eclipse.scout.sdk.core.s.testing.CoreScoutTestingUtils.runMavenCleanTest(CoreScoutTestingUtils.java:223)
	at org.eclipse.scout.sdk.core.s.jaxws.WebServiceNewOperationTest.createWebService(WebServiceNewOperationTest.java:252)
	at org.eclipse.scout.sdk.core.s.jaxws.WebServiceNewOperationTest.createWebServiceConsumer(WebServiceNewOperationTest.java:170)
	at org.eclipse.scout.sdk.core.s.jaxws.WebServiceUpdateOperationTest.lambda$0(WebServiceUpdateOperationTest.java:81)
	at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.lambda$0(TestingEnvironmentBuilder.java:61)
	at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.runInTestingEnvironment(TestingEnvironmentBuilder.java:77)
	at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.lambda$2(TestingEnvironmentBuilder.java:71)
	at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.lambda$3(TestingEnvironmentBuilder.java:82)
	at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.lambda$1(TestingEnvironmentBuilder.java:71)
	at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.lambda$3(TestingEnvironmentBuilder.java:82)
	at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.call(TestingEnvironmentBuilder.java:70)
	at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.run(TestingEnvironmentBuilder.java:60)
	at org.eclipse.scout.sdk.core.s.jaxws.WebServiceNewOperationTest.runCreateJaxWsModule(WebServiceNewOperationTest.java:129)
	at org.eclipse.scout.sdk.core.s.jaxws.WebServiceUpdateOperationTest.testUpdateWebServiceConsumer(WebServiceUpdateOperationTest.java:55)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:686)
	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:149)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
	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.ExecutableInvoker.invoke(ExecutableInvoker.java:104)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:212)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:208)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:137)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:71)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:135)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
	at java.util.ArrayList.forEach(ArrayList.java:1257)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
	at java.util.ArrayList.forEach(ArrayList.java:1257)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:248)
	at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$5(DefaultLauncher.java:211)
	at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:226)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:199)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:132)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:142)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
Caused by: org.apache.maven.plugin.MojoFailureException: Failed to run task
	at com.github.eirslett.maven.plugins.frontend.mojo.AbstractFrontendMojo.execute(AbstractFrontendMojo.java:100)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:210)
	... 100 more
Caused by: com.github.eirslett.maven.plugins.frontend.lib.TaskRunnerException: 'npm install -g pnpm@5.1.6 @eclipse-scout/releng@^10.0.0' failed.
	at com.github.eirslett.maven.plugins.frontend.lib.NodeTaskExecutor.execute(NodeTaskExecutor.java:63)
	at com.github.eirslett.maven.plugins.frontend.mojo.NpmMojo.execute(NpmMojo.java:62)
	at com.github.eirslett.maven.plugins.frontend.mojo.AbstractFrontendMojo.execute(AbstractFrontendMojo.java:94)
	... 102 more
Caused by: com.github.eirslett.maven.plugins.frontend.lib.ProcessExecutionException: java.io.IOException: Cannot run program "/tmp/CoreScoutTestingUtils-projectDir2326698997494186990/artifact/artifact.ui.html/../artifact/target/node/../node/node" (in directory "/tmp/CoreScoutTestingUtils-projectDir2326698997494186990/artifact/artifact.ui.html"): error=2, No such file or directory
	at com.github.eirslett.maven.plugins.frontend.lib.ProcessExecutor.execute(ProcessExecutor.java:84)
	at com.github.eirslett.maven.plugins.frontend.lib.ProcessExecutor.executeAndRedirectOutput(ProcessExecutor.java:64)
	at com.github.eirslett.maven.plugins.frontend.lib.NodeExecutor.executeAndRedirectOutput(NodeExecutor.java:29)
	at com.github.eirslett.maven.plugins.frontend.lib.NodeTaskExecutor.execute(NodeTaskExecutor.java:58)
	... 104 more
Caused by: java.io.IOException: Cannot run program "/tmp/CoreScoutTestingUtils-projectDir2326698997494186990/artifact/artifact.ui.html/../artifact/target/node/../node/node" (in directory "/tmp/CoreScoutTestingUtils-projectDir2326698997494186990/artifact/artifact.ui.html"): error=2, No such file or directory
	at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048)
	at java.lang.Runtime.exec(Runtime.java:620)
	at org.apache.commons.exec.launcher.Java13CommandLauncher.exec(Java13CommandLauncher.java:61)
	at org.apache.commons.exec.DefaultExecutor.launch(DefaultExecutor.java:279)
	at org.apache.commons.exec.DefaultExecutor.executeInternal(DefaultExecutor.java:336)
	at org.apache.commons.exec.DefaultExecutor.execute(DefaultExecutor.java:166)
	at com.github.eirslett.maven.plugins.frontend.lib.ProcessExecutor.execute(ProcessExecutor.java:74)
	... 107 more
Caused by: java.io.IOException: error=2, No such file or directory
	at java.lang.UNIXProcess.forkAndExec(Native Method)
	at java.lang.UNIXProcess.<init>(UNIXProcess.java:247)
	at java.lang.ProcessImpl.start(ProcessImpl.java:134)
	at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
	... 113 more
2020-07-29 20:03:01.112 [SEVERE]  
2020-07-29 20:03:01.114 [SEVERE]  Re-run Maven using the -X switch to enable full debug logging.
2020-07-29 20:03:01.114 [SEVERE]  
2020-07-29 20:03:01.114 [SEVERE]  For more information about the errors and possible solutions, please read the following articles:
2020-07-29 20:03:01.114 [SEVERE]  [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
2020-07-29 20:03:01.114 [SEVERE]  
2020-07-29 20:03:01.114 [SEVERE]  After correcting the problems, you can resume the build with the command
2020-07-29 20:03:01.115 [SEVERE]    mvn <args> -rf :artifact.ui.html
2020-07-29 20:03:01.118 [SEVERE]  Output of embedded Maven call:
MVN-BEGIN
2020-07-29 20:02:56,397 WARN  [main] org.eclipse.scout.testing.client.ClientSessionProviderWithCache.registerSessionForNotifications(ClientSessionProviderWithCache.java:164) - Failed to register session for notifications. - MDC[]
2020-07-29 20:02:56,400 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession.getUserAgent(AbstractClientSession.java:162) - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[]

MVN-END

[ERROR] Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 310.524 s <<< FAILURE! - in org.eclipse.scout.sdk.core.s.jaxws.WebServiceUpdateOperationTest
[ERROR] testUpdateWebServiceProvider  Time elapsed: 177.105 s  <<< ERROR!
org.eclipse.scout.sdk.core.util.SdkException: 
	at org.eclipse.scout.sdk.core.s.testing.maven.MavenCliRunner.execute(MavenCliRunner.java:70)
	at org.eclipse.scout.sdk.core.s.util.maven.MavenRunner.execute(MavenRunner.java:76)
	at org.eclipse.scout.sdk.core.s.testing.CoreScoutTestingUtils.runMavenCommand(CoreScoutTestingUtils.java:246)
	at org.eclipse.scout.sdk.core.s.testing.CoreScoutTestingUtils.runMavenCleanTest(CoreScoutTestingUtils.java:223)
	at org.eclipse.scout.sdk.core.s.jaxws.WebServiceNewOperationTest.createWebService(WebServiceNewOperationTest.java:252)
	at org.eclipse.scout.sdk.core.s.jaxws.WebServiceNewOperationTest.createWebServiceProvider(WebServiceNewOperationTest.java:178)
	at org.eclipse.scout.sdk.core.s.jaxws.WebServiceUpdateOperationTest.lambda$1(WebServiceUpdateOperationTest.java:128)
	at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.lambda$0(TestingEnvironmentBuilder.java:61)
	at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.runInTestingEnvironment(TestingEnvironmentBuilder.java:77)
	at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.lambda$2(TestingEnvironmentBuilder.java:71)
	at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.lambda$3(TestingEnvironmentBuilder.java:82)
	at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.lambda$1(TestingEnvironmentBuilder.java:71)
	at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.lambda$3(TestingEnvironmentBuilder.java:82)
	at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.call(TestingEnvironmentBuilder.java:70)
	at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.run(TestingEnvironmentBuilder.java:60)
	at org.eclipse.scout.sdk.core.s.jaxws.WebServiceNewOperationTest.runCreateJaxWsModule(WebServiceNewOperationTest.java:129)
	at org.eclipse.scout.sdk.core.s.jaxws.WebServiceUpdateOperationTest.testUpdateWebServiceProvider(WebServiceUpdateOperationTest.java:68)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:686)
	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:149)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
	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.ExecutableInvoker.invoke(ExecutableInvoker.java:104)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:212)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:208)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:137)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:71)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:135)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
	at java.util.ArrayList.forEach(ArrayList.java:1257)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
	at java.util.ArrayList.forEach(ArrayList.java:1257)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:248)
	at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$5(DefaultLauncher.java:211)
	at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:226)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:199)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:132)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:142)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
Caused by: java.io.IOException: Maven call failed.
	at org.eclipse.scout.sdk.core.s.testing.maven.MavenCliRunner.runMavenInSandbox(MavenCliRunner.java:159)
	at org.eclipse.scout.sdk.core.s.testing.maven.MavenCliRunner.execute(MavenCliRunner.java:87)
	at org.eclipse.scout.sdk.core.s.testing.maven.MavenCliRunner.execute(MavenCliRunner.java:67)
	... 81 more

[ERROR] testUpdateWebServiceConsumer  Time elapsed: 133.419 s  <<< ERROR!
org.eclipse.scout.sdk.core.util.SdkException: 
	at org.eclipse.scout.sdk.core.s.testing.maven.MavenCliRunner.execute(MavenCliRunner.java:70)
	at org.eclipse.scout.sdk.core.s.util.maven.MavenRunner.execute(MavenRunner.java:76)
	at org.eclipse.scout.sdk.core.s.testing.CoreScoutTestingUtils.runMavenCommand(CoreScoutTestingUtils.java:246)
	at org.eclipse.scout.sdk.core.s.testing.CoreScoutTestingUtils.runMavenCleanTest(CoreScoutTestingUtils.java:223)
	at org.eclipse.scout.sdk.core.s.jaxws.WebServiceNewOperationTest.createWebService(WebServiceNewOperationTest.java:252)
	at org.eclipse.scout.sdk.core.s.jaxws.WebServiceNewOperationTest.createWebServiceConsumer(WebServiceNewOperationTest.java:170)
	at org.eclipse.scout.sdk.core.s.jaxws.WebServiceUpdateOperationTest.lambda$0(WebServiceUpdateOperationTest.java:81)
	at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.lambda$0(TestingEnvironmentBuilder.java:61)
	at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.runInTestingEnvironment(TestingEnvironmentBuilder.java:77)
	at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.lambda$2(TestingEnvironmentBuilder.java:71)
	at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.lambda$3(TestingEnvironmentBuilder.java:82)
	at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.lambda$1(TestingEnvironmentBuilder.java:71)
	at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.lambda$3(TestingEnvironmentBuilder.java:82)
	at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.call(TestingEnvironmentBuilder.java:70)
	at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.run(TestingEnvironmentBuilder.java:60)
	at org.eclipse.scout.sdk.core.s.jaxws.WebServiceNewOperationTest.runCreateJaxWsModule(WebServiceNewOperationTest.java:129)
	at org.eclipse.scout.sdk.core.s.jaxws.WebServiceUpdateOperationTest.testUpdateWebServiceConsumer(WebServiceUpdateOperationTest.java:55)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:686)
	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:149)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
	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.ExecutableInvoker.invoke(ExecutableInvoker.java:104)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:212)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:208)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:137)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:71)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:135)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
	at java.util.ArrayList.forEach(ArrayList.java:1257)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
	at java.util.ArrayList.forEach(ArrayList.java:1257)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:248)
	at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$5(DefaultLauncher.java:211)
	at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:226)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:199)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:132)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:142)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
Caused by: java.io.IOException: Maven call failed.
	at org.eclipse.scout.sdk.core.s.testing.maven.MavenCliRunner.runMavenInSandbox(MavenCliRunner.java:159)
	at org.eclipse.scout.sdk.core.s.testing.maven.MavenCliRunner.execute(MavenCliRunner.java:87)
	at org.eclipse.scout.sdk.core.s.testing.maven.MavenCliRunner.execute(MavenCliRunner.java:67)
	... 81 more

[INFO] Running org.eclipse.scout.sdk.core.s.jaxws.WebServiceNewOperationTest
2020-07-29 20:03:06.397 [WARNING] Don't override file /tmp/CoreScoutTestingUtils-projectDir3006894248474352621/artifact/artifact/pom.xml
2020-07-29 20:03:06.628 [WARNING] Don't override file /tmp/CoreScoutTestingUtils-projectDir3006894248474352621/artifact/artifact.ui.html/src/main/js/artifact.js
2020-07-29 20:03:06.629 [WARNING] Don't override file /tmp/CoreScoutTestingUtils-projectDir3006894248474352621/artifact/artifact.ui.html/src/main/js/index.js
2020-07-29 20:03:06.629 [WARNING] Don't override file /tmp/CoreScoutTestingUtils-projectDir3006894248474352621/artifact/artifact.ui.html/src/main/js/login.js
2020-07-29 20:03:06.695 [WARNING] Don't override file /tmp/CoreScoutTestingUtils-projectDir3006894248474352621/artifact/artifact.ui.html/src/main/js/logout.js
2020-07-29 20:03:06.699 [WARNING] Don't override file /tmp/CoreScoutTestingUtils-projectDir3006894248474352621/artifact/artifact.ui.html/src/main/resources/WebContent/favicon/manifest.json
2020-07-29 20:03:06.702 [WARNING] Don't override file /tmp/CoreScoutTestingUtils-projectDir3006894248474352621/artifact/artifact.ui.html/src/main/resources/WebContent/popup-window.js
2020-07-29 20:03:12.701 [WARNING] CP Don't override file /tmp/jaxws-module-tmp7381280606873408155/artifact.server.jaxws/src/main/resources/META-INF/scout.xml
2020-07-29 20:05:05.402 [WARNING] /tmp/CoreScoutTestingUtils-projectDir3006894248474352621/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[4] 
	import org.eclipse.scout.rt.security.IAccessControlService;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.scout.rt.security.IAccessControlService is never used
2020-07-29 20:05:05.402 [WARNING] /tmp/CoreScoutTestingUtils-projectDir3006894248474352621/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[6] 
	import org.eclipse.scout.rt.shared.ISession;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.scout.rt.shared.ISession is never used
2 problems (2 warnings)
2020-07-29 20:05:40.825 [WARNING] /tmp/CoreScoutTestingUtils-projectDir3006894248474352621/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/provider/multifile/ErrorResponse.java:[15] 
	public class ErrorResponse
	             ^^^^^^^^^^^^^
The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long
2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
3. WARNING: Annotation processing: Generate entry point for endpoint interface 'test.provider.multifile.IScoutQueryInterface2PortType' [entryPoint=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint, wsdl:portType=scoutQueryInterface2, wsdl:service=scoutQuery, wsdl:port=scoutQueryPort] [processor=JaxWsAnnotationProcessor]
4. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.WsProviderCorrelationIdHandler, handlerDelegate=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_WsProviderCorrelationIdHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
5. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.LogHandler, handlerDelegate=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_LogHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
6. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
7. WARNING: Annotation processing: Generate handler chain XML-file [file=ScoutQueryInterface2WebServiceEntryPoint_handler-chain.xml, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
8. WARNING: Annotation processing: Entry point successfully generated. [entryPoint=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType, entryPointDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition] [processor=JaxWsAnnotationProcessor]
9. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10 problems (10 warnings)
2020-07-29 20:05:45.406 [WARNING] /tmp/CoreScoutTestingUtils-projectDir3006894248474352621/artifact/artifact.client/src/main/java/group/artifact/client/ClientSession.java:[4] 
	import org.eclipse.scout.rt.client.IClientSession;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.scout.rt.client.IClientSession is never used
1 problem (1 warning)
2020-07-29 20:05:45.604 [WARNING] /tmp/CoreScoutTestingUtils-projectDir3006894248474352621/artifact/artifact.client/src/test/java/group/artifact/client/helloworld/HelloWorldFormTest.java:[8] 
	import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField is never used
1 problem (1 warning)
2020-07-29 20:05:53.699 [SEVERE]  Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.9.1:npm (install-node-tools) on project artifact.ui.html: Failed to run task: 'npm install -g pnpm@5.1.6 @eclipse-scout/releng@^10.0.0' failed. java.io.IOException: Cannot run program "/tmp/CoreScoutTestingUtils-projectDir3006894248474352621/artifact/artifact.ui.html/../artifact/target/node/../node/node" (in directory "/tmp/CoreScoutTestingUtils-projectDir3006894248474352621/artifact/artifact.ui.html"): error=2, No such file or directory -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.9.1:npm (install-node-tools) on project artifact.ui.html: Failed to run task
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:215)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:156)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:148)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:56)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:305)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:192)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:105)
	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:957)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:289)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:244)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.scout.sdk.core.s.testing.maven.MavenCliRunner.runMavenInSandbox(MavenCliRunner.java:153)
	at org.eclipse.scout.sdk.core.s.testing.maven.MavenCliRunner.execute(MavenCliRunner.java:87)
	at org.eclipse.scout.sdk.core.s.testing.maven.MavenCliRunner.execute(MavenCliRunner.java:67)
	at org.eclipse.scout.sdk.core.s.util.maven.MavenRunner.execute(MavenRunner.java:76)
	at org.eclipse.scout.sdk.core.s.testing.CoreScoutTestingUtils.runMavenCommand(CoreScoutTestingUtils.java:246)
	at org.eclipse.scout.sdk.core.s.testing.CoreScoutTestingUtils.runMavenCleanTest(CoreScoutTestingUtils.java:223)
	at org.eclipse.scout.sdk.core.s.jaxws.WebServiceNewOperationTest.createWebService(WebServiceNewOperationTest.java:252)
	at org.eclipse.scout.sdk.core.s.jaxws.WebServiceNewOperationTest.createWebServiceProvider(WebServiceNewOperationTest.java:178)
	at org.eclipse.scout.sdk.core.s.jaxws.WebServiceNewOperationTest.lambda$3(WebServiceNewOperationTest.java:104)
	at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.lambda$0(TestingEnvironmentBuilder.java:61)
	at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.runInTestingEnvironment(TestingEnvironmentBuilder.java:77)
	at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.lambda$2(TestingEnvironmentBuilder.java:71)
	at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.lambda$3(TestingEnvironmentBuilder.java:82)
	at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.lambda$1(TestingEnvironmentBuilder.java:71)
	at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.lambda$3(TestingEnvironmentBuilder.java:82)
	at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.call(TestingEnvironmentBuilder.java:70)
	at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.run(TestingEnvironmentBuilder.java:60)
	at org.eclipse.scout.sdk.core.s.jaxws.WebServiceNewOperationTest.runCreateJaxWsModule(WebServiceNewOperationTest.java:129)
	at org.eclipse.scout.sdk.core.s.jaxws.WebServiceNewOperationTest.testNewWebServicesProviderFirst(WebServiceNewOperationTest.java:103)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:686)
	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:149)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
	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.ExecutableInvoker.invoke(ExecutableInvoker.java:104)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:212)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:208)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:137)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:71)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:135)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
	at java.util.ArrayList.forEach(ArrayList.java:1257)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
	at java.util.ArrayList.forEach(ArrayList.java:1257)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:248)
	at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$5(DefaultLauncher.java:211)
	at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:226)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:199)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:132)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:142)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
Caused by: org.apache.maven.plugin.MojoFailureException: Failed to run task
	at com.github.eirslett.maven.plugins.frontend.mojo.AbstractFrontendMojo.execute(AbstractFrontendMojo.java:100)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:210)
	... 100 more
Caused by: com.github.eirslett.maven.plugins.frontend.lib.TaskRunnerException: 'npm install -g pnpm@5.1.6 @eclipse-scout/releng@^10.0.0' failed.
	at com.github.eirslett.maven.plugins.frontend.lib.NodeTaskExecutor.execute(NodeTaskExecutor.java:63)
	at com.github.eirslett.maven.plugins.frontend.mojo.NpmMojo.execute(NpmMojo.java:62)
	at com.github.eirslett.maven.plugins.frontend.mojo.AbstractFrontendMojo.execute(AbstractFrontendMojo.java:94)
	... 102 more
Caused by: com.github.eirslett.maven.plugins.frontend.lib.ProcessExecutionException: java.io.IOException: Cannot run program "/tmp/CoreScoutTestingUtils-projectDir3006894248474352621/artifact/artifact.ui.html/../artifact/target/node/../node/node" (in directory "/tmp/CoreScoutTestingUtils-projectDir3006894248474352621/artifact/artifact.ui.html"): error=2, No such file or directory
	at com.github.eirslett.maven.plugins.frontend.lib.ProcessExecutor.execute(ProcessExecutor.java:84)
	at com.github.eirslett.maven.plugins.frontend.lib.ProcessExecutor.executeAndRedirectOutput(ProcessExecutor.java:64)
	at com.github.eirslett.maven.plugins.frontend.lib.NodeExecutor.executeAndRedirectOutput(NodeExecutor.java:29)
	at com.github.eirslett.maven.plugins.frontend.lib.NodeTaskExecutor.execute(NodeTaskExecutor.java:58)
	... 104 more
Caused by: java.io.IOException: Cannot run program "/tmp/CoreScoutTestingUtils-projectDir3006894248474352621/artifact/artifact.ui.html/../artifact/target/node/../node/node" (in directory "/tmp/CoreScoutTestingUtils-projectDir3006894248474352621/artifact/artifact.ui.html"): error=2, No such file or directory
	at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048)
	at java.lang.Runtime.exec(Runtime.java:620)
	at org.apache.commons.exec.launcher.Java13CommandLauncher.exec(Java13CommandLauncher.java:61)
	at org.apache.commons.exec.DefaultExecutor.launch(DefaultExecutor.java:279)
	at org.apache.commons.exec.DefaultExecutor.executeInternal(DefaultExecutor.java:336)
	at org.apache.commons.exec.DefaultExecutor.execute(DefaultExecutor.java:166)
	at com.github.eirslett.maven.plugins.frontend.lib.ProcessExecutor.execute(ProcessExecutor.java:74)
	... 107 more
Caused by: java.io.IOException: error=2, No such file or directory
	at java.lang.UNIXProcess.forkAndExec(Native Method)
	at java.lang.UNIXProcess.<init>(UNIXProcess.java:247)
	at java.lang.ProcessImpl.start(ProcessImpl.java:134)
	at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
	... 113 more
2020-07-29 20:05:53.701 [SEVERE]  
2020-07-29 20:05:53.702 [SEVERE]  Re-run Maven using the -X switch to enable full debug logging.
2020-07-29 20:05:53.702 [SEVERE]  
2020-07-29 20:05:53.702 [SEVERE]  For more information about the errors and possible solutions, please read the following articles:
2020-07-29 20:05:53.702 [SEVERE]  [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
2020-07-29 20:05:53.702 [SEVERE]  
2020-07-29 20:05:53.702 [SEVERE]  After correcting the problems, you can resume the build with the command
2020-07-29 20:05:53.703 [SEVERE]    mvn <args> -rf :artifact.ui.html
2020-07-29 20:05:53.705 [SEVERE]  Output of embedded Maven call:
MVN-BEGIN
2020-07-29 20:05:47,615 WARN  [main] org.eclipse.scout.testing.client.ClientSessionProviderWithCache.registerSessionForNotifications(ClientSessionProviderWithCache.java:164) - Failed to register session for notifications. - MDC[]
2020-07-29 20:05:47,617 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession.getUserAgent(AbstractClientSession.java:162) - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[]

MVN-END

2020-07-29 20:05:58.424 [WARNING] Don't override file /tmp/CoreScoutTestingUtils-projectDir7075405295495884093/artifact/artifact/pom.xml
2020-07-29 20:05:58.615 [WARNING] Don't override file /tmp/CoreScoutTestingUtils-projectDir7075405295495884093/artifact/artifact.ui.html/src/main/js/artifact.js
2020-07-29 20:05:58.615 [WARNING] Don't override file /tmp/CoreScoutTestingUtils-projectDir7075405295495884093/artifact/artifact.ui.html/src/main/js/index.js
2020-07-29 20:05:58.616 [WARNING] Don't override file /tmp/CoreScoutTestingUtils-projectDir7075405295495884093/artifact/artifact.ui.html/src/main/js/login.js
2020-07-29 20:05:58.616 [WARNING] Don't override file /tmp/CoreScoutTestingUtils-projectDir7075405295495884093/artifact/artifact.ui.html/src/main/js/logout.js
2020-07-29 20:05:58.619 [WARNING] Don't override file /tmp/CoreScoutTestingUtils-projectDir7075405295495884093/artifact/artifact.ui.html/src/main/resources/WebContent/favicon/manifest.json
2020-07-29 20:05:58.621 [WARNING] Don't override file /tmp/CoreScoutTestingUtils-projectDir7075405295495884093/artifact/artifact.ui.html/src/main/resources/WebContent/popup-window.js
2020-07-29 20:06:05.029 [WARNING] CP Don't override file /tmp/jaxws-module-tmp4924524128058954339/artifact.server.jaxws/src/main/resources/META-INF/scout.xml
2020-07-29 20:07:20.112 [WARNING] /tmp/CoreScoutTestingUtils-projectDir7075405295495884093/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[4] 
	import org.eclipse.scout.rt.security.IAccessControlService;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.scout.rt.security.IAccessControlService is never used
2020-07-29 20:07:20.113 [WARNING] /tmp/CoreScoutTestingUtils-projectDir7075405295495884093/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[6] 
	import org.eclipse.scout.rt.shared.ISession;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.scout.rt.shared.ISession is never used
2 problems (2 warnings)
2020-07-29 20:07:55.313 [WARNING] /tmp/CoreScoutTestingUtils-projectDir7075405295495884093/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/consumer/ErrorResponse.java:[15] 
	public class ErrorResponse
	             ^^^^^^^^^^^^^
The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long
2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
3. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.IScoutQueryInterface2PortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
4. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
4 problems (4 warnings)
2020-07-29 20:08:00.921 [WARNING] /tmp/CoreScoutTestingUtils-projectDir7075405295495884093/artifact/artifact.client/src/main/java/group/artifact/client/ClientSession.java:[4] 
	import org.eclipse.scout.rt.client.IClientSession;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.scout.rt.client.IClientSession is never used
1 problem (1 warning)
2020-07-29 20:08:01.131 [WARNING] /tmp/CoreScoutTestingUtils-projectDir7075405295495884093/artifact/artifact.client/src/test/java/group/artifact/client/helloworld/HelloWorldFormTest.java:[8] 
	import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField is never used
1 problem (1 warning)
2020-07-29 20:08:08.945 [SEVERE]  Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.9.1:npm (install-node-tools) on project artifact.ui.html: Failed to run task: 'npm install -g pnpm@5.1.6 @eclipse-scout/releng@^10.0.0' failed. java.io.IOException: Cannot run program "/tmp/CoreScoutTestingUtils-projectDir7075405295495884093/artifact/artifact.ui.html/../artifact/target/node/../node/node" (in directory "/tmp/CoreScoutTestingUtils-projectDir7075405295495884093/artifact/artifact.ui.html"): error=2, No such file or directory -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.9.1:npm (install-node-tools) on project artifact.ui.html: Failed to run task
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:215)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:156)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:148)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:56)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:305)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:192)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:105)
	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:957)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:289)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:244)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.scout.sdk.core.s.testing.maven.MavenCliRunner.runMavenInSandbox(MavenCliRunner.java:153)
	at org.eclipse.scout.sdk.core.s.testing.maven.MavenCliRunner.execute(MavenCliRunner.java:87)
	at org.eclipse.scout.sdk.core.s.testing.maven.MavenCliRunner.execute(MavenCliRunner.java:67)
	at org.eclipse.scout.sdk.core.s.util.maven.MavenRunner.execute(MavenRunner.java:76)
	at org.eclipse.scout.sdk.core.s.testing.CoreScoutTestingUtils.runMavenCommand(CoreScoutTestingUtils.java:246)
	at org.eclipse.scout.sdk.core.s.testing.CoreScoutTestingUtils.runMavenCleanTest(CoreScoutTestingUtils.java:223)
	at org.eclipse.scout.sdk.core.s.jaxws.WebServiceNewOperationTest.createWebService(WebServiceNewOperationTest.java:252)
	at org.eclipse.scout.sdk.core.s.jaxws.WebServiceNewOperationTest.createWebServiceConsumer(WebServiceNewOperationTest.java:170)
	at org.eclipse.scout.sdk.core.s.jaxws.WebServiceNewOperationTest.lambda$0(WebServiceNewOperationTest.java:75)
	at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.lambda$0(TestingEnvironmentBuilder.java:61)
	at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.runInTestingEnvironment(TestingEnvironmentBuilder.java:77)
	at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.lambda$2(TestingEnvironmentBuilder.java:71)
	at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.lambda$3(TestingEnvironmentBuilder.java:82)
	at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.lambda$1(TestingEnvironmentBuilder.java:71)
	at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.lambda$3(TestingEnvironmentBuilder.java:82)
	at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.call(TestingEnvironmentBuilder.java:70)
	at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.run(TestingEnvironmentBuilder.java:60)
	at org.eclipse.scout.sdk.core.s.jaxws.WebServiceNewOperationTest.runCreateJaxWsModule(WebServiceNewOperationTest.java:129)
	at org.eclipse.scout.sdk.core.s.jaxws.WebServiceNewOperationTest.testNewWebServicesConsumerFirst(WebServiceNewOperationTest.java:74)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:686)
	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:149)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
	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.ExecutableInvoker.invoke(ExecutableInvoker.java:104)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:212)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:208)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:137)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:71)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:135)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
	at java.util.ArrayList.forEach(ArrayList.java:1257)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
	at java.util.ArrayList.forEach(ArrayList.java:1257)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:248)
	at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$5(DefaultLauncher.java:211)
	at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:226)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:199)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:132)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:142)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
Caused by: org.apache.maven.plugin.MojoFailureException: Failed to run task
	at com.github.eirslett.maven.plugins.frontend.mojo.AbstractFrontendMojo.execute(AbstractFrontendMojo.java:100)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:210)
	... 100 more
Caused by: com.github.eirslett.maven.plugins.frontend.lib.TaskRunnerException: 'npm install -g pnpm@5.1.6 @eclipse-scout/releng@^10.0.0' failed.
	at com.github.eirslett.maven.plugins.frontend.lib.NodeTaskExecutor.execute(NodeTaskExecutor.java:63)
	at com.github.eirslett.maven.plugins.frontend.mojo.NpmMojo.execute(NpmMojo.java:62)
	at com.github.eirslett.maven.plugins.frontend.mojo.AbstractFrontendMojo.execute(AbstractFrontendMojo.java:94)
	... 102 more
Caused by: com.github.eirslett.maven.plugins.frontend.lib.ProcessExecutionException: java.io.IOException: Cannot run program "/tmp/CoreScoutTestingUtils-projectDir7075405295495884093/artifact/artifact.ui.html/../artifact/target/node/../node/node" (in directory "/tmp/CoreScoutTestingUtils-projectDir7075405295495884093/artifact/artifact.ui.html"): error=2, No such file or directory
	at com.github.eirslett.maven.plugins.frontend.lib.ProcessExecutor.execute(ProcessExecutor.java:84)
	at com.github.eirslett.maven.plugins.frontend.lib.ProcessExecutor.executeAndRedirectOutput(ProcessExecutor.java:64)
	at com.github.eirslett.maven.plugins.frontend.lib.NodeExecutor.executeAndRedirectOutput(NodeExecutor.java:29)
	at com.github.eirslett.maven.plugins.frontend.lib.NodeTaskExecutor.execute(NodeTaskExecutor.java:58)
	... 104 more
Caused by: java.io.IOException: Cannot run program "/tmp/CoreScoutTestingUtils-projectDir7075405295495884093/artifact/artifact.ui.html/../artifact/target/node/../node/node" (in directory "/tmp/CoreScoutTestingUtils-projectDir7075405295495884093/artifact/artifact.ui.html"): error=2, No such file or directory
	at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048)
	at java.lang.Runtime.exec(Runtime.java:620)
	at org.apache.commons.exec.launcher.Java13CommandLauncher.exec(Java13CommandLauncher.java:61)
	at org.apache.commons.exec.DefaultExecutor.launch(DefaultExecutor.java:279)
	at org.apache.commons.exec.DefaultExecutor.executeInternal(DefaultExecutor.java:336)
	at org.apache.commons.exec.DefaultExecutor.execute(DefaultExecutor.java:166)
	at com.github.eirslett.maven.plugins.frontend.lib.ProcessExecutor.execute(ProcessExecutor.java:74)
	... 107 more
Caused by: java.io.IOException: error=2, No such file or directory
	at java.lang.UNIXProcess.forkAndExec(Native Method)
	at java.lang.UNIXProcess.<init>(UNIXProcess.java:247)
	at java.lang.ProcessImpl.start(ProcessImpl.java:134)
	at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
	... 113 more
2020-07-29 20:08:08.946 [SEVERE]  
2020-07-29 20:08:08.947 [SEVERE]  Re-run Maven using the -X switch to enable full debug logging.
2020-07-29 20:08:08.947 [SEVERE]  
2020-07-29 20:08:08.948 [SEVERE]  For more information about the errors and possible solutions, please read the following articles:
2020-07-29 20:08:08.948 [SEVERE]  [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
2020-07-29 20:08:08.948 [SEVERE]  
2020-07-29 20:08:08.948 [SEVERE]  After correcting the problems, you can resume the build with the command
2020-07-29 20:08:08.948 [SEVERE]    mvn <args> -rf :artifact.ui.html
2020-07-29 20:08:08.950 [SEVERE]  Output of embedded Maven call:
MVN-BEGIN
2020-07-29 20:08:03,312 WARN  [main] org.eclipse.scout.testing.client.ClientSessionProviderWithCache.registerSessionForNotifications(ClientSessionProviderWithCache.java:164) - Failed to register session for notifications. - MDC[]
2020-07-29 20:08:03,314 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession.getUserAgent(AbstractClientSession.java:162) - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[]

MVN-END

[ERROR] Tests run: 3, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 307.55 s <<< FAILURE! - in org.eclipse.scout.sdk.core.s.jaxws.WebServiceNewOperationTest
[ERROR] testNewWebServicesProviderFirst  Time elapsed: 172.342 s  <<< ERROR!
org.eclipse.scout.sdk.core.util.SdkException: 
	at org.eclipse.scout.sdk.core.s.testing.maven.MavenCliRunner.execute(MavenCliRunner.java:70)
	at org.eclipse.scout.sdk.core.s.util.maven.MavenRunner.execute(MavenRunner.java:76)
	at org.eclipse.scout.sdk.core.s.testing.CoreScoutTestingUtils.runMavenCommand(CoreScoutTestingUtils.java:246)
	at org.eclipse.scout.sdk.core.s.testing.CoreScoutTestingUtils.runMavenCleanTest(CoreScoutTestingUtils.java:223)
	at org.eclipse.scout.sdk.core.s.jaxws.WebServiceNewOperationTest.createWebService(WebServiceNewOperationTest.java:252)
	at org.eclipse.scout.sdk.core.s.jaxws.WebServiceNewOperationTest.createWebServiceProvider(WebServiceNewOperationTest.java:178)
	at org.eclipse.scout.sdk.core.s.jaxws.WebServiceNewOperationTest.lambda$3(WebServiceNewOperationTest.java:104)
	at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.lambda$0(TestingEnvironmentBuilder.java:61)
	at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.runInTestingEnvironment(TestingEnvironmentBuilder.java:77)
	at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.lambda$2(TestingEnvironmentBuilder.java:71)
	at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.lambda$3(TestingEnvironmentBuilder.java:82)
	at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.lambda$1(TestingEnvironmentBuilder.java:71)
	at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.lambda$3(TestingEnvironmentBuilder.java:82)
	at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.call(TestingEnvironmentBuilder.java:70)
	at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.run(TestingEnvironmentBuilder.java:60)
	at org.eclipse.scout.sdk.core.s.jaxws.WebServiceNewOperationTest.runCreateJaxWsModule(WebServiceNewOperationTest.java:129)
	at org.eclipse.scout.sdk.core.s.jaxws.WebServiceNewOperationTest.testNewWebServicesProviderFirst(WebServiceNewOperationTest.java:103)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:686)
	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:149)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
	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.ExecutableInvoker.invoke(ExecutableInvoker.java:104)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:212)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:208)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:137)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:71)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:135)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
	at java.util.ArrayList.forEach(ArrayList.java:1257)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
	at java.util.ArrayList.forEach(ArrayList.java:1257)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:248)
	at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$5(DefaultLauncher.java:211)
	at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:226)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:199)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:132)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:142)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
Caused by: java.io.IOException: Maven call failed.
	at org.eclipse.scout.sdk.core.s.testing.maven.MavenCliRunner.runMavenInSandbox(MavenCliRunner.java:159)
	at org.eclipse.scout.sdk.core.s.testing.maven.MavenCliRunner.execute(MavenCliRunner.java:87)
	at org.eclipse.scout.sdk.core.s.testing.maven.MavenCliRunner.execute(MavenCliRunner.java:67)
	... 81 more

[ERROR] testNewWebServicesConsumerFirst  Time elapsed: 135.151 s  <<< ERROR!
org.eclipse.scout.sdk.core.util.SdkException: 
	at org.eclipse.scout.sdk.core.s.testing.maven.MavenCliRunner.execute(MavenCliRunner.java:70)
	at org.eclipse.scout.sdk.core.s.util.maven.MavenRunner.execute(MavenRunner.java:76)
	at org.eclipse.scout.sdk.core.s.testing.CoreScoutTestingUtils.runMavenCommand(CoreScoutTestingUtils.java:246)
	at org.eclipse.scout.sdk.core.s.testing.CoreScoutTestingUtils.runMavenCleanTest(CoreScoutTestingUtils.java:223)
	at org.eclipse.scout.sdk.core.s.jaxws.WebServiceNewOperationTest.createWebService(WebServiceNewOperationTest.java:252)
	at org.eclipse.scout.sdk.core.s.jaxws.WebServiceNewOperationTest.createWebServiceConsumer(WebServiceNewOperationTest.java:170)
	at org.eclipse.scout.sdk.core.s.jaxws.WebServiceNewOperationTest.lambda$0(WebServiceNewOperationTest.java:75)
	at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.lambda$0(TestingEnvironmentBuilder.java:61)
	at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.runInTestingEnvironment(TestingEnvironmentBuilder.java:77)
	at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.lambda$2(TestingEnvironmentBuilder.java:71)
	at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.lambda$3(TestingEnvironmentBuilder.java:82)
	at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.lambda$1(TestingEnvironmentBuilder.java:71)
	at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.lambda$3(TestingEnvironmentBuilder.java:82)
	at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.call(TestingEnvironmentBuilder.java:70)
	at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.run(TestingEnvironmentBuilder.java:60)
	at org.eclipse.scout.sdk.core.s.jaxws.WebServiceNewOperationTest.runCreateJaxWsModule(WebServiceNewOperationTest.java:129)
	at org.eclipse.scout.sdk.core.s.jaxws.WebServiceNewOperationTest.testNewWebServicesConsumerFirst(WebServiceNewOperationTest.java:74)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:686)
	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:149)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
	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.ExecutableInvoker.invoke(ExecutableInvoker.java:104)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:212)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:208)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:137)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:71)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:135)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
	at java.util.ArrayList.forEach(ArrayList.java:1257)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
	at java.util.ArrayList.forEach(ArrayList.java:1257)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:248)
	at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$5(DefaultLauncher.java:211)
	at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:226)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:199)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:132)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:142)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
Caused by: java.io.IOException: Maven call failed.
	at org.eclipse.scout.sdk.core.s.testing.maven.MavenCliRunner.runMavenInSandbox(MavenCliRunner.java:159)
	at org.eclipse.scout.sdk.core.s.testing.maven.MavenCliRunner.execute(MavenCliRunner.java:87)
	at org.eclipse.scout.sdk.core.s.testing.maven.MavenCliRunner.execute(MavenCliRunner.java:67)
	... 81 more

[INFO] Running org.eclipse.scout.sdk.core.s.jaxws.JaxWsUtilsTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.sdk.core.s.jaxws.JaxWsUtilsTest
[INFO] Running org.eclipse.scout.sdk.core.s.jaxws.JaxWsModuleNewHelperTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.sdk.core.s.jaxws.JaxWsModuleNewHelperTest
[INFO] Running org.eclipse.scout.sdk.core.s.jaxws.EmptyWsdlGeneratorTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.sdk.core.s.jaxws.EmptyWsdlGeneratorTest
[INFO] Running org.eclipse.scout.sdk.core.s.form.FormNewOperationTest
[INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.032 s - in org.eclipse.scout.sdk.core.s.form.FormNewOperationTest
[INFO] Running org.eclipse.scout.sdk.core.s.form.FormGeneratorTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.675 s - in org.eclipse.scout.sdk.core.s.form.FormGeneratorTest
[INFO] Running org.eclipse.scout.sdk.core.s.environment.SdkFutureTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.scout.sdk.core.s.environment.SdkFutureTest
[INFO] Running org.eclipse.scout.sdk.core.s.dto.TableFieldWithIgnoredColumnsTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.291 s - in org.eclipse.scout.sdk.core.s.dto.TableFieldWithIgnoredColumnsTest
[INFO] Running org.eclipse.scout.sdk.core.s.dto.TableFieldFormTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.304 s - in org.eclipse.scout.sdk.core.s.dto.TableFieldFormTest
[INFO] Running org.eclipse.scout.sdk.core.s.dto.TableFieldExtensionTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.521 s - in org.eclipse.scout.sdk.core.s.dto.TableFieldExtensionTest
[INFO] Running org.eclipse.scout.sdk.core.s.dto.TableFieldBeanTest
2020-07-29 20:08:25.013 [WARNING] Column 'formdata.client.ui.forms.ColumnWithoutTypeForm$MainBox$MyTableField$Table$MyColumn' has no value type.
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.68 s - in org.eclipse.scout.sdk.core.s.dto.TableFieldBeanTest
[INFO] Running org.eclipse.scout.sdk.core.s.dto.SimpleFormTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.3 s - in org.eclipse.scout.sdk.core.s.dto.SimpleFormTest
[INFO] Running org.eclipse.scout.sdk.core.s.dto.ScopeTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.596 s - in org.eclipse.scout.sdk.core.s.dto.ScopeTest
[INFO] Running org.eclipse.scout.sdk.core.s.dto.ReplacingPageTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.236 s - in org.eclipse.scout.sdk.core.s.dto.ReplacingPageTest
[INFO] Running org.eclipse.scout.sdk.core.s.dto.ReplacingFormTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.193 s - in org.eclipse.scout.sdk.core.s.dto.ReplacingFormTest
[INFO] Running org.eclipse.scout.sdk.core.s.dto.ReplaceWithTemplatesTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.82 s - in org.eclipse.scout.sdk.core.s.dto.ReplaceWithTemplatesTest
[INFO] Running org.eclipse.scout.sdk.core.s.dto.ReplaceFormFieldTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.256 s - in org.eclipse.scout.sdk.core.s.dto.ReplaceFormFieldTest
[INFO] Running org.eclipse.scout.sdk.core.s.dto.PageBeanDataTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.015 s - in org.eclipse.scout.sdk.core.s.dto.PageBeanDataTest
[INFO] Running org.eclipse.scout.sdk.core.s.dto.NestedMultiLevelFormFieldTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.77 s - in org.eclipse.scout.sdk.core.s.dto.NestedMultiLevelFormFieldTest
[INFO] Running org.eclipse.scout.sdk.core.s.dto.MixedValueFieldTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.14 s - in org.eclipse.scout.sdk.core.s.dto.MixedValueFieldTest
[INFO] Running org.eclipse.scout.sdk.core.s.dto.MasterFieldFormDataTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.182 s - in org.eclipse.scout.sdk.core.s.dto.MasterFieldFormDataTest
[INFO] Running org.eclipse.scout.sdk.core.s.dto.ListBoxFormTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.212 s - in org.eclipse.scout.sdk.core.s.dto.ListBoxFormTest
[INFO] Running org.eclipse.scout.sdk.core.s.dto.IgnoredFieldsFormTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.199 s - in org.eclipse.scout.sdk.core.s.dto.IgnoredFieldsFormTest
[INFO] Running org.eclipse.scout.sdk.core.s.dto.FormWithTemplateTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.19 s - in org.eclipse.scout.sdk.core.s.dto.FormWithTemplateTest
[INFO] Running org.eclipse.scout.sdk.core.s.dto.FormWithGroupboxesTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.227 s - in org.eclipse.scout.sdk.core.s.dto.FormWithGroupboxesTest
[INFO] Running org.eclipse.scout.sdk.core.s.dto.FormPropertiesTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.302 s - in org.eclipse.scout.sdk.core.s.dto.FormPropertiesTest
[INFO] Running org.eclipse.scout.sdk.core.s.dto.FormFieldMenuTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.228 s - in org.eclipse.scout.sdk.core.s.dto.FormFieldMenuTest
[INFO] Running org.eclipse.scout.sdk.core.s.dto.FormDataOrderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.362 s - in org.eclipse.scout.sdk.core.s.dto.FormDataOrderTest
[INFO] Running org.eclipse.scout.sdk.core.s.dto.ExternalTableFieldTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.213 s - in org.eclipse.scout.sdk.core.s.dto.ExternalTableFieldTest
[INFO] Running org.eclipse.scout.sdk.core.s.dto.ExternalGroupboxTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.21 s - in org.eclipse.scout.sdk.core.s.dto.ExternalGroupboxTest
[INFO] Running org.eclipse.scout.sdk.core.s.dto.ExternalCheckboxFieldTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.199 s - in org.eclipse.scout.sdk.core.s.dto.ExternalCheckboxFieldTest
[INFO] Running org.eclipse.scout.sdk.core.s.dto.ExtensionFormDataTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.143 s - in org.eclipse.scout.sdk.core.s.dto.ExtensionFormDataTest
[INFO] Running org.eclipse.scout.sdk.core.s.dto.AnnotationCopyTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 s - in org.eclipse.scout.sdk.core.s.dto.AnnotationCopyTest
[INFO] Running org.eclipse.scout.sdk.core.s.derived.DtoUpdateHandlerTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.12 s - in org.eclipse.scout.sdk.core.s.derived.DtoUpdateHandlerTest
[INFO] Running org.eclipse.scout.sdk.core.s.codetype.HugeCodeTypeTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.374 s - in org.eclipse.scout.sdk.core.s.codetype.HugeCodeTypeTest
[INFO] Running org.eclipse.scout.sdk.core.s.codetype.CodeTypeNewOperationTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.437 s - in org.eclipse.scout.sdk.core.s.codetype.CodeTypeNewOperationTest
[INFO] Running org.eclipse.scout.sdk.core.s.codetype.CodeTypeGeneratorTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.282 s - in org.eclipse.scout.sdk.core.s.codetype.CodeTypeGeneratorTest
[INFO] Running org.eclipse.scout.sdk.core.s.annotation.OrderAnnotationTest
2020-07-29 20:08:37.698 [WARNING] The @Order value 100000000000000000 is very large and therefore may not be precise enough. It is recommended to use a lower value.
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.157 s - in org.eclipse.scout.sdk.core.s.annotation.OrderAnnotationTest
[INFO] Running org.eclipse.scout.sdk.core.s.ScoutRuntimeTypesTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.295 s - in org.eclipse.scout.sdk.core.s.ScoutRuntimeTypesTest
[INFO] Running org.eclipse.scout.sdk.core.s.ScoutModelHierarchyTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.scout.sdk.core.s.ScoutModelHierarchyTest
[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Errors: 
[ERROR]   WebServiceNewOperationTest.testNewWebServicesConsumerFirst:74->runCreateJaxWsModule:129->lambda$0:75->createWebServiceConsumer:170->createWebService:252 » Sdk
[ERROR]   WebServiceNewOperationTest.testNewWebServicesProviderFirst:103->runCreateJaxWsModule:129->lambda$3:104->createWebServiceProvider:178->createWebService:252 » Sdk
[ERROR]   WebServiceUpdateOperationTest.testUpdateWebServiceConsumer:55->lambda$0:81 » Sdk
[ERROR]   WebServiceUpdateOperationTest.testUpdateWebServiceProvider:68->lambda$1:128 » Sdk
[ERROR]   ScoutProjectNewTest.testHelloJsArchetype:48 » Sdk 
[ERROR]   ScoutProjectNewTest.testHelloWorldArchetype:36 » Sdk 
[INFO] 
[ERROR] Tests run: 249, Failures: 0, Errors: 6, Skipped: 0
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Eclipse Scout SDK 11.0.0-SNAPSHOT:
[INFO] 
[INFO] Scout Hello World Sample Application ............... SUCCESS [ 28.850 s]
[INFO] Scout JaxWs Module ................................. SUCCESS [  0.272 s]
[INFO] ScoutJS Sample Application ......................... SUCCESS [  0.898 s]
[INFO] Eclipse Scout SDK .................................. SUCCESS [  0.926 s]
[INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core ... SUCCESS [ 10.366 s]
[INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.ecj SUCCESS [  1.517 s]
[INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.test SUCCESS [ 21.488 s]
[INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s . SUCCESS [  1.890 s]
[INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s.test FAILURE [12:43 min]
[INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e  SKIPPED
[INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.test SKIPPED
[INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.doc SKIPPED
[INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.ui SKIPPED
[INFO] org.eclipse.scout.sdk-settings ..................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  14:05 min
[INFO] Finished at: 2020-07-29T20:08:38Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.22.1:test (default-test) on project org.eclipse.scout.sdk.core.s.test: There are test failures.
[ERROR] 
[ERROR] Please refer to /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/org.eclipse.scout.sdk.core.s.test/target/surefire-reports for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :org.eclipse.scout.sdk.core.s.test
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
ERROR: script returned exit code 1
Finished: FAILURE