Skip to content
Success

Console Output

10:12:29 Started by an SCM change
10:12:29 Building in workspace /home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.sdk.branch-6.0_continuous/workspace
10:12:29  > /usr/local/bin/git rev-parse --is-inside-work-tree # timeout=10
10:12:29 Fetching changes from the remote Git repository
10:12:29  > /usr/local/bin/git config remote.origin.url git://git.eclipse.org/gitroot/scout/org.eclipse.scout.sdk.git # timeout=10
10:12:29 Fetching upstream changes from git://git.eclipse.org/gitroot/scout/org.eclipse.scout.sdk.git
10:12:29  > /usr/local/bin/git --version # timeout=10
10:12:29  > /usr/local/bin/git fetch --tags --progress git://git.eclipse.org/gitroot/scout/org.eclipse.scout.sdk.git +refs/heads/*:refs/remotes/origin/*
10:12:30  > /usr/local/bin/git rev-parse refs/remotes/origin/releases/6.0.x^{commit} # timeout=10
10:12:30  > /usr/local/bin/git rev-parse refs/remotes/origin/origin/releases/6.0.x^{commit} # timeout=10
10:12:30 Checking out Revision 5cb25c9cedb46688ad456dfebb2cba96675a424a (refs/remotes/origin/releases/6.0.x)
10:12:30  > /usr/local/bin/git config core.sparsecheckout # timeout=10
10:12:30  > /usr/local/bin/git checkout -f 5cb25c9cedb46688ad456dfebb2cba96675a424a
10:12:30 First time build. Skipping changelog.
10:12:30 [workspace] $ /shared/common/apache-maven-latest/bin/mvn -f pom.xml -Dbranch=origin/releases/6.0.x -Dcbi.jarsigner.skip=true -Dmaven.repo.local=/home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/.repository clean install -U -B -Psign
10:12:30 Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.scout
10:12:32 [INFO] Scanning for projects...
10:12:32 [INFO] Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt/6.0.300-SNAPSHOT/maven-metadata.xml
10:12:33 [INFO] Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt/6.0.300-SNAPSHOT/maven-metadata.xml (625 B at 1.7 kB/s)
10:12:33 [INFO] Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt/6.0.300-SNAPSHOT/org.eclipse.scout.rt-6.0.300-20180213.000128-290.pom
10:12:33 [INFO] Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt/6.0.300-SNAPSHOT/org.eclipse.scout.rt-6.0.300-20180213.000128-290.pom (26 kB at 440 kB/s)
10:12:35 [WARNING] The project org.eclipse.scout.sdk:org.eclipse.scout.sdk:pom:6.0.300-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
10:12:35 [WARNING] The project org.eclipse.scout.sdk:org.eclipse.scout.sdk-settings:jar:6.0.300-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
10:12:35 [INFO] ------------------------------------------------------------------------
10:12:35 [INFO] Reactor Build Order:
10:12:35 [INFO] 
10:12:35 [INFO] Scout Hello World Sample Application
10:12:35 [INFO] Scout JaxWs Module
10:12:35 [INFO] Eclipse Scout SDK
10:12:35 [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core
10:12:35 [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.test
10:12:35 [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s
10:12:35 [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s.test
10:12:35 [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e
10:12:35 [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.test
10:12:35 [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.doc
10:12:35 [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.nls
10:12:35 [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.ui
10:12:35 [INFO] org.eclipse.scout.sdk-settings
10:12:35 [INFO] Eclipse Scout SDK
10:12:35 [INFO] 
10:12:35 [INFO] ------------------------------------------------------------------------
10:12:35 [INFO] Building Scout Hello World Sample Application 6.0.300-SNAPSHOT
10:12:35 [INFO] ------------------------------------------------------------------------
10:12:35 [INFO] 
10:12:35 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ scout-helloworld-app ---
10:12:35 [INFO] Deleting /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/scout-helloworld-app/target
10:12:35 [INFO] 
10:12:35 [INFO] --- flatten-maven-plugin:1.0.0:clean (flatten.clean) @ scout-helloworld-app ---
10:12:36 [INFO] Deleting /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/scout-helloworld-app/.flattened-pom.xml
10:12:36 [INFO] 
10:12:36 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ scout-helloworld-app ---
10:12:36 [INFO] 
10:12:36 [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ scout-helloworld-app ---
10:12:39 [INFO] 
10:12:39 [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ scout-helloworld-app ---
10:12:40 [INFO] master_test_jacocoArgLine set to -javaagent:/home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/.repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/scout-helloworld-app/../target/jacoco-all.exec
10:12:40 [INFO] 
10:12:40 [INFO] --- build-helper-maven-plugin:1.9.1:parse-version (initialize-parse-version) @ scout-helloworld-app ---
10:12:40 [INFO] 
10:12:40 [INFO] --- build-helper-maven-plugin:1.9.1:regex-property (initialize-regex) @ scout-helloworld-app ---
10:12:40 [INFO] 
10:12:40 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ scout-helloworld-app ---
10:12:40 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:12:40 [INFO] Copying 99 resources
10:12:40 [INFO] Copying 2 resources
10:12:40 [INFO] 
10:12:40 [INFO] --- flatten-maven-plugin:1.0.0:flatten (flatten) @ scout-helloworld-app ---
10:12:40 [INFO] Generating flattened POM of project org.eclipse.scout.archetypes:scout-helloworld-app:maven-archetype:6.0.300-SNAPSHOT...
10:12:40 [INFO] 
10:12:40 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ scout-helloworld-app ---
10:12:40 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:12:40 [INFO] Copying 2 resources
10:12:40 [INFO] 
10:12:40 [INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ scout-helloworld-app ---
10:12:41 [INFO] Building archetype jar: /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/scout-helloworld-app/target/scout-helloworld-app-6.0.300-SNAPSHOT
10:12:41 [INFO] 
10:12:41 [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ scout-helloworld-app ---
10:12:42 [INFO] 
10:12:42 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ scout-helloworld-app ---
10:12:43 [INFO] Building jar: /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/scout-helloworld-app/target/scout-helloworld-app-6.0.300-SNAPSHOT-tests.jar
10:12:43 [INFO] 
10:12:43 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ scout-helloworld-app ---
10:12:43 [INFO] No sources in project. Archive not created.
10:12:43 [INFO] 
10:12:43 [INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ scout-helloworld-app ---
10:12:43 [INFO] Processing Archetype IT project: basic
10:12:43 [INFO] ----------------------------------------------------------------------------
10:12:43 [INFO] Using following parameters for creating project from Archetype: scout-helloworld-app:6.0.300-SNAPSHOT
10:12:43 [INFO] ----------------------------------------------------------------------------
10:12:43 [INFO] Parameter: groupId, Value: org.eclipse.scout.apps
10:12:43 [INFO] Parameter: artifactId, Value: helloworld
10:12:43 [INFO] Parameter: version, Value: 1.0.0-SNAPSHOT
10:12:43 [INFO] Parameter: package, Value: org.eclipse.scout.apps.helloworld
10:12:43 [INFO] Parameter: packageInPathFormat, Value: org/eclipse/scout/apps/helloworld
10:12:43 [INFO] Parameter: scoutAuthPublicKeyDev, Value: TODO (use org.eclipse.scout.rt.platform.security.SecurityUtility.generateKeyPair())
10:12:43 [INFO] Parameter: groupId, Value: org.eclipse.scout.apps
10:12:43 [INFO] Parameter: scoutAuthPrivateKeyDev, Value: TODO (use org.eclipse.scout.rt.platform.security.SecurityUtility.generateKeyPair())
10:12:43 [INFO] Parameter: scoutAuthPublicKey, Value: TODO (use org.eclipse.scout.rt.platform.security.SecurityUtility.generateKeyPair())
10:12:43 [INFO] Parameter: version, Value: 1.0.0-SNAPSHOT
10:12:43 [INFO] Parameter: userName, Value: Scout Robot
10:12:43 [INFO] Parameter: displayName, Value: My Application
10:12:43 [INFO] Parameter: javaVersion, Value: 1.8
10:12:43 [INFO] Parameter: package, Value: org.eclipse.scout.apps.helloworld
10:12:43 [INFO] Parameter: artifactId, Value: helloworld
10:12:43 [INFO] Parameter: scoutAuthPrivateKey, Value: TODO (use org.eclipse.scout.rt.platform.security.SecurityUtility.generateKeyPair())
10:12:43 [INFO] Parent element not overwritten in /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld/pom.xml
10:12:43 [WARNING] Don't override file /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld/pom.xml
10:12:43 [INFO] Parent element not overwritten in /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.shared/pom.xml
10:12:43 [INFO] Parent element not overwritten in /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.server/pom.xml
10:12:43 [INFO] Parent element not overwritten in /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.client/pom.xml
10:12:43 [INFO] Parent element not overwritten in /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.server.app.war/pom.xml
10:12:43 [INFO] Parent element not overwritten in /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.server.app.dev/pom.xml
10:12:43 [INFO] Parent element not overwritten in /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.ui.html/pom.xml
10:12:43 [INFO] Parent element not overwritten in /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.ui.html.app.war/pom.xml
10:12:43 [INFO] Parent element not overwritten in /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.ui.html.app.dev/pom.xml
10:12:43 [INFO] project created from Archetype in dir: /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld
10:12:43 [INFO] 
10:12:43 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ scout-helloworld-app ---
10:12:43 [INFO] Checking compile classpath
10:12:43 [INFO] Checking runtime classpath
10:12:44 [INFO] Checking test classpath
10:12:44 [INFO] 
10:12:44 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ scout-helloworld-app ---
10:12:44 [INFO] Checking unresolved references to org.kaazing.mojo.signature:java18:1.0
10:12:44 [INFO] 
10:12:44 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ scout-helloworld-app ---
10:12:44 [INFO] No sources in project. Archive not created.
10:12:44 [INFO] 
10:12:44 [INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ scout-helloworld-app ---
10:12:44 [INFO] Skipping artifact signing
10:12:44 [INFO] 
10:12:44 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ scout-helloworld-app ---
10:12:44 [INFO] Installing /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/scout-helloworld-app/target/scout-helloworld-app-6.0.300-SNAPSHOT.jar to /home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/.repository/org/eclipse/scout/archetypes/scout-helloworld-app/6.0.300-SNAPSHOT/scout-helloworld-app-6.0.300-SNAPSHOT.jar
10:12:44 [INFO] Installing /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/scout-helloworld-app/.flattened-pom.xml to /home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/.repository/org/eclipse/scout/archetypes/scout-helloworld-app/6.0.300-SNAPSHOT/scout-helloworld-app-6.0.300-SNAPSHOT.pom
10:12:44 [INFO] Installing /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/scout-helloworld-app/target/scout-helloworld-app-6.0.300-SNAPSHOT-tests.jar to /home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/.repository/org/eclipse/scout/archetypes/scout-helloworld-app/6.0.300-SNAPSHOT/scout-helloworld-app-6.0.300-SNAPSHOT-tests.jar
10:12:44 [INFO] 
10:12:44 [INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ scout-helloworld-app ---
10:12:44 [INFO] 
10:12:44 [INFO] ------------------------------------------------------------------------
10:12:44 [INFO] Building Scout JaxWs Module 6.0.300-SNAPSHOT
10:12:44 [INFO] ------------------------------------------------------------------------
10:12:44 [INFO] 
10:12:44 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ scout-jaxws-module ---
10:12:44 [INFO] Deleting /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/scout-jaxws-module/target
10:12:44 [INFO] 
10:12:44 [INFO] --- flatten-maven-plugin:1.0.0:clean (flatten.clean) @ scout-jaxws-module ---
10:12:44 [INFO] Deleting /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/scout-jaxws-module/.flattened-pom.xml
10:12:44 [INFO] 
10:12:44 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ scout-jaxws-module ---
10:12:44 [INFO] 
10:12:44 [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ scout-jaxws-module ---
10:12:45 [INFO] 
10:12:45 [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ scout-jaxws-module ---
10:12:45 [INFO] master_test_jacocoArgLine set to -javaagent:/home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/.repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/scout-jaxws-module/../target/jacoco-all.exec
10:12:45 [INFO] 
10:12:45 [INFO] --- build-helper-maven-plugin:1.9.1:parse-version (initialize-parse-version) @ scout-jaxws-module ---
10:12:45 [INFO] 
10:12:45 [INFO] --- build-helper-maven-plugin:1.9.1:regex-property (initialize-regex) @ scout-jaxws-module ---
10:12:45 [INFO] 
10:12:45 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ scout-jaxws-module ---
10:12:45 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:12:45 [INFO] Copying 7 resources
10:12:45 [INFO] Copying 2 resources
10:12:45 [INFO] 
10:12:45 [INFO] --- flatten-maven-plugin:1.0.0:flatten (flatten) @ scout-jaxws-module ---
10:12:45 [INFO] Generating flattened POM of project org.eclipse.scout.archetypes:scout-jaxws-module:maven-archetype:6.0.300-SNAPSHOT...
10:12:45 [INFO] 
10:12:45 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ scout-jaxws-module ---
10:12:45 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:12:45 [INFO] Copying 2 resources
10:12:45 [INFO] 
10:12:45 [INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ scout-jaxws-module ---
10:12:45 [INFO] Building archetype jar: /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/scout-jaxws-module/target/scout-jaxws-module-6.0.300-SNAPSHOT
10:12:45 [INFO] 
10:12:45 [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ scout-jaxws-module ---
10:12:45 [INFO] 
10:12:45 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ scout-jaxws-module ---
10:12:45 [INFO] Building jar: /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/scout-jaxws-module/target/scout-jaxws-module-6.0.300-SNAPSHOT-tests.jar
10:12:45 [INFO] 
10:12:45 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ scout-jaxws-module ---
10:12:45 [INFO] No sources in project. Archive not created.
10:12:45 [INFO] 
10:12:45 [INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ scout-jaxws-module ---
10:12:45 [INFO] Processing Archetype IT project: basic
10:12:45 [INFO] ----------------------------------------------------------------------------
10:12:45 [INFO] Using following parameters for creating project from Archetype: scout-jaxws-module:6.0.300-SNAPSHOT
10:12:45 [INFO] ----------------------------------------------------------------------------
10:12:45 [INFO] Parameter: groupId, Value: org.eclipse.scout.apps
10:12:45 [INFO] Parameter: artifactId, Value: helloworld.server.jaxws
10:12:45 [INFO] Parameter: version, Value: 1.0.0-SNAPSHOT
10:12:45 [INFO] Parameter: package, Value: org.eclipse.scout.apps.helloworld
10:12:45 [INFO] Parameter: packageInPathFormat, Value: org/eclipse/scout/apps/helloworld
10:12:45 [INFO] Parameter: displayName, Value: My Application
10:12:45 [INFO] Parameter: version, Value: 1.0.0-SNAPSHOT
10:12:45 [INFO] Parameter: package, Value: org.eclipse.scout.apps.helloworld
10:12:45 [INFO] Parameter: groupId, Value: org.eclipse.scout.apps
10:12:45 [INFO] Parameter: parentArtifactId, Value: helloworld
10:12:45 [INFO] Parameter: artifactId, Value: helloworld.server.jaxws
10:12:45 [WARNING] CP Don't override file /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/scout-jaxws-module/target/test-classes/projects/basic/project/helloworld.server.jaxws/src/main/resources/META-INF/scout.xml
10:12:45 [INFO] project created from Archetype in dir: /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/scout-jaxws-module/target/test-classes/projects/basic/project/helloworld.server.jaxws
10:12:45 [INFO] 
10:12:45 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ scout-jaxws-module ---
10:12:45 [INFO] Checking compile classpath
10:12:45 [INFO] Checking runtime classpath
10:12:45 [INFO] Checking test classpath
10:12:45 [INFO] 
10:12:45 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ scout-jaxws-module ---
10:12:45 [INFO] Checking unresolved references to org.kaazing.mojo.signature:java18:1.0
10:12:46 [INFO] 
10:12:46 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ scout-jaxws-module ---
10:12:46 [INFO] No sources in project. Archive not created.
10:12:46 [INFO] 
10:12:46 [INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ scout-jaxws-module ---
10:12:46 [INFO] Skipping artifact signing
10:12:46 [INFO] 
10:12:46 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ scout-jaxws-module ---
10:12:46 [INFO] Installing /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/scout-jaxws-module/target/scout-jaxws-module-6.0.300-SNAPSHOT.jar to /home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/.repository/org/eclipse/scout/archetypes/scout-jaxws-module/6.0.300-SNAPSHOT/scout-jaxws-module-6.0.300-SNAPSHOT.jar
10:12:46 [INFO] Installing /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/scout-jaxws-module/.flattened-pom.xml to /home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/.repository/org/eclipse/scout/archetypes/scout-jaxws-module/6.0.300-SNAPSHOT/scout-jaxws-module-6.0.300-SNAPSHOT.pom
10:12:46 [INFO] Installing /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/scout-jaxws-module/target/scout-jaxws-module-6.0.300-SNAPSHOT-tests.jar to /home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/.repository/org/eclipse/scout/archetypes/scout-jaxws-module/6.0.300-SNAPSHOT/scout-jaxws-module-6.0.300-SNAPSHOT-tests.jar
10:12:46 [INFO] 
10:12:46 [INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ scout-jaxws-module ---
10:12:46 [INFO] 
10:12:46 [INFO] ------------------------------------------------------------------------
10:12:46 [INFO] Building Eclipse Scout SDK 6.0.300-SNAPSHOT
10:12:46 [INFO] ------------------------------------------------------------------------
10:12:46 [INFO] 
10:12:46 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.sdk ---
10:12:46 [INFO] Deleting /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk/target
10:12:46 [INFO] 
10:12:46 [INFO] --- flatten-maven-plugin:1.0.0:clean (flatten.clean) @ org.eclipse.scout.sdk ---
10:12:46 [INFO] Deleting /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk/.flattened-pom.xml
10:12:46 [INFO] 
10:12:46 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk ---
10:12:46 [INFO] 
10:12:46 [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.sdk ---
10:12:46 [INFO] 
10:12:46 [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.sdk ---
10:12:46 [INFO] master_test_jacocoArgLine set to -javaagent:/home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/.repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk/../org.eclipse.scout.sdk/target/jacoco-all.exec
10:12:46 [INFO] 
10:12:46 [INFO] --- build-helper-maven-plugin:1.9.1:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk ---
10:12:46 [INFO] 
10:12:46 [INFO] --- build-helper-maven-plugin:1.9.1:regex-property (initialize-regex) @ org.eclipse.scout.sdk ---
10:12:46 [INFO] 
10:12:46 [INFO] --- flatten-maven-plugin:1.0.0:flatten (flatten) @ org.eclipse.scout.sdk ---
10:12:46 [INFO] Generating flattened POM of project org.eclipse.scout.sdk:org.eclipse.scout.sdk:pom:6.0.300-SNAPSHOT...
10:12:46 [INFO] 
10:12:46 [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk ---
10:12:46 [INFO] 
10:12:46 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.sdk ---
10:12:46 [INFO] Skipping packaging of the test-jar
10:12:46 [INFO] 
10:12:46 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk ---
10:12:46 [INFO] 
10:12:46 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.sdk ---
10:12:47 [INFO] Checking compile classpath
10:12:47 [INFO] Checking runtime classpath
10:12:47 [INFO] Checking test classpath
10:12:47 [INFO] 
10:12:47 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk ---
10:12:47 [INFO] Checking unresolved references to org.kaazing.mojo.signature:java18:1.0
10:12:47 [INFO] 
10:12:47 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk ---
10:12:47 [INFO] 
10:12:47 [INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.scout.sdk ---
10:12:47 [INFO] Skipping artifact signing
10:12:47 [INFO] 
10:12:47 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk ---
10:12:47 [INFO] Installing /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk/.flattened-pom.xml to /home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk/6.0.300-SNAPSHOT/org.eclipse.scout.sdk-6.0.300-SNAPSHOT.pom
10:12:47 [INFO] 
10:12:47 [INFO] ------------------------------------------------------------------------
10:12:47 [INFO] Building org.eclipse.scout.sdk:org.eclipse.scout.sdk.core 6.0.300-SNAPSHOT
10:12:47 [INFO] ------------------------------------------------------------------------
10:12:47 [INFO] 
10:12:47 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.sdk.core ---
10:12:47 [INFO] Deleting /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.core/target
10:12:47 [INFO] 
10:12:47 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.core ---
10:12:47 [INFO] 
10:12:47 [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.sdk.core ---
10:12:49 [INFO] 
10:12:49 [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.sdk.core ---
10:12:49 [INFO] master_test_jacocoArgLine set to -javaagent:/home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/.repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.core/../org.eclipse.scout.sdk/target/jacoco-all.exec
10:12:49 [INFO] 
10:12:49 [INFO] --- build-helper-maven-plugin:1.9.1:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.core ---
10:12:49 [INFO] 
10:12:49 [INFO] --- build-helper-maven-plugin:1.9.1:regex-property (initialize-regex) @ org.eclipse.scout.sdk.core ---
10:12:49 [INFO] 
10:12:49 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.sdk.core ---
10:12:49 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:12:49 [INFO] skip non existing resourceDirectory /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.core/src/main/resources
10:12:49 [INFO] Copying 2 resources
10:12:49 [INFO] 
10:12:49 [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.sdk.core ---
10:12:49 [INFO] Changes detected - recompiling the module!
10:12:49 [INFO] Compiling 161 source files to /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.core/target/classes
10:12:57 [INFO] 
10:12:57 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.sdk.core ---
10:12:57 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:12:57 [INFO] skip non existing resourceDirectory /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.core/src/test/resources
10:12:57 [INFO] 
10:12:57 [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.sdk.core ---
10:12:57 [INFO] No sources to compile
10:12:57 [INFO] 
10:12:57 [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.sdk.core ---
10:12:57 [INFO] No tests to run.
10:12:57 [INFO] 
10:12:57 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.sdk.core ---
10:12:57 [INFO] Building jar: /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.core/target/org.eclipse.scout.sdk.core-6.0.300-SNAPSHOT.jar
10:12:57 [INFO] 
10:12:57 [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.core ---
10:12:57 [INFO] 
10:12:57 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.sdk.core ---
10:12:57 [INFO] Skipping packaging of the test-jar
10:12:57 [INFO] 
10:12:57 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.core ---
10:12:57 [INFO] No sources in project. Archive not created.
10:12:57 [INFO] 
10:12:57 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.sdk.core ---
10:12:57 [INFO] Checking compile classpath
10:12:57 [INFO] Checking runtime classpath
10:12:57 [INFO] Checking test classpath
10:12:57 [INFO] 
10:12:57 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.core ---
10:12:57 [INFO] Checking unresolved references to org.kaazing.mojo.signature:java18:1.0
10:12:58 [INFO] 
10:12:58 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.core ---
10:12:58 [INFO] Building jar: /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.core/target/org.eclipse.scout.sdk.core-6.0.300-SNAPSHOT-sources.jar
10:12:58 [INFO] 
10:12:58 [INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.scout.sdk.core ---
10:12:58 [INFO] Skipping artifact signing
10:12:58 [INFO] 
10:12:58 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.core ---
10:12:58 [INFO] Installing /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.core/target/org.eclipse.scout.sdk.core-6.0.300-SNAPSHOT.jar to /home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core/6.0.300-SNAPSHOT/org.eclipse.scout.sdk.core-6.0.300-SNAPSHOT.jar
10:12:58 [INFO] Installing /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.core/pom.xml to /home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core/6.0.300-SNAPSHOT/org.eclipse.scout.sdk.core-6.0.300-SNAPSHOT.pom
10:12:58 [INFO] Installing /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.core/target/org.eclipse.scout.sdk.core-6.0.300-SNAPSHOT-sources.jar to /home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core/6.0.300-SNAPSHOT/org.eclipse.scout.sdk.core-6.0.300-SNAPSHOT-sources.jar
10:12:58 [INFO] 
10:12:58 [INFO] ------------------------------------------------------------------------
10:12:58 [INFO] Building org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.test 6.0.300-SNAPSHOT
10:12:58 [INFO] ------------------------------------------------------------------------
10:12:58 [INFO] 
10:12:58 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.sdk.core.test ---
10:12:58 [INFO] Deleting /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.core.test/target
10:12:58 [INFO] 
10:12:58 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.core.test ---
10:12:58 [INFO] 
10:12:58 [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.sdk.core.test ---
10:12:59 [INFO] 
10:12:59 [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.sdk.core.test ---
10:12:59 [INFO] master_test_jacocoArgLine set to -javaagent:/home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/.repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.core.test/../org.eclipse.scout.sdk/target/jacoco-all.exec
10:12:59 [INFO] 
10:12:59 [INFO] --- build-helper-maven-plugin:1.9.1:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.core.test ---
10:12:59 [INFO] 
10:12:59 [INFO] --- build-helper-maven-plugin:1.9.1:regex-property (initialize-regex) @ org.eclipse.scout.sdk.core.test ---
10:12:59 [INFO] 
10:12:59 [INFO] --- build-helper-maven-plugin:1.9.1:add-source (add-source) @ org.eclipse.scout.sdk.core.test ---
10:12:59 [INFO] Source directory: /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.core.test/src/main/fixture added.
10:12:59 [INFO] 
10:12:59 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.sdk.core.test ---
10:12:59 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:12:59 [INFO] Copying 2 resources
10:12:59 [INFO] Copying 2 resources
10:12:59 [INFO] 
10:12:59 [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.sdk.core.test ---
10:12:59 [INFO] Changes detected - recompiling the module!
10:12:59 [INFO] Compiling 38 source files to /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.core.test/target/classes
10:12:59 [INFO] 
10:12:59 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.sdk.core.test ---
10:12:59 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:12:59 [INFO] skip non existing resourceDirectory /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.core.test/src/test/resources
10:12:59 [INFO] 
10:12:59 [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.sdk.core.test ---
10:12:59 [INFO] Changes detected - recompiling the module!
10:12:59 [INFO] Compiling 27 source files to /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.core.test/target/test-classes
10:13:00 [INFO] 
10:13:00 [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.sdk.core.test ---
10:13:00 [INFO] Surefire report directory: /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.core.test/target/surefire-reports
10:13:00 
10:13:00 -------------------------------------------------------
10:13:00  T E S T S
10:13:00 -------------------------------------------------------
10:13:00 Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.scout
10:13:00 Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.scout
10:13:00 Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.scout
10:13:00 Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.scout
10:13:00 Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.scout
10:13:00 Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.scout
10:13:00 Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.scout
10:13:00 Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.scout
10:13:00 Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.scout
10:13:00 Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.scout
10:13:00 Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.scout
10:13:00 Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.scout
10:13:02 Running org.eclipse.scout.sdk.core.util.CompositeObjectTest
10:13:02 Running org.eclipse.scout.sdk.core.util.JavaEnvironmentImportExportTest
10:13:02 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.sdk.core.util.CompositeObjectTest
10:13:02 Running org.eclipse.scout.sdk.core.util.SdkLogTest
10:13:02 Unable to parse log level 'aa'. Fallback to default: 'WARNING'.
10:13:02 java.lang.IllegalArgumentException: Bad level "aa"
10:13:02 	at java.util.logging.Level.parse(Level.java:488)
10:13:02 	at org.eclipse.scout.sdk.core.util.SdkLog.parseLevel(SdkLog.java:420)
10:13:02 	at org.eclipse.scout.sdk.core.util.SdkLogTest.testParseLevel(SdkLogTest.java:96)
10:13:02 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
10:13:02 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
10:13:02 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
10:13:02 	at java.lang.reflect.Method.invoke(Method.java:498)
10:13:02 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
10:13:02 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
10:13:02 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
10:13:02 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
10:13:02 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
10:13:02 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
10:13:02 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
10:13:02 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
10:13:02 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
10:13:02 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
10:13:02 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
10:13:02 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
10:13:02 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
10:13:02 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
10:13:02 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
10:13:02 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
10:13:02 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
10:13:02 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
10:13:02 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
10:13:02 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
10:13:02 Running org.eclipse.scout.sdk.core.sourcebuilder.SourceModelRoundtripTest
10:13:02 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.184 sec - in org.eclipse.scout.sdk.core.util.SdkLogTest
10:13:02 Running org.eclipse.scout.sdk.core.importvalidator.ImportValidatorTest
10:13:03 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.383 sec - in org.eclipse.scout.sdk.core.util.JavaEnvironmentImportExportTest
10:13:04 Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.926 sec - in org.eclipse.scout.sdk.core.importvalidator.ImportValidatorTest
10:13:04 Running org.eclipse.scout.sdk.core.model.AnnotationElementTest
10:13:04 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.163 sec - in org.eclipse.scout.sdk.core.sourcebuilder.SourceModelRoundtripTest
10:13:04 Running org.eclipse.scout.sdk.core.util.CoreUtilsTest
10:13:05 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.433 sec - in org.eclipse.scout.sdk.core.model.AnnotationElementTest
10:13:05 Running org.eclipse.scout.sdk.core.model.AnnotationQueryTest
10:13:05 Tests run: 38, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.69 sec - in org.eclipse.scout.sdk.core.util.CoreUtilsTest
10:13:05 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.286 sec - in org.eclipse.scout.sdk.core.model.AnnotationQueryTest
10:13:05 Running org.eclipse.scout.sdk.core.model.AnnotationSourceTest
10:13:06 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.511 sec - in org.eclipse.scout.sdk.core.model.AnnotationSourceTest
10:13:06 Running org.eclipse.scout.sdk.core.model.AnnotationTest
10:13:06 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.153 sec - in org.eclipse.scout.sdk.core.model.AnnotationTest
10:13:06 Running org.eclipse.scout.sdk.core.model.ArrayTypeTest
10:13:06 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.1 sec - in org.eclipse.scout.sdk.core.model.ArrayTypeTest
10:13:06 Running org.eclipse.scout.sdk.core.model.CompilationUnitTest
10:13:06 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.sdk.core.model.CompilationUnitTest
10:13:06 Running org.eclipse.scout.sdk.core.model.CreateAndOverrideNewCompilationUnitTest
10:13:06 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.38 sec - in org.eclipse.scout.sdk.core.model.CreateAndOverrideNewCompilationUnitTest
10:13:06 Running org.eclipse.scout.sdk.core.model.FieldTest
10:13:06 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 sec - in org.eclipse.scout.sdk.core.model.FieldTest
10:13:06 Running org.eclipse.scout.sdk.core.model.GenericMethodTest
10:13:07 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.437 sec - in org.eclipse.scout.sdk.core.model.GenericMethodTest
10:13:07 Running org.eclipse.scout.sdk.core.model.ImportDeclarationTest
10:13:07 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.sdk.core.model.ImportDeclarationTest
10:13:07 Running org.eclipse.scout.sdk.core.model.ManagedAnnotationTest
10:13:08 Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.724 sec - in org.eclipse.scout.sdk.core.model.ManagedAnnotationTest
10:13:08 Running org.eclipse.scout.sdk.core.model.MethodParameterTest
10:13:08 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.sdk.core.model.MethodParameterTest
10:13:08 Running org.eclipse.scout.sdk.core.model.MethodTest
10:13:08 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in org.eclipse.scout.sdk.core.model.MethodTest
10:13:08 Running org.eclipse.scout.sdk.core.model.PackageTest
10:13:08 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.sdk.core.model.PackageTest
10:13:08 Running org.eclipse.scout.sdk.core.model.PrimitiveTypeTest
10:13:08 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec - in org.eclipse.scout.sdk.core.model.PrimitiveTypeTest
10:13:08 Running org.eclipse.scout.sdk.core.model.SourceRangeTest
10:13:08 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.sdk.core.model.SourceRangeTest
10:13:08 Running org.eclipse.scout.sdk.core.model.TypeParameterTest
10:13:08 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.sdk.core.model.TypeParameterTest
10:13:08 Running org.eclipse.scout.sdk.core.model.TypeTest
10:13:08 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.146 sec - in org.eclipse.scout.sdk.core.model.TypeTest
10:13:08 Running org.eclipse.scout.sdk.core.model.sugar.QueryTest
10:13:08 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.341 sec - in org.eclipse.scout.sdk.core.model.sugar.QueryTest
10:13:08 Running org.eclipse.scout.sdk.core.signature.SignatureTest
10:13:08 Tests run: 189, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 sec - in org.eclipse.scout.sdk.core.signature.SignatureTest
10:13:08 Running org.eclipse.scout.sdk.core.signature.SignatureUtilsTest
10:13:08 Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.sdk.core.signature.SignatureUtilsTest
10:13:08 
10:13:08 Results :
10:13:08 
10:13:08 Tests run: 341, Failures: 0, Errors: 0, Skipped: 0
10:13:08 
10:13:08 [INFO] 
10:13:08 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.sdk.core.test ---
10:13:08 [INFO] Building jar: /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-6.0.300-SNAPSHOT.jar
10:13:08 [INFO] 
10:13:08 [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.core.test ---
10:13:08 [INFO] 
10:13:08 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.sdk.core.test ---
10:13:08 [INFO] Building jar: /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-6.0.300-SNAPSHOT-tests.jar
10:13:08 [INFO] 
10:13:08 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.core.test ---
10:13:08 [INFO] Building jar: /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-6.0.300-SNAPSHOT-test-sources.jar
10:13:08 [INFO] 
10:13:08 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.sdk.core.test ---
10:13:08 [INFO] Checking compile classpath
10:13:08 [INFO] Checking runtime classpath
10:13:08 [INFO] Checking test classpath
10:13:08 [INFO] 
10:13:08 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.core.test ---
10:13:08 [INFO] Checking unresolved references to org.kaazing.mojo.signature:java18:1.0
10:13:09 [INFO] 
10:13:09 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.core.test ---
10:13:09 [INFO] Building jar: /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-6.0.300-SNAPSHOT-sources.jar
10:13:09 [INFO] 
10:13:09 [INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.scout.sdk.core.test ---
10:13:09 [INFO] Skipping artifact signing
10:13:09 [INFO] 
10:13:09 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.core.test ---
10:13:09 [INFO] Installing /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-6.0.300-SNAPSHOT.jar to /home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.test/6.0.300-SNAPSHOT/org.eclipse.scout.sdk.core.test-6.0.300-SNAPSHOT.jar
10:13:09 [INFO] Installing /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.core.test/pom.xml to /home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.test/6.0.300-SNAPSHOT/org.eclipse.scout.sdk.core.test-6.0.300-SNAPSHOT.pom
10:13:09 [INFO] Installing /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-6.0.300-SNAPSHOT-tests.jar to /home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.test/6.0.300-SNAPSHOT/org.eclipse.scout.sdk.core.test-6.0.300-SNAPSHOT-tests.jar
10:13:09 [INFO] Installing /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-6.0.300-SNAPSHOT-test-sources.jar to /home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.test/6.0.300-SNAPSHOT/org.eclipse.scout.sdk.core.test-6.0.300-SNAPSHOT-test-sources.jar
10:13:09 [INFO] Installing /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-6.0.300-SNAPSHOT-sources.jar to /home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.test/6.0.300-SNAPSHOT/org.eclipse.scout.sdk.core.test-6.0.300-SNAPSHOT-sources.jar
10:13:09 [INFO] 
10:13:09 [INFO] ------------------------------------------------------------------------
10:13:09 [INFO] Building org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s 6.0.300-SNAPSHOT
10:13:09 [INFO] ------------------------------------------------------------------------
10:13:11 [INFO] 
10:13:11 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.sdk.core.s ---
10:13:11 [INFO] Deleting /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.core.s/target
10:13:11 [INFO] 
10:13:11 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.core.s ---
10:13:11 [INFO] 
10:13:11 [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.sdk.core.s ---
10:13:12 [INFO] 
10:13:12 [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.sdk.core.s ---
10:13:12 [INFO] master_test_jacocoArgLine set to -javaagent:/home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/.repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.core.s/../org.eclipse.scout.sdk/target/jacoco-all.exec
10:13:12 [INFO] 
10:13:12 [INFO] --- build-helper-maven-plugin:1.9.1:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.core.s ---
10:13:12 [INFO] 
10:13:12 [INFO] --- build-helper-maven-plugin:1.9.1:regex-property (initialize-regex) @ org.eclipse.scout.sdk.core.s ---
10:13:12 [INFO] 
10:13:12 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.sdk.core.s ---
10:13:12 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:13:12 [INFO] skip non existing resourceDirectory /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.core.s/src/main/resources
10:13:12 [INFO] Copying 2 resources
10:13:12 [INFO] 
10:13:12 [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.sdk.core.s ---
10:13:12 [INFO] Changes detected - recompiling the module!
10:13:12 [INFO] Compiling 50 source files to /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.core.s/target/classes
10:13:14 [INFO] 
10:13:14 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.sdk.core.s ---
10:13:14 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:13:14 [INFO] skip non existing resourceDirectory /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.core.s/src/test/resources
10:13:14 [INFO] 
10:13:14 [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.sdk.core.s ---
10:13:14 [INFO] No sources to compile
10:13:14 [INFO] 
10:13:14 [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.sdk.core.s ---
10:13:14 [INFO] No tests to run.
10:13:14 [INFO] 
10:13:14 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.sdk.core.s ---
10:13:14 [INFO] Building jar: /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.core.s/target/org.eclipse.scout.sdk.core.s-6.0.300-SNAPSHOT.jar
10:13:14 [INFO] 
10:13:14 [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.core.s ---
10:13:14 [INFO] 
10:13:14 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.sdk.core.s ---
10:13:14 [INFO] Skipping packaging of the test-jar
10:13:14 [INFO] 
10:13:14 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.core.s ---
10:13:14 [INFO] No sources in project. Archive not created.
10:13:14 [INFO] 
10:13:14 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.sdk.core.s ---
10:13:14 [INFO] Checking compile classpath
10:13:15 [INFO] Checking runtime classpath
10:13:15 [INFO] Checking test classpath
10:13:15 [INFO] 
10:13:15 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.core.s ---
10:13:15 [INFO] Checking unresolved references to org.kaazing.mojo.signature:java18:1.0
10:13:16 [INFO] 
10:13:16 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.core.s ---
10:13:16 [INFO] Building jar: /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.core.s/target/org.eclipse.scout.sdk.core.s-6.0.300-SNAPSHOT-sources.jar
10:13:16 [INFO] 
10:13:16 [INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.scout.sdk.core.s ---
10:13:16 [INFO] Skipping artifact signing
10:13:16 [INFO] 
10:13:16 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.core.s ---
10:13:16 [INFO] Installing /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.core.s/target/org.eclipse.scout.sdk.core.s-6.0.300-SNAPSHOT.jar to /home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s/6.0.300-SNAPSHOT/org.eclipse.scout.sdk.core.s-6.0.300-SNAPSHOT.jar
10:13:16 [INFO] Installing /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.core.s/pom.xml to /home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s/6.0.300-SNAPSHOT/org.eclipse.scout.sdk.core.s-6.0.300-SNAPSHOT.pom
10:13:16 [INFO] Installing /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.core.s/target/org.eclipse.scout.sdk.core.s-6.0.300-SNAPSHOT-sources.jar to /home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s/6.0.300-SNAPSHOT/org.eclipse.scout.sdk.core.s-6.0.300-SNAPSHOT-sources.jar
10:13:16 [INFO] 
10:13:16 [INFO] ------------------------------------------------------------------------
10:13:16 [INFO] Building org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s.test 6.0.300-SNAPSHOT
10:13:16 [INFO] ------------------------------------------------------------------------
10:13:16 [INFO] Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/6.0.300-SNAPSHOT/maven-metadata.xml
10:13:16 [INFO] Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/6.0.300-SNAPSHOT/maven-metadata.xml (1.5 kB at 14 kB/s)
10:13:16 [INFO] Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.test-6.0.300-20180213.000351-285.pom
10:13:16 [INFO] Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.test-6.0.300-20180213.000351-285.pom (3.4 kB at 80 kB/s)
10:13:16 [INFO] Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html/6.0.300-SNAPSHOT/maven-metadata.xml
10:13:16 [INFO] Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html/6.0.300-SNAPSHOT/maven-metadata.xml (1.0 kB at 12 kB/s)
10:13:16 [INFO] Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html/6.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html-6.0.300-20180213.000342-285.pom
10:13:16 [INFO] Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html/6.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html-6.0.300-20180213.000342-285.pom (2.3 kB at 54 kB/s)
10:13:16 [INFO] Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons/6.0.300-SNAPSHOT/maven-metadata.xml
10:13:16 [INFO] Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons/6.0.300-SNAPSHOT/maven-metadata.xml (1.0 kB at 16 kB/s)
10:13:16 [INFO] Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.commons-6.0.300-20180213.000204-285.pom
10:13:16 [INFO] Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.commons-6.0.300-20180213.000204-285.pom (1.5 kB at 32 kB/s)
10:13:16 [INFO] Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.shared/6.0.300-SNAPSHOT/maven-metadata.xml
10:13:16 [INFO] Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.shared/6.0.300-SNAPSHOT/maven-metadata.xml (1.0 kB at 12 kB/s)
10:13:16 [INFO] Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.shared/6.0.300-SNAPSHOT/org.eclipse.scout.rt.shared-6.0.300-20180213.000153-285.pom
10:13:16 [INFO] Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.shared/6.0.300-SNAPSHOT/org.eclipse.scout.rt.shared-6.0.300-20180213.000153-285.pom (1.3 kB at 33 kB/s)
10:13:16 [INFO] Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.platform/6.0.300-SNAPSHOT/maven-metadata.xml
10:13:16 [INFO] Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.platform/6.0.300-SNAPSHOT/maven-metadata.xml (1.0 kB at 16 kB/s)
10:13:16 [INFO] Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.platform/6.0.300-SNAPSHOT/org.eclipse.scout.rt.platform-6.0.300-20180213.000140-289.pom
10:13:16 [INFO] Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.platform/6.0.300-SNAPSHOT/org.eclipse.scout.rt.platform-6.0.300-20180213.000140-289.pom (3.4 kB at 87 kB/s)
10:13:16 [INFO] Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.client/6.0.300-SNAPSHOT/maven-metadata.xml
10:13:16 [INFO] Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.client/6.0.300-SNAPSHOT/maven-metadata.xml (1.0 kB at 14 kB/s)
10:13:16 [INFO] Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.client/6.0.300-SNAPSHOT/org.eclipse.scout.rt.client-6.0.300-20180213.000257-285.pom
10:13:16 [INFO] Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.client/6.0.300-SNAPSHOT/org.eclipse.scout.rt.client-6.0.300-20180213.000257-285.pom (1.4 kB at 29 kB/s)
10:13:16 [INFO] Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.scriptprocessor/6.0.300-SNAPSHOT/maven-metadata.xml
10:13:17 [INFO] Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.scriptprocessor/6.0.300-SNAPSHOT/maven-metadata.xml (1.0 kB at 14 kB/s)
10:13:17 [INFO] Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.scriptprocessor/6.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.scriptprocessor-6.0.300-20180213.000335-285.pom
10:13:17 [INFO] Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.scriptprocessor/6.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.scriptprocessor-6.0.300-20180213.000335-285.pom (3.4 kB at 77 kB/s)
10:13:17 [INFO] Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.json/6.0.300-SNAPSHOT/maven-metadata.xml
10:13:17 [INFO] Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.json/6.0.300-SNAPSHOT/maven-metadata.xml (1.5 kB at 21 kB/s)
10:13:17 [INFO] Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.json/6.0.300-SNAPSHOT/org.eclipse.scout.json-6.0.300-20180213.000134-289.pom
10:13:17 [INFO] Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.json/6.0.300-SNAPSHOT/org.eclipse.scout.json-6.0.300-20180213.000134-289.pom (2.1 kB at 58 kB/s)
10:13:17 [INFO] Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.client.test/6.0.300-SNAPSHOT/maven-metadata.xml
10:13:17 [INFO] Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.client.test/6.0.300-SNAPSHOT/maven-metadata.xml (1.5 kB at 22 kB/s)
10:13:17 [INFO] Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.client.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.client.test-6.0.300-20180213.000305-285.pom
10:13:17 [INFO] Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.client.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.client.test-6.0.300-20180213.000305-285.pom (1.7 kB at 46 kB/s)
10:13:17 [INFO] Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.shared.test/6.0.300-SNAPSHOT/maven-metadata.xml
10:13:17 [INFO] Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.shared.test/6.0.300-SNAPSHOT/maven-metadata.xml (1.5 kB at 23 kB/s)
10:13:17 [INFO] Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.shared.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.shared.test-6.0.300-20180213.000159-285.pom
10:13:17 [INFO] Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.shared.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.shared.test-6.0.300-20180213.000159-285.pom (1.6 kB at 45 kB/s)
10:13:17 [INFO] Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.platform.test/6.0.300-SNAPSHOT/maven-metadata.xml
10:13:17 [INFO] Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.platform.test/6.0.300-SNAPSHOT/maven-metadata.xml (1.5 kB at 20 kB/s)
10:13:17 [INFO] Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.platform.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.platform.test-6.0.300-20180213.000147-285.pom
10:13:17 [INFO] Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.platform.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.platform.test-6.0.300-20180213.000147-285.pom (1.8 kB at 53 kB/s)
10:13:17 [INFO] Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.test/6.0.300-SNAPSHOT/maven-metadata.xml
10:13:17 [INFO] Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.test/6.0.300-SNAPSHOT/maven-metadata.xml (1.5 kB at 14 kB/s)
10:13:17 [INFO] Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.test-6.0.300-20180213.000221-285.pom
10:13:17 [INFO] Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.test-6.0.300-20180213.000221-285.pom (1.8 kB at 36 kB/s)
10:13:17 [INFO] Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server/6.0.300-SNAPSHOT/maven-metadata.xml
10:13:17 [INFO] Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server/6.0.300-SNAPSHOT/maven-metadata.xml (1.0 kB at 14 kB/s)
10:13:17 [INFO] Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server-6.0.300-20180213.000214-285.pom
10:13:17 [INFO] Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server-6.0.300-20180213.000214-285.pom (1.7 kB at 50 kB/s)
10:13:17 [INFO] Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws/6.0.300-SNAPSHOT/maven-metadata.xml
10:13:18 [INFO] Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws/6.0.300-SNAPSHOT/maven-metadata.xml (1.0 kB at 3.8 kB/s)
10:13:18 [INFO] Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jaxws-6.0.300-20180213.000229-285.pom
10:13:18 [INFO] Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jaxws-6.0.300-20180213.000229-285.pom (1.6 kB at 36 kB/s)
10:13:18 [INFO] Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.test-6.0.300-20180213.000351-285.jar
10:13:18 [INFO] Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html/6.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html-6.0.300-20180213.000342-285.jar
10:13:18 [INFO] Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.commons-6.0.300-20180213.000204-285.jar
10:13:18 [INFO] Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.client/6.0.300-SNAPSHOT/org.eclipse.scout.rt.client-6.0.300-20180213.000257-285.jar
10:13:18 [INFO] Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.scriptprocessor/6.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.scriptprocessor-6.0.300-20180213.000335-285.jar
10:13:18 [INFO] Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.test-6.0.300-20180213.000351-285.jar (27 kB at 429 kB/s)
10:13:18 [INFO] Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.platform/6.0.300-SNAPSHOT/org.eclipse.scout.rt.platform-6.0.300-20180213.000140-289.jar
10:13:18 [INFO] Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.commons-6.0.300-20180213.000204-285.jar (97 kB at 1.1 MB/s)
10:13:18 [INFO] Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.json/6.0.300-SNAPSHOT/org.eclipse.scout.json-6.0.300-20180213.000134-289.jar
10:13:18 [INFO] Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html/6.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html-6.0.300-20180213.000342-285.jar (1.9 MB at 13 MB/s)
10:13:18 [INFO] Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.client.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.client.test-6.0.300-20180213.000305-285.jar
10:13:18 [INFO] Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.json/6.0.300-SNAPSHOT/org.eclipse.scout.json-6.0.300-20180213.000134-289.jar (31 kB at 205 kB/s)
10:13:18 [INFO] Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.test-6.0.300-20180213.000221-285.jar
10:13:18 [INFO] Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.platform/6.0.300-SNAPSHOT/org.eclipse.scout.rt.platform-6.0.300-20180213.000140-289.jar (695 kB at 4.6 MB/s)
10:13:18 [INFO] Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server-6.0.300-20180213.000214-285.jar
10:13:18 [INFO] Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.test-6.0.300-20180213.000221-285.jar (27 kB at 140 kB/s)
10:13:18 [INFO] Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.shared/6.0.300-SNAPSHOT/org.eclipse.scout.rt.shared-6.0.300-20180213.000153-285.jar
10:13:18 [INFO] Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.client.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.client.test-6.0.300-20180213.000305-285.jar (66 kB at 329 kB/s)
10:13:18 [INFO] Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.shared.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.shared.test-6.0.300-20180213.000159-285.jar
10:13:18 [INFO] Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.client/6.0.300-SNAPSHOT/org.eclipse.scout.rt.client-6.0.300-20180213.000257-285.jar (3.0 MB at 15 MB/s)
10:13:18 [INFO] Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.platform.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.platform.test-6.0.300-20180213.000147-285.jar
10:13:18 [INFO] Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server-6.0.300-20180213.000214-285.jar (387 kB at 1.7 MB/s)
10:13:18 [INFO] Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jaxws-6.0.300-20180213.000229-285.jar
10:13:18 [INFO] Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.shared.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.shared.test-6.0.300-20180213.000159-285.jar (23 kB at 96 kB/s)
10:13:18 [INFO] Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.shared/6.0.300-SNAPSHOT/org.eclipse.scout.rt.shared-6.0.300-20180213.000153-285.jar (715 kB at 2.5 MB/s)
10:13:18 [INFO] Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jaxws-6.0.300-20180213.000229-285.jar (142 kB at 496 kB/s)
10:13:18 [INFO] Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.platform.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.platform.test-6.0.300-20180213.000147-285.jar (71 kB at 153 kB/s)
10:13:19 [INFO] Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.scriptprocessor/6.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.scriptprocessor-6.0.300-20180213.000335-285.jar (3.5 MB at 4.2 MB/s)
10:13:19 [INFO] 
10:13:19 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.sdk.core.s.test ---
10:13:19 [INFO] Deleting /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.core.s.test/target
10:13:19 [INFO] 
10:13:19 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.core.s.test ---
10:13:19 [INFO] 
10:13:19 [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.sdk.core.s.test ---
10:13:20 [INFO] 
10:13:20 [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.sdk.core.s.test ---
10:13:20 [INFO] master_test_jacocoArgLine set to -javaagent:/home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/.repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.core.s.test/../org.eclipse.scout.sdk/target/jacoco-all.exec
10:13:20 [INFO] 
10:13:20 [INFO] --- build-helper-maven-plugin:1.9.1:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.core.s.test ---
10:13:20 [INFO] 
10:13:20 [INFO] --- build-helper-maven-plugin:1.9.1:regex-property (initialize-regex) @ org.eclipse.scout.sdk.core.s.test ---
10:13:20 [INFO] 
10:13:20 [INFO] --- build-helper-maven-plugin:1.9.1:add-source (add-source) @ org.eclipse.scout.sdk.core.s.test ---
10:13:20 [INFO] Source directory: /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.core.s.test/src/main/client added.
10:13:20 [INFO] Source directory: /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.core.s.test/src/main/shared added.
10:13:20 [INFO] 
10:13:20 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.sdk.core.s.test ---
10:13:20 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:13:20 [INFO] skip non existing resourceDirectory /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.core.s.test/src/main/resources
10:13:20 [INFO] Copying 2 resources
10:13:20 [INFO] 
10:13:20 [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.sdk.core.s.test ---
10:13:20 [INFO] Changes detected - recompiling the module!
10:13:20 [INFO] Compiling 128 source files to /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.core.s.test/target/classes
10:13:21 [WARNING] /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.core.s.test/src/main/client/formdata/client/ui/forms/ColumnWithoutTypeForm.java:[44] 
10:13:21 	public class MyColumn extends AbstractColumn {
10:13:21 	             ^^^^^^^^
10:13:21 Type safety: The return type List for getAllExtensions() from the type AbstractColumn needs unchecked conversion to conform to List<? extends IExtension<?>> from the type IExtensibleObject
10:13:21 1 problem (1 warning)
10:13:21 [INFO] 
10:13:21 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.sdk.core.s.test ---
10:13:21 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:13:21 [INFO] skip non existing resourceDirectory /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.core.s.test/src/test/resources
10:13:21 [INFO] 
10:13:21 [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.sdk.core.s.test ---
10:13:21 [INFO] Changes detected - recompiling the module!
10:13:21 [INFO] Compiling 33 source files to /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.core.s.test/target/test-classes
10:13:21 [INFO] 
10:13:21 [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.sdk.core.s.test ---
10:13:21 [INFO] Surefire report directory: /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.core.s.test/target/surefire-reports
10:13:21 
10:13:21 -------------------------------------------------------
10:13:21  T E S T S
10:13:21 -------------------------------------------------------
10:13:21 Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.scout
10:13:21 Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.scout
10:13:21 Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.scout
10:13:21 Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.scout
10:13:21 Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.scout
10:13:21 Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.scout
10:13:21 Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.scout
10:13:21 Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.scout
10:13:21 Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.scout
10:13:21 Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.scout
10:13:21 Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.scout
10:13:21 Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.scout
10:13:23 Running org.eclipse.scout.sdk.core.s.util.CoreScoutUtilsTest
10:13:24 Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ReplacingFormTest
10:13:24 Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.TableFieldExtensionTest
10:13:24 Running org.eclipse.scout.sdk.core.s.ScoutRuntimeTypesTest
10:13:30 [WARNING]: The @Order value 100000000000000000 is very large and therefore may not be precise enough. It is recommended to use a lower value.
10:13:30 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.708 sec - in org.eclipse.scout.sdk.core.s.util.CoreScoutUtilsTest
10:13:31 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.652 sec - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ReplacingFormTest
10:13:31 Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ReplacingPageTest
10:13:32 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.371 sec - in org.eclipse.scout.sdk.core.s.ScoutRuntimeTypesTest
10:13:32 Running org.eclipse.scout.sdk.core.s.jaxws.JaxWsModuleNewHelperTest
10:13:33 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.429 sec - in org.eclipse.scout.sdk.core.s.jaxws.JaxWsModuleNewHelperTest
10:13:33 Running org.eclipse.scout.sdk.core.s.jaxws.JaxWsUtilsTest
10:13:33 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.391 sec - in org.eclipse.scout.sdk.core.s.jaxws.JaxWsUtilsTest
10:13:33 Running org.eclipse.scout.sdk.core.s.project.ScoutProjectNewTest
10:13:34 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.598 sec - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.TableFieldExtensionTest
10:13:34 Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.TableFieldWithIgnoredColumnsTest
10:13:38 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.483 sec - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ReplacingPageTest
10:13:38 Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.SimpleFormTest
10:13:40 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.653 sec - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.SimpleFormTest
10:13:40 Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.TableFieldBeanTest
10:13:44 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.7 sec - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.TableFieldWithIgnoredColumnsTest
10:13:44 Running org.eclipse.scout.sdk.core.s.sourcebuilder.form.FormSourceBuilderTest
10:13:44 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.598 sec - in org.eclipse.scout.sdk.core.s.sourcebuilder.form.FormSourceBuilderTest
10:13:44 Running org.eclipse.scout.sdk.core.s.sourcebuilder.lookupcall.LookupCallSourceBuilderTest
10:13:45 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.374 sec - in org.eclipse.scout.sdk.core.s.sourcebuilder.lookupcall.LookupCallSourceBuilderTest
10:13:45 Running org.eclipse.scout.sdk.core.s.sourcebuilder.page.PageSourceBuilderTest
10:13:46 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.818 sec - in org.eclipse.scout.sdk.core.s.sourcebuilder.page.PageSourceBuilderTest
10:13:49 [WARNING]: Don't override file /tmp/genie.scout/CoreScoutTestingUtils-projectDir3935212049057627728/artifact/artifact/pom.xml
10:13:49 Output of embedded Maven call:
10:13:49 MVN-BEGIN
10:13:49 
10:13:49 MVN-END
10:13:49 [WARNING]: Column 'formdata.client.ui.forms.ColumnWithoutTypeForm$MainBox$MyTableField$Table$MyColumn' has no value type.
10:13:49 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.754 sec - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.TableFieldBeanTest
10:13:49 Running org.eclipse.scout.sdk.core.s.sourcebuilder.testcase.TestSourceBuilderTest
10:13:49 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.194 sec - in org.eclipse.scout.sdk.core.s.sourcebuilder.testcase.TestSourceBuilderTest
10:13:49 Running org.eclipse.scout.sdk.core.s.structured.WellformTest
10:13:54 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.286 sec - in org.eclipse.scout.sdk.core.s.structured.WellformTest
10:14:14 [WARNING]: /tmp/genie.scout/CoreScoutTestingUtils-projectDir3935212049057627728/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[5] 
10:14:14 	import org.eclipse.scout.rt.shared.ISession;
10:14:14 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10:14:14 The import org.eclipse.scout.rt.shared.ISession is never used
10:14:14 [WARNING]: /tmp/genie.scout/CoreScoutTestingUtils-projectDir3935212049057627728/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[7] 
10:14:14 	import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService;
10:14:14 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10:14:14 The import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService is never used
10:14:14 2 problems (2 warnings)
10:14:22 [WARNING]: /tmp/genie.scout/CoreScoutTestingUtils-projectDir3935212049057627728/artifact/artifact.client/src/main/java/group/artifact/client/ClientSession.java:[4] 
10:14:22 	import org.eclipse.scout.rt.client.IClientSession;
10:14:22 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10:14:22 The import org.eclipse.scout.rt.client.IClientSession is never used
10:14:22 1 problem (1 warning)
10:14:22 [WARNING]: /tmp/genie.scout/CoreScoutTestingUtils-projectDir3935212049057627728/artifact/artifact.client/src/test/java/group/artifact/client/helloworld/HelloWorldFormTest.java:[15] 
10:14:22 	import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField;
10:14:22 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10:14:22 The import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField is never used
10:14:22 1 problem (1 warning)
10:14:27 Output of embedded Maven call:
10:14:27 MVN-BEGIN
10:14:27 Apache Maven 3.3.3 (7994120775791599e205a5524ec3e0dfe41d4a06; 2015-04-22T07:57:37-04:00)
10:14:27 Maven home: <unknown maven home>
10:14:27 Java version: 1.8.0_162, vendor: Oracle Corporation
10:14:27 Java home: /opt/public/common/java/oracle/jdk1.8.0_162_x64/jre
10:14:27 Default locale: en_US, platform encoding: UTF-8
10:14:27 OS name: "linux", version: "3.12.62-60.64.8-default", arch: "amd64", family: "unix"
10:14:27 
10:14:27 -------------------------------------------------------
10:14:27  T E S T S
10:14:27 -------------------------------------------------------
10:14:27 Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.scout
10:14:27 Running group.artifact.server.helloworld.HelloWorldServiceTest
10:14:27 2018-02-13 10:14:20,853 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
10:14:27 2018-02-13 10:14:21,027 INFO  [Thread-1] org.eclipse.scout.rt.platform.inventory.ClassInventory - Finished preparation of jandex class inventory in 152.832551 ms - MDC[]
10:14:27 2018-02-13 10:14:21,483 INFO  [Thread-1] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener - registered logger support [org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport] - MDC[]
10:14:27 2018-02-13 10:14:21,489 INFO  [Thread-1] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator - 0 code type classes registered. - MDC[]
10:14:27 2018-02-13 10:14:21,675 INFO  [main] group.artifact.server.ServerSession - created a new session for test_subject - MDC[principal=test_subject]
10:14:27 2018-02-13 10:14:21,676 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession - Server session started [session=group.artifact.server.ServerSession@6dc1484[id = 79c6f29d-e92d-4a24-b365-8e888ff664f9], user=test_subject] - MDC[principal=test_subject]
10:14:27 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.625 sec - in group.artifact.server.helloworld.HelloWorldServiceTest
10:14:27 
10:14:27 Results :
10:14:27 
10:14:27 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
10:14:27 
10:14:27 
10:14:27 -------------------------------------------------------
10:14:27  T E S T S
10:14:27 -------------------------------------------------------
10:14:27 Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.scout
10:14:27 Running group.artifact.client.helloworld.HelloWorldFormTest
10:14:27 2018-02-13 10:14:24,663 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
10:14:27 2018-02-13 10:14:24,872 INFO  [Thread-1] org.eclipse.scout.rt.platform.inventory.ClassInventory - Finished preparation of jandex class inventory in 185.803959 ms - MDC[]
10:14:27 2018-02-13 10:14:25,446 INFO  [Thread-1] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener - registered logger support [org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport] - MDC[]
10:14:27 2018-02-13 10:14:25,448 INFO  [Thread-1] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator - 0 code type classes registered. - MDC[]
10:14:27 2018-02-13 10:14:25,450 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - No config.properties found. Running with empty configuration. - MDC[]
10:14:27 2018-02-13 10:14:25,796 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@73e6c0a[id = 3bea082b-7778-4e78-b543-15518d1704f1], user=genie.scout] - MDC[principal=anonymous, jobName=Starting ClientSession [sessionId=3bea082b-7778-4e78-b543-15518d1704f1]]
10:14:27 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.426 sec - in group.artifact.client.helloworld.HelloWorldFormTest
10:14:27 
10:14:27 Results :
10:14:27 
10:14:27 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
10:14:27 
10:14:27 
10:14:27 MVN-END
10:14:27 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 53.851 sec - in org.eclipse.scout.sdk.core.s.project.ScoutProjectNewTest
10:14:27 Running org.eclipse.scout.sdk.core.s.sourcebuilder.codetype.CodeTypeSourceBuilderTest
10:14:27 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.616 sec - in org.eclipse.scout.sdk.core.s.sourcebuilder.codetype.CodeTypeSourceBuilderTest
10:14:27 Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.AnnotationCopyTest
10:14:28 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.514 sec - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.AnnotationCopyTest
10:14:28 Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ExtensionFormDataTest
10:14:30 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.553 sec - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ExtensionFormDataTest
10:14:30 Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ExternalCheckboxFieldTest
10:14:30 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.241 sec - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ExternalCheckboxFieldTest
10:14:30 Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ExternalGroupboxTest
10:14:30 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.205 sec - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ExternalGroupboxTest
10:14:30 Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ExternalTableFieldTest
10:14:31 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.626 sec - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ExternalTableFieldTest
10:14:31 Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.FormPropertiesTest
10:14:31 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.427 sec - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.FormPropertiesTest
10:14:31 Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.FormWithGroupboxesTest
10:14:31 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.249 sec - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.FormWithGroupboxesTest
10:14:31 Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.FormWithTemplateTest
10:14:31 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.238 sec - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.FormWithTemplateTest
10:14:31 Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.IgnoredFieldsFormTest
10:14:32 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.205 sec - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.IgnoredFieldsFormTest
10:14:32 Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ListBoxFormTest
10:14:32 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.212 sec - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ListBoxFormTest
10:14:32 Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.MasterFieldFormDataTest
10:14:32 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.235 sec - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.MasterFieldFormDataTest
10:14:32 Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.NestedMultiLevelFormFieldTest
10:14:33 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.032 sec - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.NestedMultiLevelFormFieldTest
10:14:33 Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.PageBeanDataTest
10:14:36 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.257 sec - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.PageBeanDataTest
10:14:36 Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ReplaceFormFieldTest
10:14:37 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.004 sec - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ReplaceFormFieldTest
10:14:37 Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ReplaceWithTemplatesTest
10:14:39 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.599 sec - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ReplaceWithTemplatesTest
10:14:39 Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.TableFieldFormTest
10:14:41 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.768 sec - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.TableFieldFormTest
10:14:41 
10:14:41 Results :
10:14:41 
10:14:41 Tests run: 61, Failures: 0, Errors: 0, Skipped: 0
10:14:41 
10:14:41 [INFO] 
10:14:41 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.sdk.core.s.test ---
10:14:41 [INFO] Building jar: /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-6.0.300-SNAPSHOT.jar
10:14:41 [INFO] 
10:14:41 [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.core.s.test ---
10:14:41 [INFO] 
10:14:41 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.sdk.core.s.test ---
10:14:41 [INFO] Building jar: /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-6.0.300-SNAPSHOT-tests.jar
10:14:41 [INFO] 
10:14:41 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.core.s.test ---
10:14:41 [INFO] Building jar: /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-6.0.300-SNAPSHOT-test-sources.jar
10:14:41 [INFO] 
10:14:41 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.sdk.core.s.test ---
10:14:41 [INFO] Checking compile classpath
10:14:42 [INFO] Checking runtime classpath
10:14:42 [INFO] Checking test classpath
10:14:42 [INFO] 
10:14:42 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.core.s.test ---
10:14:42 [INFO] Checking unresolved references to org.kaazing.mojo.signature:java18:1.0
10:14:44 [INFO] 
10:14:44 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.core.s.test ---
10:14:44 [INFO] Building jar: /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-6.0.300-SNAPSHOT-sources.jar
10:14:44 [INFO] 
10:14:44 [INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.scout.sdk.core.s.test ---
10:14:44 [INFO] Skipping artifact signing
10:14:44 [INFO] 
10:14:44 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.core.s.test ---
10:14:44 [INFO] Installing /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-6.0.300-SNAPSHOT.jar to /home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s.test/6.0.300-SNAPSHOT/org.eclipse.scout.sdk.core.s.test-6.0.300-SNAPSHOT.jar
10:14:44 [INFO] Installing /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.core.s.test/pom.xml to /home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s.test/6.0.300-SNAPSHOT/org.eclipse.scout.sdk.core.s.test-6.0.300-SNAPSHOT.pom
10:14:44 [INFO] Installing /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-6.0.300-SNAPSHOT-tests.jar to /home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s.test/6.0.300-SNAPSHOT/org.eclipse.scout.sdk.core.s.test-6.0.300-SNAPSHOT-tests.jar
10:14:44 [INFO] Installing /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-6.0.300-SNAPSHOT-test-sources.jar to /home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s.test/6.0.300-SNAPSHOT/org.eclipse.scout.sdk.core.s.test-6.0.300-SNAPSHOT-test-sources.jar
10:14:44 [INFO] Installing /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-6.0.300-SNAPSHOT-sources.jar to /home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s.test/6.0.300-SNAPSHOT/org.eclipse.scout.sdk.core.s.test-6.0.300-SNAPSHOT-sources.jar
10:14:44 [INFO] 
10:14:44 [INFO] ------------------------------------------------------------------------
10:14:44 [INFO] Building org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e 6.0.300-SNAPSHOT
10:14:44 [INFO] ------------------------------------------------------------------------
10:14:44 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/scout/sdk/deps/org.eclipse.osgi/maven-metadata.xml
10:14:44 [INFO] Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/sdk/deps/org.eclipse.osgi/maven-metadata.xml
10:14:44 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/scout/sdk/deps/org.eclipse.osgi/maven-metadata.xml (446 B at 10 kB/s)
10:14:44 [INFO] Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/sdk/deps/org.eclipse.core.jobs/maven-metadata.xml
10:14:44 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/scout/sdk/deps/org.eclipse.core.jobs/maven-metadata.xml
10:14:44 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/scout/sdk/deps/org.eclipse.core.jobs/maven-metadata.xml (445 B at 11 kB/s)
10:14:44 [INFO] Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/sdk/deps/org.eclipse.core.contenttype/maven-metadata.xml
10:14:44 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/scout/sdk/deps/org.eclipse.core.contenttype/maven-metadata.xml
10:14:44 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/scout/sdk/deps/org.eclipse.core.contenttype/maven-metadata.xml (458 B at 29 kB/s)
10:14:44 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/scout/sdk/deps/org.eclipse.text/maven-metadata.xml
10:14:44 [INFO] Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/sdk/deps/org.eclipse.text/maven-metadata.xml
10:14:44 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/scout/sdk/deps/org.eclipse.text/maven-metadata.xml (442 B at 16 kB/s)
10:14:44 [INFO] 
10:14:44 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.sdk.s2e ---
10:14:44 [INFO] Deleting /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.s2e/target
10:14:44 [INFO] 
10:14:44 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e ---
10:14:44 [INFO] 
10:14:44 [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.sdk.s2e ---
10:14:46 [INFO] 
10:14:46 [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.sdk.s2e ---
10:14:46 [INFO] master_test_jacocoArgLine set to -javaagent:/home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/.repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.s2e/../org.eclipse.scout.sdk/target/jacoco-all.exec
10:14:46 [INFO] 
10:14:46 [INFO] --- build-helper-maven-plugin:1.9.1:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e ---
10:14:46 [INFO] 
10:14:46 [INFO] --- build-helper-maven-plugin:1.9.1:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e ---
10:14:46 [INFO] 
10:14:46 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.sdk.s2e ---
10:14:47 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:14:47 [INFO] Copying 2 resources
10:14:47 [INFO] Copying 5 resources
10:14:47 [INFO] 
10:14:47 [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.sdk.s2e ---
10:14:47 [INFO] Changes detected - recompiling the module!
10:14:47 [INFO] Compiling 55 source files to /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.s2e/target/classes
10:14:49 [INFO] 
10:14:49 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e ---
10:14:49 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:14:49 [INFO] skip non existing resourceDirectory /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.s2e/src/test/resources
10:14:49 [INFO] 
10:14:49 [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e ---
10:14:49 [INFO] No sources to compile
10:14:49 [INFO] 
10:14:49 [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.sdk.s2e ---
10:14:49 [INFO] No tests to run.
10:14:49 [INFO] 
10:14:49 [INFO] --- maven-bundle-plugin:2.5.3:bundle (default-bundle) @ org.eclipse.scout.sdk.s2e ---
10:14:51 [INFO] 
10:14:51 [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.s2e ---
10:14:51 [INFO] 
10:14:51 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e ---
10:14:51 [INFO] Skipping packaging of the test-jar
10:14:51 [INFO] 
10:14:51 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e ---
10:14:51 [INFO] No sources in project. Archive not created.
10:14:51 [INFO] 
10:14:51 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.sdk.s2e ---
10:14:51 [INFO] Checking compile classpath
10:14:53 [INFO] Checking runtime classpath
10:14:53 [INFO] Checking test classpath
10:14:53 [INFO] 
10:14:53 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.s2e ---
10:14:54 [INFO] Checking unresolved references to org.kaazing.mojo.signature:java18:1.0
10:14:55 [INFO] 
10:14:55 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e ---
10:14:55 [INFO] Building jar: /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-6.0.300-SNAPSHOT-sources.jar
10:14:55 [INFO] 
10:14:55 [INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.scout.sdk.s2e ---
10:14:55 [INFO] Skipping artifact signing
10:14:55 [INFO] 
10:14:55 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e ---
10:14:55 [INFO] Installing /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-6.0.300-SNAPSHOT.jar to /home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e/6.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e-6.0.300-SNAPSHOT.jar
10:14:55 [INFO] Installing /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.s2e/pom.xml to /home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e/6.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e-6.0.300-SNAPSHOT.pom
10:14:55 [INFO] Installing /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-6.0.300-SNAPSHOT-sources.jar to /home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e/6.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e-6.0.300-SNAPSHOT-sources.jar
10:14:55 [INFO] 
10:14:55 [INFO] --- maven-bundle-plugin:2.5.3:install (default-install) @ org.eclipse.scout.sdk.s2e ---
10:14:55 [INFO] Local OBR update disabled (enable with -DobrRepository)
10:14:55 [INFO] 
10:14:55 [INFO] ------------------------------------------------------------------------
10:14:55 [INFO] Building org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.test 6.0.300-SNAPSHOT
10:14:55 [INFO] ------------------------------------------------------------------------
10:14:55 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/scout/sdk/deps/org.eclipse.jface/maven-metadata.xml
10:14:55 [INFO] Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/sdk/deps/org.eclipse.jface/maven-metadata.xml
10:14:55 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/scout/sdk/deps/org.eclipse.jface/maven-metadata.xml (445 B at 12 kB/s)
10:14:55 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/scout/sdk/deps/org.eclipse.swt.win32.win32.x86/maven-metadata.xml
10:14:55 [INFO] Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/sdk/deps/org.eclipse.swt.win32.win32.x86/maven-metadata.xml
10:14:55 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/scout/sdk/deps/org.eclipse.swt.win32.win32.x86/maven-metadata.xml (463 B at 31 kB/s)
10:14:55 [INFO] 
10:14:55 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.sdk.s2e.test ---
10:14:55 [INFO] Deleting /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.s2e.test/target
10:14:55 [INFO] 
10:14:55 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e.test ---
10:14:55 [INFO] 
10:14:55 [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.sdk.s2e.test ---
10:14:56 [INFO] 
10:14:56 [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.test ---
10:14:56 [INFO] master_test_jacocoArgLine set to -javaagent:/home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/.repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.s2e.test/../org.eclipse.scout.sdk/target/jacoco-all.exec
10:14:56 [INFO] 
10:14:56 [INFO] --- build-helper-maven-plugin:1.9.1:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.test ---
10:14:56 [INFO] 
10:14:56 [INFO] --- build-helper-maven-plugin:1.9.1:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.test ---
10:14:56 [INFO] 
10:14:56 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.sdk.s2e.test ---
10:14:56 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:14:56 [INFO] skip non existing resourceDirectory /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.s2e.test/src/main/resources
10:14:56 [INFO] Copying 2 resources
10:14:56 [INFO] 
10:14:56 [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.sdk.s2e.test ---
10:14:56 [INFO] Changes detected - recompiling the module!
10:14:56 [INFO] Compiling 7 source files to /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.s2e.test/target/classes
10:14:57 [INFO] 
10:14:57 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.test ---
10:14:57 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:14:57 [INFO] Copying 7 resources
10:14:57 [INFO] 
10:14:57 [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.test ---
10:14:57 [INFO] Changes detected - recompiling the module!
10:14:57 [INFO] Compiling 8 source files to /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.s2e.test/target/test-classes
10:14:57 [INFO] 
10:14:57 [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.sdk.s2e.test ---
10:14:57 [INFO] Surefire report directory: /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.s2e.test/target/surefire-reports
10:14:57 
10:14:57 -------------------------------------------------------
10:14:57  T E S T S
10:14:57 -------------------------------------------------------
10:14:57 Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.scout
10:14:57 Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.scout
10:14:57 Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.scout
10:14:57 Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.scout
10:14:57 Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.scout
10:14:57 Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.scout
10:14:57 Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.scout
10:14:57 Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.scout
10:14:59 Running org.eclipse.scout.sdk.s2e.operation.codetype.CodeTypeNewOperationTest
10:15:03 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.101 sec - in org.eclipse.scout.sdk.s2e.operation.codetype.CodeTypeNewOperationTest
10:15:03 Running org.eclipse.scout.sdk.s2e.operation.form.FormNewOperationTest
10:15:25 Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.918 sec - in org.eclipse.scout.sdk.s2e.operation.form.FormNewOperationTest
10:15:25 Running org.eclipse.scout.sdk.s2e.operation.jaxws.WebServiceNewOperationTest
10:15:34 [WARNING]: Don't override file /tmp/genie.scout/CoreScoutTestingUtils-projectDir7251999230682730888/artifact/artifact/pom.xml
10:15:34 Output of embedded Maven call:
10:15:34 MVN-BEGIN
10:15:34 
10:15:34 MVN-END
10:15:39 [WARNING]: CP Don't override file /tmp/genie.scout/jaxws-module-tmp7236567942960276511/artifact.server.jaxws/src/main/resources/META-INF/scout.xml
10:15:39 Output of embedded Maven call:
10:15:39 MVN-BEGIN
10:15:39 
10:15:39 MVN-END
10:15:58 [WARNING]: /tmp/genie.scout/CoreScoutTestingUtils-projectDir7251999230682730888/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/provider/multifile/ErrorResponse.java:[15] 
10:15:58 	public class ErrorResponse
10:15:58 	             ^^^^^^^^^^^^^
10:15:58 The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long
10:15:58 2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:15:58 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]
10:15:58 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]
10:15:58 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]
10:15:58 6. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
10:15:58 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]
10:15:58 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]
10:15:58 9. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:15:58 10. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:15:58 10 problems (10 warnings)
10:15:58 Output of embedded Maven call:
10:15:58 MVN-BEGIN
10:15:58 Apache Maven 3.3.3 (7994120775791599e205a5524ec3e0dfe41d4a06; 2015-04-22T07:57:37-04:00)
10:15:58 Maven home: <unknown maven home>
10:15:58 Java version: 1.8.0_162, vendor: Oracle Corporation
10:15:58 Java home: /opt/public/common/java/oracle/jdk1.8.0_162_x64/jre
10:15:58 Default locale: en_US, platform encoding: UTF-8
10:15:58 OS name: "linux", version: "3.12.62-60.64.8-default", arch: "amd64", family: "unix"
10:15:58 Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.scout
10:15:58 parsing WSDL...
10:15:58 
10:15:58 
10:15:58 
10:15:58 Generating code...
10:15:58 
10:15:58 test/provider/multifile/ErrorResponse.java
10:15:58 test/provider/multifile/IScoutQueryInterface2PortType.java
10:15:58 test/provider/multifile/ScoutQueryService.java
10:15:58 org/eclipse/schema/common/ObjectFactory.java
10:15:58 org/eclipse/schema/common/ReturnDetailType.java
10:15:58 org/eclipse/schema/common/package-info.java
10:15:58 org/eclipse/scout/webservices/scout/ContextDetailType.java
10:15:58 org/eclipse/scout/webservices/scout/ContextType.java
10:15:58 org/eclipse/scout/webservices/scout/ErrorMessage.java
10:15:58 org/eclipse/scout/webservices/scout/ObjectFactory.java
10:15:58 org/eclipse/scout/webservices/scout/Operation01TypeResponse.java
10:15:58 org/eclipse/scout/webservices/scout/Operation02TypeResponse.java
10:15:58 org/eclipse/scout/webservices/scout/ValutaPartType.java
10:15:58 org/eclipse/scout/webservices/scout/WhateverType.java
10:15:58 org/eclipse/scout/webservices/scout/package-info.java
10:15:58 [INFO] Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:15:58 [INFO] 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]
10:15:58 [INFO] 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]
10:15:58 [INFO] 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]
10:15:58 [INFO] Annotation processing: Generate AuthHandler [authHandler=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
10:15:58 [INFO] Annotation processing: Generate handler chain XML-file [file=ScoutQueryInterface2WebServiceEntryPoint_handler-chain.xml, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
10:15:58 [INFO] Annotation processing: Entry point successfully generated. [entryPoint=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType, entryPointDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition] [processor=JaxWsAnnotationProcessor]
10:15:58 [INFO] Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:15:58 [INFO] Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:15:58 
10:15:58 MVN-END
10:16:07 [WARNING]: /tmp/genie.scout/CoreScoutTestingUtils-projectDir7251999230682730888/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[5] 
10:16:07 	import org.eclipse.scout.rt.shared.ISession;
10:16:07 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10:16:07 The import org.eclipse.scout.rt.shared.ISession is never used
10:16:07 [WARNING]: /tmp/genie.scout/CoreScoutTestingUtils-projectDir7251999230682730888/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[7] 
10:16:07 	import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService;
10:16:07 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10:16:07 The import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService is never used
10:16:07 2 problems (2 warnings)
10:16:13 [WARNING]: /tmp/genie.scout/CoreScoutTestingUtils-projectDir7251999230682730888/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/provider/multifile/ErrorResponse.java:[15] 
10:16:13 	public class ErrorResponse
10:16:13 	             ^^^^^^^^^^^^^
10:16:13 The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long
10:16:13 2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:16:13 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]
10:16:13 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]
10:16:13 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]
10:16:13 6. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
10:16:13 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]
10:16:13 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]
10:16:13 9. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:16:13 10. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:16:13 10 problems (10 warnings)
10:16:18 [WARNING]: /tmp/genie.scout/CoreScoutTestingUtils-projectDir7251999230682730888/artifact/artifact.client/src/main/java/group/artifact/client/ClientSession.java:[4] 
10:16:18 	import org.eclipse.scout.rt.client.IClientSession;
10:16:18 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10:16:18 The import org.eclipse.scout.rt.client.IClientSession is never used
10:16:18 1 problem (1 warning)
10:16:18 [WARNING]: /tmp/genie.scout/CoreScoutTestingUtils-projectDir7251999230682730888/artifact/artifact.client/src/test/java/group/artifact/client/helloworld/HelloWorldFormTest.java:[15] 
10:16:18 	import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField;
10:16:18 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10:16:18 The import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField is never used
10:16:18 1 problem (1 warning)
10:16:23 Output of embedded Maven call:
10:16:23 MVN-BEGIN
10:16:23 Apache Maven 3.3.3 (7994120775791599e205a5524ec3e0dfe41d4a06; 2015-04-22T07:57:37-04:00)
10:16:23 Maven home: <unknown maven home>
10:16:23 Java version: 1.8.0_162, vendor: Oracle Corporation
10:16:23 Java home: /opt/public/common/java/oracle/jdk1.8.0_162_x64/jre
10:16:23 Default locale: en_US, platform encoding: UTF-8
10:16:23 OS name: "linux", version: "3.12.62-60.64.8-default", arch: "amd64", family: "unix"
10:16:23 Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.scout
10:16:23 parsing WSDL...
10:16:23 
10:16:23 
10:16:23 
10:16:23 Generating code...
10:16:23 
10:16:23 test/provider/multifile/ErrorResponse.java
10:16:23 test/provider/multifile/IScoutQueryInterface2PortType.java
10:16:23 test/provider/multifile/ScoutQueryService.java
10:16:23 org/eclipse/schema/common/ObjectFactory.java
10:16:23 org/eclipse/schema/common/ReturnDetailType.java
10:16:23 org/eclipse/schema/common/package-info.java
10:16:23 org/eclipse/scout/webservices/scout/ContextDetailType.java
10:16:23 org/eclipse/scout/webservices/scout/ContextType.java
10:16:23 org/eclipse/scout/webservices/scout/ErrorMessage.java
10:16:23 org/eclipse/scout/webservices/scout/ObjectFactory.java
10:16:23 org/eclipse/scout/webservices/scout/Operation01TypeResponse.java
10:16:23 org/eclipse/scout/webservices/scout/Operation02TypeResponse.java
10:16:23 org/eclipse/scout/webservices/scout/ValutaPartType.java
10:16:23 org/eclipse/scout/webservices/scout/WhateverType.java
10:16:23 org/eclipse/scout/webservices/scout/package-info.java
10:16:23 [INFO] Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:16:23 [INFO] 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]
10:16:23 [INFO] 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]
10:16:23 [INFO] 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]
10:16:23 [INFO] Annotation processing: Generate AuthHandler [authHandler=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
10:16:23 [INFO] Annotation processing: Generate handler chain XML-file [file=ScoutQueryInterface2WebServiceEntryPoint_handler-chain.xml, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
10:16:23 [INFO] Annotation processing: Entry point successfully generated. [entryPoint=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType, entryPointDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition] [processor=JaxWsAnnotationProcessor]
10:16:23 [INFO] Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:16:23 [INFO] Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:16:23 
10:16:23 -------------------------------------------------------
10:16:23  T E S T S
10:16:23 -------------------------------------------------------
10:16:23 Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.scout
10:16:23 Running group.artifact.server.helloworld.HelloWorldServiceTest
10:16:23 2018-02-13 10:16:16,568 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
10:16:23 2018-02-13 10:16:16,689 INFO  [Thread-1] org.eclipse.scout.rt.platform.inventory.ClassInventory - Finished preparation of jandex class inventory in 107.182437 ms - MDC[]
10:16:23 2018-02-13 10:16:17,261 INFO  [Thread-1] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener - registered logger support [org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport] - MDC[]
10:16:23 2018-02-13 10:16:17,268 INFO  [Thread-1] org.eclipse.scout.rt.server.jaxws.JaxWsPlatformListener - JAX-WS implementor specific class installed: org.eclipse.scout.rt.server.jaxws.implementor.JaxWsRISpecifics - MDC[]
10:16:23 2018-02-13 10:16:17,271 INFO  [Thread-1] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator - 0 code type classes registered. - MDC[]
10:16:23 2018-02-13 10:16:17,333 INFO  [Thread-1] org.eclipse.scout.rt.server.jaxws.JaxWsPlatformListener - JAX-WS implementor: JAX-WS RI 2.2.9-b130926.1035 svn-revision#5f6196f2b90e9460065a4c2f4e30e065b245e51e (http://jax-ws.java.net, Oracle Corporation, bundled with JRE) - MDC[]
10:16:23 2018-02-13 10:16:17,524 INFO  [main] group.artifact.server.ServerSession - created a new session for test_subject - MDC[principal=test_subject]
10:16:23 2018-02-13 10:16:17,525 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession - Server session started [session=group.artifact.server.ServerSession@2fb5fe30[id = 8a4c5165-d415-4581-9120-7d4508e7010e], user=test_subject] - MDC[principal=test_subject]
10:16:23 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.754 sec - in group.artifact.server.helloworld.HelloWorldServiceTest
10:16:23 
10:16:23 Results :
10:16:23 
10:16:23 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
10:16:23 
10:16:23 
10:16:23 -------------------------------------------------------
10:16:23  T E S T S
10:16:23 -------------------------------------------------------
10:16:23 Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.scout
10:16:23 Running group.artifact.client.helloworld.HelloWorldFormTest
10:16:23 2018-02-13 10:16:21,176 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
10:16:23 2018-02-13 10:16:21,432 INFO  [Thread-1] org.eclipse.scout.rt.platform.inventory.ClassInventory - Finished preparation of jandex class inventory in 233.172980 ms - MDC[]
10:16:23 2018-02-13 10:16:22,001 INFO  [Thread-1] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener - registered logger support [org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport] - MDC[]
10:16:23 2018-02-13 10:16:22,005 INFO  [Thread-1] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator - 0 code type classes registered. - MDC[]
10:16:23 2018-02-13 10:16:22,006 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - No config.properties found. Running with empty configuration. - MDC[]
10:16:23 2018-02-13 10:16:22,356 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@48d143de[id = ea2216e5-b99d-47aa-a8d8-832d772d0c04], user=genie.scout] - MDC[principal=anonymous, jobName=Starting ClientSession [sessionId=ea2216e5-b99d-47aa-a8d8-832d772d0c04]]
10:16:23 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.79 sec - in group.artifact.client.helloworld.HelloWorldFormTest
10:16:23 
10:16:23 Results :
10:16:23 
10:16:23 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
10:16:23 
10:16:23 
10:16:23 MVN-END
10:16:36 [WARNING]: /tmp/genie.scout/CoreScoutTestingUtils-projectDir7251999230682730888/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/provider/multifile/ErrorResponse.java:[15] 
10:16:36 	public class ErrorResponse
10:16:36 	             ^^^^^^^^^^^^^
10:16:36 The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long
10:16:36 2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:16:36 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]
10:16:36 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]
10:16:36 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]
10:16:36 6. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
10:16:36 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]
10:16:36 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]
10:16:36 9. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.IFirstWebServiceOnePortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
10:16:36 10. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.IFirstWebServiceTwoPortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
10:16:36 11. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.ISecondWebServiceOnePortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
10:16:36 12. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.ISecondWebServiceTwoPortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
10:16:36 13. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:16:36 14. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:16:36 14 problems (14 warnings)
10:16:36 Output of embedded Maven call:
10:16:36 MVN-BEGIN
10:16:36 Apache Maven 3.3.3 (7994120775791599e205a5524ec3e0dfe41d4a06; 2015-04-22T07:57:37-04:00)
10:16:36 Maven home: <unknown maven home>
10:16:36 Java version: 1.8.0_162, vendor: Oracle Corporation
10:16:36 Java home: /opt/public/common/java/oracle/jdk1.8.0_162_x64/jre
10:16:36 Default locale: en_US, platform encoding: UTF-8
10:16:36 OS name: "linux", version: "3.12.62-60.64.8-default", arch: "amd64", family: "unix"
10:16:36 Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.scout
10:16:36 parsing WSDL...
10:16:36 
10:16:36 
10:16:36 
10:16:36 Generating code...
10:16:36 
10:16:36 test/provider/multifile/ErrorResponse.java
10:16:36 test/provider/multifile/IScoutQueryInterface2PortType.java
10:16:36 test/provider/multifile/ScoutQueryService.java
10:16:36 org/eclipse/schema/common/ObjectFactory.java
10:16:36 org/eclipse/schema/common/ReturnDetailType.java
10:16:36 org/eclipse/schema/common/package-info.java
10:16:36 org/eclipse/scout/webservices/scout/ContextDetailType.java
10:16:36 org/eclipse/scout/webservices/scout/ContextType.java
10:16:36 org/eclipse/scout/webservices/scout/ErrorMessage.java
10:16:36 org/eclipse/scout/webservices/scout/ObjectFactory.java
10:16:36 org/eclipse/scout/webservices/scout/Operation01TypeResponse.java
10:16:36 org/eclipse/scout/webservices/scout/Operation02TypeResponse.java
10:16:36 org/eclipse/scout/webservices/scout/ValutaPartType.java
10:16:36 org/eclipse/scout/webservices/scout/WhateverType.java
10:16:36 org/eclipse/scout/webservices/scout/package-info.java
10:16:36 Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.scout
10:16:36 parsing WSDL...
10:16:36 
10:16:36 
10:16:36 
10:16:36 Generating code...
10:16:36 
10:16:36 org/eclipse/scout/rt/test/services/ws/pingwebservice/ObjectFactory.java
10:16:36 test/consumer/multiservice/FirstService.java
10:16:36 test/consumer/multiservice/IFirstWebServiceOnePortType.java
10:16:36 test/consumer/multiservice/IFirstWebServiceTwoPortType.java
10:16:36 test/consumer/multiservice/ISecondWebServiceOnePortType.java
10:16:36 test/consumer/multiservice/ISecondWebServiceTwoPortType.java
10:16:36 test/consumer/multiservice/SecondService.java
10:16:36 [INFO] Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:16:36 [INFO] 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]
10:16:36 [INFO] 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]
10:16:36 [INFO] 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]
10:16:36 [INFO] Annotation processing: Generate AuthHandler [authHandler=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
10:16:36 [INFO] Annotation processing: Generate handler chain XML-file [file=ScoutQueryInterface2WebServiceEntryPoint_handler-chain.xml, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
10:16:36 [INFO] Annotation processing: Entry point successfully generated. [entryPoint=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType, entryPointDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition] [processor=JaxWsAnnotationProcessor]
10:16:36 [INFO] Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.IFirstWebServiceOnePortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
10:16:36 [INFO] Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.IFirstWebServiceTwoPortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
10:16:36 [INFO] Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.ISecondWebServiceOnePortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
10:16:36 [INFO] Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.ISecondWebServiceTwoPortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
10:16:36 [INFO] Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:16:36 [INFO] Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:16:36 
10:16:36 MVN-END
10:16:48 [WARNING]: /tmp/genie.scout/CoreScoutTestingUtils-projectDir7251999230682730888/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[5] 
10:16:48 	import org.eclipse.scout.rt.shared.ISession;
10:16:48 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10:16:48 The import org.eclipse.scout.rt.shared.ISession is never used
10:16:48 [WARNING]: /tmp/genie.scout/CoreScoutTestingUtils-projectDir7251999230682730888/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[7] 
10:16:48 	import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService;
10:16:48 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10:16:48 The import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService is never used
10:16:48 2 problems (2 warnings)
10:16:55 [WARNING]: /tmp/genie.scout/CoreScoutTestingUtils-projectDir7251999230682730888/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/provider/multifile/ErrorResponse.java:[15] 
10:16:55 	public class ErrorResponse
10:16:55 	             ^^^^^^^^^^^^^
10:16:55 The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long
10:16:55 2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:16:55 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]
10:16:55 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]
10:16:55 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]
10:16:55 6. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
10:16:55 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]
10:16:55 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]
10:16:55 9. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.IFirstWebServiceOnePortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
10:16:55 10. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.IFirstWebServiceTwoPortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
10:16:55 11. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.ISecondWebServiceOnePortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
10:16:55 12. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.ISecondWebServiceTwoPortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
10:16:55 13. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:16:55 14. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:16:55 14 problems (14 warnings)
10:17:00 [WARNING]: /tmp/genie.scout/CoreScoutTestingUtils-projectDir7251999230682730888/artifact/artifact.client/src/main/java/group/artifact/client/ClientSession.java:[4] 
10:17:00 	import org.eclipse.scout.rt.client.IClientSession;
10:17:00 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10:17:00 The import org.eclipse.scout.rt.client.IClientSession is never used
10:17:00 1 problem (1 warning)
10:17:00 [WARNING]: /tmp/genie.scout/CoreScoutTestingUtils-projectDir7251999230682730888/artifact/artifact.client/src/test/java/group/artifact/client/helloworld/HelloWorldFormTest.java:[15] 
10:17:00 	import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField;
10:17:00 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10:17:00 The import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField is never used
10:17:00 1 problem (1 warning)
10:17:04 Output of embedded Maven call:
10:17:04 MVN-BEGIN
10:17:04 Apache Maven 3.3.3 (7994120775791599e205a5524ec3e0dfe41d4a06; 2015-04-22T07:57:37-04:00)
10:17:04 Maven home: <unknown maven home>
10:17:04 Java version: 1.8.0_162, vendor: Oracle Corporation
10:17:04 Java home: /opt/public/common/java/oracle/jdk1.8.0_162_x64/jre
10:17:04 Default locale: en_US, platform encoding: UTF-8
10:17:04 OS name: "linux", version: "3.12.62-60.64.8-default", arch: "amd64", family: "unix"
10:17:04 Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.scout
10:17:04 parsing WSDL...
10:17:04 
10:17:04 
10:17:04 
10:17:04 Generating code...
10:17:04 
10:17:04 test/provider/multifile/ErrorResponse.java
10:17:04 test/provider/multifile/IScoutQueryInterface2PortType.java
10:17:04 test/provider/multifile/ScoutQueryService.java
10:17:04 org/eclipse/schema/common/ObjectFactory.java
10:17:04 org/eclipse/schema/common/ReturnDetailType.java
10:17:04 org/eclipse/schema/common/package-info.java
10:17:04 org/eclipse/scout/webservices/scout/ContextDetailType.java
10:17:04 org/eclipse/scout/webservices/scout/ContextType.java
10:17:04 org/eclipse/scout/webservices/scout/ErrorMessage.java
10:17:04 org/eclipse/scout/webservices/scout/ObjectFactory.java
10:17:04 org/eclipse/scout/webservices/scout/Operation01TypeResponse.java
10:17:04 org/eclipse/scout/webservices/scout/Operation02TypeResponse.java
10:17:04 org/eclipse/scout/webservices/scout/ValutaPartType.java
10:17:04 org/eclipse/scout/webservices/scout/WhateverType.java
10:17:04 org/eclipse/scout/webservices/scout/package-info.java
10:17:04 Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.scout
10:17:04 parsing WSDL...
10:17:04 
10:17:04 
10:17:04 
10:17:04 Generating code...
10:17:04 
10:17:04 org/eclipse/scout/rt/test/services/ws/pingwebservice/ObjectFactory.java
10:17:04 test/consumer/multiservice/FirstService.java
10:17:04 test/consumer/multiservice/IFirstWebServiceOnePortType.java
10:17:04 test/consumer/multiservice/IFirstWebServiceTwoPortType.java
10:17:04 test/consumer/multiservice/ISecondWebServiceOnePortType.java
10:17:04 test/consumer/multiservice/ISecondWebServiceTwoPortType.java
10:17:04 test/consumer/multiservice/SecondService.java
10:17:04 [INFO] Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:17:04 [INFO] 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]
10:17:04 [INFO] 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]
10:17:04 [INFO] 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]
10:17:04 [INFO] Annotation processing: Generate AuthHandler [authHandler=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
10:17:04 [INFO] Annotation processing: Generate handler chain XML-file [file=ScoutQueryInterface2WebServiceEntryPoint_handler-chain.xml, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
10:17:04 [INFO] Annotation processing: Entry point successfully generated. [entryPoint=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType, entryPointDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition] [processor=JaxWsAnnotationProcessor]
10:17:04 [INFO] Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.IFirstWebServiceOnePortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
10:17:04 [INFO] Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.IFirstWebServiceTwoPortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
10:17:04 [INFO] Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.ISecondWebServiceOnePortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
10:17:04 [INFO] Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.ISecondWebServiceTwoPortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
10:17:04 [INFO] Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:17:04 [INFO] Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:17:04 
10:17:04 -------------------------------------------------------
10:17:04  T E S T S
10:17:04 -------------------------------------------------------
10:17:04 Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.scout
10:17:04 Running group.artifact.server.helloworld.HelloWorldServiceTest
10:17:04 2018-02-13 10:16:58,465 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
10:17:04 2018-02-13 10:16:58,595 INFO  [Thread-1] org.eclipse.scout.rt.platform.inventory.ClassInventory - Finished preparation of jandex class inventory in 116.321192 ms - MDC[]
10:17:04 2018-02-13 10:16:59,107 INFO  [Thread-1] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener - registered logger support [org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport] - MDC[]
10:17:04 2018-02-13 10:16:59,113 INFO  [Thread-1] org.eclipse.scout.rt.server.jaxws.JaxWsPlatformListener - JAX-WS implementor specific class installed: org.eclipse.scout.rt.server.jaxws.implementor.JaxWsRISpecifics - MDC[]
10:17:04 2018-02-13 10:16:59,115 INFO  [Thread-1] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator - 0 code type classes registered. - MDC[]
10:17:04 2018-02-13 10:16:59,253 INFO  [Thread-1] org.eclipse.scout.rt.server.jaxws.JaxWsPlatformListener - JAX-WS implementor: JAX-WS RI 2.2.9-b130926.1035 svn-revision#5f6196f2b90e9460065a4c2f4e30e065b245e51e (http://jax-ws.java.net, Oracle Corporation, bundled with JRE) - MDC[]
10:17:04 2018-02-13 10:16:59,419 INFO  [main] group.artifact.server.ServerSession - created a new session for test_subject - MDC[principal=test_subject]
10:17:04 2018-02-13 10:16:59,419 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession - Server session started [session=group.artifact.server.ServerSession@194152cf[id = 988020b0-ae5e-42a5-8be7-d360a0b3a4e4], user=test_subject] - MDC[principal=test_subject]
10:17:04 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.59 sec - in group.artifact.server.helloworld.HelloWorldServiceTest
10:17:04 
10:17:04 Results :
10:17:04 
10:17:04 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
10:17:04 
10:17:04 
10:17:04 -------------------------------------------------------
10:17:04  T E S T S
10:17:04 -------------------------------------------------------
10:17:04 Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.scout
10:17:04 Running group.artifact.client.helloworld.HelloWorldFormTest
10:17:04 2018-02-13 10:17:02,262 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
10:17:04 2018-02-13 10:17:02,405 INFO  [Thread-1] org.eclipse.scout.rt.platform.inventory.ClassInventory - Finished preparation of jandex class inventory in 129.191315 ms - MDC[]
10:17:04 2018-02-13 10:17:02,848 INFO  [Thread-1] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener - registered logger support [org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport] - MDC[]
10:17:04 2018-02-13 10:17:02,852 INFO  [Thread-1] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator - 0 code type classes registered. - MDC[]
10:17:04 2018-02-13 10:17:02,855 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - No config.properties found. Running with empty configuration. - MDC[]
10:17:04 2018-02-13 10:17:03,148 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@5a833ce7[id = 16966733-6758-449d-bac9-180e0d82d72d], user=genie.scout] - MDC[principal=anonymous, jobName=Starting ClientSession [sessionId=16966733-6758-449d-bac9-180e0d82d72d]]
10:17:04 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.888 sec - in group.artifact.client.helloworld.HelloWorldFormTest
10:17:04 
10:17:04 Results :
10:17:04 
10:17:04 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
10:17:04 
10:17:04 
10:17:04 MVN-END
10:17:17 [WARNING]: /tmp/genie.scout/CoreScoutTestingUtils-projectDir7251999230682730888/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/provider/multifile/ErrorResponse.java:[15] 
10:17:17 	public class ErrorResponse
10:17:17 	             ^^^^^^^^^^^^^
10:17:17 The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long
10:17:17 2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:17:17 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]
10:17:17 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]
10:17:17 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]
10:17:17 6. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
10:17:17 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]
10:17:17 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]
10:17:17 9. WARNING: Annotation processing: Generate entry point for endpoint interface 'test.provider.empty.IWhateverPortType' [entryPoint=test.provider.empty.WhateverWebServiceEntryPoint, wsdl:portType=WhateverPortType, wsdl:service=WhateverWebService, wsdl:port=WhateverPort] [processor=JaxWsAnnotationProcessor]
10:17:17 10. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.WsProviderCorrelationIdHandler, handlerDelegate=test.provider.empty.WhateverWebServiceEntryPoint_WsProviderCorrelationIdHandler, portTypeDefinition=test.provider.empty.IWhateverWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.IWhateverPortType] [processor=JaxWsAnnotationProcessor]
10:17:17 11. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.LogHandler, handlerDelegate=test.provider.empty.WhateverWebServiceEntryPoint_LogHandler, portTypeDefinition=test.provider.empty.IWhateverWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.IWhateverPortType] [processor=JaxWsAnnotationProcessor]
10:17:17 12. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.empty.WhateverWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.empty.IWhateverWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.IWhateverPortType] [processor=JaxWsAnnotationProcessor]
10:17:17 13. WARNING: Annotation processing: Generate handler chain XML-file [file=WhateverWebServiceEntryPoint_handler-chain.xml, portTypeDefinition=test.provider.empty.IWhateverWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.IWhateverPortType] [processor=JaxWsAnnotationProcessor]
10:17:17 14. WARNING: Annotation processing: Entry point successfully generated. [entryPoint=test.provider.empty.WhateverWebServiceEntryPoint, endpointInterface=test.provider.empty.IWhateverPortType, entryPointDefinition=test.provider.empty.IWhateverWebServiceEntryPointDefinition] [processor=JaxWsAnnotationProcessor]
10:17:17 15. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.IFirstWebServiceOnePortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
10:17:17 16. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.IFirstWebServiceTwoPortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
10:17:17 17. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.ISecondWebServiceOnePortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
10:17:17 18. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.ISecondWebServiceTwoPortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
10:17:17 19. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:17:17 20. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:17:17 20 problems (20 warnings)
10:17:17 Output of embedded Maven call:
10:17:17 MVN-BEGIN
10:17:17 Apache Maven 3.3.3 (7994120775791599e205a5524ec3e0dfe41d4a06; 2015-04-22T07:57:37-04:00)
10:17:17 Maven home: <unknown maven home>
10:17:17 Java version: 1.8.0_162, vendor: Oracle Corporation
10:17:17 Java home: /opt/public/common/java/oracle/jdk1.8.0_162_x64/jre
10:17:17 Default locale: en_US, platform encoding: UTF-8
10:17:17 OS name: "linux", version: "3.12.62-60.64.8-default", arch: "amd64", family: "unix"
10:17:17 Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.scout
10:17:17 parsing WSDL...
10:17:17 
10:17:17 
10:17:17 
10:17:17 Generating code...
10:17:17 
10:17:17 test/provider/multifile/ErrorResponse.java
10:17:17 test/provider/multifile/IScoutQueryInterface2PortType.java
10:17:17 test/provider/multifile/ScoutQueryService.java
10:17:17 org/eclipse/schema/common/ObjectFactory.java
10:17:17 org/eclipse/schema/common/ReturnDetailType.java
10:17:17 org/eclipse/schema/common/package-info.java
10:17:17 org/eclipse/scout/webservices/scout/ContextDetailType.java
10:17:17 org/eclipse/scout/webservices/scout/ContextType.java
10:17:17 org/eclipse/scout/webservices/scout/ErrorMessage.java
10:17:17 org/eclipse/scout/webservices/scout/ObjectFactory.java
10:17:17 org/eclipse/scout/webservices/scout/Operation01TypeResponse.java
10:17:17 org/eclipse/scout/webservices/scout/Operation02TypeResponse.java
10:17:17 org/eclipse/scout/webservices/scout/ValutaPartType.java
10:17:17 org/eclipse/scout/webservices/scout/WhateverType.java
10:17:17 org/eclipse/scout/webservices/scout/package-info.java
10:17:17 Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.scout
10:17:17 parsing WSDL...
10:17:17 
10:17:17 
10:17:17 
10:17:17 Generating code...
10:17:17 
10:17:17 org/eclipse/scout/rt/test/services/ws/pingwebservice/ObjectFactory.java
10:17:17 test/consumer/multiservice/FirstService.java
10:17:17 test/consumer/multiservice/IFirstWebServiceOnePortType.java
10:17:17 test/consumer/multiservice/IFirstWebServiceTwoPortType.java
10:17:17 test/consumer/multiservice/ISecondWebServiceOnePortType.java
10:17:17 test/consumer/multiservice/ISecondWebServiceTwoPortType.java
10:17:17 test/consumer/multiservice/SecondService.java
10:17:17 Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.scout
10:17:17 parsing WSDL...
10:17:17 
10:17:17 
10:17:17 
10:17:17 Generating code...
10:17:17 
10:17:17 test/provider/empty/whatever/ObjectFactory.java
10:17:17 test/provider/empty/IWhateverPortType.java
10:17:17 test/provider/empty/WhateverService.java
10:17:17 [INFO] Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:17:17 [INFO] 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]
10:17:17 [INFO] 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]
10:17:17 [INFO] 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]
10:17:17 [INFO] Annotation processing: Generate AuthHandler [authHandler=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
10:17:17 [INFO] Annotation processing: Generate handler chain XML-file [file=ScoutQueryInterface2WebServiceEntryPoint_handler-chain.xml, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
10:17:17 [INFO] Annotation processing: Entry point successfully generated. [entryPoint=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType, entryPointDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition] [processor=JaxWsAnnotationProcessor]
10:17:17 [INFO] Annotation processing: Generate entry point for endpoint interface 'test.provider.empty.IWhateverPortType' [entryPoint=test.provider.empty.WhateverWebServiceEntryPoint, wsdl:portType=WhateverPortType, wsdl:service=WhateverWebService, wsdl:port=WhateverPort] [processor=JaxWsAnnotationProcessor]
10:17:17 [INFO] Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.WsProviderCorrelationIdHandler, handlerDelegate=test.provider.empty.WhateverWebServiceEntryPoint_WsProviderCorrelationIdHandler, portTypeDefinition=test.provider.empty.IWhateverWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.IWhateverPortType] [processor=JaxWsAnnotationProcessor]
10:17:17 [INFO] Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.LogHandler, handlerDelegate=test.provider.empty.WhateverWebServiceEntryPoint_LogHandler, portTypeDefinition=test.provider.empty.IWhateverWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.IWhateverPortType] [processor=JaxWsAnnotationProcessor]
10:17:17 [INFO] Annotation processing: Generate AuthHandler [authHandler=test.provider.empty.WhateverWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.empty.IWhateverWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.IWhateverPortType] [processor=JaxWsAnnotationProcessor]
10:17:17 [INFO] Annotation processing: Generate handler chain XML-file [file=WhateverWebServiceEntryPoint_handler-chain.xml, portTypeDefinition=test.provider.empty.IWhateverWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.IWhateverPortType] [processor=JaxWsAnnotationProcessor]
10:17:17 [INFO] Annotation processing: Entry point successfully generated. [entryPoint=test.provider.empty.WhateverWebServiceEntryPoint, endpointInterface=test.provider.empty.IWhateverPortType, entryPointDefinition=test.provider.empty.IWhateverWebServiceEntryPointDefinition] [processor=JaxWsAnnotationProcessor]
10:17:17 [INFO] Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.IFirstWebServiceOnePortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
10:17:17 [INFO] Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.IFirstWebServiceTwoPortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
10:17:17 [INFO] Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.ISecondWebServiceOnePortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
10:17:17 [INFO] Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.ISecondWebServiceTwoPortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
10:17:17 [INFO] Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:17:17 [INFO] Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:17:17 
10:17:17 MVN-END
10:17:25 [WARNING]: /tmp/genie.scout/CoreScoutTestingUtils-projectDir7251999230682730888/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[5] 
10:17:25 	import org.eclipse.scout.rt.shared.ISession;
10:17:25 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10:17:25 The import org.eclipse.scout.rt.shared.ISession is never used
10:17:25 [WARNING]: /tmp/genie.scout/CoreScoutTestingUtils-projectDir7251999230682730888/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[7] 
10:17:25 	import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService;
10:17:25 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10:17:25 The import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService is never used
10:17:25 2 problems (2 warnings)
10:17:33 [WARNING]: /tmp/genie.scout/CoreScoutTestingUtils-projectDir7251999230682730888/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/provider/multifile/ErrorResponse.java:[15] 
10:17:33 	public class ErrorResponse
10:17:33 	             ^^^^^^^^^^^^^
10:17:33 The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long
10:17:33 2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:17:33 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]
10:17:33 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]
10:17:33 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]
10:17:33 6. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
10:17:33 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]
10:17:33 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]
10:17:33 9. WARNING: Annotation processing: Generate entry point for endpoint interface 'test.provider.empty.IWhateverPortType' [entryPoint=test.provider.empty.WhateverWebServiceEntryPoint, wsdl:portType=WhateverPortType, wsdl:service=WhateverWebService, wsdl:port=WhateverPort] [processor=JaxWsAnnotationProcessor]
10:17:33 10. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.WsProviderCorrelationIdHandler, handlerDelegate=test.provider.empty.WhateverWebServiceEntryPoint_WsProviderCorrelationIdHandler, portTypeDefinition=test.provider.empty.IWhateverWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.IWhateverPortType] [processor=JaxWsAnnotationProcessor]
10:17:33 11. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.LogHandler, handlerDelegate=test.provider.empty.WhateverWebServiceEntryPoint_LogHandler, portTypeDefinition=test.provider.empty.IWhateverWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.IWhateverPortType] [processor=JaxWsAnnotationProcessor]
10:17:33 12. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.empty.WhateverWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.empty.IWhateverWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.IWhateverPortType] [processor=JaxWsAnnotationProcessor]
10:17:33 13. WARNING: Annotation processing: Generate handler chain XML-file [file=WhateverWebServiceEntryPoint_handler-chain.xml, portTypeDefinition=test.provider.empty.IWhateverWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.IWhateverPortType] [processor=JaxWsAnnotationProcessor]
10:17:33 14. WARNING: Annotation processing: Entry point successfully generated. [entryPoint=test.provider.empty.WhateverWebServiceEntryPoint, endpointInterface=test.provider.empty.IWhateverPortType, entryPointDefinition=test.provider.empty.IWhateverWebServiceEntryPointDefinition] [processor=JaxWsAnnotationProcessor]
10:17:33 15. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.IFirstWebServiceOnePortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
10:17:33 16. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.IFirstWebServiceTwoPortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
10:17:33 17. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.ISecondWebServiceOnePortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
10:17:33 18. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.ISecondWebServiceTwoPortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
10:17:33 19. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:17:33 20. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:17:33 20 problems (20 warnings)
10:17:36 [WARNING]: /tmp/genie.scout/CoreScoutTestingUtils-projectDir7251999230682730888/artifact/artifact.client/src/main/java/group/artifact/client/ClientSession.java:[4] 
10:17:36 	import org.eclipse.scout.rt.client.IClientSession;
10:17:36 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10:17:36 The import org.eclipse.scout.rt.client.IClientSession is never used
10:17:36 1 problem (1 warning)
10:17:36 [WARNING]: /tmp/genie.scout/CoreScoutTestingUtils-projectDir7251999230682730888/artifact/artifact.client/src/test/java/group/artifact/client/helloworld/HelloWorldFormTest.java:[15] 
10:17:36 	import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField;
10:17:36 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10:17:36 The import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField is never used
10:17:36 1 problem (1 warning)
10:17:40 Output of embedded Maven call:
10:17:40 MVN-BEGIN
10:17:40 Apache Maven 3.3.3 (7994120775791599e205a5524ec3e0dfe41d4a06; 2015-04-22T07:57:37-04:00)
10:17:40 Maven home: <unknown maven home>
10:17:40 Java version: 1.8.0_162, vendor: Oracle Corporation
10:17:40 Java home: /opt/public/common/java/oracle/jdk1.8.0_162_x64/jre
10:17:40 Default locale: en_US, platform encoding: UTF-8
10:17:40 OS name: "linux", version: "3.12.62-60.64.8-default", arch: "amd64", family: "unix"
10:17:40 Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.scout
10:17:40 parsing WSDL...
10:17:40 
10:17:40 
10:17:40 
10:17:40 Generating code...
10:17:40 
10:17:40 test/provider/multifile/ErrorResponse.java
10:17:40 test/provider/multifile/IScoutQueryInterface2PortType.java
10:17:40 test/provider/multifile/ScoutQueryService.java
10:17:40 org/eclipse/schema/common/ObjectFactory.java
10:17:40 org/eclipse/schema/common/ReturnDetailType.java
10:17:40 org/eclipse/schema/common/package-info.java
10:17:40 org/eclipse/scout/webservices/scout/ContextDetailType.java
10:17:40 org/eclipse/scout/webservices/scout/ContextType.java
10:17:40 org/eclipse/scout/webservices/scout/ErrorMessage.java
10:17:40 org/eclipse/scout/webservices/scout/ObjectFactory.java
10:17:40 org/eclipse/scout/webservices/scout/Operation01TypeResponse.java
10:17:40 org/eclipse/scout/webservices/scout/Operation02TypeResponse.java
10:17:40 org/eclipse/scout/webservices/scout/ValutaPartType.java
10:17:40 org/eclipse/scout/webservices/scout/WhateverType.java
10:17:40 org/eclipse/scout/webservices/scout/package-info.java
10:17:40 Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.scout
10:17:40 parsing WSDL...
10:17:40 
10:17:40 
10:17:40 
10:17:40 Generating code...
10:17:40 
10:17:40 org/eclipse/scout/rt/test/services/ws/pingwebservice/ObjectFactory.java
10:17:40 test/consumer/multiservice/FirstService.java
10:17:40 test/consumer/multiservice/IFirstWebServiceOnePortType.java
10:17:40 test/consumer/multiservice/IFirstWebServiceTwoPortType.java
10:17:40 test/consumer/multiservice/ISecondWebServiceOnePortType.java
10:17:40 test/consumer/multiservice/ISecondWebServiceTwoPortType.java
10:17:40 test/consumer/multiservice/SecondService.java
10:17:40 Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.scout
10:17:40 parsing WSDL...
10:17:40 
10:17:40 
10:17:40 
10:17:40 Generating code...
10:17:40 
10:17:40 test/provider/empty/whatever/ObjectFactory.java
10:17:40 test/provider/empty/IWhateverPortType.java
10:17:40 test/provider/empty/WhateverService.java
10:17:40 [INFO] Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:17:40 [INFO] 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]
10:17:40 [INFO] 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]
10:17:40 [INFO] 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]
10:17:40 [INFO] Annotation processing: Generate AuthHandler [authHandler=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
10:17:40 [INFO] Annotation processing: Generate handler chain XML-file [file=ScoutQueryInterface2WebServiceEntryPoint_handler-chain.xml, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
10:17:40 [INFO] Annotation processing: Entry point successfully generated. [entryPoint=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType, entryPointDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition] [processor=JaxWsAnnotationProcessor]
10:17:40 [INFO] Annotation processing: Generate entry point for endpoint interface 'test.provider.empty.IWhateverPortType' [entryPoint=test.provider.empty.WhateverWebServiceEntryPoint, wsdl:portType=WhateverPortType, wsdl:service=WhateverWebService, wsdl:port=WhateverPort] [processor=JaxWsAnnotationProcessor]
10:17:40 [INFO] Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.WsProviderCorrelationIdHandler, handlerDelegate=test.provider.empty.WhateverWebServiceEntryPoint_WsProviderCorrelationIdHandler, portTypeDefinition=test.provider.empty.IWhateverWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.IWhateverPortType] [processor=JaxWsAnnotationProcessor]
10:17:40 [INFO] Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.LogHandler, handlerDelegate=test.provider.empty.WhateverWebServiceEntryPoint_LogHandler, portTypeDefinition=test.provider.empty.IWhateverWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.IWhateverPortType] [processor=JaxWsAnnotationProcessor]
10:17:40 [INFO] Annotation processing: Generate AuthHandler [authHandler=test.provider.empty.WhateverWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.empty.IWhateverWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.IWhateverPortType] [processor=JaxWsAnnotationProcessor]
10:17:40 [INFO] Annotation processing: Generate handler chain XML-file [file=WhateverWebServiceEntryPoint_handler-chain.xml, portTypeDefinition=test.provider.empty.IWhateverWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.IWhateverPortType] [processor=JaxWsAnnotationProcessor]
10:17:40 [INFO] Annotation processing: Entry point successfully generated. [entryPoint=test.provider.empty.WhateverWebServiceEntryPoint, endpointInterface=test.provider.empty.IWhateverPortType, entryPointDefinition=test.provider.empty.IWhateverWebServiceEntryPointDefinition] [processor=JaxWsAnnotationProcessor]
10:17:40 [INFO] Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.IFirstWebServiceOnePortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
10:17:40 [INFO] Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.IFirstWebServiceTwoPortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
10:17:40 [INFO] Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.ISecondWebServiceOnePortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
10:17:40 [INFO] Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.ISecondWebServiceTwoPortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
10:17:40 [INFO] Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:17:40 [INFO] Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:17:40 
10:17:40 -------------------------------------------------------
10:17:40  T E S T S
10:17:40 -------------------------------------------------------
10:17:40 Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.scout
10:17:40 Running group.artifact.server.helloworld.HelloWorldServiceTest
10:17:40 2018-02-13 10:17:35,466 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
10:17:40 2018-02-13 10:17:35,612 INFO  [Thread-1] org.eclipse.scout.rt.platform.inventory.ClassInventory - Finished preparation of jandex class inventory in 124.133353 ms - MDC[]
10:17:40 2018-02-13 10:17:36,028 INFO  [Thread-1] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener - registered logger support [org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport] - MDC[]
10:17:40 2018-02-13 10:17:36,032 INFO  [Thread-1] org.eclipse.scout.rt.server.jaxws.JaxWsPlatformListener - JAX-WS implementor specific class installed: org.eclipse.scout.rt.server.jaxws.implementor.JaxWsRISpecifics - MDC[]
10:17:40 2018-02-13 10:17:36,034 INFO  [Thread-1] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator - 0 code type classes registered. - MDC[]
10:17:40 2018-02-13 10:17:36,068 INFO  [Thread-1] org.eclipse.scout.rt.server.jaxws.JaxWsPlatformListener - JAX-WS implementor: JAX-WS RI 2.2.9-b130926.1035 svn-revision#5f6196f2b90e9460065a4c2f4e30e065b245e51e (http://jax-ws.java.net, Oracle Corporation, bundled with JRE) - MDC[]
10:17:40 2018-02-13 10:17:36,240 INFO  [main] group.artifact.server.ServerSession - created a new session for test_subject - MDC[principal=test_subject]
10:17:40 2018-02-13 10:17:36,240 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession - Server session started [session=group.artifact.server.ServerSession@194152cf[id = da299b96-1720-414d-be4f-78f5b3e7629d], user=test_subject] - MDC[principal=test_subject]
10:17:40 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.472 sec - in group.artifact.server.helloworld.HelloWorldServiceTest
10:17:40 
10:17:40 Results :
10:17:40 
10:17:40 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
10:17:40 
10:17:40 
10:17:40 -------------------------------------------------------
10:17:40  T E S T S
10:17:40 -------------------------------------------------------
10:17:40 Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.scout
10:17:40 Running group.artifact.client.helloworld.HelloWorldFormTest
10:17:40 2018-02-13 10:17:38,693 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
10:17:40 2018-02-13 10:17:38,850 INFO  [Thread-1] org.eclipse.scout.rt.platform.inventory.ClassInventory - Finished preparation of jandex class inventory in 141.164818 ms - MDC[]
10:17:40 2018-02-13 10:17:39,237 INFO  [Thread-1] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener - registered logger support [org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport] - MDC[]
10:17:40 2018-02-13 10:17:39,239 INFO  [Thread-1] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator - 0 code type classes registered. - MDC[]
10:17:40 2018-02-13 10:17:39,241 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - No config.properties found. Running with empty configuration. - MDC[]
10:17:40 2018-02-13 10:17:39,554 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@1ed557df[id = 8f5c2f32-3ffb-4b52-affe-55c96df7d643], user=genie.scout] - MDC[principal=anonymous, jobName=Starting ClientSession [sessionId=8f5c2f32-3ffb-4b52-affe-55c96df7d643]]
10:17:40 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.917 sec - in group.artifact.client.helloworld.HelloWorldFormTest
10:17:40 
10:17:40 Results :
10:17:40 
10:17:40 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
10:17:40 
10:17:40 
10:17:40 MVN-END
10:17:45 [WARNING]: Don't override file /tmp/genie.scout/CoreScoutTestingUtils-projectDir6880771955131301510/artifact/artifact/pom.xml
10:17:46 Output of embedded Maven call:
10:17:46 MVN-BEGIN
10:17:46 
10:17:46 MVN-END
10:17:50 [WARNING]: CP Don't override file /tmp/genie.scout/jaxws-module-tmp7156301862309681985/artifact.server.jaxws/src/main/resources/META-INF/scout.xml
10:17:50 Output of embedded Maven call:
10:17:50 MVN-BEGIN
10:17:50 
10:17:50 MVN-END
10:18:00 [WARNING]: /tmp/genie.scout/CoreScoutTestingUtils-projectDir6880771955131301510/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/consumer/ErrorResponse.java:[15] 
10:18:00 	public class ErrorResponse
10:18:00 	             ^^^^^^^^^^^^^
10:18:00 The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long
10:18:00 2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:18:00 3. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.IScoutQueryInterface2PortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
10:18:00 4. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:18:00 4 problems (4 warnings)
10:18:00 Output of embedded Maven call:
10:18:00 MVN-BEGIN
10:18:00 Apache Maven 3.3.3 (7994120775791599e205a5524ec3e0dfe41d4a06; 2015-04-22T07:57:37-04:00)
10:18:00 Maven home: <unknown maven home>
10:18:00 Java version: 1.8.0_162, vendor: Oracle Corporation
10:18:00 Java home: /opt/public/common/java/oracle/jdk1.8.0_162_x64/jre
10:18:00 Default locale: en_US, platform encoding: UTF-8
10:18:00 OS name: "linux", version: "3.12.62-60.64.8-default", arch: "amd64", family: "unix"
10:18:00 Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.scout
10:18:00 parsing WSDL...
10:18:00 
10:18:00 
10:18:00 
10:18:00 Generating code...
10:18:00 
10:18:00 org/eclipse/schema/common/ObjectFactory.java
10:18:00 org/eclipse/schema/common/ReturnDetailType.java
10:18:00 org/eclipse/schema/common/package-info.java
10:18:00 org/eclipse/scout/webservices/scout/ContextDetailType.java
10:18:00 org/eclipse/scout/webservices/scout/ContextType.java
10:18:00 org/eclipse/scout/webservices/scout/ErrorMessage.java
10:18:00 org/eclipse/scout/webservices/scout/ObjectFactory.java
10:18:00 org/eclipse/scout/webservices/scout/Operation01TypeResponse.java
10:18:00 org/eclipse/scout/webservices/scout/Operation02TypeResponse.java
10:18:00 org/eclipse/scout/webservices/scout/ValutaPartType.java
10:18:00 org/eclipse/scout/webservices/scout/WhateverType.java
10:18:00 org/eclipse/scout/webservices/scout/package-info.java
10:18:00 test/consumer/ErrorResponse.java
10:18:00 test/consumer/IScoutQueryInterface2PortType.java
10:18:00 test/consumer/ScoutQueryService.java
10:18:00 [INFO] Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:18:00 [INFO] Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.IScoutQueryInterface2PortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
10:18:00 [INFO] Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:18:00 
10:18:00 MVN-END
10:18:08 [WARNING]: /tmp/genie.scout/CoreScoutTestingUtils-projectDir6880771955131301510/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[5] 
10:18:08 	import org.eclipse.scout.rt.shared.ISession;
10:18:08 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10:18:08 The import org.eclipse.scout.rt.shared.ISession is never used
10:18:08 [WARNING]: /tmp/genie.scout/CoreScoutTestingUtils-projectDir6880771955131301510/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[7] 
10:18:08 	import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService;
10:18:08 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10:18:08 The import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService is never used
10:18:08 2 problems (2 warnings)
10:18:12 [WARNING]: /tmp/genie.scout/CoreScoutTestingUtils-projectDir6880771955131301510/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/consumer/ErrorResponse.java:[15] 
10:18:12 	public class ErrorResponse
10:18:12 	             ^^^^^^^^^^^^^
10:18:12 The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long
10:18:12 2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:18:12 3. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.IScoutQueryInterface2PortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
10:18:12 4. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:18:12 4 problems (4 warnings)
10:18:17 [WARNING]: /tmp/genie.scout/CoreScoutTestingUtils-projectDir6880771955131301510/artifact/artifact.client/src/main/java/group/artifact/client/ClientSession.java:[4] 
10:18:17 	import org.eclipse.scout.rt.client.IClientSession;
10:18:17 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10:18:17 The import org.eclipse.scout.rt.client.IClientSession is never used
10:18:17 1 problem (1 warning)
10:18:17 [WARNING]: /tmp/genie.scout/CoreScoutTestingUtils-projectDir6880771955131301510/artifact/artifact.client/src/test/java/group/artifact/client/helloworld/HelloWorldFormTest.java:[15] 
10:18:17 	import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField;
10:18:17 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10:18:17 The import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField is never used
10:18:17 1 problem (1 warning)
10:18:22 Output of embedded Maven call:
10:18:22 MVN-BEGIN
10:18:22 Apache Maven 3.3.3 (7994120775791599e205a5524ec3e0dfe41d4a06; 2015-04-22T07:57:37-04:00)
10:18:22 Maven home: <unknown maven home>
10:18:22 Java version: 1.8.0_162, vendor: Oracle Corporation
10:18:22 Java home: /opt/public/common/java/oracle/jdk1.8.0_162_x64/jre
10:18:22 Default locale: en_US, platform encoding: UTF-8
10:18:22 OS name: "linux", version: "3.12.62-60.64.8-default", arch: "amd64", family: "unix"
10:18:22 Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.scout
10:18:22 parsing WSDL...
10:18:22 
10:18:22 
10:18:22 
10:18:22 Generating code...
10:18:22 
10:18:22 org/eclipse/schema/common/ObjectFactory.java
10:18:22 org/eclipse/schema/common/ReturnDetailType.java
10:18:22 org/eclipse/schema/common/package-info.java
10:18:22 org/eclipse/scout/webservices/scout/ContextDetailType.java
10:18:22 org/eclipse/scout/webservices/scout/ContextType.java
10:18:22 org/eclipse/scout/webservices/scout/ErrorMessage.java
10:18:22 org/eclipse/scout/webservices/scout/ObjectFactory.java
10:18:22 org/eclipse/scout/webservices/scout/Operation01TypeResponse.java
10:18:22 org/eclipse/scout/webservices/scout/Operation02TypeResponse.java
10:18:22 org/eclipse/scout/webservices/scout/ValutaPartType.java
10:18:22 org/eclipse/scout/webservices/scout/WhateverType.java
10:18:22 org/eclipse/scout/webservices/scout/package-info.java
10:18:22 test/consumer/ErrorResponse.java
10:18:22 test/consumer/IScoutQueryInterface2PortType.java
10:18:22 test/consumer/ScoutQueryService.java
10:18:22 [INFO] Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:18:22 [INFO] Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.IScoutQueryInterface2PortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
10:18:22 [INFO] Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:18:22 
10:18:22 -------------------------------------------------------
10:18:22  T E S T S
10:18:22 -------------------------------------------------------
10:18:22 Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.scout
10:18:22 Running group.artifact.server.helloworld.HelloWorldServiceTest
10:18:22 2018-02-13 10:18:15,764 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
10:18:22 2018-02-13 10:18:16,169 INFO  [Thread-1] org.eclipse.scout.rt.platform.inventory.ClassInventory - Finished preparation of jandex class inventory in 390.191455 ms - MDC[]
10:18:22 2018-02-13 10:18:16,695 INFO  [Thread-1] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener - registered logger support [org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport] - MDC[]
10:18:22 2018-02-13 10:18:16,702 INFO  [Thread-1] org.eclipse.scout.rt.server.jaxws.JaxWsPlatformListener - JAX-WS implementor specific class installed: org.eclipse.scout.rt.server.jaxws.implementor.JaxWsRISpecifics - MDC[]
10:18:22 2018-02-13 10:18:16,705 INFO  [Thread-1] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator - 0 code type classes registered. - MDC[]
10:18:22 2018-02-13 10:18:16,752 INFO  [Thread-1] org.eclipse.scout.rt.server.jaxws.JaxWsPlatformListener - JAX-WS implementor: JAX-WS RI 2.2.9-b130926.1035 svn-revision#5f6196f2b90e9460065a4c2f4e30e065b245e51e (http://jax-ws.java.net, Oracle Corporation, bundled with JRE) - MDC[]
10:18:22 2018-02-13 10:18:16,975 INFO  [main] group.artifact.server.ServerSession - created a new session for test_subject - MDC[principal=test_subject]
10:18:22 2018-02-13 10:18:16,976 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession - Server session started [session=group.artifact.server.ServerSession@194152cf[id = 1fb4ba5e-2235-466c-8408-0ebfe3c9f2f7], user=test_subject] - MDC[principal=test_subject]
10:18:22 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.892 sec - in group.artifact.server.helloworld.HelloWorldServiceTest
10:18:22 
10:18:22 Results :
10:18:22 
10:18:22 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
10:18:22 
10:18:22 
10:18:22 -------------------------------------------------------
10:18:22  T E S T S
10:18:22 -------------------------------------------------------
10:18:22 Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.scout
10:18:22 Running group.artifact.client.helloworld.HelloWorldFormTest
10:18:22 2018-02-13 10:18:19,621 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
10:18:22 2018-02-13 10:18:19,813 INFO  [Thread-1] org.eclipse.scout.rt.platform.inventory.ClassInventory - Finished preparation of jandex class inventory in 173.906956 ms - MDC[]
10:18:22 2018-02-13 10:18:20,330 INFO  [Thread-1] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener - registered logger support [org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport] - MDC[]
10:18:22 2018-02-13 10:18:20,333 INFO  [Thread-1] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator - 0 code type classes registered. - MDC[]
10:18:22 2018-02-13 10:18:20,334 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - No config.properties found. Running with empty configuration. - MDC[]
10:18:22 2018-02-13 10:18:20,740 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@1ed557df[id = beea0da0-2780-4329-bfa1-895e2e8be2e3], user=genie.scout] - MDC[principal=anonymous, jobName=Starting ClientSession [sessionId=beea0da0-2780-4329-bfa1-895e2e8be2e3]]
10:18:22 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.362 sec - in group.artifact.client.helloworld.HelloWorldFormTest
10:18:22 
10:18:22 Results :
10:18:22 
10:18:22 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
10:18:22 
10:18:22 
10:18:22 MVN-END
10:18:33 [WARNING]: /tmp/genie.scout/CoreScoutTestingUtils-projectDir6880771955131301510/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/consumer/ErrorResponse.java:[15] 
10:18:33 	public class ErrorResponse
10:18:33 	             ^^^^^^^^^^^^^
10:18:33 The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long
10:18:33 2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:18:33 3. WARNING: Annotation processing: Generate entry point for endpoint interface 'test.provider.empty.ITestEmptyPortType' [entryPoint=test.provider.empty.TestEmptyWebServiceEntryPoint, wsdl:portType=TestEmptyPortType, wsdl:service=TestEmptyWebService, wsdl:port=TestEmptyPort] [processor=JaxWsAnnotationProcessor]
10:18:33 4. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.WsProviderCorrelationIdHandler, handlerDelegate=test.provider.empty.TestEmptyWebServiceEntryPoint_WsProviderCorrelationIdHandler, portTypeDefinition=test.provider.empty.ITestEmptyWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.ITestEmptyPortType] [processor=JaxWsAnnotationProcessor]
10:18:33 5. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.LogHandler, handlerDelegate=test.provider.empty.TestEmptyWebServiceEntryPoint_LogHandler, portTypeDefinition=test.provider.empty.ITestEmptyWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.ITestEmptyPortType] [processor=JaxWsAnnotationProcessor]
10:18:33 6. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.empty.TestEmptyWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.empty.ITestEmptyWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.ITestEmptyPortType] [processor=JaxWsAnnotationProcessor]
10:18:33 7. WARNING: Annotation processing: Generate handler chain XML-file [file=TestEmptyWebServiceEntryPoint_handler-chain.xml, portTypeDefinition=test.provider.empty.ITestEmptyWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.ITestEmptyPortType] [processor=JaxWsAnnotationProcessor]
10:18:33 8. WARNING: Annotation processing: Entry point successfully generated. [entryPoint=test.provider.empty.TestEmptyWebServiceEntryPoint, endpointInterface=test.provider.empty.ITestEmptyPortType, entryPointDefinition=test.provider.empty.ITestEmptyWebServiceEntryPointDefinition] [processor=JaxWsAnnotationProcessor]
10:18:33 9. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.IScoutQueryInterface2PortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
10:18:33 10. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:18:33 11. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:18:33 11 problems (11 warnings)
10:18:33 Output of embedded Maven call:
10:18:33 MVN-BEGIN
10:18:33 Apache Maven 3.3.3 (7994120775791599e205a5524ec3e0dfe41d4a06; 2015-04-22T07:57:37-04:00)
10:18:33 Maven home: <unknown maven home>
10:18:33 Java version: 1.8.0_162, vendor: Oracle Corporation
10:18:33 Java home: /opt/public/common/java/oracle/jdk1.8.0_162_x64/jre
10:18:33 Default locale: en_US, platform encoding: UTF-8
10:18:33 OS name: "linux", version: "3.12.62-60.64.8-default", arch: "amd64", family: "unix"
10:18:33 Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.scout
10:18:33 parsing WSDL...
10:18:33 
10:18:33 
10:18:33 
10:18:33 Generating code...
10:18:33 
10:18:33 org/eclipse/schema/common/ObjectFactory.java
10:18:33 org/eclipse/schema/common/ReturnDetailType.java
10:18:33 org/eclipse/schema/common/package-info.java
10:18:33 org/eclipse/scout/webservices/scout/ContextDetailType.java
10:18:33 org/eclipse/scout/webservices/scout/ContextType.java
10:18:33 org/eclipse/scout/webservices/scout/ErrorMessage.java
10:18:33 org/eclipse/scout/webservices/scout/ObjectFactory.java
10:18:33 org/eclipse/scout/webservices/scout/Operation01TypeResponse.java
10:18:33 org/eclipse/scout/webservices/scout/Operation02TypeResponse.java
10:18:33 org/eclipse/scout/webservices/scout/ValutaPartType.java
10:18:33 org/eclipse/scout/webservices/scout/WhateverType.java
10:18:33 org/eclipse/scout/webservices/scout/package-info.java
10:18:33 test/consumer/ErrorResponse.java
10:18:33 test/consumer/IScoutQueryInterface2PortType.java
10:18:33 test/consumer/ScoutQueryService.java
10:18:33 Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.scout
10:18:33 parsing WSDL...
10:18:33 
10:18:33 
10:18:33 
10:18:33 Generating code...
10:18:33 
10:18:33 test/provider/empty/testempty/ObjectFactory.java
10:18:33 test/provider/empty/ITestEmptyPortType.java
10:18:33 test/provider/empty/TestEmptyService.java
10:18:33 [INFO] Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:18:33 [INFO] Annotation processing: Generate entry point for endpoint interface 'test.provider.empty.ITestEmptyPortType' [entryPoint=test.provider.empty.TestEmptyWebServiceEntryPoint, wsdl:portType=TestEmptyPortType, wsdl:service=TestEmptyWebService, wsdl:port=TestEmptyPort] [processor=JaxWsAnnotationProcessor]
10:18:33 [INFO] Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.WsProviderCorrelationIdHandler, handlerDelegate=test.provider.empty.TestEmptyWebServiceEntryPoint_WsProviderCorrelationIdHandler, portTypeDefinition=test.provider.empty.ITestEmptyWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.ITestEmptyPortType] [processor=JaxWsAnnotationProcessor]
10:18:33 [INFO] Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.LogHandler, handlerDelegate=test.provider.empty.TestEmptyWebServiceEntryPoint_LogHandler, portTypeDefinition=test.provider.empty.ITestEmptyWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.ITestEmptyPortType] [processor=JaxWsAnnotationProcessor]
10:18:33 [INFO] Annotation processing: Generate AuthHandler [authHandler=test.provider.empty.TestEmptyWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.empty.ITestEmptyWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.ITestEmptyPortType] [processor=JaxWsAnnotationProcessor]
10:18:33 [INFO] Annotation processing: Generate handler chain XML-file [file=TestEmptyWebServiceEntryPoint_handler-chain.xml, portTypeDefinition=test.provider.empty.ITestEmptyWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.ITestEmptyPortType] [processor=JaxWsAnnotationProcessor]
10:18:33 [INFO] Annotation processing: Entry point successfully generated. [entryPoint=test.provider.empty.TestEmptyWebServiceEntryPoint, endpointInterface=test.provider.empty.ITestEmptyPortType, entryPointDefinition=test.provider.empty.ITestEmptyWebServiceEntryPointDefinition] [processor=JaxWsAnnotationProcessor]
10:18:33 [INFO] Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.IScoutQueryInterface2PortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
10:18:33 [INFO] Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:18:33 [INFO] Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:18:33 
10:18:33 MVN-END
10:18:41 [WARNING]: /tmp/genie.scout/CoreScoutTestingUtils-projectDir6880771955131301510/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[5] 
10:18:41 	import org.eclipse.scout.rt.shared.ISession;
10:18:41 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10:18:41 The import org.eclipse.scout.rt.shared.ISession is never used
10:18:41 [WARNING]: /tmp/genie.scout/CoreScoutTestingUtils-projectDir6880771955131301510/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[7] 
10:18:41 	import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService;
10:18:41 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10:18:41 The import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService is never used
10:18:41 2 problems (2 warnings)
10:18:47 [WARNING]: /tmp/genie.scout/CoreScoutTestingUtils-projectDir6880771955131301510/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/consumer/ErrorResponse.java:[15] 
10:18:47 	public class ErrorResponse
10:18:47 	             ^^^^^^^^^^^^^
10:18:47 The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long
10:18:47 2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:18:47 3. WARNING: Annotation processing: Generate entry point for endpoint interface 'test.provider.empty.ITestEmptyPortType' [entryPoint=test.provider.empty.TestEmptyWebServiceEntryPoint, wsdl:portType=TestEmptyPortType, wsdl:service=TestEmptyWebService, wsdl:port=TestEmptyPort] [processor=JaxWsAnnotationProcessor]
10:18:47 4. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.WsProviderCorrelationIdHandler, handlerDelegate=test.provider.empty.TestEmptyWebServiceEntryPoint_WsProviderCorrelationIdHandler, portTypeDefinition=test.provider.empty.ITestEmptyWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.ITestEmptyPortType] [processor=JaxWsAnnotationProcessor]
10:18:47 5. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.LogHandler, handlerDelegate=test.provider.empty.TestEmptyWebServiceEntryPoint_LogHandler, portTypeDefinition=test.provider.empty.ITestEmptyWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.ITestEmptyPortType] [processor=JaxWsAnnotationProcessor]
10:18:47 6. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.empty.TestEmptyWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.empty.ITestEmptyWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.ITestEmptyPortType] [processor=JaxWsAnnotationProcessor]
10:18:47 7. WARNING: Annotation processing: Generate handler chain XML-file [file=TestEmptyWebServiceEntryPoint_handler-chain.xml, portTypeDefinition=test.provider.empty.ITestEmptyWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.ITestEmptyPortType] [processor=JaxWsAnnotationProcessor]
10:18:47 8. WARNING: Annotation processing: Entry point successfully generated. [entryPoint=test.provider.empty.TestEmptyWebServiceEntryPoint, endpointInterface=test.provider.empty.ITestEmptyPortType, entryPointDefinition=test.provider.empty.ITestEmptyWebServiceEntryPointDefinition] [processor=JaxWsAnnotationProcessor]
10:18:47 9. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.IScoutQueryInterface2PortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
10:18:47 10. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:18:47 11. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:18:47 11 problems (11 warnings)
10:18:52 [WARNING]: /tmp/genie.scout/CoreScoutTestingUtils-projectDir6880771955131301510/artifact/artifact.client/src/main/java/group/artifact/client/ClientSession.java:[4] 
10:18:52 	import org.eclipse.scout.rt.client.IClientSession;
10:18:52 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10:18:52 The import org.eclipse.scout.rt.client.IClientSession is never used
10:18:52 1 problem (1 warning)
10:18:52 [WARNING]: /tmp/genie.scout/CoreScoutTestingUtils-projectDir6880771955131301510/artifact/artifact.client/src/test/java/group/artifact/client/helloworld/HelloWorldFormTest.java:[15] 
10:18:52 	import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField;
10:18:52 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10:18:52 The import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField is never used
10:18:52 1 problem (1 warning)
10:18:55 Output of embedded Maven call:
10:18:55 MVN-BEGIN
10:18:55 Apache Maven 3.3.3 (7994120775791599e205a5524ec3e0dfe41d4a06; 2015-04-22T07:57:37-04:00)
10:18:55 Maven home: <unknown maven home>
10:18:55 Java version: 1.8.0_162, vendor: Oracle Corporation
10:18:55 Java home: /opt/public/common/java/oracle/jdk1.8.0_162_x64/jre
10:18:55 Default locale: en_US, platform encoding: UTF-8
10:18:55 OS name: "linux", version: "3.12.62-60.64.8-default", arch: "amd64", family: "unix"
10:18:55 Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.scout
10:18:55 parsing WSDL...
10:18:55 
10:18:55 
10:18:55 
10:18:55 Generating code...
10:18:55 
10:18:55 org/eclipse/schema/common/ObjectFactory.java
10:18:55 org/eclipse/schema/common/ReturnDetailType.java
10:18:55 org/eclipse/schema/common/package-info.java
10:18:55 org/eclipse/scout/webservices/scout/ContextDetailType.java
10:18:55 org/eclipse/scout/webservices/scout/ContextType.java
10:18:55 org/eclipse/scout/webservices/scout/ErrorMessage.java
10:18:55 org/eclipse/scout/webservices/scout/ObjectFactory.java
10:18:55 org/eclipse/scout/webservices/scout/Operation01TypeResponse.java
10:18:55 org/eclipse/scout/webservices/scout/Operation02TypeResponse.java
10:18:55 org/eclipse/scout/webservices/scout/ValutaPartType.java
10:18:55 org/eclipse/scout/webservices/scout/WhateverType.java
10:18:55 org/eclipse/scout/webservices/scout/package-info.java
10:18:55 test/consumer/ErrorResponse.java
10:18:55 test/consumer/IScoutQueryInterface2PortType.java
10:18:55 test/consumer/ScoutQueryService.java
10:18:55 Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.scout
10:18:55 parsing WSDL...
10:18:55 
10:18:55 
10:18:55 
10:18:55 Generating code...
10:18:55 
10:18:55 test/provider/empty/testempty/ObjectFactory.java
10:18:55 test/provider/empty/ITestEmptyPortType.java
10:18:55 test/provider/empty/TestEmptyService.java
10:18:55 [INFO] Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:18:55 [INFO] Annotation processing: Generate entry point for endpoint interface 'test.provider.empty.ITestEmptyPortType' [entryPoint=test.provider.empty.TestEmptyWebServiceEntryPoint, wsdl:portType=TestEmptyPortType, wsdl:service=TestEmptyWebService, wsdl:port=TestEmptyPort] [processor=JaxWsAnnotationProcessor]
10:18:55 [INFO] Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.WsProviderCorrelationIdHandler, handlerDelegate=test.provider.empty.TestEmptyWebServiceEntryPoint_WsProviderCorrelationIdHandler, portTypeDefinition=test.provider.empty.ITestEmptyWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.ITestEmptyPortType] [processor=JaxWsAnnotationProcessor]
10:18:55 [INFO] Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.LogHandler, handlerDelegate=test.provider.empty.TestEmptyWebServiceEntryPoint_LogHandler, portTypeDefinition=test.provider.empty.ITestEmptyWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.ITestEmptyPortType] [processor=JaxWsAnnotationProcessor]
10:18:55 [INFO] Annotation processing: Generate AuthHandler [authHandler=test.provider.empty.TestEmptyWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.empty.ITestEmptyWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.ITestEmptyPortType] [processor=JaxWsAnnotationProcessor]
10:18:55 [INFO] Annotation processing: Generate handler chain XML-file [file=TestEmptyWebServiceEntryPoint_handler-chain.xml, portTypeDefinition=test.provider.empty.ITestEmptyWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.ITestEmptyPortType] [processor=JaxWsAnnotationProcessor]
10:18:55 [INFO] Annotation processing: Entry point successfully generated. [entryPoint=test.provider.empty.TestEmptyWebServiceEntryPoint, endpointInterface=test.provider.empty.ITestEmptyPortType, entryPointDefinition=test.provider.empty.ITestEmptyWebServiceEntryPointDefinition] [processor=JaxWsAnnotationProcessor]
10:18:55 [INFO] Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.IScoutQueryInterface2PortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
10:18:55 [INFO] Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:18:55 [INFO] Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:18:55 
10:18:55 -------------------------------------------------------
10:18:55  T E S T S
10:18:55 -------------------------------------------------------
10:18:55 Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.scout
10:18:55 Running group.artifact.server.helloworld.HelloWorldServiceTest
10:18:55 2018-02-13 10:18:50,551 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
10:18:55 2018-02-13 10:18:50,677 INFO  [Thread-1] org.eclipse.scout.rt.platform.inventory.ClassInventory - Finished preparation of jandex class inventory in 109.639425 ms - MDC[]
10:18:55 2018-02-13 10:18:51,185 INFO  [Thread-1] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener - registered logger support [org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport] - MDC[]
10:18:55 2018-02-13 10:18:51,191 INFO  [Thread-1] org.eclipse.scout.rt.server.jaxws.JaxWsPlatformListener - JAX-WS implementor specific class installed: org.eclipse.scout.rt.server.jaxws.implementor.JaxWsRISpecifics - MDC[]
10:18:55 2018-02-13 10:18:51,193 INFO  [Thread-1] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator - 0 code type classes registered. - MDC[]
10:18:55 2018-02-13 10:18:51,233 INFO  [Thread-1] org.eclipse.scout.rt.server.jaxws.JaxWsPlatformListener - JAX-WS implementor: JAX-WS RI 2.2.9-b130926.1035 svn-revision#5f6196f2b90e9460065a4c2f4e30e065b245e51e (http://jax-ws.java.net, Oracle Corporation, bundled with JRE) - MDC[]
10:18:55 2018-02-13 10:18:51,456 INFO  [main] group.artifact.server.ServerSession - created a new session for test_subject - MDC[principal=test_subject]
10:18:55 2018-02-13 10:18:51,457 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession - Server session started [session=group.artifact.server.ServerSession@194152cf[id = 2016f441-ab62-40f5-95b5-e0a4b238dff4], user=test_subject] - MDC[principal=test_subject]
10:18:55 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.53 sec - in group.artifact.server.helloworld.HelloWorldServiceTest
10:18:55 
10:18:55 Results :
10:18:55 
10:18:55 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
10:18:55 
10:18:55 
10:18:55 -------------------------------------------------------
10:18:55  T E S T S
10:18:55 -------------------------------------------------------
10:18:55 Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.scout
10:18:55 Running group.artifact.client.helloworld.HelloWorldFormTest
10:18:55 2018-02-13 10:18:53,619 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
10:18:55 2018-02-13 10:18:53,767 INFO  [Thread-1] org.eclipse.scout.rt.platform.inventory.ClassInventory - Finished preparation of jandex class inventory in 134.091332 ms - MDC[]
10:18:55 2018-02-13 10:18:54,107 INFO  [Thread-1] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener - registered logger support [org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport] - MDC[]
10:18:55 2018-02-13 10:18:54,109 INFO  [Thread-1] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator - 0 code type classes registered. - MDC[]
10:18:55 2018-02-13 10:18:54,111 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - No config.properties found. Running with empty configuration. - MDC[]
10:18:55 2018-02-13 10:18:54,383 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@2b1161ab[id = 2c2fd069-df2c-4b1c-895f-e542034fe4ca], user=genie.scout] - MDC[principal=anonymous, jobName=Starting ClientSession [sessionId=2c2fd069-df2c-4b1c-895f-e542034fe4ca]]
10:18:55 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.718 sec - in group.artifact.client.helloworld.HelloWorldFormTest
10:18:55 
10:18:55 Results :
10:18:55 
10:18:55 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
10:18:55 
10:18:55 
10:18:55 MVN-END
10:19:07 [WARNING]: /tmp/genie.scout/CoreScoutTestingUtils-projectDir6880771955131301510/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/consumer/ErrorResponse.java:[15] 
10:19:07 	public class ErrorResponse
10:19:07 	             ^^^^^^^^^^^^^
10:19:07 The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long
10:19:07 2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:19:07 3. WARNING: Annotation processing: Generate entry point for endpoint interface 'test.provider.multiservice.IFirstWebServiceTwoPortType' [entryPoint=test.provider.multiservice.FirstWebServiceTwoWebServiceEntryPoint, wsdl:portType=FirstWebServiceTwoPortType, wsdl:service=FirstWebService, wsdl:port=FirstWebServiceTwoPort] [processor=JaxWsAnnotationProcessor]
10:19:07 4. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.WsProviderCorrelationIdHandler, handlerDelegate=test.provider.multiservice.FirstWebServiceTwoWebServiceEntryPoint_WsProviderCorrelationIdHandler, portTypeDefinition=test.provider.multiservice.IFirstWebServiceTwoWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.IFirstWebServiceTwoPortType] [processor=JaxWsAnnotationProcessor]
10:19:07 5. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.LogHandler, handlerDelegate=test.provider.multiservice.FirstWebServiceTwoWebServiceEntryPoint_LogHandler, portTypeDefinition=test.provider.multiservice.IFirstWebServiceTwoWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.IFirstWebServiceTwoPortType] [processor=JaxWsAnnotationProcessor]
10:19:07 6. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multiservice.FirstWebServiceTwoWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multiservice.IFirstWebServiceTwoWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.IFirstWebServiceTwoPortType] [processor=JaxWsAnnotationProcessor]
10:19:07 7. WARNING: Annotation processing: Generate handler chain XML-file [file=FirstWebServiceTwoWebServiceEntryPoint_handler-chain.xml, portTypeDefinition=test.provider.multiservice.IFirstWebServiceTwoWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.IFirstWebServiceTwoPortType] [processor=JaxWsAnnotationProcessor]
10:19:07 8. WARNING: Annotation processing: Entry point successfully generated. [entryPoint=test.provider.multiservice.FirstWebServiceTwoWebServiceEntryPoint, endpointInterface=test.provider.multiservice.IFirstWebServiceTwoPortType, entryPointDefinition=test.provider.multiservice.IFirstWebServiceTwoWebServiceEntryPointDefinition] [processor=JaxWsAnnotationProcessor]
10:19:07 9. WARNING: Annotation processing: Generate entry point for endpoint interface 'test.provider.empty.ITestEmptyPortType' [entryPoint=test.provider.empty.TestEmptyWebServiceEntryPoint, wsdl:portType=TestEmptyPortType, wsdl:service=TestEmptyWebService, wsdl:port=TestEmptyPort] [processor=JaxWsAnnotationProcessor]
10:19:07 10. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.WsProviderCorrelationIdHandler, handlerDelegate=test.provider.empty.TestEmptyWebServiceEntryPoint_WsProviderCorrelationIdHandler, portTypeDefinition=test.provider.empty.ITestEmptyWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.ITestEmptyPortType] [processor=JaxWsAnnotationProcessor]
10:19:07 11. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.LogHandler, handlerDelegate=test.provider.empty.TestEmptyWebServiceEntryPoint_LogHandler, portTypeDefinition=test.provider.empty.ITestEmptyWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.ITestEmptyPortType] [processor=JaxWsAnnotationProcessor]
10:19:07 12. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.empty.TestEmptyWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.empty.ITestEmptyWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.ITestEmptyPortType] [processor=JaxWsAnnotationProcessor]
10:19:07 13. WARNING: Annotation processing: Generate handler chain XML-file [file=TestEmptyWebServiceEntryPoint_handler-chain.xml, portTypeDefinition=test.provider.empty.ITestEmptyWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.ITestEmptyPortType] [processor=JaxWsAnnotationProcessor]
10:19:07 14. WARNING: Annotation processing: Entry point successfully generated. [entryPoint=test.provider.empty.TestEmptyWebServiceEntryPoint, endpointInterface=test.provider.empty.ITestEmptyPortType, entryPointDefinition=test.provider.empty.ITestEmptyWebServiceEntryPointDefinition] [processor=JaxWsAnnotationProcessor]
10:19:07 15. WARNING: Annotation processing: Generate entry point for endpoint interface 'test.provider.multiservice.ISecondWebServiceOnePortType' [entryPoint=test.provider.multiservice.SecondWebServiceOneWebServiceEntryPoint, wsdl:portType=SecondWebServiceOnePortType, wsdl:service=SecondWebService, wsdl:port=SecondWebServiceOnePort] [processor=JaxWsAnnotationProcessor]
10:19:07 16. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.WsProviderCorrelationIdHandler, handlerDelegate=test.provider.multiservice.SecondWebServiceOneWebServiceEntryPoint_WsProviderCorrelationIdHandler, portTypeDefinition=test.provider.multiservice.ISecondWebServiceOneWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.ISecondWebServiceOnePortType] [processor=JaxWsAnnotationProcessor]
10:19:07 17. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.LogHandler, handlerDelegate=test.provider.multiservice.SecondWebServiceOneWebServiceEntryPoint_LogHandler, portTypeDefinition=test.provider.multiservice.ISecondWebServiceOneWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.ISecondWebServiceOnePortType] [processor=JaxWsAnnotationProcessor]
10:19:07 18. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multiservice.SecondWebServiceOneWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multiservice.ISecondWebServiceOneWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.ISecondWebServiceOnePortType] [processor=JaxWsAnnotationProcessor]
10:19:07 19. WARNING: Annotation processing: Generate handler chain XML-file [file=SecondWebServiceOneWebServiceEntryPoint_handler-chain.xml, portTypeDefinition=test.provider.multiservice.ISecondWebServiceOneWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.ISecondWebServiceOnePortType] [processor=JaxWsAnnotationProcessor]
10:19:07 20. WARNING: Annotation processing: Entry point successfully generated. [entryPoint=test.provider.multiservice.SecondWebServiceOneWebServiceEntryPoint, endpointInterface=test.provider.multiservice.ISecondWebServiceOnePortType, entryPointDefinition=test.provider.multiservice.ISecondWebServiceOneWebServiceEntryPointDefinition] [processor=JaxWsAnnotationProcessor]
10:19:07 21. WARNING: Annotation processing: Generate entry point for endpoint interface 'test.provider.multiservice.IFirstWebServiceOnePortType' [entryPoint=test.provider.multiservice.FirstWebServiceOneWebServiceEntryPoint, wsdl:portType=FirstWebServiceOnePortType, wsdl:service=FirstWebService, wsdl:port=FirstWebServiceOnePort] [processor=JaxWsAnnotationProcessor]
10:19:07 22. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.WsProviderCorrelationIdHandler, handlerDelegate=test.provider.multiservice.FirstWebServiceOneWebServiceEntryPoint_WsProviderCorrelationIdHandler, portTypeDefinition=test.provider.multiservice.IFirstWebServiceOneWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.IFirstWebServiceOnePortType] [processor=JaxWsAnnotationProcessor]
10:19:07 23. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.LogHandler, handlerDelegate=test.provider.multiservice.FirstWebServiceOneWebServiceEntryPoint_LogHandler, portTypeDefinition=test.provider.multiservice.IFirstWebServiceOneWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.IFirstWebServiceOnePortType] [processor=JaxWsAnnotationProcessor]
10:19:07 24. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multiservice.FirstWebServiceOneWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multiservice.IFirstWebServiceOneWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.IFirstWebServiceOnePortType] [processor=JaxWsAnnotationProcessor]
10:19:07 25. WARNING: Annotation processing: Generate handler chain XML-file [file=FirstWebServiceOneWebServiceEntryPoint_handler-chain.xml, portTypeDefinition=test.provider.multiservice.IFirstWebServiceOneWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.IFirstWebServiceOnePortType] [processor=JaxWsAnnotationProcessor]
10:19:07 26. WARNING: Annotation processing: Entry point successfully generated. [entryPoint=test.provider.multiservice.FirstWebServiceOneWebServiceEntryPoint, endpointInterface=test.provider.multiservice.IFirstWebServiceOnePortType, entryPointDefinition=test.provider.multiservice.IFirstWebServiceOneWebServiceEntryPointDefinition] [processor=JaxWsAnnotationProcessor]
10:19:07 27. WARNING: Annotation processing: Generate entry point for endpoint interface 'test.provider.multiservice.ISecondWebServiceTwoPortType' [entryPoint=test.provider.multiservice.SecondWebServiceTwoWebServiceEntryPoint, wsdl:portType=SecondWebServiceTwoPortType, wsdl:service=SecondWebService, wsdl:port=SecondWebServiceTwoPort] [processor=JaxWsAnnotationProcessor]
10:19:07 28. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.WsProviderCorrelationIdHandler, handlerDelegate=test.provider.multiservice.SecondWebServiceTwoWebServiceEntryPoint_WsProviderCorrelationIdHandler, portTypeDefinition=test.provider.multiservice.ISecondWebServiceTwoWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.ISecondWebServiceTwoPortType] [processor=JaxWsAnnotationProcessor]
10:19:07 29. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.LogHandler, handlerDelegate=test.provider.multiservice.SecondWebServiceTwoWebServiceEntryPoint_LogHandler, portTypeDefinition=test.provider.multiservice.ISecondWebServiceTwoWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.ISecondWebServiceTwoPortType] [processor=JaxWsAnnotationProcessor]
10:19:07 30. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multiservice.SecondWebServiceTwoWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multiservice.ISecondWebServiceTwoWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.ISecondWebServiceTwoPortType] [processor=JaxWsAnnotationProcessor]
10:19:07 31. WARNING: Annotation processing: Generate handler chain XML-file [file=SecondWebServiceTwoWebServiceEntryPoint_handler-chain.xml, portTypeDefinition=test.provider.multiservice.ISecondWebServiceTwoWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.ISecondWebServiceTwoPortType] [processor=JaxWsAnnotationProcessor]
10:19:07 32. WARNING: Annotation processing: Entry point successfully generated. [entryPoint=test.provider.multiservice.SecondWebServiceTwoWebServiceEntryPoint, endpointInterface=test.provider.multiservice.ISecondWebServiceTwoPortType, entryPointDefinition=test.provider.multiservice.ISecondWebServiceTwoWebServiceEntryPointDefinition] [processor=JaxWsAnnotationProcessor]
10:19:07 33. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.IScoutQueryInterface2PortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
10:19:07 34. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:19:07 35. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:19:07 35 problems (35 warnings)
10:19:07 Output of embedded Maven call:
10:19:07 MVN-BEGIN
10:19:07 Apache Maven 3.3.3 (7994120775791599e205a5524ec3e0dfe41d4a06; 2015-04-22T07:57:37-04:00)
10:19:07 Maven home: <unknown maven home>
10:19:07 Java version: 1.8.0_162, vendor: Oracle Corporation
10:19:07 Java home: /opt/public/common/java/oracle/jdk1.8.0_162_x64/jre
10:19:07 Default locale: en_US, platform encoding: UTF-8
10:19:07 OS name: "linux", version: "3.12.62-60.64.8-default", arch: "amd64", family: "unix"
10:19:07 Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.scout
10:19:07 parsing WSDL...
10:19:07 
10:19:07 
10:19:07 
10:19:07 Generating code...
10:19:07 
10:19:07 org/eclipse/schema/common/ObjectFactory.java
10:19:07 org/eclipse/schema/common/ReturnDetailType.java
10:19:07 org/eclipse/schema/common/package-info.java
10:19:07 org/eclipse/scout/webservices/scout/ContextDetailType.java
10:19:07 org/eclipse/scout/webservices/scout/ContextType.java
10:19:07 org/eclipse/scout/webservices/scout/ErrorMessage.java
10:19:07 org/eclipse/scout/webservices/scout/ObjectFactory.java
10:19:07 org/eclipse/scout/webservices/scout/Operation01TypeResponse.java
10:19:07 org/eclipse/scout/webservices/scout/Operation02TypeResponse.java
10:19:07 org/eclipse/scout/webservices/scout/ValutaPartType.java
10:19:07 org/eclipse/scout/webservices/scout/WhateverType.java
10:19:07 org/eclipse/scout/webservices/scout/package-info.java
10:19:07 test/consumer/ErrorResponse.java
10:19:07 test/consumer/IScoutQueryInterface2PortType.java
10:19:07 test/consumer/ScoutQueryService.java
10:19:07 Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.scout
10:19:07 parsing WSDL...
10:19:07 
10:19:07 
10:19:07 
10:19:07 Generating code...
10:19:07 
10:19:07 test/provider/empty/testempty/ObjectFactory.java
10:19:07 test/provider/empty/ITestEmptyPortType.java
10:19:07 test/provider/empty/TestEmptyService.java
10:19:07 Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.scout
10:19:07 parsing WSDL...
10:19:07 
10:19:07 
10:19:07 
10:19:07 Generating code...
10:19:07 
10:19:07 org/eclipse/scout/rt/test/services/ws/pingwebservice/ObjectFactory.java
10:19:07 test/provider/multiservice/FirstService.java
10:19:07 test/provider/multiservice/IFirstWebServiceOnePortType.java
10:19:07 test/provider/multiservice/IFirstWebServiceTwoPortType.java
10:19:07 test/provider/multiservice/ISecondWebServiceOnePortType.java
10:19:07 test/provider/multiservice/ISecondWebServiceTwoPortType.java
10:19:07 test/provider/multiservice/SecondService.java
10:19:07 [INFO] Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:19:07 [INFO] Annotation processing: Generate entry point for endpoint interface 'test.provider.multiservice.IFirstWebServiceTwoPortType' [entryPoint=test.provider.multiservice.FirstWebServiceTwoWebServiceEntryPoint, wsdl:portType=FirstWebServiceTwoPortType, wsdl:service=FirstWebService, wsdl:port=FirstWebServiceTwoPort] [processor=JaxWsAnnotationProcessor]
10:19:07 [INFO] Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.WsProviderCorrelationIdHandler, handlerDelegate=test.provider.multiservice.FirstWebServiceTwoWebServiceEntryPoint_WsProviderCorrelationIdHandler, portTypeDefinition=test.provider.multiservice.IFirstWebServiceTwoWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.IFirstWebServiceTwoPortType] [processor=JaxWsAnnotationProcessor]
10:19:07 [INFO] Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.LogHandler, handlerDelegate=test.provider.multiservice.FirstWebServiceTwoWebServiceEntryPoint_LogHandler, portTypeDefinition=test.provider.multiservice.IFirstWebServiceTwoWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.IFirstWebServiceTwoPortType] [processor=JaxWsAnnotationProcessor]
10:19:07 [INFO] Annotation processing: Generate AuthHandler [authHandler=test.provider.multiservice.FirstWebServiceTwoWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multiservice.IFirstWebServiceTwoWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.IFirstWebServiceTwoPortType] [processor=JaxWsAnnotationProcessor]
10:19:07 [INFO] Annotation processing: Generate handler chain XML-file [file=FirstWebServiceTwoWebServiceEntryPoint_handler-chain.xml, portTypeDefinition=test.provider.multiservice.IFirstWebServiceTwoWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.IFirstWebServiceTwoPortType] [processor=JaxWsAnnotationProcessor]
10:19:07 [INFO] Annotation processing: Entry point successfully generated. [entryPoint=test.provider.multiservice.FirstWebServiceTwoWebServiceEntryPoint, endpointInterface=test.provider.multiservice.IFirstWebServiceTwoPortType, entryPointDefinition=test.provider.multiservice.IFirstWebServiceTwoWebServiceEntryPointDefinition] [processor=JaxWsAnnotationProcessor]
10:19:07 [INFO] Annotation processing: Generate entry point for endpoint interface 'test.provider.empty.ITestEmptyPortType' [entryPoint=test.provider.empty.TestEmptyWebServiceEntryPoint, wsdl:portType=TestEmptyPortType, wsdl:service=TestEmptyWebService, wsdl:port=TestEmptyPort] [processor=JaxWsAnnotationProcessor]
10:19:07 [INFO] Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.WsProviderCorrelationIdHandler, handlerDelegate=test.provider.empty.TestEmptyWebServiceEntryPoint_WsProviderCorrelationIdHandler, portTypeDefinition=test.provider.empty.ITestEmptyWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.ITestEmptyPortType] [processor=JaxWsAnnotationProcessor]
10:19:07 [INFO] Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.LogHandler, handlerDelegate=test.provider.empty.TestEmptyWebServiceEntryPoint_LogHandler, portTypeDefinition=test.provider.empty.ITestEmptyWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.ITestEmptyPortType] [processor=JaxWsAnnotationProcessor]
10:19:07 [INFO] Annotation processing: Generate AuthHandler [authHandler=test.provider.empty.TestEmptyWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.empty.ITestEmptyWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.ITestEmptyPortType] [processor=JaxWsAnnotationProcessor]
10:19:07 [INFO] Annotation processing: Generate handler chain XML-file [file=TestEmptyWebServiceEntryPoint_handler-chain.xml, portTypeDefinition=test.provider.empty.ITestEmptyWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.ITestEmptyPortType] [processor=JaxWsAnnotationProcessor]
10:19:07 [INFO] Annotation processing: Entry point successfully generated. [entryPoint=test.provider.empty.TestEmptyWebServiceEntryPoint, endpointInterface=test.provider.empty.ITestEmptyPortType, entryPointDefinition=test.provider.empty.ITestEmptyWebServiceEntryPointDefinition] [processor=JaxWsAnnotationProcessor]
10:19:07 [INFO] Annotation processing: Generate entry point for endpoint interface 'test.provider.multiservice.ISecondWebServiceOnePortType' [entryPoint=test.provider.multiservice.SecondWebServiceOneWebServiceEntryPoint, wsdl:portType=SecondWebServiceOnePortType, wsdl:service=SecondWebService, wsdl:port=SecondWebServiceOnePort] [processor=JaxWsAnnotationProcessor]
10:19:07 [INFO] Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.WsProviderCorrelationIdHandler, handlerDelegate=test.provider.multiservice.SecondWebServiceOneWebServiceEntryPoint_WsProviderCorrelationIdHandler, portTypeDefinition=test.provider.multiservice.ISecondWebServiceOneWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.ISecondWebServiceOnePortType] [processor=JaxWsAnnotationProcessor]
10:19:07 [INFO] Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.LogHandler, handlerDelegate=test.provider.multiservice.SecondWebServiceOneWebServiceEntryPoint_LogHandler, portTypeDefinition=test.provider.multiservice.ISecondWebServiceOneWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.ISecondWebServiceOnePortType] [processor=JaxWsAnnotationProcessor]
10:19:07 [INFO] Annotation processing: Generate AuthHandler [authHandler=test.provider.multiservice.SecondWebServiceOneWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multiservice.ISecondWebServiceOneWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.ISecondWebServiceOnePortType] [processor=JaxWsAnnotationProcessor]
10:19:07 [INFO] Annotation processing: Generate handler chain XML-file [file=SecondWebServiceOneWebServiceEntryPoint_handler-chain.xml, portTypeDefinition=test.provider.multiservice.ISecondWebServiceOneWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.ISecondWebServiceOnePortType] [processor=JaxWsAnnotationProcessor]
10:19:07 [INFO] Annotation processing: Entry point successfully generated. [entryPoint=test.provider.multiservice.SecondWebServiceOneWebServiceEntryPoint, endpointInterface=test.provider.multiservice.ISecondWebServiceOnePortType, entryPointDefinition=test.provider.multiservice.ISecondWebServiceOneWebServiceEntryPointDefinition] [processor=JaxWsAnnotationProcessor]
10:19:07 [INFO] Annotation processing: Generate entry point for endpoint interface 'test.provider.multiservice.IFirstWebServiceOnePortType' [entryPoint=test.provider.multiservice.FirstWebServiceOneWebServiceEntryPoint, wsdl:portType=FirstWebServiceOnePortType, wsdl:service=FirstWebService, wsdl:port=FirstWebServiceOnePort] [processor=JaxWsAnnotationProcessor]
10:19:07 [INFO] Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.WsProviderCorrelationIdHandler, handlerDelegate=test.provider.multiservice.FirstWebServiceOneWebServiceEntryPoint_WsProviderCorrelationIdHandler, portTypeDefinition=test.provider.multiservice.IFirstWebServiceOneWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.IFirstWebServiceOnePortType] [processor=JaxWsAnnotationProcessor]
10:19:07 [INFO] Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.LogHandler, handlerDelegate=test.provider.multiservice.FirstWebServiceOneWebServiceEntryPoint_LogHandler, portTypeDefinition=test.provider.multiservice.IFirstWebServiceOneWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.IFirstWebServiceOnePortType] [processor=JaxWsAnnotationProcessor]
10:19:07 [INFO] Annotation processing: Generate AuthHandler [authHandler=test.provider.multiservice.FirstWebServiceOneWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multiservice.IFirstWebServiceOneWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.IFirstWebServiceOnePortType] [processor=JaxWsAnnotationProcessor]
10:19:07 [INFO] Annotation processing: Generate handler chain XML-file [file=FirstWebServiceOneWebServiceEntryPoint_handler-chain.xml, portTypeDefinition=test.provider.multiservice.IFirstWebServiceOneWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.IFirstWebServiceOnePortType] [processor=JaxWsAnnotationProcessor]
10:19:07 [INFO] Annotation processing: Entry point successfully generated. [entryPoint=test.provider.multiservice.FirstWebServiceOneWebServiceEntryPoint, endpointInterface=test.provider.multiservice.IFirstWebServiceOnePortType, entryPointDefinition=test.provider.multiservice.IFirstWebServiceOneWebServiceEntryPointDefinition] [processor=JaxWsAnnotationProcessor]
10:19:07 [INFO] Annotation processing: Generate entry point for endpoint interface 'test.provider.multiservice.ISecondWebServiceTwoPortType' [entryPoint=test.provider.multiservice.SecondWebServiceTwoWebServiceEntryPoint, wsdl:portType=SecondWebServiceTwoPortType, wsdl:service=SecondWebService, wsdl:port=SecondWebServiceTwoPort] [processor=JaxWsAnnotationProcessor]
10:19:07 [INFO] Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.WsProviderCorrelationIdHandler, handlerDelegate=test.provider.multiservice.SecondWebServiceTwoWebServiceEntryPoint_WsProviderCorrelationIdHandler, portTypeDefinition=test.provider.multiservice.ISecondWebServiceTwoWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.ISecondWebServiceTwoPortType] [processor=JaxWsAnnotationProcessor]
10:19:07 [INFO] Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.LogHandler, handlerDelegate=test.provider.multiservice.SecondWebServiceTwoWebServiceEntryPoint_LogHandler, portTypeDefinition=test.provider.multiservice.ISecondWebServiceTwoWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.ISecondWebServiceTwoPortType] [processor=JaxWsAnnotationProcessor]
10:19:07 [INFO] Annotation processing: Generate AuthHandler [authHandler=test.provider.multiservice.SecondWebServiceTwoWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multiservice.ISecondWebServiceTwoWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.ISecondWebServiceTwoPortType] [processor=JaxWsAnnotationProcessor]
10:19:07 [INFO] Annotation processing: Generate handler chain XML-file [file=SecondWebServiceTwoWebServiceEntryPoint_handler-chain.xml, portTypeDefinition=test.provider.multiservice.ISecondWebServiceTwoWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.ISecondWebServiceTwoPortType] [processor=JaxWsAnnotationProcessor]
10:19:07 [INFO] Annotation processing: Entry point successfully generated. [entryPoint=test.provider.multiservice.SecondWebServiceTwoWebServiceEntryPoint, endpointInterface=test.provider.multiservice.ISecondWebServiceTwoPortType, entryPointDefinition=test.provider.multiservice.ISecondWebServiceTwoWebServiceEntryPointDefinition] [processor=JaxWsAnnotationProcessor]
10:19:07 [INFO] Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.IScoutQueryInterface2PortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
10:19:07 [INFO] Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:19:07 [INFO] Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:19:07 
10:19:07 MVN-END
10:19:15 [WARNING]: /tmp/genie.scout/CoreScoutTestingUtils-projectDir6880771955131301510/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[5] 
10:19:15 	import org.eclipse.scout.rt.shared.ISession;
10:19:15 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10:19:15 The import org.eclipse.scout.rt.shared.ISession is never used
10:19:15 [WARNING]: /tmp/genie.scout/CoreScoutTestingUtils-projectDir6880771955131301510/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[7] 
10:19:15 	import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService;
10:19:15 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10:19:15 The import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService is never used
10:19:15 2 problems (2 warnings)
10:19:22 [WARNING]: /tmp/genie.scout/CoreScoutTestingUtils-projectDir6880771955131301510/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/consumer/ErrorResponse.java:[15] 
10:19:22 	public class ErrorResponse
10:19:22 	             ^^^^^^^^^^^^^
10:19:22 The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long
10:19:22 2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:19:22 3. WARNING: Annotation processing: Generate entry point for endpoint interface 'test.provider.multiservice.IFirstWebServiceTwoPortType' [entryPoint=test.provider.multiservice.FirstWebServiceTwoWebServiceEntryPoint, wsdl:portType=FirstWebServiceTwoPortType, wsdl:service=FirstWebService, wsdl:port=FirstWebServiceTwoPort] [processor=JaxWsAnnotationProcessor]
10:19:22 4. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.WsProviderCorrelationIdHandler, handlerDelegate=test.provider.multiservice.FirstWebServiceTwoWebServiceEntryPoint_WsProviderCorrelationIdHandler, portTypeDefinition=test.provider.multiservice.IFirstWebServiceTwoWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.IFirstWebServiceTwoPortType] [processor=JaxWsAnnotationProcessor]
10:19:22 5. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.LogHandler, handlerDelegate=test.provider.multiservice.FirstWebServiceTwoWebServiceEntryPoint_LogHandler, portTypeDefinition=test.provider.multiservice.IFirstWebServiceTwoWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.IFirstWebServiceTwoPortType] [processor=JaxWsAnnotationProcessor]
10:19:22 6. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multiservice.FirstWebServiceTwoWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multiservice.IFirstWebServiceTwoWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.IFirstWebServiceTwoPortType] [processor=JaxWsAnnotationProcessor]
10:19:22 7. WARNING: Annotation processing: Generate handler chain XML-file [file=FirstWebServiceTwoWebServiceEntryPoint_handler-chain.xml, portTypeDefinition=test.provider.multiservice.IFirstWebServiceTwoWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.IFirstWebServiceTwoPortType] [processor=JaxWsAnnotationProcessor]
10:19:22 8. WARNING: Annotation processing: Entry point successfully generated. [entryPoint=test.provider.multiservice.FirstWebServiceTwoWebServiceEntryPoint, endpointInterface=test.provider.multiservice.IFirstWebServiceTwoPortType, entryPointDefinition=test.provider.multiservice.IFirstWebServiceTwoWebServiceEntryPointDefinition] [processor=JaxWsAnnotationProcessor]
10:19:22 9. WARNING: Annotation processing: Generate entry point for endpoint interface 'test.provider.empty.ITestEmptyPortType' [entryPoint=test.provider.empty.TestEmptyWebServiceEntryPoint, wsdl:portType=TestEmptyPortType, wsdl:service=TestEmptyWebService, wsdl:port=TestEmptyPort] [processor=JaxWsAnnotationProcessor]
10:19:22 10. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.WsProviderCorrelationIdHandler, handlerDelegate=test.provider.empty.TestEmptyWebServiceEntryPoint_WsProviderCorrelationIdHandler, portTypeDefinition=test.provider.empty.ITestEmptyWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.ITestEmptyPortType] [processor=JaxWsAnnotationProcessor]
10:19:22 11. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.LogHandler, handlerDelegate=test.provider.empty.TestEmptyWebServiceEntryPoint_LogHandler, portTypeDefinition=test.provider.empty.ITestEmptyWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.ITestEmptyPortType] [processor=JaxWsAnnotationProcessor]
10:19:22 12. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.empty.TestEmptyWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.empty.ITestEmptyWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.ITestEmptyPortType] [processor=JaxWsAnnotationProcessor]
10:19:22 13. WARNING: Annotation processing: Generate handler chain XML-file [file=TestEmptyWebServiceEntryPoint_handler-chain.xml, portTypeDefinition=test.provider.empty.ITestEmptyWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.ITestEmptyPortType] [processor=JaxWsAnnotationProcessor]
10:19:22 14. WARNING: Annotation processing: Entry point successfully generated. [entryPoint=test.provider.empty.TestEmptyWebServiceEntryPoint, endpointInterface=test.provider.empty.ITestEmptyPortType, entryPointDefinition=test.provider.empty.ITestEmptyWebServiceEntryPointDefinition] [processor=JaxWsAnnotationProcessor]
10:19:22 15. WARNING: Annotation processing: Generate entry point for endpoint interface 'test.provider.multiservice.ISecondWebServiceOnePortType' [entryPoint=test.provider.multiservice.SecondWebServiceOneWebServiceEntryPoint, wsdl:portType=SecondWebServiceOnePortType, wsdl:service=SecondWebService, wsdl:port=SecondWebServiceOnePort] [processor=JaxWsAnnotationProcessor]
10:19:22 16. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.WsProviderCorrelationIdHandler, handlerDelegate=test.provider.multiservice.SecondWebServiceOneWebServiceEntryPoint_WsProviderCorrelationIdHandler, portTypeDefinition=test.provider.multiservice.ISecondWebServiceOneWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.ISecondWebServiceOnePortType] [processor=JaxWsAnnotationProcessor]
10:19:22 17. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.LogHandler, handlerDelegate=test.provider.multiservice.SecondWebServiceOneWebServiceEntryPoint_LogHandler, portTypeDefinition=test.provider.multiservice.ISecondWebServiceOneWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.ISecondWebServiceOnePortType] [processor=JaxWsAnnotationProcessor]
10:19:22 18. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multiservice.SecondWebServiceOneWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multiservice.ISecondWebServiceOneWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.ISecondWebServiceOnePortType] [processor=JaxWsAnnotationProcessor]
10:19:22 19. WARNING: Annotation processing: Generate handler chain XML-file [file=SecondWebServiceOneWebServiceEntryPoint_handler-chain.xml, portTypeDefinition=test.provider.multiservice.ISecondWebServiceOneWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.ISecondWebServiceOnePortType] [processor=JaxWsAnnotationProcessor]
10:19:22 20. WARNING: Annotation processing: Entry point successfully generated. [entryPoint=test.provider.multiservice.SecondWebServiceOneWebServiceEntryPoint, endpointInterface=test.provider.multiservice.ISecondWebServiceOnePortType, entryPointDefinition=test.provider.multiservice.ISecondWebServiceOneWebServiceEntryPointDefinition] [processor=JaxWsAnnotationProcessor]
10:19:22 21. WARNING: Annotation processing: Generate entry point for endpoint interface 'test.provider.multiservice.IFirstWebServiceOnePortType' [entryPoint=test.provider.multiservice.FirstWebServiceOneWebServiceEntryPoint, wsdl:portType=FirstWebServiceOnePortType, wsdl:service=FirstWebService, wsdl:port=FirstWebServiceOnePort] [processor=JaxWsAnnotationProcessor]
10:19:22 22. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.WsProviderCorrelationIdHandler, handlerDelegate=test.provider.multiservice.FirstWebServiceOneWebServiceEntryPoint_WsProviderCorrelationIdHandler, portTypeDefinition=test.provider.multiservice.IFirstWebServiceOneWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.IFirstWebServiceOnePortType] [processor=JaxWsAnnotationProcessor]
10:19:22 23. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.LogHandler, handlerDelegate=test.provider.multiservice.FirstWebServiceOneWebServiceEntryPoint_LogHandler, portTypeDefinition=test.provider.multiservice.IFirstWebServiceOneWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.IFirstWebServiceOnePortType] [processor=JaxWsAnnotationProcessor]
10:19:22 24. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multiservice.FirstWebServiceOneWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multiservice.IFirstWebServiceOneWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.IFirstWebServiceOnePortType] [processor=JaxWsAnnotationProcessor]
10:19:22 25. WARNING: Annotation processing: Generate handler chain XML-file [file=FirstWebServiceOneWebServiceEntryPoint_handler-chain.xml, portTypeDefinition=test.provider.multiservice.IFirstWebServiceOneWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.IFirstWebServiceOnePortType] [processor=JaxWsAnnotationProcessor]
10:19:22 26. WARNING: Annotation processing: Entry point successfully generated. [entryPoint=test.provider.multiservice.FirstWebServiceOneWebServiceEntryPoint, endpointInterface=test.provider.multiservice.IFirstWebServiceOnePortType, entryPointDefinition=test.provider.multiservice.IFirstWebServiceOneWebServiceEntryPointDefinition] [processor=JaxWsAnnotationProcessor]
10:19:22 27. WARNING: Annotation processing: Generate entry point for endpoint interface 'test.provider.multiservice.ISecondWebServiceTwoPortType' [entryPoint=test.provider.multiservice.SecondWebServiceTwoWebServiceEntryPoint, wsdl:portType=SecondWebServiceTwoPortType, wsdl:service=SecondWebService, wsdl:port=SecondWebServiceTwoPort] [processor=JaxWsAnnotationProcessor]
10:19:22 28. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.WsProviderCorrelationIdHandler, handlerDelegate=test.provider.multiservice.SecondWebServiceTwoWebServiceEntryPoint_WsProviderCorrelationIdHandler, portTypeDefinition=test.provider.multiservice.ISecondWebServiceTwoWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.ISecondWebServiceTwoPortType] [processor=JaxWsAnnotationProcessor]
10:19:22 29. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.LogHandler, handlerDelegate=test.provider.multiservice.SecondWebServiceTwoWebServiceEntryPoint_LogHandler, portTypeDefinition=test.provider.multiservice.ISecondWebServiceTwoWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.ISecondWebServiceTwoPortType] [processor=JaxWsAnnotationProcessor]
10:19:22 30. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multiservice.SecondWebServiceTwoWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multiservice.ISecondWebServiceTwoWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.ISecondWebServiceTwoPortType] [processor=JaxWsAnnotationProcessor]
10:19:22 31. WARNING: Annotation processing: Generate handler chain XML-file [file=SecondWebServiceTwoWebServiceEntryPoint_handler-chain.xml, portTypeDefinition=test.provider.multiservice.ISecondWebServiceTwoWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.ISecondWebServiceTwoPortType] [processor=JaxWsAnnotationProcessor]
10:19:22 32. WARNING: Annotation processing: Entry point successfully generated. [entryPoint=test.provider.multiservice.SecondWebServiceTwoWebServiceEntryPoint, endpointInterface=test.provider.multiservice.ISecondWebServiceTwoPortType, entryPointDefinition=test.provider.multiservice.ISecondWebServiceTwoWebServiceEntryPointDefinition] [processor=JaxWsAnnotationProcessor]
10:19:22 33. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.IScoutQueryInterface2PortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
10:19:22 34. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:19:22 35. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:19:22 35 problems (35 warnings)
10:19:26 [WARNING]: /tmp/genie.scout/CoreScoutTestingUtils-projectDir6880771955131301510/artifact/artifact.client/src/main/java/group/artifact/client/ClientSession.java:[4] 
10:19:26 	import org.eclipse.scout.rt.client.IClientSession;
10:19:26 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10:19:26 The import org.eclipse.scout.rt.client.IClientSession is never used
10:19:26 1 problem (1 warning)
10:19:26 [WARNING]: /tmp/genie.scout/CoreScoutTestingUtils-projectDir6880771955131301510/artifact/artifact.client/src/test/java/group/artifact/client/helloworld/HelloWorldFormTest.java:[15] 
10:19:26 	import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField;
10:19:26 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10:19:26 The import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField is never used
10:19:26 1 problem (1 warning)
10:19:31 Output of embedded Maven call:
10:19:31 MVN-BEGIN
10:19:31 Apache Maven 3.3.3 (7994120775791599e205a5524ec3e0dfe41d4a06; 2015-04-22T07:57:37-04:00)
10:19:31 Maven home: <unknown maven home>
10:19:31 Java version: 1.8.0_162, vendor: Oracle Corporation
10:19:31 Java home: /opt/public/common/java/oracle/jdk1.8.0_162_x64/jre
10:19:31 Default locale: en_US, platform encoding: UTF-8
10:19:31 OS name: "linux", version: "3.12.62-60.64.8-default", arch: "amd64", family: "unix"
10:19:31 Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.scout
10:19:31 parsing WSDL...
10:19:31 
10:19:31 
10:19:31 
10:19:31 Generating code...
10:19:31 
10:19:31 org/eclipse/schema/common/ObjectFactory.java
10:19:31 org/eclipse/schema/common/ReturnDetailType.java
10:19:31 org/eclipse/schema/common/package-info.java
10:19:31 org/eclipse/scout/webservices/scout/ContextDetailType.java
10:19:31 org/eclipse/scout/webservices/scout/ContextType.java
10:19:31 org/eclipse/scout/webservices/scout/ErrorMessage.java
10:19:31 org/eclipse/scout/webservices/scout/ObjectFactory.java
10:19:31 org/eclipse/scout/webservices/scout/Operation01TypeResponse.java
10:19:31 org/eclipse/scout/webservices/scout/Operation02TypeResponse.java
10:19:31 org/eclipse/scout/webservices/scout/ValutaPartType.java
10:19:31 org/eclipse/scout/webservices/scout/WhateverType.java
10:19:31 org/eclipse/scout/webservices/scout/package-info.java
10:19:31 test/consumer/ErrorResponse.java
10:19:31 test/consumer/IScoutQueryInterface2PortType.java
10:19:31 test/consumer/ScoutQueryService.java
10:19:31 Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.scout
10:19:31 parsing WSDL...
10:19:31 
10:19:31 
10:19:31 
10:19:31 Generating code...
10:19:31 
10:19:31 test/provider/empty/testempty/ObjectFactory.java
10:19:31 test/provider/empty/ITestEmptyPortType.java
10:19:31 test/provider/empty/TestEmptyService.java
10:19:31 Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.scout
10:19:31 parsing WSDL...
10:19:31 
10:19:31 
10:19:31 
10:19:31 Generating code...
10:19:31 
10:19:31 org/eclipse/scout/rt/test/services/ws/pingwebservice/ObjectFactory.java
10:19:31 test/provider/multiservice/FirstService.java
10:19:31 test/provider/multiservice/IFirstWebServiceOnePortType.java
10:19:31 test/provider/multiservice/IFirstWebServiceTwoPortType.java
10:19:31 test/provider/multiservice/ISecondWebServiceOnePortType.java
10:19:31 test/provider/multiservice/ISecondWebServiceTwoPortType.java
10:19:31 test/provider/multiservice/SecondService.java
10:19:31 [INFO] Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:19:31 [INFO] Annotation processing: Generate entry point for endpoint interface 'test.provider.multiservice.IFirstWebServiceTwoPortType' [entryPoint=test.provider.multiservice.FirstWebServiceTwoWebServiceEntryPoint, wsdl:portType=FirstWebServiceTwoPortType, wsdl:service=FirstWebService, wsdl:port=FirstWebServiceTwoPort] [processor=JaxWsAnnotationProcessor]
10:19:31 [INFO] Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.WsProviderCorrelationIdHandler, handlerDelegate=test.provider.multiservice.FirstWebServiceTwoWebServiceEntryPoint_WsProviderCorrelationIdHandler, portTypeDefinition=test.provider.multiservice.IFirstWebServiceTwoWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.IFirstWebServiceTwoPortType] [processor=JaxWsAnnotationProcessor]
10:19:31 [INFO] Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.LogHandler, handlerDelegate=test.provider.multiservice.FirstWebServiceTwoWebServiceEntryPoint_LogHandler, portTypeDefinition=test.provider.multiservice.IFirstWebServiceTwoWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.IFirstWebServiceTwoPortType] [processor=JaxWsAnnotationProcessor]
10:19:31 [INFO] Annotation processing: Generate AuthHandler [authHandler=test.provider.multiservice.FirstWebServiceTwoWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multiservice.IFirstWebServiceTwoWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.IFirstWebServiceTwoPortType] [processor=JaxWsAnnotationProcessor]
10:19:31 [INFO] Annotation processing: Generate handler chain XML-file [file=FirstWebServiceTwoWebServiceEntryPoint_handler-chain.xml, portTypeDefinition=test.provider.multiservice.IFirstWebServiceTwoWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.IFirstWebServiceTwoPortType] [processor=JaxWsAnnotationProcessor]
10:19:31 [INFO] Annotation processing: Entry point successfully generated. [entryPoint=test.provider.multiservice.FirstWebServiceTwoWebServiceEntryPoint, endpointInterface=test.provider.multiservice.IFirstWebServiceTwoPortType, entryPointDefinition=test.provider.multiservice.IFirstWebServiceTwoWebServiceEntryPointDefinition] [processor=JaxWsAnnotationProcessor]
10:19:31 [INFO] Annotation processing: Generate entry point for endpoint interface 'test.provider.empty.ITestEmptyPortType' [entryPoint=test.provider.empty.TestEmptyWebServiceEntryPoint, wsdl:portType=TestEmptyPortType, wsdl:service=TestEmptyWebService, wsdl:port=TestEmptyPort] [processor=JaxWsAnnotationProcessor]
10:19:31 [INFO] Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.WsProviderCorrelationIdHandler, handlerDelegate=test.provider.empty.TestEmptyWebServiceEntryPoint_WsProviderCorrelationIdHandler, portTypeDefinition=test.provider.empty.ITestEmptyWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.ITestEmptyPortType] [processor=JaxWsAnnotationProcessor]
10:19:31 [INFO] Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.LogHandler, handlerDelegate=test.provider.empty.TestEmptyWebServiceEntryPoint_LogHandler, portTypeDefinition=test.provider.empty.ITestEmptyWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.ITestEmptyPortType] [processor=JaxWsAnnotationProcessor]
10:19:31 [INFO] Annotation processing: Generate AuthHandler [authHandler=test.provider.empty.TestEmptyWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.empty.ITestEmptyWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.ITestEmptyPortType] [processor=JaxWsAnnotationProcessor]
10:19:31 [INFO] Annotation processing: Generate handler chain XML-file [file=TestEmptyWebServiceEntryPoint_handler-chain.xml, portTypeDefinition=test.provider.empty.ITestEmptyWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.ITestEmptyPortType] [processor=JaxWsAnnotationProcessor]
10:19:31 [INFO] Annotation processing: Entry point successfully generated. [entryPoint=test.provider.empty.TestEmptyWebServiceEntryPoint, endpointInterface=test.provider.empty.ITestEmptyPortType, entryPointDefinition=test.provider.empty.ITestEmptyWebServiceEntryPointDefinition] [processor=JaxWsAnnotationProcessor]
10:19:31 [INFO] Annotation processing: Generate entry point for endpoint interface 'test.provider.multiservice.ISecondWebServiceOnePortType' [entryPoint=test.provider.multiservice.SecondWebServiceOneWebServiceEntryPoint, wsdl:portType=SecondWebServiceOnePortType, wsdl:service=SecondWebService, wsdl:port=SecondWebServiceOnePort] [processor=JaxWsAnnotationProcessor]
10:19:31 [INFO] Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.WsProviderCorrelationIdHandler, handlerDelegate=test.provider.multiservice.SecondWebServiceOneWebServiceEntryPoint_WsProviderCorrelationIdHandler, portTypeDefinition=test.provider.multiservice.ISecondWebServiceOneWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.ISecondWebServiceOnePortType] [processor=JaxWsAnnotationProcessor]
10:19:31 [INFO] Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.LogHandler, handlerDelegate=test.provider.multiservice.SecondWebServiceOneWebServiceEntryPoint_LogHandler, portTypeDefinition=test.provider.multiservice.ISecondWebServiceOneWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.ISecondWebServiceOnePortType] [processor=JaxWsAnnotationProcessor]
10:19:31 [INFO] Annotation processing: Generate AuthHandler [authHandler=test.provider.multiservice.SecondWebServiceOneWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multiservice.ISecondWebServiceOneWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.ISecondWebServiceOnePortType] [processor=JaxWsAnnotationProcessor]
10:19:31 [INFO] Annotation processing: Generate handler chain XML-file [file=SecondWebServiceOneWebServiceEntryPoint_handler-chain.xml, portTypeDefinition=test.provider.multiservice.ISecondWebServiceOneWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.ISecondWebServiceOnePortType] [processor=JaxWsAnnotationProcessor]
10:19:31 [INFO] Annotation processing: Entry point successfully generated. [entryPoint=test.provider.multiservice.SecondWebServiceOneWebServiceEntryPoint, endpointInterface=test.provider.multiservice.ISecondWebServiceOnePortType, entryPointDefinition=test.provider.multiservice.ISecondWebServiceOneWebServiceEntryPointDefinition] [processor=JaxWsAnnotationProcessor]
10:19:31 [INFO] Annotation processing: Generate entry point for endpoint interface 'test.provider.multiservice.IFirstWebServiceOnePortType' [entryPoint=test.provider.multiservice.FirstWebServiceOneWebServiceEntryPoint, wsdl:portType=FirstWebServiceOnePortType, wsdl:service=FirstWebService, wsdl:port=FirstWebServiceOnePort] [processor=JaxWsAnnotationProcessor]
10:19:31 [INFO] Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.WsProviderCorrelationIdHandler, handlerDelegate=test.provider.multiservice.FirstWebServiceOneWebServiceEntryPoint_WsProviderCorrelationIdHandler, portTypeDefinition=test.provider.multiservice.IFirstWebServiceOneWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.IFirstWebServiceOnePortType] [processor=JaxWsAnnotationProcessor]
10:19:31 [INFO] Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.LogHandler, handlerDelegate=test.provider.multiservice.FirstWebServiceOneWebServiceEntryPoint_LogHandler, portTypeDefinition=test.provider.multiservice.IFirstWebServiceOneWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.IFirstWebServiceOnePortType] [processor=JaxWsAnnotationProcessor]
10:19:31 [INFO] Annotation processing: Generate AuthHandler [authHandler=test.provider.multiservice.FirstWebServiceOneWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multiservice.IFirstWebServiceOneWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.IFirstWebServiceOnePortType] [processor=JaxWsAnnotationProcessor]
10:19:31 [INFO] Annotation processing: Generate handler chain XML-file [file=FirstWebServiceOneWebServiceEntryPoint_handler-chain.xml, portTypeDefinition=test.provider.multiservice.IFirstWebServiceOneWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.IFirstWebServiceOnePortType] [processor=JaxWsAnnotationProcessor]
10:19:31 [INFO] Annotation processing: Entry point successfully generated. [entryPoint=test.provider.multiservice.FirstWebServiceOneWebServiceEntryPoint, endpointInterface=test.provider.multiservice.IFirstWebServiceOnePortType, entryPointDefinition=test.provider.multiservice.IFirstWebServiceOneWebServiceEntryPointDefinition] [processor=JaxWsAnnotationProcessor]
10:19:31 [INFO] Annotation processing: Generate entry point for endpoint interface 'test.provider.multiservice.ISecondWebServiceTwoPortType' [entryPoint=test.provider.multiservice.SecondWebServiceTwoWebServiceEntryPoint, wsdl:portType=SecondWebServiceTwoPortType, wsdl:service=SecondWebService, wsdl:port=SecondWebServiceTwoPort] [processor=JaxWsAnnotationProcessor]
10:19:31 [INFO] Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.WsProviderCorrelationIdHandler, handlerDelegate=test.provider.multiservice.SecondWebServiceTwoWebServiceEntryPoint_WsProviderCorrelationIdHandler, portTypeDefinition=test.provider.multiservice.ISecondWebServiceTwoWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.ISecondWebServiceTwoPortType] [processor=JaxWsAnnotationProcessor]
10:19:31 [INFO] Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.LogHandler, handlerDelegate=test.provider.multiservice.SecondWebServiceTwoWebServiceEntryPoint_LogHandler, portTypeDefinition=test.provider.multiservice.ISecondWebServiceTwoWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.ISecondWebServiceTwoPortType] [processor=JaxWsAnnotationProcessor]
10:19:31 [INFO] Annotation processing: Generate AuthHandler [authHandler=test.provider.multiservice.SecondWebServiceTwoWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multiservice.ISecondWebServiceTwoWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.ISecondWebServiceTwoPortType] [processor=JaxWsAnnotationProcessor]
10:19:31 [INFO] Annotation processing: Generate handler chain XML-file [file=SecondWebServiceTwoWebServiceEntryPoint_handler-chain.xml, portTypeDefinition=test.provider.multiservice.ISecondWebServiceTwoWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.ISecondWebServiceTwoPortType] [processor=JaxWsAnnotationProcessor]
10:19:31 [INFO] Annotation processing: Entry point successfully generated. [entryPoint=test.provider.multiservice.SecondWebServiceTwoWebServiceEntryPoint, endpointInterface=test.provider.multiservice.ISecondWebServiceTwoPortType, entryPointDefinition=test.provider.multiservice.ISecondWebServiceTwoWebServiceEntryPointDefinition] [processor=JaxWsAnnotationProcessor]
10:19:31 [INFO] Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.IScoutQueryInterface2PortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
10:19:31 [INFO] Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:19:31 [INFO] Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:19:31 
10:19:31 -------------------------------------------------------
10:19:31  T E S T S
10:19:31 -------------------------------------------------------
10:19:31 Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.scout
10:19:31 Running group.artifact.server.helloworld.HelloWorldServiceTest
10:19:31 2018-02-13 10:19:25,378 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
10:19:31 2018-02-13 10:19:25,506 INFO  [Thread-1] org.eclipse.scout.rt.platform.inventory.ClassInventory - Finished preparation of jandex class inventory in 113.145240 ms - MDC[]
10:19:31 2018-02-13 10:19:25,935 INFO  [Thread-1] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener - registered logger support [org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport] - MDC[]
10:19:31 2018-02-13 10:19:25,939 INFO  [Thread-1] org.eclipse.scout.rt.server.jaxws.JaxWsPlatformListener - JAX-WS implementor specific class installed: org.eclipse.scout.rt.server.jaxws.implementor.JaxWsRISpecifics - MDC[]
10:19:31 2018-02-13 10:19:25,941 INFO  [Thread-1] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator - 0 code type classes registered. - MDC[]
10:19:31 2018-02-13 10:19:25,970 INFO  [Thread-1] org.eclipse.scout.rt.server.jaxws.JaxWsPlatformListener - JAX-WS implementor: JAX-WS RI 2.2.9-b130926.1035 svn-revision#5f6196f2b90e9460065a4c2f4e30e065b245e51e (http://jax-ws.java.net, Oracle Corporation, bundled with JRE) - MDC[]
10:19:31 2018-02-13 10:19:26,130 INFO  [main] group.artifact.server.ServerSession - created a new session for test_subject - MDC[principal=test_subject]
10:19:31 2018-02-13 10:19:26,130 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession - Server session started [session=group.artifact.server.ServerSession@194152cf[id = dfe1e48e-eef3-4ca0-b91f-4fdf370f2ca0], user=test_subject] - MDC[principal=test_subject]
10:19:31 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.357 sec - in group.artifact.server.helloworld.HelloWorldServiceTest
10:19:31 
10:19:31 Results :
10:19:31 
10:19:31 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
10:19:31 
10:19:31 
10:19:31 -------------------------------------------------------
10:19:31  T E S T S
10:19:31 -------------------------------------------------------
10:19:31 Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.scout
10:19:31 Running group.artifact.client.helloworld.HelloWorldFormTest
10:19:31 2018-02-13 10:19:29,134 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
10:19:31 2018-02-13 10:19:29,294 INFO  [Thread-1] org.eclipse.scout.rt.platform.inventory.ClassInventory - Finished preparation of jandex class inventory in 144.131208 ms - MDC[]
10:19:31 2018-02-13 10:19:29,666 INFO  [Thread-1] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener - registered logger support [org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport] - MDC[]
10:19:31 2018-02-13 10:19:29,669 INFO  [Thread-1] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator - 0 code type classes registered. - MDC[]
10:19:31 2018-02-13 10:19:29,671 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - No config.properties found. Running with empty configuration. - MDC[]
10:19:31 2018-02-13 10:19:29,944 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@1ed557df[id = 35bb44a1-4f93-4af1-8c3d-2f42ac4882be], user=genie.scout] - MDC[principal=anonymous, jobName=Starting ClientSession [sessionId=35bb44a1-4f93-4af1-8c3d-2f42ac4882be]]
10:19:31 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.825 sec - in group.artifact.client.helloworld.HelloWorldFormTest
10:19:31 
10:19:31 Results :
10:19:31 
10:19:31 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
10:19:31 
10:19:31 
10:19:31 MVN-END
10:19:31 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 245.908 sec - in org.eclipse.scout.sdk.s2e.operation.jaxws.WebServiceNewOperationTest
10:19:31 Running org.eclipse.scout.sdk.s2e.operation.jaxws.WebServiceUpdateOperationTest
10:19:35 [WARNING]: Don't override file /tmp/genie.scout/CoreScoutTestingUtils-projectDir9089794949417450022/artifact/artifact/pom.xml
10:19:35 Output of embedded Maven call:
10:19:35 MVN-BEGIN
10:19:35 
10:19:35 MVN-END
10:19:40 [WARNING]: CP Don't override file /tmp/genie.scout/jaxws-module-tmp3366701476985600313/artifact.server.jaxws/src/main/resources/META-INF/scout.xml
10:19:40 Output of embedded Maven call:
10:19:40 MVN-BEGIN
10:19:40 
10:19:40 MVN-END
10:19:50 [WARNING]: /tmp/genie.scout/CoreScoutTestingUtils-projectDir9089794949417450022/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/provider/multifile/ErrorResponse.java:[15] 
10:19:50 	public class ErrorResponse
10:19:50 	             ^^^^^^^^^^^^^
10:19:50 The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long
10:19:50 2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:19:50 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]
10:19:50 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]
10:19:50 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]
10:19:50 6. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
10:19:50 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]
10:19:50 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]
10:19:50 9. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:19:50 10. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:19:50 10 problems (10 warnings)
10:19:50 Output of embedded Maven call:
10:19:50 MVN-BEGIN
10:19:50 Apache Maven 3.3.3 (7994120775791599e205a5524ec3e0dfe41d4a06; 2015-04-22T07:57:37-04:00)
10:19:50 Maven home: <unknown maven home>
10:19:50 Java version: 1.8.0_162, vendor: Oracle Corporation
10:19:50 Java home: /opt/public/common/java/oracle/jdk1.8.0_162_x64/jre
10:19:50 Default locale: en_US, platform encoding: UTF-8
10:19:50 OS name: "linux", version: "3.12.62-60.64.8-default", arch: "amd64", family: "unix"
10:19:50 Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.scout
10:19:50 parsing WSDL...
10:19:50 
10:19:50 
10:19:50 
10:19:50 Generating code...
10:19:50 
10:19:50 test/provider/multifile/ErrorResponse.java
10:19:50 test/provider/multifile/IScoutQueryInterface2PortType.java
10:19:50 test/provider/multifile/ScoutQueryService.java
10:19:50 org/eclipse/schema/common/ObjectFactory.java
10:19:50 org/eclipse/schema/common/ReturnDetailType.java
10:19:50 org/eclipse/schema/common/package-info.java
10:19:50 org/eclipse/scout/webservices/scout/ContextDetailType.java
10:19:50 org/eclipse/scout/webservices/scout/ContextType.java
10:19:50 org/eclipse/scout/webservices/scout/ErrorMessage.java
10:19:50 org/eclipse/scout/webservices/scout/ObjectFactory.java
10:19:50 org/eclipse/scout/webservices/scout/Operation01TypeResponse.java
10:19:50 org/eclipse/scout/webservices/scout/Operation02TypeResponse.java
10:19:50 org/eclipse/scout/webservices/scout/ValutaPartType.java
10:19:50 org/eclipse/scout/webservices/scout/WhateverType.java
10:19:50 org/eclipse/scout/webservices/scout/package-info.java
10:19:50 [INFO] Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:19:50 [INFO] 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]
10:19:50 [INFO] 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]
10:19:50 [INFO] 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]
10:19:50 [INFO] Annotation processing: Generate AuthHandler [authHandler=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
10:19:50 [INFO] Annotation processing: Generate handler chain XML-file [file=ScoutQueryInterface2WebServiceEntryPoint_handler-chain.xml, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
10:19:50 [INFO] Annotation processing: Entry point successfully generated. [entryPoint=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType, entryPointDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition] [processor=JaxWsAnnotationProcessor]
10:19:50 [INFO] Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:19:50 [INFO] Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:19:50 
10:19:50 MVN-END
10:19:59 [WARNING]: /tmp/genie.scout/CoreScoutTestingUtils-projectDir9089794949417450022/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[5] 
10:19:59 	import org.eclipse.scout.rt.shared.ISession;
10:19:59 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10:19:59 The import org.eclipse.scout.rt.shared.ISession is never used
10:19:59 [WARNING]: /tmp/genie.scout/CoreScoutTestingUtils-projectDir9089794949417450022/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[7] 
10:19:59 	import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService;
10:19:59 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10:19:59 The import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService is never used
10:19:59 2 problems (2 warnings)
10:20:05 [WARNING]: /tmp/genie.scout/CoreScoutTestingUtils-projectDir9089794949417450022/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/provider/multifile/ErrorResponse.java:[15] 
10:20:05 	public class ErrorResponse
10:20:05 	             ^^^^^^^^^^^^^
10:20:05 The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long
10:20:05 2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:20:05 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]
10:20:05 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]
10:20:05 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]
10:20:05 6. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
10:20:05 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]
10:20:05 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]
10:20:05 9. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:20:05 10. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:20:05 10 problems (10 warnings)
10:20:09 [WARNING]: /tmp/genie.scout/CoreScoutTestingUtils-projectDir9089794949417450022/artifact/artifact.client/src/main/java/group/artifact/client/ClientSession.java:[4] 
10:20:09 	import org.eclipse.scout.rt.client.IClientSession;
10:20:09 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10:20:09 The import org.eclipse.scout.rt.client.IClientSession is never used
10:20:09 1 problem (1 warning)
10:20:09 [WARNING]: /tmp/genie.scout/CoreScoutTestingUtils-projectDir9089794949417450022/artifact/artifact.client/src/test/java/group/artifact/client/helloworld/HelloWorldFormTest.java:[15] 
10:20:09 	import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField;
10:20:09 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10:20:09 The import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField is never used
10:20:09 1 problem (1 warning)
10:20:13 Output of embedded Maven call:
10:20:13 MVN-BEGIN
10:20:13 Apache Maven 3.3.3 (7994120775791599e205a5524ec3e0dfe41d4a06; 2015-04-22T07:57:37-04:00)
10:20:13 Maven home: <unknown maven home>
10:20:13 Java version: 1.8.0_162, vendor: Oracle Corporation
10:20:13 Java home: /opt/public/common/java/oracle/jdk1.8.0_162_x64/jre
10:20:13 Default locale: en_US, platform encoding: UTF-8
10:20:13 OS name: "linux", version: "3.12.62-60.64.8-default", arch: "amd64", family: "unix"
10:20:13 Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.scout
10:20:13 parsing WSDL...
10:20:13 
10:20:13 
10:20:13 
10:20:13 Generating code...
10:20:13 
10:20:13 test/provider/multifile/ErrorResponse.java
10:20:13 test/provider/multifile/IScoutQueryInterface2PortType.java
10:20:13 test/provider/multifile/ScoutQueryService.java
10:20:13 org/eclipse/schema/common/ObjectFactory.java
10:20:13 org/eclipse/schema/common/ReturnDetailType.java
10:20:13 org/eclipse/schema/common/package-info.java
10:20:13 org/eclipse/scout/webservices/scout/ContextDetailType.java
10:20:13 org/eclipse/scout/webservices/scout/ContextType.java
10:20:13 org/eclipse/scout/webservices/scout/ErrorMessage.java
10:20:13 org/eclipse/scout/webservices/scout/ObjectFactory.java
10:20:13 org/eclipse/scout/webservices/scout/Operation01TypeResponse.java
10:20:13 org/eclipse/scout/webservices/scout/Operation02TypeResponse.java
10:20:13 org/eclipse/scout/webservices/scout/ValutaPartType.java
10:20:13 org/eclipse/scout/webservices/scout/WhateverType.java
10:20:13 org/eclipse/scout/webservices/scout/package-info.java
10:20:13 [INFO] Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:20:13 [INFO] 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]
10:20:13 [INFO] 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]
10:20:13 [INFO] 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]
10:20:13 [INFO] Annotation processing: Generate AuthHandler [authHandler=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
10:20:13 [INFO] Annotation processing: Generate handler chain XML-file [file=ScoutQueryInterface2WebServiceEntryPoint_handler-chain.xml, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
10:20:13 [INFO] Annotation processing: Entry point successfully generated. [entryPoint=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType, entryPointDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition] [processor=JaxWsAnnotationProcessor]
10:20:13 [INFO] Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:20:13 [INFO] Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:20:13 
10:20:13 -------------------------------------------------------
10:20:13  T E S T S
10:20:13 -------------------------------------------------------
10:20:13 Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.scout
10:20:13 Running group.artifact.server.helloworld.HelloWorldServiceTest
10:20:13 2018-02-13 10:20:08,182 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
10:20:13 2018-02-13 10:20:08,297 INFO  [Thread-1] org.eclipse.scout.rt.platform.inventory.ClassInventory - Finished preparation of jandex class inventory in 101.022978 ms - MDC[]
10:20:13 2018-02-13 10:20:08,714 INFO  [Thread-1] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener - registered logger support [org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport] - MDC[]
10:20:13 2018-02-13 10:20:08,718 INFO  [Thread-1] org.eclipse.scout.rt.server.jaxws.JaxWsPlatformListener - JAX-WS implementor specific class installed: org.eclipse.scout.rt.server.jaxws.implementor.JaxWsRISpecifics - MDC[]
10:20:13 2018-02-13 10:20:08,720 INFO  [Thread-1] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator - 0 code type classes registered. - MDC[]
10:20:13 2018-02-13 10:20:08,753 INFO  [Thread-1] org.eclipse.scout.rt.server.jaxws.JaxWsPlatformListener - JAX-WS implementor: JAX-WS RI 2.2.9-b130926.1035 svn-revision#5f6196f2b90e9460065a4c2f4e30e065b245e51e (http://jax-ws.java.net, Oracle Corporation, bundled with JRE) - MDC[]
10:20:13 2018-02-13 10:20:08,893 INFO  [main] group.artifact.server.ServerSession - created a new session for test_subject - MDC[principal=test_subject]
10:20:13 2018-02-13 10:20:08,894 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession - Server session started [session=group.artifact.server.ServerSession@2fb5fe30[id = edc5408a-6674-4c9c-9bb6-e6c4bba3a847], user=test_subject] - MDC[principal=test_subject]
10:20:13 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.241 sec - in group.artifact.server.helloworld.HelloWorldServiceTest
10:20:13 
10:20:13 Results :
10:20:13 
10:20:13 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
10:20:13 
10:20:13 
10:20:13 -------------------------------------------------------
10:20:13  T E S T S
10:20:13 -------------------------------------------------------
10:20:13 Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.scout
10:20:13 Running group.artifact.client.helloworld.HelloWorldFormTest
10:20:13 2018-02-13 10:20:11,089 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
10:20:13 2018-02-13 10:20:11,251 INFO  [Thread-1] org.eclipse.scout.rt.platform.inventory.ClassInventory - Finished preparation of jandex class inventory in 148.745973 ms - MDC[]
10:20:13 2018-02-13 10:20:11,653 INFO  [Thread-1] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener - registered logger support [org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport] - MDC[]
10:20:13 2018-02-13 10:20:11,655 INFO  [Thread-1] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator - 0 code type classes registered. - MDC[]
10:20:13 2018-02-13 10:20:11,657 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - No config.properties found. Running with empty configuration. - MDC[]
10:20:13 2018-02-13 10:20:11,929 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@120a5b64[id = 406b5f9d-b121-410d-b0bd-e3e327905987], user=genie.scout] - MDC[principal=anonymous, jobName=Starting ClientSession [sessionId=406b5f9d-b121-410d-b0bd-e3e327905987]]
10:20:13 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.81 sec - in group.artifact.client.helloworld.HelloWorldFormTest
10:20:13 
10:20:13 Results :
10:20:13 
10:20:13 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
10:20:13 
10:20:13 
10:20:13 MVN-END
10:20:21 [WARNING]: /tmp/genie.scout/CoreScoutTestingUtils-projectDir9089794949417450022/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[5] 
10:20:21 	import org.eclipse.scout.rt.shared.ISession;
10:20:21 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10:20:21 The import org.eclipse.scout.rt.shared.ISession is never used
10:20:21 [WARNING]: /tmp/genie.scout/CoreScoutTestingUtils-projectDir9089794949417450022/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[7] 
10:20:21 	import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService;
10:20:21 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10:20:21 The import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService is never used
10:20:21 2 problems (2 warnings)
10:20:27 [WARNING]: /tmp/genie.scout/CoreScoutTestingUtils-projectDir9089794949417450022/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/provider/newMultiFile/ErrorResponse.java:[15] 
10:20:27 	public class ErrorResponse
10:20:27 	             ^^^^^^^^^^^^^
10:20:27 The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long
10:20:27 2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:20:27 3. WARNING: Annotation processing: Generate entry point for endpoint interface 'test.provider.newMultiFile.IChangedPortType' [entryPoint=entry.point.changedpackage.ChangedEntryPointName, wsdl:portType=scoutQueryInterface2, wsdl:service=scoutQuery, wsdl:port=scoutQueryPort] [processor=JaxWsAnnotationProcessor]
10:20:27 4. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.WsProviderCorrelationIdHandler, handlerDelegate=entry.point.changedpackage.ChangedEntryPointName_WsProviderCorrelationIdHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.newMultiFile.IChangedPortType] [processor=JaxWsAnnotationProcessor]
10:20:27 5. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.LogHandler, handlerDelegate=entry.point.changedpackage.ChangedEntryPointName_LogHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.newMultiFile.IChangedPortType] [processor=JaxWsAnnotationProcessor]
10:20:27 6. WARNING: Annotation processing: Generate AuthHandler [authHandler=entry.point.changedpackage.ChangedEntryPointName_AuthHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.newMultiFile.IChangedPortType] [processor=JaxWsAnnotationProcessor]
10:20:27 7. WARNING: Annotation processing: Generate handler chain XML-file [file=ChangedEntryPointName_handler-chain.xml, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.newMultiFile.IChangedPortType] [processor=JaxWsAnnotationProcessor]
10:20:27 8. WARNING: Annotation processing: Entry point successfully generated. [entryPoint=entry.point.changedpackage.ChangedEntryPointName, endpointInterface=test.provider.newMultiFile.IChangedPortType, entryPointDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition] [processor=JaxWsAnnotationProcessor]
10:20:27 9. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:20:27 10. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:20:27 10 problems (10 warnings)
10:20:31 [WARNING]: /tmp/genie.scout/CoreScoutTestingUtils-projectDir9089794949417450022/artifact/artifact.client/src/main/java/group/artifact/client/ClientSession.java:[4] 
10:20:31 	import org.eclipse.scout.rt.client.IClientSession;
10:20:31 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10:20:31 The import org.eclipse.scout.rt.client.IClientSession is never used
10:20:31 1 problem (1 warning)
10:20:31 [WARNING]: /tmp/genie.scout/CoreScoutTestingUtils-projectDir9089794949417450022/artifact/artifact.client/src/test/java/group/artifact/client/helloworld/HelloWorldFormTest.java:[15] 
10:20:31 	import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField;
10:20:31 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10:20:31 The import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField is never used
10:20:31 1 problem (1 warning)
10:20:34 Output of embedded Maven call:
10:20:34 MVN-BEGIN
10:20:34 Apache Maven 3.3.3 (7994120775791599e205a5524ec3e0dfe41d4a06; 2015-04-22T07:57:37-04:00)
10:20:34 Maven home: <unknown maven home>
10:20:34 Java version: 1.8.0_162, vendor: Oracle Corporation
10:20:34 Java home: /opt/public/common/java/oracle/jdk1.8.0_162_x64/jre
10:20:34 Default locale: en_US, platform encoding: UTF-8
10:20:34 OS name: "linux", version: "3.12.62-60.64.8-default", arch: "amd64", family: "unix"
10:20:34 Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.scout
10:20:34 parsing WSDL...
10:20:34 
10:20:34 
10:20:34 
10:20:34 Generating code...
10:20:34 
10:20:34 test/provider/newMultiFile/ChangedNameService.java
10:20:34 test/provider/newMultiFile/ErrorResponse.java
10:20:34 test/provider/newMultiFile/IChangedPortType.java
10:20:34 org/eclipse/schema/common/ObjectFactory.java
10:20:34 org/eclipse/schema/common/ReturnDetailType.java
10:20:34 org/eclipse/schema/common/package-info.java
10:20:34 org/eclipse/scout/webservices/scout/ContextDetailType.java
10:20:34 org/eclipse/scout/webservices/scout/ContextType.java
10:20:34 org/eclipse/scout/webservices/scout/ErrorMessage.java
10:20:34 org/eclipse/scout/webservices/scout/ObjectFactory.java
10:20:34 org/eclipse/scout/webservices/scout/Operation01TypeResponse.java
10:20:34 org/eclipse/scout/webservices/scout/Operation02TypeResponse.java
10:20:34 org/eclipse/scout/webservices/scout/ValutaPartType.java
10:20:34 org/eclipse/scout/webservices/scout/WhateverType.java
10:20:34 org/eclipse/scout/webservices/scout/package-info.java
10:20:34 [INFO] Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:20:34 [INFO] Annotation processing: Generate entry point for endpoint interface 'test.provider.newMultiFile.IChangedPortType' [entryPoint=entry.point.changedpackage.ChangedEntryPointName, wsdl:portType=scoutQueryInterface2, wsdl:service=scoutQuery, wsdl:port=scoutQueryPort] [processor=JaxWsAnnotationProcessor]
10:20:34 [INFO] Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.WsProviderCorrelationIdHandler, handlerDelegate=entry.point.changedpackage.ChangedEntryPointName_WsProviderCorrelationIdHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.newMultiFile.IChangedPortType] [processor=JaxWsAnnotationProcessor]
10:20:34 [INFO] Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.LogHandler, handlerDelegate=entry.point.changedpackage.ChangedEntryPointName_LogHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.newMultiFile.IChangedPortType] [processor=JaxWsAnnotationProcessor]
10:20:34 [INFO] Annotation processing: Generate AuthHandler [authHandler=entry.point.changedpackage.ChangedEntryPointName_AuthHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.newMultiFile.IChangedPortType] [processor=JaxWsAnnotationProcessor]
10:20:34 [INFO] Annotation processing: Generate handler chain XML-file [file=ChangedEntryPointName_handler-chain.xml, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.newMultiFile.IChangedPortType] [processor=JaxWsAnnotationProcessor]
10:20:34 [INFO] Annotation processing: Entry point successfully generated. [entryPoint=entry.point.changedpackage.ChangedEntryPointName, endpointInterface=test.provider.newMultiFile.IChangedPortType, entryPointDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition] [processor=JaxWsAnnotationProcessor]
10:20:34 [INFO] Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:20:34 [INFO] Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:20:34 
10:20:34 -------------------------------------------------------
10:20:34  T E S T S
10:20:34 -------------------------------------------------------
10:20:34 Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.scout
10:20:34 Running group.artifact.server.helloworld.HelloWorldServiceTest
10:20:34 2018-02-13 10:20:29,641 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
10:20:34 2018-02-13 10:20:29,821 INFO  [Thread-1] org.eclipse.scout.rt.platform.inventory.ClassInventory - Finished preparation of jandex class inventory in 161.638149 ms - MDC[]
10:20:34 2018-02-13 10:20:30,241 INFO  [Thread-1] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener - registered logger support [org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport] - MDC[]
10:20:34 2018-02-13 10:20:30,245 INFO  [Thread-1] org.eclipse.scout.rt.server.jaxws.JaxWsPlatformListener - JAX-WS implementor specific class installed: org.eclipse.scout.rt.server.jaxws.implementor.JaxWsRISpecifics - MDC[]
10:20:34 2018-02-13 10:20:30,247 INFO  [Thread-1] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator - 0 code type classes registered. - MDC[]
10:20:34 2018-02-13 10:20:30,291 INFO  [Thread-1] org.eclipse.scout.rt.server.jaxws.JaxWsPlatformListener - JAX-WS implementor: JAX-WS RI 2.2.9-b130926.1035 svn-revision#5f6196f2b90e9460065a4c2f4e30e065b245e51e (http://jax-ws.java.net, Oracle Corporation, bundled with JRE) - MDC[]
10:20:34 2018-02-13 10:20:30,422 INFO  [main] group.artifact.server.ServerSession - created a new session for test_subject - MDC[principal=test_subject]
10:20:34 2018-02-13 10:20:30,423 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession - Server session started [session=group.artifact.server.ServerSession@2fb5fe30[id = 21ddabb4-214f-4c6d-9282-96d339fccf15], user=test_subject] - MDC[principal=test_subject]
10:20:34 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.393 sec - in group.artifact.server.helloworld.HelloWorldServiceTest
10:20:34 
10:20:34 Results :
10:20:34 
10:20:34 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
10:20:34 
10:20:34 
10:20:34 -------------------------------------------------------
10:20:34  T E S T S
10:20:34 -------------------------------------------------------
10:20:34 Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.scout
10:20:34 Running group.artifact.client.helloworld.HelloWorldFormTest
10:20:34 2018-02-13 10:20:32,676 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
10:20:34 2018-02-13 10:20:32,866 INFO  [Thread-1] org.eclipse.scout.rt.platform.inventory.ClassInventory - Finished preparation of jandex class inventory in 173.208479 ms - MDC[]
10:20:34 2018-02-13 10:20:33,272 INFO  [Thread-1] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener - registered logger support [org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport] - MDC[]
10:20:34 2018-02-13 10:20:33,274 INFO  [Thread-1] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator - 0 code type classes registered. - MDC[]
10:20:34 2018-02-13 10:20:33,276 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - No config.properties found. Running with empty configuration. - MDC[]
10:20:34 2018-02-13 10:20:33,556 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@7cb320f1[id = a48ef3e0-dec3-4c3f-9623-7866ac27fc6a], user=genie.scout] - MDC[principal=anonymous, jobName=Starting ClientSession [sessionId=a48ef3e0-dec3-4c3f-9623-7866ac27fc6a]]
10:20:34 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.865 sec - in group.artifact.client.helloworld.HelloWorldFormTest
10:20:34 
10:20:34 Results :
10:20:34 
10:20:34 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
10:20:34 
10:20:34 
10:20:34 MVN-END
10:20:38 [WARNING]: Don't override file /tmp/genie.scout/CoreScoutTestingUtils-projectDir1205004160804191468/artifact/artifact/pom.xml
10:20:38 Output of embedded Maven call:
10:20:38 MVN-BEGIN
10:20:38 
10:20:38 MVN-END
10:20:42 [WARNING]: CP Don't override file /tmp/genie.scout/jaxws-module-tmp7105400054992109290/artifact.server.jaxws/src/main/resources/META-INF/scout.xml
10:20:42 Output of embedded Maven call:
10:20:42 MVN-BEGIN
10:20:42 
10:20:42 MVN-END
10:20:52 [WARNING]: /tmp/genie.scout/CoreScoutTestingUtils-projectDir1205004160804191468/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/consumer/multifile/ErrorResponse.java:[15] 
10:20:52 	public class ErrorResponse
10:20:52 	             ^^^^^^^^^^^^^
10:20:52 The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long
10:20:52 2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:20:52 3. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multifile.IScoutQueryInterface2PortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
10:20:52 4. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:20:52 4 problems (4 warnings)
10:20:52 Output of embedded Maven call:
10:20:52 MVN-BEGIN
10:20:52 Apache Maven 3.3.3 (7994120775791599e205a5524ec3e0dfe41d4a06; 2015-04-22T07:57:37-04:00)
10:20:52 Maven home: <unknown maven home>
10:20:52 Java version: 1.8.0_162, vendor: Oracle Corporation
10:20:52 Java home: /opt/public/common/java/oracle/jdk1.8.0_162_x64/jre
10:20:52 Default locale: en_US, platform encoding: UTF-8
10:20:52 OS name: "linux", version: "3.12.62-60.64.8-default", arch: "amd64", family: "unix"
10:20:52 Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.scout
10:20:52 parsing WSDL...
10:20:52 
10:20:52 
10:20:52 
10:20:52 Generating code...
10:20:52 
10:20:52 test/consumer/multifile/ErrorResponse.java
10:20:52 test/consumer/multifile/IScoutQueryInterface2PortType.java
10:20:52 test/consumer/multifile/ScoutQueryService.java
10:20:52 org/eclipse/schema/common/ObjectFactory.java
10:20:52 org/eclipse/schema/common/ReturnDetailType.java
10:20:52 org/eclipse/schema/common/package-info.java
10:20:52 org/eclipse/scout/webservices/scout/ContextDetailType.java
10:20:52 org/eclipse/scout/webservices/scout/ContextType.java
10:20:52 org/eclipse/scout/webservices/scout/ErrorMessage.java
10:20:52 org/eclipse/scout/webservices/scout/ObjectFactory.java
10:20:52 org/eclipse/scout/webservices/scout/Operation01TypeResponse.java
10:20:52 org/eclipse/scout/webservices/scout/Operation02TypeResponse.java
10:20:52 org/eclipse/scout/webservices/scout/ValutaPartType.java
10:20:52 org/eclipse/scout/webservices/scout/WhateverType.java
10:20:52 org/eclipse/scout/webservices/scout/package-info.java
10:20:52 [INFO] Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:20:52 [INFO] Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multifile.IScoutQueryInterface2PortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
10:20:52 [INFO] Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:20:52 
10:20:52 MVN-END
10:20:59 [WARNING]: /tmp/genie.scout/CoreScoutTestingUtils-projectDir1205004160804191468/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[5] 
10:20:59 	import org.eclipse.scout.rt.shared.ISession;
10:20:59 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10:20:59 The import org.eclipse.scout.rt.shared.ISession is never used
10:20:59 [WARNING]: /tmp/genie.scout/CoreScoutTestingUtils-projectDir1205004160804191468/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[7] 
10:20:59 	import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService;
10:20:59 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10:20:59 The import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService is never used
10:20:59 2 problems (2 warnings)
10:21:04 [WARNING]: /tmp/genie.scout/CoreScoutTestingUtils-projectDir1205004160804191468/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/consumer/multifile/ErrorResponse.java:[15] 
10:21:04 	public class ErrorResponse
10:21:04 	             ^^^^^^^^^^^^^
10:21:04 The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long
10:21:04 2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:21:04 3. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multifile.IScoutQueryInterface2PortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
10:21:04 4. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:21:04 4 problems (4 warnings)
10:21:07 [WARNING]: /tmp/genie.scout/CoreScoutTestingUtils-projectDir1205004160804191468/artifact/artifact.client/src/main/java/group/artifact/client/ClientSession.java:[4] 
10:21:07 	import org.eclipse.scout.rt.client.IClientSession;
10:21:07 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10:21:07 The import org.eclipse.scout.rt.client.IClientSession is never used
10:21:07 1 problem (1 warning)
10:21:08 [WARNING]: /tmp/genie.scout/CoreScoutTestingUtils-projectDir1205004160804191468/artifact/artifact.client/src/test/java/group/artifact/client/helloworld/HelloWorldFormTest.java:[15] 
10:21:08 	import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField;
10:21:08 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10:21:08 The import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField is never used
10:21:08 1 problem (1 warning)
10:21:12 Output of embedded Maven call:
10:21:12 MVN-BEGIN
10:21:12 Apache Maven 3.3.3 (7994120775791599e205a5524ec3e0dfe41d4a06; 2015-04-22T07:57:37-04:00)
10:21:12 Maven home: <unknown maven home>
10:21:12 Java version: 1.8.0_162, vendor: Oracle Corporation
10:21:12 Java home: /opt/public/common/java/oracle/jdk1.8.0_162_x64/jre
10:21:12 Default locale: en_US, platform encoding: UTF-8
10:21:12 OS name: "linux", version: "3.12.62-60.64.8-default", arch: "amd64", family: "unix"
10:21:12 Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.scout
10:21:12 parsing WSDL...
10:21:12 
10:21:12 
10:21:12 
10:21:12 Generating code...
10:21:12 
10:21:12 test/consumer/multifile/ErrorResponse.java
10:21:12 test/consumer/multifile/IScoutQueryInterface2PortType.java
10:21:12 test/consumer/multifile/ScoutQueryService.java
10:21:12 org/eclipse/schema/common/ObjectFactory.java
10:21:12 org/eclipse/schema/common/ReturnDetailType.java
10:21:12 org/eclipse/schema/common/package-info.java
10:21:12 org/eclipse/scout/webservices/scout/ContextDetailType.java
10:21:12 org/eclipse/scout/webservices/scout/ContextType.java
10:21:12 org/eclipse/scout/webservices/scout/ErrorMessage.java
10:21:12 org/eclipse/scout/webservices/scout/ObjectFactory.java
10:21:12 org/eclipse/scout/webservices/scout/Operation01TypeResponse.java
10:21:12 org/eclipse/scout/webservices/scout/Operation02TypeResponse.java
10:21:12 org/eclipse/scout/webservices/scout/ValutaPartType.java
10:21:12 org/eclipse/scout/webservices/scout/WhateverType.java
10:21:12 org/eclipse/scout/webservices/scout/package-info.java
10:21:12 [INFO] Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:21:12 [INFO] Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multifile.IScoutQueryInterface2PortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
10:21:12 [INFO] Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:21:12 
10:21:12 -------------------------------------------------------
10:21:12  T E S T S
10:21:12 -------------------------------------------------------
10:21:12 Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.scout
10:21:12 Running group.artifact.server.helloworld.HelloWorldServiceTest
10:21:12 2018-02-13 10:21:06,557 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
10:21:12 2018-02-13 10:21:06,681 INFO  [Thread-1] org.eclipse.scout.rt.platform.inventory.ClassInventory - Finished preparation of jandex class inventory in 109.113771 ms - MDC[]
10:21:12 2018-02-13 10:21:07,139 INFO  [Thread-1] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener - registered logger support [org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport] - MDC[]
10:21:12 2018-02-13 10:21:07,144 INFO  [Thread-1] org.eclipse.scout.rt.server.jaxws.JaxWsPlatformListener - JAX-WS implementor specific class installed: org.eclipse.scout.rt.server.jaxws.implementor.JaxWsRISpecifics - MDC[]
10:21:12 2018-02-13 10:21:07,146 INFO  [Thread-1] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator - 0 code type classes registered. - MDC[]
10:21:12 2018-02-13 10:21:07,178 INFO  [Thread-1] org.eclipse.scout.rt.server.jaxws.JaxWsPlatformListener - JAX-WS implementor: JAX-WS RI 2.2.9-b130926.1035 svn-revision#5f6196f2b90e9460065a4c2f4e30e065b245e51e (http://jax-ws.java.net, Oracle Corporation, bundled with JRE) - MDC[]
10:21:12 2018-02-13 10:21:07,353 INFO  [main] group.artifact.server.ServerSession - created a new session for test_subject - MDC[principal=test_subject]
10:21:12 2018-02-13 10:21:07,353 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession - Server session started [session=group.artifact.server.ServerSession@194152cf[id = abeed7b9-3aca-4d15-9e11-50f39a8cac90], user=test_subject] - MDC[principal=test_subject]
10:21:12 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.348 sec - in group.artifact.server.helloworld.HelloWorldServiceTest
10:21:12 
10:21:12 Results :
10:21:12 
10:21:12 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
10:21:12 
10:21:12 
10:21:12 -------------------------------------------------------
10:21:12  T E S T S
10:21:12 -------------------------------------------------------
10:21:12 Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.scout
10:21:12 Running group.artifact.client.helloworld.HelloWorldFormTest
10:21:12 2018-02-13 10:21:10,084 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
10:21:12 2018-02-13 10:21:10,235 INFO  [Thread-1] org.eclipse.scout.rt.platform.inventory.ClassInventory - Finished preparation of jandex class inventory in 138.059820 ms - MDC[]
10:21:12 2018-02-13 10:21:10,612 INFO  [Thread-1] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener - registered logger support [org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport] - MDC[]
10:21:12 2018-02-13 10:21:10,614 INFO  [Thread-1] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator - 0 code type classes registered. - MDC[]
10:21:12 2018-02-13 10:21:10,616 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - No config.properties found. Running with empty configuration. - MDC[]
10:21:12 2018-02-13 10:21:11,000 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@2a4c3a83[id = 863a730c-47ef-45dd-9015-d014958dd75c], user=genie.scout] - MDC[principal=anonymous, jobName=Starting ClientSession [sessionId=863a730c-47ef-45dd-9015-d014958dd75c]]
10:21:12 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.104 sec - in group.artifact.client.helloworld.HelloWorldFormTest
10:21:12 
10:21:12 Results :
10:21:12 
10:21:12 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
10:21:12 
10:21:12 
10:21:12 MVN-END
10:21:19 [WARNING]: /tmp/genie.scout/CoreScoutTestingUtils-projectDir1205004160804191468/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[5] 
10:21:19 	import org.eclipse.scout.rt.shared.ISession;
10:21:19 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10:21:19 The import org.eclipse.scout.rt.shared.ISession is never used
10:21:19 [WARNING]: /tmp/genie.scout/CoreScoutTestingUtils-projectDir1205004160804191468/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[7] 
10:21:19 	import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService;
10:21:19 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10:21:19 The import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService is never used
10:21:19 2 problems (2 warnings)
10:21:24 [WARNING]: /tmp/genie.scout/CoreScoutTestingUtils-projectDir1205004160804191468/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/consumer/newMultiFile/ErrorResponse.java:[15] 
10:21:24 	public class ErrorResponse
10:21:24 	             ^^^^^^^^^^^^^
10:21:24 The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long
10:21:24 2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:21:24 3. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.newMultiFile.IChangedPortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
10:21:24 4. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:21:24 4 problems (4 warnings)
10:21:29 [WARNING]: /tmp/genie.scout/CoreScoutTestingUtils-projectDir1205004160804191468/artifact/artifact.client/src/main/java/group/artifact/client/ClientSession.java:[4] 
10:21:29 	import org.eclipse.scout.rt.client.IClientSession;
10:21:29 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10:21:29 The import org.eclipse.scout.rt.client.IClientSession is never used
10:21:29 1 problem (1 warning)
10:21:29 [WARNING]: /tmp/genie.scout/CoreScoutTestingUtils-projectDir1205004160804191468/artifact/artifact.client/src/test/java/group/artifact/client/helloworld/HelloWorldFormTest.java:[15] 
10:21:29 	import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField;
10:21:29 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10:21:29 The import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField is never used
10:21:29 1 problem (1 warning)
10:21:34 Output of embedded Maven call:
10:21:34 MVN-BEGIN
10:21:34 Apache Maven 3.3.3 (7994120775791599e205a5524ec3e0dfe41d4a06; 2015-04-22T07:57:37-04:00)
10:21:34 Maven home: <unknown maven home>
10:21:34 Java version: 1.8.0_162, vendor: Oracle Corporation
10:21:34 Java home: /opt/public/common/java/oracle/jdk1.8.0_162_x64/jre
10:21:34 Default locale: en_US, platform encoding: UTF-8
10:21:34 OS name: "linux", version: "3.12.62-60.64.8-default", arch: "amd64", family: "unix"
10:21:34 Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.scout
10:21:34 parsing WSDL...
10:21:34 
10:21:34 
10:21:34 
10:21:34 Generating code...
10:21:34 
10:21:34 test/consumer/newMultiFile/ChangedNameService.java
10:21:34 test/consumer/newMultiFile/ErrorResponse.java
10:21:34 test/consumer/newMultiFile/IChangedPortType.java
10:21:34 org/eclipse/schema/common/ObjectFactory.java
10:21:34 org/eclipse/schema/common/ReturnDetailType.java
10:21:34 org/eclipse/schema/common/package-info.java
10:21:34 org/eclipse/scout/webservices/scout/ContextDetailType.java
10:21:34 org/eclipse/scout/webservices/scout/ContextType.java
10:21:34 org/eclipse/scout/webservices/scout/ErrorMessage.java
10:21:34 org/eclipse/scout/webservices/scout/ObjectFactory.java
10:21:34 org/eclipse/scout/webservices/scout/Operation01TypeResponse.java
10:21:34 org/eclipse/scout/webservices/scout/Operation02TypeResponse.java
10:21:34 org/eclipse/scout/webservices/scout/ValutaPartType.java
10:21:34 org/eclipse/scout/webservices/scout/WhateverType.java
10:21:34 org/eclipse/scout/webservices/scout/package-info.java
10:21:34 [INFO] Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:21:34 [INFO] Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.newMultiFile.IChangedPortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
10:21:34 [INFO] Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10:21:34 
10:21:34 -------------------------------------------------------
10:21:34  T E S T S
10:21:34 -------------------------------------------------------
10:21:34 Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.scout
10:21:34 Running group.artifact.server.helloworld.HelloWorldServiceTest
10:21:34 2018-02-13 10:21:27,405 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
10:21:34 2018-02-13 10:21:27,581 INFO  [Thread-1] org.eclipse.scout.rt.platform.inventory.ClassInventory - Finished preparation of jandex class inventory in 156.668367 ms - MDC[]
10:21:34 2018-02-13 10:21:28,126 INFO  [Thread-1] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener - registered logger support [org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport] - MDC[]
10:21:34 2018-02-13 10:21:28,132 INFO  [Thread-1] org.eclipse.scout.rt.server.jaxws.JaxWsPlatformListener - JAX-WS implementor specific class installed: org.eclipse.scout.rt.server.jaxws.implementor.JaxWsRISpecifics - MDC[]
10:21:34 2018-02-13 10:21:28,135 INFO  [Thread-1] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator - 0 code type classes registered. - MDC[]
10:21:34 2018-02-13 10:21:28,178 INFO  [Thread-1] org.eclipse.scout.rt.server.jaxws.JaxWsPlatformListener - JAX-WS implementor: JAX-WS RI 2.2.9-b130926.1035 svn-revision#5f6196f2b90e9460065a4c2f4e30e065b245e51e (http://jax-ws.java.net, Oracle Corporation, bundled with JRE) - MDC[]
10:21:34 2018-02-13 10:21:28,435 INFO  [main] group.artifact.server.ServerSession - created a new session for test_subject - MDC[principal=test_subject]
10:21:34 2018-02-13 10:21:28,436 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession - Server session started [session=group.artifact.server.ServerSession@194152cf[id = 11a23b7e-7c8c-40fa-8369-e33c4603c936], user=test_subject] - MDC[principal=test_subject]
10:21:34 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.673 sec - in group.artifact.server.helloworld.HelloWorldServiceTest
10:21:34 
10:21:34 Results :
10:21:34 
10:21:34 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
10:21:34 
10:21:34 
10:21:34 -------------------------------------------------------
10:21:34  T E S T S
10:21:34 -------------------------------------------------------
10:21:34 Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.scout
10:21:34 Running group.artifact.client.helloworld.HelloWorldFormTest
10:21:34 2018-02-13 10:21:31,726 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
10:21:34 2018-02-13 10:21:31,911 INFO  [Thread-1] org.eclipse.scout.rt.platform.inventory.ClassInventory - Finished preparation of jandex class inventory in 170.122623 ms - MDC[]
10:21:34 2018-02-13 10:21:32,353 INFO  [Thread-1] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener - registered logger support [org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport] - MDC[]
10:21:34 2018-02-13 10:21:32,355 INFO  [Thread-1] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator - 0 code type classes registered. - MDC[]
10:21:34 2018-02-13 10:21:32,357 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - No config.properties found. Running with empty configuration. - MDC[]
10:21:34 2018-02-13 10:21:32,644 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@2b1161ab[id = 51671800-72b1-49ad-8e6d-c2937ccc2625], user=genie.scout] - MDC[principal=anonymous, jobName=Starting ClientSession [sessionId=51671800-72b1-49ad-8e6d-c2937ccc2625]]
10:21:34 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.986 sec - in group.artifact.client.helloworld.HelloWorldFormTest
10:21:34 
10:21:34 Results :
10:21:34 
10:21:34 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
10:21:34 
10:21:34 
10:21:34 MVN-END
10:21:34 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 123.37 sec - in org.eclipse.scout.sdk.s2e.operation.jaxws.WebServiceUpdateOperationTest
10:21:34 Running org.eclipse.scout.sdk.s2e.operation.lookupcall.LookupCallNewOperationTest
10:21:39 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.465 sec - in org.eclipse.scout.sdk.s2e.operation.lookupcall.LookupCallNewOperationTest
10:21:39 Running org.eclipse.scout.sdk.s2e.operation.page.PageNewOperationTest
10:22:07 Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 27.889 sec - in org.eclipse.scout.sdk.s2e.operation.page.PageNewOperationTest
10:22:07 Running org.eclipse.scout.sdk.s2e.operation.permission.PermissionNewOperationTest
10:22:07 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.121 sec - in org.eclipse.scout.sdk.s2e.operation.permission.PermissionNewOperationTest
10:22:07 Running org.eclipse.scout.sdk.s2e.test.ApiTest
10:22:08 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec - in org.eclipse.scout.sdk.s2e.test.ApiTest
10:22:08 
10:22:08 Results :
10:22:08 
10:22:08 Tests run: 48, Failures: 0, Errors: 0, Skipped: 0
10:22:08 
10:22:08 [INFO] 
10:22:08 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.sdk.s2e.test ---
10:22:08 [INFO] Building jar: /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-6.0.300-SNAPSHOT.jar
10:22:08 [INFO] 
10:22:08 [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.s2e.test ---
10:22:08 [INFO] 
10:22:08 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.test ---
10:22:08 [INFO] Building jar: /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-6.0.300-SNAPSHOT-tests.jar
10:22:08 [INFO] 
10:22:08 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.test ---
10:22:08 [INFO] Building jar: /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-6.0.300-SNAPSHOT-test-sources.jar
10:22:08 [INFO] 
10:22:08 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.sdk.s2e.test ---
10:22:08 [INFO] Checking compile classpath
10:22:09 [INFO] Checking runtime classpath
10:22:09 [INFO] Checking test classpath
10:22:09 [INFO] 
10:22:09 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.s2e.test ---
10:22:09 [INFO] Checking unresolved references to org.kaazing.mojo.signature:java18:1.0
10:22:11 [INFO] 
10:22:11 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e.test ---
10:22:11 [INFO] Building jar: /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-6.0.300-SNAPSHOT-sources.jar
10:22:11 [INFO] 
10:22:11 [INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.scout.sdk.s2e.test ---
10:22:11 [INFO] Skipping artifact signing
10:22:11 [INFO] 
10:22:11 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e.test ---
10:22:11 [INFO] Installing /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-6.0.300-SNAPSHOT.jar to /home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.test/6.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.test-6.0.300-SNAPSHOT.jar
10:22:11 [INFO] Installing /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.s2e.test/pom.xml to /home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.test/6.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.test-6.0.300-SNAPSHOT.pom
10:22:11 [INFO] Installing /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-6.0.300-SNAPSHOT-tests.jar to /home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.test/6.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.test-6.0.300-SNAPSHOT-tests.jar
10:22:11 [INFO] Installing /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-6.0.300-SNAPSHOT-test-sources.jar to /home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.test/6.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.test-6.0.300-SNAPSHOT-test-sources.jar
10:22:11 [INFO] Installing /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-6.0.300-SNAPSHOT-sources.jar to /home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.test/6.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.test-6.0.300-SNAPSHOT-sources.jar
10:22:11 [INFO] 
10:22:11 [INFO] ------------------------------------------------------------------------
10:22:11 [INFO] Building org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.doc 6.0.300-SNAPSHOT
10:22:11 [INFO] ------------------------------------------------------------------------
10:22:11 [INFO] 
10:22:11 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.sdk.s2e.doc ---
10:22:11 [INFO] Deleting /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.s2e.doc/target
10:22:11 [INFO] 
10:22:11 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e.doc ---
10:22:11 [INFO] 
10:22:11 [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.sdk.s2e.doc ---
10:22:12 [INFO] 
10:22:12 [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.doc ---
10:22:12 [INFO] master_test_jacocoArgLine set to -javaagent:/home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/.repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.s2e.doc/../org.eclipse.scout.sdk/target/jacoco-all.exec
10:22:12 [INFO] 
10:22:12 [INFO] --- build-helper-maven-plugin:1.9.1:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.doc ---
10:22:12 [INFO] 
10:22:12 [INFO] --- build-helper-maven-plugin:1.9.1:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.doc ---
10:22:12 [INFO] 
10:22:12 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.sdk.s2e.doc ---
10:22:12 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:22:12 [INFO] Copying 63 resources
10:22:12 [INFO] 
10:22:12 [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.sdk.s2e.doc ---
10:22:12 [INFO] Changes detected - recompiling the module!
10:22:12 [INFO] Compiling 1 source file to /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.s2e.doc/target/classes
10:22:12 [INFO] 
10:22:12 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.doc ---
10:22:13 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:22:13 [INFO] skip non existing resourceDirectory /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.s2e.doc/src/test/resources
10:22:13 [INFO] 
10:22:13 [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.doc ---
10:22:13 [INFO] No sources to compile
10:22:13 [INFO] 
10:22:13 [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.sdk.s2e.doc ---
10:22:13 [INFO] No tests to run.
10:22:13 [INFO] 
10:22:13 [INFO] --- maven-bundle-plugin:2.5.3:bundle (default-bundle) @ org.eclipse.scout.sdk.s2e.doc ---
10:22:13 [INFO] 
10:22:13 [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.s2e.doc ---
10:22:13 [INFO] 
10:22:13 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.doc ---
10:22:13 [INFO] Skipping packaging of the test-jar
10:22:13 [INFO] 
10:22:13 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.doc ---
10:22:13 [INFO] No sources in project. Archive not created.
10:22:13 [INFO] 
10:22:13 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.sdk.s2e.doc ---
10:22:13 [INFO] Checking compile classpath
10:22:13 [INFO] Checking runtime classpath
10:22:13 [INFO] Checking test classpath
10:22:13 [INFO] 
10:22:13 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.s2e.doc ---
10:22:13 [INFO] Checking unresolved references to org.kaazing.mojo.signature:java18:1.0
10:22:13 [INFO] 
10:22:13 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e.doc ---
10:22:13 [INFO] Building jar: /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-6.0.300-SNAPSHOT-sources.jar
10:22:13 [INFO] 
10:22:13 [INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.scout.sdk.s2e.doc ---
10:22:13 [INFO] Skipping artifact signing
10:22:13 [INFO] 
10:22:13 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e.doc ---
10:22:13 [INFO] Installing /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-6.0.300-SNAPSHOT.jar to /home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.doc/6.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.doc-6.0.300-SNAPSHOT.jar
10:22:13 [INFO] Installing /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.s2e.doc/pom.xml to /home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.doc/6.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.doc-6.0.300-SNAPSHOT.pom
10:22:13 [INFO] Installing /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-6.0.300-SNAPSHOT-sources.jar to /home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.doc/6.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.doc-6.0.300-SNAPSHOT-sources.jar
10:22:13 [INFO] 
10:22:13 [INFO] --- maven-bundle-plugin:2.5.3:install (default-install) @ org.eclipse.scout.sdk.s2e.doc ---
10:22:13 [INFO] Local OBR update disabled (enable with -DobrRepository)
10:22:13 [INFO] 
10:22:13 [INFO] ------------------------------------------------------------------------
10:22:13 [INFO] Building org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.nls 6.0.300-SNAPSHOT
10:22:13 [INFO] ------------------------------------------------------------------------
10:22:13 [INFO] Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/sdk/deps/org.eclipse.ui.workbench.texteditor/maven-metadata.xml
10:22:13 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/scout/sdk/deps/org.eclipse.ui.workbench.texteditor/maven-metadata.xml
10:22:13 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/scout/sdk/deps/org.eclipse.ui.workbench.texteditor/maven-metadata.xml (464 B at 8.8 kB/s)
10:22:13 [INFO] Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/sdk/deps/org.eclipse.ui.forms/maven-metadata.xml
10:22:13 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/scout/sdk/deps/org.eclipse.ui.forms/maven-metadata.xml
10:22:13 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/scout/sdk/deps/org.eclipse.ui.forms/maven-metadata.xml (446 B at 11 kB/s)
10:22:13 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/scout/sdk/deps/org.eclipse.ui.views/maven-metadata.xml
10:22:13 [INFO] Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/sdk/deps/org.eclipse.ui.views/maven-metadata.xml
10:22:13 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/scout/sdk/deps/org.eclipse.ui.views/maven-metadata.xml (450 B at 20 kB/s)
10:22:14 [INFO] 
10:22:14 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.sdk.s2e.nls ---
10:22:14 [INFO] Deleting /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.s2e.nls/target
10:22:14 [INFO] 
10:22:14 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e.nls ---
10:22:14 [INFO] 
10:22:14 [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.sdk.s2e.nls ---
10:22:15 [INFO] 
10:22:15 [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.nls ---
10:22:15 [INFO] master_test_jacocoArgLine set to -javaagent:/home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/.repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.s2e.nls/../org.eclipse.scout.sdk/target/jacoco-all.exec
10:22:15 [INFO] 
10:22:15 [INFO] --- build-helper-maven-plugin:1.9.1:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.nls ---
10:22:15 [INFO] 
10:22:15 [INFO] --- build-helper-maven-plugin:1.9.1:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.nls ---
10:22:15 [INFO] 
10:22:15 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.sdk.s2e.nls ---
10:22:15 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:22:15 [INFO] skip non existing resourceDirectory /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.s2e.nls/src/main/resources
10:22:15 [INFO] Copying 18 resources
10:22:15 [INFO] 
10:22:15 [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.sdk.s2e.nls ---
10:22:15 [INFO] Changes detected - recompiling the module!
10:22:15 [INFO] Compiling 94 source files to /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.s2e.nls/target/classes
10:22:16 [INFO] 
10:22:16 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.nls ---
10:22:16 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:22:16 [INFO] skip non existing resourceDirectory /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.s2e.nls/src/test/resources
10:22:16 [INFO] 
10:22:16 [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.nls ---
10:22:16 [INFO] No sources to compile
10:22:16 [INFO] 
10:22:16 [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.sdk.s2e.nls ---
10:22:16 [INFO] No tests to run.
10:22:16 [INFO] 
10:22:16 [INFO] --- maven-bundle-plugin:2.5.3:bundle (default-bundle) @ org.eclipse.scout.sdk.s2e.nls ---
10:22:17 [INFO] 
10:22:17 [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.s2e.nls ---
10:22:17 [INFO] 
10:22:17 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.nls ---
10:22:17 [INFO] Skipping packaging of the test-jar
10:22:17 [INFO] 
10:22:17 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.nls ---
10:22:17 [INFO] No sources in project. Archive not created.
10:22:17 [INFO] 
10:22:17 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.sdk.s2e.nls ---
10:22:17 [INFO] Checking compile classpath
10:22:18 [INFO] Checking runtime classpath
10:22:18 [INFO] Checking test classpath
10:22:18 [INFO] 
10:22:18 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.s2e.nls ---
10:22:18 [INFO] Checking unresolved references to org.kaazing.mojo.signature:java18:1.0
10:22:21 [INFO] 
10:22:21 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e.nls ---
10:22:21 [INFO] Building jar: /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.s2e.nls/target/org.eclipse.scout.sdk.s2e.nls-6.0.300-SNAPSHOT-sources.jar
10:22:21 [INFO] 
10:22:21 [INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.scout.sdk.s2e.nls ---
10:22:21 [INFO] Skipping artifact signing
10:22:21 [INFO] 
10:22:21 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e.nls ---
10:22:21 [INFO] Installing /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.s2e.nls/target/org.eclipse.scout.sdk.s2e.nls-6.0.300-SNAPSHOT.jar to /home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.nls/6.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.nls-6.0.300-SNAPSHOT.jar
10:22:21 [INFO] Installing /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.s2e.nls/pom.xml to /home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.nls/6.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.nls-6.0.300-SNAPSHOT.pom
10:22:21 [INFO] Installing /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.s2e.nls/target/org.eclipse.scout.sdk.s2e.nls-6.0.300-SNAPSHOT-sources.jar to /home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.nls/6.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.nls-6.0.300-SNAPSHOT-sources.jar
10:22:21 [INFO] 
10:22:21 [INFO] --- maven-bundle-plugin:2.5.3:install (default-install) @ org.eclipse.scout.sdk.s2e.nls ---
10:22:21 [INFO] Local OBR update disabled (enable with -DobrRepository)
10:22:21 [INFO] 
10:22:21 [INFO] ------------------------------------------------------------------------
10:22:21 [INFO] Building org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.ui 6.0.300-SNAPSHOT
10:22:21 [INFO] ------------------------------------------------------------------------
10:22:21 [INFO] 
10:22:21 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.sdk.s2e.ui ---
10:22:21 [INFO] Deleting /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.s2e.ui/target
10:22:22 [INFO] 
10:22:22 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e.ui ---
10:22:22 [INFO] 
10:22:22 [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.sdk.s2e.ui ---
10:22:24 [INFO] 
10:22:24 [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.ui ---
10:22:24 [INFO] master_test_jacocoArgLine set to -javaagent:/home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/.repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.s2e.ui/../org.eclipse.scout.sdk/target/jacoco-all.exec
10:22:24 [INFO] 
10:22:24 [INFO] --- build-helper-maven-plugin:1.9.1:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.ui ---
10:22:24 [INFO] 
10:22:24 [INFO] --- build-helper-maven-plugin:1.9.1:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.ui ---
10:22:24 [INFO] 
10:22:24 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.sdk.s2e.ui ---
10:22:24 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:22:24 [INFO] skip non existing resourceDirectory /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.s2e.ui/src/main/resources
10:22:24 [INFO] Copying 41 resources
10:22:26 [INFO] 
10:22:26 [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.sdk.s2e.ui ---
10:22:26 [INFO] Changes detected - recompiling the module!
10:22:26 [INFO] Compiling 126 source files to /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.s2e.ui/target/classes
10:22:35 [INFO] 
10:22:35 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.ui ---
10:22:35 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:22:35 [INFO] skip non existing resourceDirectory /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.s2e.ui/src/test/resources
10:22:35 [INFO] 
10:22:35 [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.ui ---
10:22:35 [INFO] No sources to compile
10:22:35 [INFO] 
10:22:35 [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.sdk.s2e.ui ---
10:22:35 [INFO] No tests to run.
10:22:35 [INFO] 
10:22:35 [INFO] --- maven-bundle-plugin:2.5.3:bundle (default-bundle) @ org.eclipse.scout.sdk.s2e.ui ---
10:22:36 [INFO] 
10:22:36 [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.s2e.ui ---
10:22:36 [INFO] 
10:22:36 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.ui ---
10:22:36 [INFO] Skipping packaging of the test-jar
10:22:36 [INFO] 
10:22:36 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.ui ---
10:22:36 [INFO] No sources in project. Archive not created.
10:22:36 [INFO] 
10:22:36 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.sdk.s2e.ui ---
10:22:36 [INFO] Checking compile classpath
10:22:37 [INFO] Checking runtime classpath
10:22:37 [INFO] Checking test classpath
10:22:37 [INFO] 
10:22:37 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.s2e.ui ---
10:22:37 [INFO] Checking unresolved references to org.kaazing.mojo.signature:java18:1.0
10:22:44 [INFO] 
10:22:44 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e.ui ---
10:22:44 [INFO] Building jar: /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-6.0.300-SNAPSHOT-sources.jar
10:22:44 [INFO] 
10:22:44 [INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.scout.sdk.s2e.ui ---
10:22:44 [INFO] Skipping artifact signing
10:22:44 [INFO] 
10:22:44 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e.ui ---
10:22:44 [INFO] Installing /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-6.0.300-SNAPSHOT.jar to /home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.ui/6.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.ui-6.0.300-SNAPSHOT.jar
10:22:44 [INFO] Installing /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.s2e.ui/pom.xml to /home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.ui/6.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.ui-6.0.300-SNAPSHOT.pom
10:22:44 [INFO] Installing /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-6.0.300-SNAPSHOT-sources.jar to /home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.ui/6.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.ui-6.0.300-SNAPSHOT-sources.jar
10:22:44 [INFO] 
10:22:44 [INFO] --- maven-bundle-plugin:2.5.3:install (default-install) @ org.eclipse.scout.sdk.s2e.ui ---
10:22:44 [INFO] Local OBR update disabled (enable with -DobrRepository)
10:22:44 [INFO] 
10:22:44 [INFO] ------------------------------------------------------------------------
10:22:44 [INFO] Building org.eclipse.scout.sdk-settings 6.0.300-SNAPSHOT
10:22:44 [INFO] ------------------------------------------------------------------------
10:22:44 [INFO] 
10:22:44 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.sdk-settings ---
10:22:44 [INFO] Deleting /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk-settings/target
10:22:44 [INFO] 
10:22:44 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk-settings ---
10:22:44 [INFO] 
10:22:44 [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.sdk-settings ---
10:22:46 [INFO] 
10:22:46 [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.sdk-settings ---
10:22:46 [INFO] master_test_jacocoArgLine set to -javaagent:/home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/.repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk-settings/../org.eclipse.scout.sdk/target/jacoco-all.exec
10:22:46 [INFO] 
10:22:46 [INFO] --- build-helper-maven-plugin:1.9.1:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk-settings ---
10:22:46 [INFO] 
10:22:46 [INFO] --- build-helper-maven-plugin:1.9.1:regex-property (initialize-regex) @ org.eclipse.scout.sdk-settings ---
10:22:46 [INFO] 
10:22:46 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.sdk-settings ---
10:22:46 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:22:46 [INFO] Copying 7 resources
10:22:46 [INFO] 
10:22:46 [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.sdk-settings ---
10:22:46 [INFO] No sources to compile
10:22:46 [INFO] 
10:22:46 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.sdk-settings ---
10:22:46 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:22:46 [INFO] skip non existing resourceDirectory /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk-settings/src/test/resources
10:22:46 [INFO] 
10:22:46 [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.sdk-settings ---
10:22:46 [INFO] No sources to compile
10:22:46 [INFO] 
10:22:46 [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.sdk-settings ---
10:22:46 [INFO] No tests to run.
10:22:46 [INFO] 
10:22:46 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.sdk-settings ---
10:22:46 [INFO] Building jar: /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk-settings/target/org.eclipse.scout.sdk-settings-6.0.300-SNAPSHOT.jar
10:22:46 [INFO] 
10:22:46 [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk-settings ---
10:22:46 [INFO] 
10:22:46 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.sdk-settings ---
10:22:46 [INFO] Skipping packaging of the test-jar
10:22:46 [INFO] 
10:22:46 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk-settings ---
10:22:46 [INFO] No sources in project. Archive not created.
10:22:46 [INFO] 
10:22:46 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.sdk-settings ---
10:22:46 [INFO] Checking compile classpath
10:22:46 [INFO] Checking runtime classpath
10:22:46 [INFO] Checking test classpath
10:22:46 [INFO] 
10:22:46 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk-settings ---
10:22:46 [INFO] Checking unresolved references to org.kaazing.mojo.signature:java18:1.0
10:22:47 [INFO] 
10:22:47 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk-settings ---
10:22:47 [INFO] No sources in project. Archive not created.
10:22:47 [INFO] 
10:22:47 [INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.scout.sdk-settings ---
10:22:47 [INFO] Skipping artifact signing
10:22:47 [INFO] 
10:22:47 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk-settings ---
10:22:47 [INFO] Installing /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk-settings/target/org.eclipse.scout.sdk-settings-6.0.300-SNAPSHOT.jar to /home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-settings/6.0.300-SNAPSHOT/org.eclipse.scout.sdk-settings-6.0.300-SNAPSHOT.jar
10:22:47 [INFO] Installing /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk-settings/pom.xml to /home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-settings/6.0.300-SNAPSHOT/org.eclipse.scout.sdk-settings-6.0.300-SNAPSHOT.pom
10:22:47 [INFO] 
10:22:47 [INFO] ------------------------------------------------------------------------
10:22:47 [INFO] Building Eclipse Scout SDK 6.0.300-SNAPSHOT
10:22:47 [INFO] ------------------------------------------------------------------------
10:22:47 [INFO] 
10:22:47 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.scout.sdk-root ---
10:22:47 [INFO] 
10:22:47 [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.scout.sdk-root ---
10:22:47 [INFO] Installing /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/pom.xml to /home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-root/6.0.300-SNAPSHOT/org.eclipse.scout.sdk-root-6.0.300-SNAPSHOT.pom
10:22:47 [INFO] ------------------------------------------------------------------------
10:22:47 [INFO] Reactor Summary:
10:22:47 [INFO] 
10:22:47 [INFO] Scout Hello World Sample Application ............... SUCCESS [  9.725 s]
10:22:47 [INFO] Scout JaxWs Module ................................. SUCCESS [  1.233 s]
10:22:47 [INFO] Eclipse Scout SDK .................................. SUCCESS [  1.589 s]
10:22:47 [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core ... SUCCESS [ 10.856 s]
10:22:47 [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.test SUCCESS [ 10.924 s]
10:22:47 [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s . SUCCESS [  6.699 s]
10:22:47 [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s.test SUCCESS [01:28 min]
10:22:47 [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e  SUCCESS [ 11.376 s]
10:22:47 [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.test SUCCESS [07:15 min]
10:22:47 [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.doc SUCCESS [  2.182 s]
10:22:47 [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.nls SUCCESS [  8.037 s]
10:22:47 [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.ui SUCCESS [ 22.555 s]
10:22:47 [INFO] org.eclipse.scout.sdk-settings ..................... SUCCESS [  3.249 s]
10:22:47 [INFO] Eclipse Scout SDK .................................. SUCCESS [  0.191 s]
10:22:47 [INFO] ------------------------------------------------------------------------
10:22:47 [INFO] BUILD SUCCESS
10:22:47 [INFO] ------------------------------------------------------------------------
10:22:47 [INFO] Total time: 10:15 min
10:22:47 [INFO] Finished at: 2018-02-13T10:22:47-05:00
10:22:49 [INFO] Final Memory: 206M/1040M
10:22:49 [INFO] ------------------------------------------------------------------------
10:22:49 [workspace] $ /shared/common/apache-maven-latest/bin/mvn -f pom.xml -Dbranch=origin/releases/6.0.x -Dcbi.jarsigner.skip=true -Dmaven.repo.local=/home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/.repository clean install -U -B -Dp2 -Peclipse-sign
10:22:49 Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.scout
10:22:58 [INFO] Scanning for projects...
10:23:02 [INFO] Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/sdk/org.eclipse.scout.sdk/6.0.300-SNAPSHOT/maven-metadata.xml
10:23:02 [INFO] Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt/6.0.300-SNAPSHOT/maven-metadata.xml
10:23:03 [INFO] Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt/6.0.300-SNAPSHOT/maven-metadata.xml (625 B at 2.9 kB/s)
10:23:15 [INFO] Computing target platform for MavenProject: org.eclipse.scout.sdk:org.eclipse.scout.sdk-feature:6.0.300-SNAPSHOT @ /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk-feature/pom.xml
10:23:15 [INFO] Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e/6.0.300-SNAPSHOT/maven-metadata.xml
10:23:15 [INFO] Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core/6.0.300-SNAPSHOT/maven-metadata.xml
10:23:15 [INFO] Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s/6.0.300-SNAPSHOT/maven-metadata.xml
10:23:16 [INFO] Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.doc/6.0.300-SNAPSHOT/maven-metadata.xml
10:23:16 [INFO] Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.nls/6.0.300-SNAPSHOT/maven-metadata.xml
10:23:16 [INFO] Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.ui/6.0.300-SNAPSHOT/maven-metadata.xml
10:23:17 [INFO] Fetching p2.index from http://download.eclipse.org/releases/mars/ (0B at 0B/s)
10:23:17 [INFO] Adding repository http://download.eclipse.org/releases/mars
10:23:17 [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/mars/ (0B at 0B/s)
10:23:17 [INFO] Fetching p2.index from http://download.eclipse.org/releases/mars/201506241002/ (0B at 0B/s)
10:23:19 [INFO] Fetching p2.index from http://download.eclipse.org/releases/mars/201510021000/ (0B at 0B/s)
10:23:21 [INFO] Fetching p2.index from http://download.eclipse.org/releases/mars/201602261000/ (0B at 0B/s)
10:23:23 [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/ (0B at 0B/s)
10:23:23 [INFO] Adding repository http://download.eclipse.org/cbi/updates/license
10:23:23 [INFO] Resolving dependencies of MavenProject: org.eclipse.scout.sdk:org.eclipse.scout.sdk-feature:6.0.300-SNAPSHOT @ /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk-feature/pom.xml
10:23:27 [INFO] Resolving class path of MavenProject: org.eclipse.scout.sdk:org.eclipse.scout.sdk-feature:6.0.300-SNAPSHOT @ /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk-feature/pom.xml
10:23:29 [INFO] Computing target platform for MavenProject: org.eclipse.scout.sdk:org.eclipse.scout.sdk-repository:6.0.300-SNAPSHOT @ /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk-repository/pom.xml
10:23:29 [INFO] Resolving dependencies of MavenProject: org.eclipse.scout.sdk:org.eclipse.scout.sdk-repository:6.0.300-SNAPSHOT @ /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk-repository/pom.xml
10:23:30 [INFO] Resolving class path of MavenProject: org.eclipse.scout.sdk:org.eclipse.scout.sdk-repository:6.0.300-SNAPSHOT @ /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk-repository/pom.xml
10:23:30 [WARNING] The project org.eclipse.scout.sdk:org.eclipse.scout.sdk.p2:pom:6.0.300-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
10:23:30 [INFO] ------------------------------------------------------------------------
10:23:30 [INFO] Reactor Build Order:
10:23:30 [INFO] 
10:23:30 [INFO] Eclipse Scout SDK P2
10:23:30 [INFO] Eclipse Scout SDK P2 Build Target
10:23:30 [INFO] Eclipse Scout SDK Feature
10:23:30 [INFO] Eclipse Scout SDK Repository
10:23:30 [INFO] Eclipse Scout SDK
10:23:30 [INFO] 
10:23:30 [INFO] ------------------------------------------------------------------------
10:23:30 [INFO] Building Eclipse Scout SDK P2 6.0.300-SNAPSHOT
10:23:30 [INFO] ------------------------------------------------------------------------
10:23:30 [INFO] 
10:23:30 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.sdk.p2 ---
10:23:30 [INFO] 
10:23:30 [INFO] --- flatten-maven-plugin:1.0.0:clean (flatten.clean) @ org.eclipse.scout.sdk.p2 ---
10:23:30 [INFO] Deleting /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.p2/.flattened-pom.xml
10:23:30 [INFO] 
10:23:30 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.p2 ---
10:23:30 [INFO] 
10:23:30 [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.sdk.p2 ---
10:23:31 [INFO] 
10:23:31 [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.sdk.p2 ---
10:23:31 [INFO] master_test_jacocoArgLine set to -javaagent:/home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/.repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.p2/../target/jacoco-all.exec
10:23:31 [INFO] 
10:23:31 [INFO] --- build-helper-maven-plugin:1.9.1:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.p2 ---
10:23:31 [INFO] 
10:23:31 [INFO] --- build-helper-maven-plugin:1.9.1:regex-property (initialize-regex) @ org.eclipse.scout.sdk.p2 ---
10:23:31 [INFO] 
10:23:31 [INFO] --- flatten-maven-plugin:1.0.0:flatten (flatten) @ org.eclipse.scout.sdk.p2 ---
10:23:31 [INFO] Generating flattened POM of project org.eclipse.scout.sdk:org.eclipse.scout.sdk.p2:pom:6.0.300-SNAPSHOT...
10:23:31 [INFO] 
10:23:31 [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.p2 ---
10:23:31 [INFO] 
10:23:31 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.sdk.p2 ---
10:23:31 [INFO] Skipping packaging of the test-jar
10:23:31 [INFO] 
10:23:31 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.p2 ---
10:23:32 [INFO] 
10:23:32 [INFO] --- tycho-pack200a-plugin:0.22.0:normalize (pack200-normalize) @ org.eclipse.scout.sdk.p2 ---
10:23:32 [INFO] 
10:23:32 [INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.scout.sdk.p2 ---
10:23:32 [INFO] Skipping artifact signing
10:23:32 [INFO] 
10:23:32 [INFO] --- tycho-pack200b-plugin:0.22.0:pack (pack200-pack) @ org.eclipse.scout.sdk.p2 ---
10:23:32 [INFO] 
10:23:32 [INFO] --- tycho-p2-plugin:0.22.0:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk.p2 ---
10:23:32 [INFO] 
10:23:32 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.sdk.p2 ---
10:23:32 [INFO] Checking compile classpath
10:23:32 [INFO] Checking runtime classpath
10:23:33 [INFO] Checking test classpath
10:23:33 [INFO] 
10:23:33 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.p2 ---
10:23:33 [INFO] Checking unresolved references to org.kaazing.mojo.signature:java18:1.0
10:23:34 [INFO] 
10:23:34 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.p2 ---
10:23:34 [INFO] 
10:23:34 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.p2 ---
10:23:34 [INFO] Installing /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk.p2/.flattened-pom.xml to /home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.p2/6.0.300-SNAPSHOT/org.eclipse.scout.sdk.p2-6.0.300-SNAPSHOT.pom
10:23:34 [INFO] 
10:23:34 [INFO] ------------------------------------------------------------------------
10:23:34 [INFO] Building Eclipse Scout SDK P2 Build Target 6.0.300-SNAPSHOT
10:23:34 [INFO] ------------------------------------------------------------------------
10:23:34 [INFO] 
10:23:34 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.sdk-target ---
10:23:34 [INFO] 
10:23:34 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk-target ---
10:23:34 [INFO] 
10:23:34 [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.sdk-target ---
10:23:34 [INFO] 
10:23:34 [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.sdk-target ---
10:23:34 [INFO] master_test_jacocoArgLine set to -javaagent:/home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/.repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk-target/../target/jacoco-all.exec
10:23:34 [INFO] 
10:23:34 [INFO] --- build-helper-maven-plugin:1.9.1:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk-target ---
10:23:34 [INFO] 
10:23:34 [INFO] --- build-helper-maven-plugin:1.9.1:regex-property (initialize-regex) @ org.eclipse.scout.sdk-target ---
10:23:34 [INFO] 
10:23:34 [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk-target ---
10:23:34 [INFO] 
10:23:34 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.sdk-target ---
10:23:34 [INFO] Skipping packaging of the test-jar
10:23:34 [INFO] 
10:23:34 [INFO] --- build-helper-maven-plugin:1.9.1:attach-artifact (attach-artifacts) @ org.eclipse.scout.sdk-target ---
10:23:34 [INFO] 
10:23:34 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk-target ---
10:23:34 [INFO] 
10:23:34 [INFO] --- tycho-pack200a-plugin:0.22.0:normalize (pack200-normalize) @ org.eclipse.scout.sdk-target ---
10:23:34 [INFO] 
10:23:34 [INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.scout.sdk-target ---
10:23:34 [INFO] Skipping artifact signing
10:23:34 [INFO] 
10:23:34 [INFO] --- tycho-pack200b-plugin:0.22.0:pack (pack200-pack) @ org.eclipse.scout.sdk-target ---
10:23:34 [INFO] 
10:23:34 [INFO] --- tycho-p2-plugin:0.22.0:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk-target ---
10:23:34 [INFO] 
10:23:34 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.sdk-target ---
10:23:34 [INFO] Checking compile classpath
10:23:34 [INFO] Checking runtime classpath
10:23:34 [INFO] Checking test classpath
10:23:34 [INFO] 
10:23:34 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk-target ---
10:23:34 [INFO] Checking unresolved references to org.kaazing.mojo.signature:java18:1.0
10:23:35 [INFO] 
10:23:35 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk-target ---
10:23:35 [INFO] 
10:23:35 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk-target ---
10:23:35 [INFO] Installing /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk-target/pom.xml to /home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-target/6.0.300-SNAPSHOT/org.eclipse.scout.sdk-target-6.0.300-SNAPSHOT.pom
10:23:35 [INFO] Installing /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk-target/org.eclipse.mars-dependencies.target to /home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-target/6.0.300-SNAPSHOT/org.eclipse.scout.sdk-target-6.0.300-SNAPSHOT-org.eclipse.mars-dependencies.target
10:23:35 [INFO] Installing /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk-target/org.eclipse.neon-dependencies.target to /home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-target/6.0.300-SNAPSHOT/org.eclipse.scout.sdk-target-6.0.300-SNAPSHOT-org.eclipse.neon-dependencies.target
10:23:35 [INFO] 
10:23:35 [INFO] ------------------------------------------------------------------------
10:23:35 [INFO] Building Eclipse Scout SDK Feature 6.0.300-SNAPSHOT
10:23:35 [INFO] ------------------------------------------------------------------------
10:23:35 [INFO] 
10:23:35 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.sdk-feature ---
10:23:35 [INFO] Deleting /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk-feature/target
10:23:35 [INFO] 
10:23:35 [INFO] --- tycho-packaging-plugin:0.22.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.scout.sdk-feature ---
10:23:35 [INFO] The project's OSGi version is 6.0.300.20180214-1131
10:23:35 [INFO] 
10:23:35 [INFO] --- tycho-packaging-plugin:0.22.0:validate-id (default-validate-id) @ org.eclipse.scout.sdk-feature ---
10:23:35 [INFO] 
10:23:35 [INFO] --- tycho-packaging-plugin:0.22.0:validate-version (default-validate-version) @ org.eclipse.scout.sdk-feature ---
10:23:35 [INFO] 
10:23:35 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk-feature ---
10:23:35 [INFO] 
10:23:35 [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.sdk-feature ---
10:23:37 [INFO] 
10:23:37 [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.sdk-feature ---
10:23:37 [INFO] master_test_jacocoArgLine set to -javaagent:/home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/.repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk-feature/../target/jacoco-all.exec
10:23:37 [INFO] 
10:23:37 [INFO] --- build-helper-maven-plugin:1.9.1:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk-feature ---
10:23:37 [INFO] 
10:23:37 [INFO] --- build-helper-maven-plugin:1.9.1:regex-property (initialize-regex) @ org.eclipse.scout.sdk-feature ---
10:23:37 [INFO] 
10:23:37 [INFO] --- target-platform-configuration:0.22.0:target-platform (default-target-platform) @ org.eclipse.scout.sdk-feature ---
10:23:37 [INFO] 
10:23:37 [INFO] --- tycho-packaging-plugin:0.22.0:package-feature (default-package-feature) @ org.eclipse.scout.sdk-feature ---
10:23:37 [INFO] Building jar: /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk-feature/target/org.eclipse.scout.sdk-feature-6.0.300-SNAPSHOT.jar
10:23:37 [INFO] 
10:23:37 [INFO] --- tycho-p2-plugin:0.22.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.scout.sdk-feature ---
10:23:37 [INFO] 
10:23:37 [INFO] --- tycho-p2-plugin:0.22.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.scout.sdk-feature ---
10:23:37 [INFO] 
10:23:37 [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk-feature ---
10:23:37 [INFO] 
10:23:37 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.sdk-feature ---
10:23:37 [INFO] Skipping packaging of the test-jar
10:23:37 [INFO] 
10:23:37 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk-feature ---
10:23:37 [INFO] No sources in project. Archive not created.
10:23:37 [INFO] 
10:23:37 [INFO] --- tycho-pack200a-plugin:0.22.0:normalize (pack200-normalize) @ org.eclipse.scout.sdk-feature ---
10:23:37 [INFO] 
10:23:37 [INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.scout.sdk-feature ---
10:23:37 [INFO] Skipping artifact signing
10:23:37 [INFO] 
10:23:37 [INFO] --- tycho-pack200b-plugin:0.22.0:pack (pack200-pack) @ org.eclipse.scout.sdk-feature ---
10:23:37 [INFO] 
10:23:37 [INFO] --- tycho-source-feature-plugin:0.22.0:source-feature (generate-source-feature) @ org.eclipse.scout.sdk-feature ---
10:23:37 [INFO] Building jar: /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk-feature/target/org.eclipse.scout.sdk-feature-6.0.300-SNAPSHOT-sources-feature.jar
10:23:37 [INFO] epl-v10.html already added, skipping
10:23:37 [INFO] 
10:23:37 [INFO] --- tycho-p2-plugin:0.22.0:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk-feature ---
10:23:37 [INFO] No baseline version MavenProject: org.eclipse.scout.sdk:org.eclipse.scout.sdk-feature:6.0.300-SNAPSHOT @ /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk-feature/pom.xml
10:23:37 [INFO] 
10:23:37 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.sdk-feature ---
10:23:37 [INFO] Skipping duplicate-finder execution!
10:23:37 [INFO] 
10:23:37 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk-feature ---
10:23:37 [INFO] Checking unresolved references to org.kaazing.mojo.signature:java18:1.0
10:23:45 [INFO] 
10:23:45 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk-feature ---
10:23:45 [INFO] No sources in project. Archive not created.
10:23:45 [INFO] 
10:23:45 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk-feature ---
10:23:45 [INFO] Installing /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk-feature/target/org.eclipse.scout.sdk-feature-6.0.300-SNAPSHOT.jar to /home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-feature/6.0.300-SNAPSHOT/org.eclipse.scout.sdk-feature-6.0.300-SNAPSHOT.jar
10:23:45 [INFO] Installing /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk-feature/pom.xml to /home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-feature/6.0.300-SNAPSHOT/org.eclipse.scout.sdk-feature-6.0.300-SNAPSHOT.pom
10:23:45 [INFO] Installing /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk-feature/target/org.eclipse.scout.sdk-feature-6.0.300-SNAPSHOT-sources-feature.jar to /home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-feature/6.0.300-SNAPSHOT/org.eclipse.scout.sdk-feature-6.0.300-SNAPSHOT-sources-feature.jar
10:23:45 [INFO] Installing /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk-feature/target/p2content.xml to /home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-feature/6.0.300-SNAPSHOT/org.eclipse.scout.sdk-feature-6.0.300-SNAPSHOT-p2metadata.xml
10:23:45 [INFO] Installing /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk-feature/target/p2artifacts.xml to /home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-feature/6.0.300-SNAPSHOT/org.eclipse.scout.sdk-feature-6.0.300-SNAPSHOT-p2artifacts.xml
10:23:45 [INFO] 
10:23:45 [INFO] --- tycho-p2-plugin:0.22.0:update-local-index (default-update-local-index) @ org.eclipse.scout.sdk-feature ---
10:23:45 [INFO] 
10:23:45 [INFO] ------------------------------------------------------------------------
10:23:45 [INFO] Building Eclipse Scout SDK Repository 6.0.300-SNAPSHOT
10:23:45 [INFO] ------------------------------------------------------------------------
10:23:45 [INFO] 
10:23:45 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.sdk-repository ---
10:23:45 [INFO] Deleting /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk-repository/target
10:23:45 [INFO] 
10:23:45 [INFO] --- tycho-packaging-plugin:0.22.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.scout.sdk-repository ---
10:23:45 [INFO] The project's OSGi version is 6.0.300.20180214-1131
10:23:45 [INFO] 
10:23:45 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk-repository ---
10:23:45 [INFO] 
10:23:45 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean-1) @ org.eclipse.scout.sdk-repository ---
10:23:45 [INFO] 
10:23:45 [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.sdk-repository ---
10:23:46 [INFO] 
10:23:46 [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.sdk-repository ---
10:23:46 [INFO] master_test_jacocoArgLine set to -javaagent:/home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/.repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk-repository/../target/jacoco-all.exec
10:23:46 [INFO] 
10:23:46 [INFO] --- build-helper-maven-plugin:1.9.1:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk-repository ---
10:23:46 [INFO] 
10:23:46 [INFO] --- build-helper-maven-plugin:1.9.1:regex-property (initialize-regex) @ org.eclipse.scout.sdk-repository ---
10:23:46 [INFO] 
10:23:46 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.sdk-repository ---
10:23:46 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:23:46 [INFO] skip non existing resourceDirectory /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk-repository/src/main/resources
10:23:46 [INFO] Copying 1 resource
10:23:46 [INFO] 
10:23:46 [INFO] --- target-platform-configuration:0.22.0:target-platform (default-target-platform) @ org.eclipse.scout.sdk-repository ---
10:23:46 [INFO] 
10:23:46 [INFO] --- tycho-p2-publisher-plugin:0.22.0:publish-products (default-publish-products) @ org.eclipse.scout.sdk-repository ---
10:23:47 [INFO] 
10:23:47 [INFO] --- tycho-p2-publisher-plugin:0.22.0:publish-categories (default-publish-categories) @ org.eclipse.scout.sdk-repository ---
10:23:47 [INFO] 
10:23:47 [INFO] --- tycho-p2-publisher-plugin:0.22.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.scout.sdk-repository ---
10:23:47 [INFO] 
10:23:47 [INFO] --- tycho-p2-repository-plugin:0.22.0:assemble-repository (default-assemble-repository) @ org.eclipse.scout.sdk-repository ---
10:23:47 [INFO] Copying resources from /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk-repository/target/classes to /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk-repository/target/repository
10:23:48 [INFO] 
10:23:48 [INFO] --- tycho-p2-repository-plugin:0.22.0:archive-repository (default-archive-repository) @ org.eclipse.scout.sdk-repository ---
10:23:48 [INFO] Building zip: /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk-repository/target/org.eclipse.scout.sdk-repository-6.0.300-SNAPSHOT.zip
10:23:48 [INFO] 
10:23:48 [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk-repository ---
10:23:48 [INFO] 
10:23:48 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.sdk-repository ---
10:23:48 [INFO] Skipping packaging of the test-jar
10:23:48 [INFO] 
10:23:48 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk-repository ---
10:23:48 [INFO] No sources in project. Archive not created.
10:23:48 [INFO] 
10:23:48 [INFO] --- tycho-pack200a-plugin:0.22.0:normalize (pack200-normalize) @ org.eclipse.scout.sdk-repository ---
10:23:48 [INFO] 
10:23:48 [INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.scout.sdk-repository ---
10:23:48 [INFO] Skipping artifact signing
10:23:48 [INFO] 
10:23:48 [INFO] --- tycho-pack200b-plugin:0.22.0:pack (pack200-pack) @ org.eclipse.scout.sdk-repository ---
10:23:48 [INFO] 
10:23:48 [INFO] --- tycho-p2-plugin:0.22.0:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk-repository ---
10:23:48 [INFO] 
10:23:48 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.sdk-repository ---
10:23:48 [INFO] Skipping duplicate-finder execution!
10:23:48 [INFO] 
10:23:48 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk-repository ---
10:23:48 [INFO] Checking unresolved references to org.kaazing.mojo.signature:java18:1.0
10:23:57 [INFO] 
10:23:57 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk-repository ---
10:23:57 [INFO] No sources in project. Archive not created.
10:23:57 [INFO] 
10:23:57 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk-repository ---
10:23:57 [INFO] Installing /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk-repository/target/org.eclipse.scout.sdk-repository-6.0.300-SNAPSHOT.zip to /home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-repository/6.0.300-SNAPSHOT/org.eclipse.scout.sdk-repository-6.0.300-SNAPSHOT.zip
10:23:57 [INFO] Installing /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk-repository/pom.xml to /home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-repository/6.0.300-SNAPSHOT/org.eclipse.scout.sdk-repository-6.0.300-SNAPSHOT.pom
10:23:57 [INFO] Installing /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk-repository/target/p2content.xml to /home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-repository/6.0.300-SNAPSHOT/org.eclipse.scout.sdk-repository-6.0.300-SNAPSHOT-p2metadata.xml
10:23:57 [INFO] Installing /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/org.eclipse.scout.sdk-repository/target/p2artifacts.xml to /home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-repository/6.0.300-SNAPSHOT/org.eclipse.scout.sdk-repository-6.0.300-SNAPSHOT-p2artifacts.xml
10:23:57 [INFO] 
10:23:57 [INFO] --- tycho-p2-plugin:0.22.0:update-local-index (default-update-local-index) @ org.eclipse.scout.sdk-repository ---
10:23:57 [INFO] 
10:23:57 [INFO] ------------------------------------------------------------------------
10:23:57 [INFO] Building Eclipse Scout SDK 6.0.300-SNAPSHOT
10:23:57 [INFO] ------------------------------------------------------------------------
10:23:57 [INFO] 
10:23:57 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.scout.sdk-root ---
10:23:57 [INFO] 
10:23:57 [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.scout.sdk-root ---
10:23:57 [INFO] Installing /jobs/genie.scout/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/pom.xml to /home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.sdk.branch-6.0_continuous/workspace/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-root/6.0.300-SNAPSHOT/org.eclipse.scout.sdk-root-6.0.300-SNAPSHOT.pom
10:23:57 [INFO] ------------------------------------------------------------------------
10:23:57 [INFO] Reactor Summary:
10:23:57 [INFO] 
10:23:57 [INFO] Eclipse Scout SDK P2 ............................... SUCCESS [  3.886 s]
10:23:57 [INFO] Eclipse Scout SDK P2 Build Target .................. SUCCESS [  0.910 s]
10:23:57 [INFO] Eclipse Scout SDK Feature .......................... SUCCESS [ 10.329 s]
10:23:57 [INFO] Eclipse Scout SDK Repository ....................... SUCCESS [ 12.180 s]
10:23:57 [INFO] Eclipse Scout SDK .................................. SUCCESS [  0.079 s]
10:23:57 [INFO] ------------------------------------------------------------------------
10:23:57 [INFO] BUILD SUCCESS
10:23:57 [INFO] ------------------------------------------------------------------------
10:23:57 [INFO] Total time: 01:02 min
10:23:57 [INFO] Finished at: 2018-02-13T10:23:57-05:00
10:23:58 [INFO] Final Memory: 214M/946M
10:23:58 [INFO] ------------------------------------------------------------------------
10:24:00 Recording test results
10:24:00 Started calculate disk usage of build
10:24:00 Finished Calculation of disk usage of build in 0 seconds
10:24:00 Started calculate disk usage of workspace
10:24:01 Finished Calculation of disk usage of workspace in 0 seconds
10:24:01 Finished: SUCCESS