Skip to content

Console Output

Started by timer
Running as SYSTEM
Agent basic-n03hh is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-n03hh"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.scout.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-n03hh"
    - name: "JENKINS_REMOTING_JAVA_OPTS"
      value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
        \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
    - name: "JAVA_TOOL_OPTIONS"
      value: ""
    - name: "_JAVA_OPTIONS"
      value: ""
    - name: "OPENJ9_JAVA_OPTIONS"
      value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
    - name: "JENKINS_NAME"
      value: "basic-n03hh"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.scout.svc.cluster.local/scout/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.10.1"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        cpu: "2000m"
        memory: "4096Mi"
      requests:
        cpu: "1000m"
        memory: "4096Mi"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/wrapper"
      name: "volume-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
      subPath: ""
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-scout"
      readOnly: true
  - name: "m2-secret-dir"
    secret:
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "m2-dir"
    name: "m2-dir"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-4"
  - emptyDir:
      medium: ""
    name: "volume-3"

Building remotely on basic-n03hh (basic) in workspace /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse-scout/scout.sdk.git
 > git init /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly # timeout=10
Fetching upstream changes from https://github.com/eclipse-scout/scout.sdk.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/eclipse-scout/scout.sdk.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse-scout/scout.sdk.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse refs/remotes/origin/releases/9.0.x^{commit} # timeout=10
Checking out Revision 539e519082cea9fe2cc198774648c8f5e541d1d7 (refs/remotes/origin/releases/9.0.x)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 539e519082cea9fe2cc198774648c8f5e541d1d7 # timeout=10
Commit message: "Specify missing transitive dependency versions"
 > git rev-list --no-walk 539e519082cea9fe2cc198774648c8f5e541d1d7 # timeout=10
[scout-integration-9.0-SDK-nightly] $ /opt/tools/apache-maven/latest/bin/mvn -f org.eclipse.scout.sdk/pom.xml -Dremote_branch=origin/releases/9.0.x -Dis_tag=false -Dtag_or_branch=origin/releases/9.0.x -Dmaven.repo.local=/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository clean install -Dmaster_sanityCheck_skip=true -B
Apache Maven 3.8.3 (ff8e977a158738155dc465c6a97ffaf31982d739)
Maven home: /opt/tools/apache-maven/latest
Java version: 11.0.13, vendor: International Business Machines Corporation, runtime: /opt/java/openjdk
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.12.7-300.fc34.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.eclipse.scout.sdk:org.eclipse.scout.sdk.core:jar:9.0.0-SNAPSHOT
[WARNING] 'dependencyManagement.dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.eclipse.platform:org.eclipse.core.databinding:jar -> duplicate declaration of version ${org.eclipse.core.databinding} @ org.eclipse.scout.sdk:org.eclipse.scout.sdk:9.0.0-SNAPSHOT, /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk/pom.xml, line 907, column 19
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.eclipse.scout.sdk:org.eclipse.scout.sdk:pom:9.0.0-SNAPSHOT
[WARNING] 'dependencyManagement.dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.eclipse.platform:org.eclipse.core.databinding:jar -> duplicate declaration of version ${org.eclipse.core.databinding} @ line 907, column 19
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Scout Hello World Sample Application                   [maven-archetype]
[INFO] Scout JaxWs Module                                     [maven-archetype]
[INFO] ScoutJS Sample Application                             [maven-archetype]
[INFO] Eclipse Scout SDK                                                  [pom]
[INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core                   [jar]
[INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.test              [jar]
[INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s                 [jar]
[INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s.test            [jar]
[INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e             [bundle]
[INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.test           [jar]
[INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.doc         [bundle]
[INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.nls         [bundle]
[INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.ui          [bundle]
[INFO] org.eclipse.scout.sdk-settings                                     [jar]
[INFO] 
[INFO] ---------< org.eclipse.scout.archetypes:scout-helloworld-app >----------
[INFO] Building Scout Hello World Sample Application 9.0.0-SNAPSHOT      [1/14]
[INFO] --------------------------[ maven-archetype ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ scout-helloworld-app ---
[INFO] 
[INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ scout-helloworld-app ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ scout-helloworld-app ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ scout-helloworld-app ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ scout-helloworld-app ---
[WARNING] The artifact xml-apis:xml-apis:jar:2.0.2 has been relocated to xml-apis:xml-apis:jar:1.0.b2
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-helloworld-app/../target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ scout-helloworld-app ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ scout-helloworld-app ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ scout-helloworld-app ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 105 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ scout-helloworld-app ---
[INFO] Generating flattened POM of project org.eclipse.scout.archetypes:scout-helloworld-app:maven-archetype:9.0.0-SNAPSHOT...
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ scout-helloworld-app ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:3.0.1:jar (default-jar) @ scout-helloworld-app ---
[INFO] Building archetype jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-helloworld-app/target/scout-helloworld-app-9.0.0-SNAPSHOT
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ scout-helloworld-app ---
[INFO] Skipping because packaging 'maven-archetype' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ scout-helloworld-app ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-helloworld-app/target/scout-helloworld-app-9.0.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ scout-helloworld-app ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-archetype-plugin:3.0.1:integration-test (default-integration-test) @ scout-helloworld-app ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: scout-helloworld-app:9.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: org.eclipse.scout.apps
[INFO] Parameter: artifactId, Value: helloworld
[INFO] Parameter: version, Value: 1.0.0-SNAPSHOT
[INFO] Parameter: package, Value: org.eclipse.scout.apps.helloworld
[INFO] Parameter: packageInPathFormat, Value: org/eclipse/scout/apps/helloworld
[INFO] Parameter: package, Value: org.eclipse.scout.apps.helloworld
[INFO] Parameter: displayName, Value: My Application
[INFO] Parameter: javaVersion, Value: 1.8
[INFO] Parameter: groupId, Value: org.eclipse.scout.apps
[INFO] Parameter: scoutAuthPrivateKeyDev, Value: TODO (use org.eclipse.scout.rt.platform.security.SecurityUtility.generateKeyPair())
[INFO] Parameter: scoutAuthPrivateKey, Value: TODO (use org.eclipse.scout.rt.platform.security.SecurityUtility.generateKeyPair())
[INFO] Parameter: artifactId, Value: helloworld
[INFO] Parameter: scoutAuthPublicKey, Value: TODO (use org.eclipse.scout.rt.platform.security.SecurityUtility.generateKeyPair())
[INFO] Parameter: scoutAuthPublicKeyDev, Value: TODO (use org.eclipse.scout.rt.platform.security.SecurityUtility.generateKeyPair())
[INFO] Parameter: userName, Value: Scout Robot
[INFO] Parameter: version, Value: 1.0.0-SNAPSHOT
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.dom4j.io.SAXContentHandler (file:/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar) to method com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy.getEncoding()
WARNING: Please consider reporting this to the maintainers of org.dom4j.io.SAXContentHandler
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
[INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld/pom.xml
[WARNING] Don't override file /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld/pom.xml
[INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.shared/pom.xml
[INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.server/pom.xml
[INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.client/pom.xml
[INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.server.app.war/pom.xml
[INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.server.app.dev/pom.xml
[INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.ui.html/pom.xml
[INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.ui.html.app.war/pom.xml
[INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.ui.html.app.dev/pom.xml
[INFO] Project created from Archetype in dir: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ scout-helloworld-app ---
[INFO] Skipping duplicate-finder execution!
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ scout-helloworld-app ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ scout-helloworld-app ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ scout-helloworld-app ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-helloworld-app/target/scout-helloworld-app-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/archetypes/scout-helloworld-app/9.0.0-SNAPSHOT/scout-helloworld-app-9.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-helloworld-app/.flattened-pom.xml to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/archetypes/scout-helloworld-app/9.0.0-SNAPSHOT/scout-helloworld-app-9.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-helloworld-app/target/scout-helloworld-app-9.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/archetypes/scout-helloworld-app/9.0.0-SNAPSHOT/scout-helloworld-app-9.0.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-archetype-plugin:3.0.1:update-local-catalog (default-update-local-catalog) @ scout-helloworld-app ---
[INFO] 
[INFO] ----------< org.eclipse.scout.archetypes:scout-jaxws-module >-----------
[INFO] Building Scout JaxWs Module 9.0.0-SNAPSHOT                        [2/14]
[INFO] --------------------------[ maven-archetype ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ scout-jaxws-module ---
[INFO] 
[INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ scout-jaxws-module ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ scout-jaxws-module ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ scout-jaxws-module ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ scout-jaxws-module ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-jaxws-module/../target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ scout-jaxws-module ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ scout-jaxws-module ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ scout-jaxws-module ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 7 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ scout-jaxws-module ---
[INFO] Generating flattened POM of project org.eclipse.scout.archetypes:scout-jaxws-module:maven-archetype:9.0.0-SNAPSHOT...
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ scout-jaxws-module ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:3.0.1:jar (default-jar) @ scout-jaxws-module ---
[INFO] Building archetype jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-jaxws-module/target/scout-jaxws-module-9.0.0-SNAPSHOT
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ scout-jaxws-module ---
[INFO] Skipping because packaging 'maven-archetype' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ scout-jaxws-module ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-jaxws-module/target/scout-jaxws-module-9.0.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ scout-jaxws-module ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-archetype-plugin:3.0.1:integration-test (default-integration-test) @ scout-jaxws-module ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: scout-jaxws-module:9.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: org.eclipse.scout.apps
[INFO] Parameter: artifactId, Value: helloworld.server.jaxws
[INFO] Parameter: version, Value: 1.0.0-SNAPSHOT
[INFO] Parameter: package, Value: org.eclipse.scout.apps.helloworld
[INFO] Parameter: packageInPathFormat, Value: org/eclipse/scout/apps/helloworld
[INFO] Parameter: package, Value: org.eclipse.scout.apps.helloworld
[INFO] Parameter: displayName, Value: My Application
[INFO] Parameter: groupId, Value: org.eclipse.scout.apps
[INFO] Parameter: artifactId, Value: helloworld.server.jaxws
[INFO] Parameter: version, Value: 1.0.0-SNAPSHOT
[INFO] Parameter: parentArtifactId, Value: helloworld
[WARNING] CP Don't override file /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-jaxws-module/target/test-classes/projects/basic/project/helloworld.server.jaxws/src/main/resources/META-INF/scout.xml
[INFO] Project created from Archetype in dir: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-jaxws-module/target/test-classes/projects/basic/project/helloworld.server.jaxws
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ scout-jaxws-module ---
[INFO] Skipping duplicate-finder execution!
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ scout-jaxws-module ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ scout-jaxws-module ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ scout-jaxws-module ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-jaxws-module/target/scout-jaxws-module-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/archetypes/scout-jaxws-module/9.0.0-SNAPSHOT/scout-jaxws-module-9.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-jaxws-module/.flattened-pom.xml to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/archetypes/scout-jaxws-module/9.0.0-SNAPSHOT/scout-jaxws-module-9.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-jaxws-module/target/scout-jaxws-module-9.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/archetypes/scout-jaxws-module/9.0.0-SNAPSHOT/scout-jaxws-module-9.0.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-archetype-plugin:3.0.1:update-local-catalog (default-update-local-catalog) @ scout-jaxws-module ---
[INFO] 
[INFO] -----------< org.eclipse.scout.archetypes:scout-hellojs-app >-----------
[INFO] Building ScoutJS Sample Application 9.0.0-SNAPSHOT                [3/14]
[INFO] --------------------------[ maven-archetype ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ scout-hellojs-app ---
[INFO] 
[INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ scout-hellojs-app ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ scout-hellojs-app ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ scout-hellojs-app ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ scout-hellojs-app ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-hellojs-app/../target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ scout-hellojs-app ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ scout-hellojs-app ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ scout-hellojs-app ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 146 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ scout-hellojs-app ---
[INFO] Generating flattened POM of project org.eclipse.scout.archetypes:scout-hellojs-app:maven-archetype:9.0.0-SNAPSHOT...
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ scout-hellojs-app ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:3.0.1:jar (default-jar) @ scout-hellojs-app ---
[INFO] Building archetype jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-hellojs-app/target/scout-hellojs-app-9.0.0-SNAPSHOT
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ scout-hellojs-app ---
[INFO] Skipping because packaging 'maven-archetype' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ scout-hellojs-app ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-hellojs-app/target/scout-hellojs-app-9.0.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ scout-hellojs-app ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-archetype-plugin:3.0.1:integration-test (default-integration-test) @ scout-hellojs-app ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: scout-hellojs-app:9.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: org.eclipse.scout.apps
[INFO] Parameter: artifactId, Value: hellojs
[INFO] Parameter: version, Value: 1.0.0-SNAPSHOT
[INFO] Parameter: package, Value: org.eclipse.scout.apps.hellojs
[INFO] Parameter: packageInPathFormat, Value: org/eclipse/scout/apps/hellojs
[INFO] Parameter: package, Value: org.eclipse.scout.apps.hellojs
[INFO] Parameter: displayName, Value: My Application
[INFO] Parameter: javaVersion, Value: 1.8
[INFO] Parameter: groupId, Value: org.eclipse.scout.apps
[INFO] Parameter: simpleArtifactName, Value: hellojs
[INFO] Parameter: artifactId, Value: hellojs
[INFO] Parameter: scoutAuthPublicKeyDev, Value: changeme_database_password
[INFO] Parameter: version, Value: 1.0.0-SNAPSHOT
[INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs/pom.xml
[WARNING] Don't override file /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs/pom.xml
[INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.api/pom.xml
[INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.app/pom.xml
[INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.app.dev/pom.xml
[INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.app.war/pom.xml
[INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.core/pom.xml
[INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.core.test/pom.xml
[INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.data/pom.xml
[INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.db/pom.xml
[INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.persistence/pom.xml
[INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.persistence.test/pom.xml
[INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.ui/pom.xml
[INFO] Project created from Archetype in dir: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ scout-hellojs-app ---
[INFO] Skipping duplicate-finder execution!
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ scout-hellojs-app ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ scout-hellojs-app ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ scout-hellojs-app ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-hellojs-app/target/scout-hellojs-app-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/archetypes/scout-hellojs-app/9.0.0-SNAPSHOT/scout-hellojs-app-9.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-hellojs-app/.flattened-pom.xml to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/archetypes/scout-hellojs-app/9.0.0-SNAPSHOT/scout-hellojs-app-9.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-hellojs-app/target/scout-hellojs-app-9.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/archetypes/scout-hellojs-app/9.0.0-SNAPSHOT/scout-hellojs-app-9.0.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-archetype-plugin:3.0.1:update-local-catalog (default-update-local-catalog) @ scout-hellojs-app ---
[INFO] 
[INFO] ------------< org.eclipse.scout.sdk:org.eclipse.scout.sdk >-------------
[INFO] Building Eclipse Scout SDK 9.0.0-SNAPSHOT                         [4/14]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk ---
[INFO] 
[INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ org.eclipse.scout.sdk ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.sdk ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk/../org.eclipse.scout.sdk/target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk ---
[INFO] 
[INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ org.eclipse.scout.sdk ---
[INFO] Generating flattened POM of project org.eclipse.scout.sdk:org.eclipse.scout.sdk:pom:9.0.0-SNAPSHOT...
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk ---
[INFO] No site descriptor found: nothing to attach.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk ---
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk ---
[INFO] Skipping duplicate-finder execution!
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk/.flattened-pom.xml to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk/9.0.0-SNAPSHOT/org.eclipse.scout.sdk-9.0.0-SNAPSHOT.pom
[INFO] 
[INFO] ----------< org.eclipse.scout.sdk:org.eclipse.scout.sdk.core >----------
[INFO] Building org.eclipse.scout.sdk:org.eclipse.scout.sdk.core 9.0.0-SNAPSHOT [5/14]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.core ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.core ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.sdk.core ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk.core ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core/../org.eclipse.scout.sdk/target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.core ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.core ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 165 source files to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.core ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.core ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ org.eclipse.scout.sdk.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core/target/org.eclipse.scout.sdk.core-9.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.core ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.core ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.core ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.core ---
[INFO] Skipping duplicate-finder execution!
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.core ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core/target/org.eclipse.scout.sdk.core-9.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.core ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core/target/org.eclipse.scout.sdk.core-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.core-9.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core/pom.xml to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.core-9.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core/target/org.eclipse.scout.sdk.core-9.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.core-9.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------< org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.test >--------
[INFO] Building org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.test 9.0.0-SNAPSHOT [6/14]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.core.test ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.core.test ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.sdk.core.test ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk.core.test ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.test/../org.eclipse.scout.sdk/target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.core.test ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.core.test ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:add-source (add-source) @ org.eclipse.scout.sdk.core.test ---
[INFO] Source directory: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.test/src/main/fixture added.
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.core.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.core.test ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 38 source files to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.core.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.test/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.core.test ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 29 source files to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.core.test ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.scout.sdk.core.util.SdkLogTest
Unable to parse log level 'aa'. Fallback to default: 'WARNING'.
java.lang.IllegalArgumentException: Bad level "aa"
	at java.logging/java.util.logging.Level.parse(Level.java:517)
	at org.eclipse.scout.sdk.core.util.SdkLog.parseLevel(SdkLog.java:424)
	at org.eclipse.scout.sdk.core.util.SdkLogTest.testParseLevel(SdkLogTest.java:96)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
Scout SdkLog: Failed toString() invocation on an object of type [org.eclipse.scout.sdk.core.util.SdkLogTest$ClassWithToStringThrowingNpeFixture]
java.lang.NullPointerException: NPE of test class org.eclipse.scout.sdk.core.util.SdkLogTest
	at org.eclipse.scout.sdk.core.util.SdkLogTest$ClassWithToStringThrowingNpeFixture.toString(SdkLogTest.java:156)
	at org.eclipse.scout.sdk.core.util.SdkLog.safeObjectToString(SdkLog.java:223)
	at org.eclipse.scout.sdk.core.util.SdkLog.toString(SdkLog.java:159)
	at org.eclipse.scout.sdk.core.util.SdkLog.handlePlaceholders(SdkLog.java:149)
	at org.eclipse.scout.sdk.core.util.SdkLog.log(SdkLog.java:93)
	at org.eclipse.scout.sdk.core.util.SdkLog.error(SdkLog.java:317)
	at org.eclipse.scout.sdk.core.util.SdkLogTest$1.run(SdkLogTest.java:104)
	at org.eclipse.scout.sdk.core.util.SdkLogTest.runWithPrivateLogger(SdkLogTest.java:193)
	at org.eclipse.scout.sdk.core.util.SdkLogTest.testLogOfObjectWithToStringThrowingException(SdkLogTest.java:101)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.169 s - in org.eclipse.scout.sdk.core.util.SdkLogTest
[INFO] Running org.eclipse.scout.sdk.core.util.JavaEnvironmentImportExportTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.888 s - in org.eclipse.scout.sdk.core.util.JavaEnvironmentImportExportTest
[INFO] Running org.eclipse.scout.sdk.core.util.CoreUtilsTest
[INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.418 s - in org.eclipse.scout.sdk.core.util.CoreUtilsTest
[INFO] Running org.eclipse.scout.sdk.core.sourcebuilder.SourceModelRoundtripTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 s - in org.eclipse.scout.sdk.core.sourcebuilder.SourceModelRoundtripTest
[INFO] Running org.eclipse.scout.sdk.core.signature.SignatureUtilsTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.eclipse.scout.sdk.core.signature.SignatureUtilsTest
[INFO] Running org.eclipse.scout.sdk.core.signature.SignatureTest
[INFO] Tests run: 189, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s - in org.eclipse.scout.sdk.core.signature.SignatureTest
[INFO] Running org.eclipse.scout.sdk.core.model.sugar.QueryTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.154 s - in org.eclipse.scout.sdk.core.model.sugar.QueryTest
[INFO] Running org.eclipse.scout.sdk.core.model.spi.internal.metavalue.MetaValueFactoryTest
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s - in org.eclipse.scout.sdk.core.model.spi.internal.metavalue.MetaValueFactoryTest
[INFO] Running org.eclipse.scout.sdk.core.model.spi.internal.CompositeObjectTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.sdk.core.model.spi.internal.CompositeObjectTest
[INFO] Running org.eclipse.scout.sdk.core.model.spi.internal.ClasspathBuilderTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.sdk.core.model.spi.internal.ClasspathBuilderTest
[INFO] Running org.eclipse.scout.sdk.core.model.TypeTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in org.eclipse.scout.sdk.core.model.TypeTest
[INFO] Running org.eclipse.scout.sdk.core.model.TypeParameterTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.sdk.core.model.TypeParameterTest
[INFO] Running org.eclipse.scout.sdk.core.model.SourceRangeTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.sdk.core.model.SourceRangeTest
[INFO] Running org.eclipse.scout.sdk.core.model.PrimitiveTypeTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.scout.sdk.core.model.PrimitiveTypeTest
[INFO] Running org.eclipse.scout.sdk.core.model.PackageTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.sdk.core.model.PackageTest
[INFO] Running org.eclipse.scout.sdk.core.model.MethodTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.scout.sdk.core.model.MethodTest
[INFO] Running org.eclipse.scout.sdk.core.model.MethodParameterTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.sdk.core.model.MethodParameterTest
[INFO] Running org.eclipse.scout.sdk.core.model.ManagedAnnotationTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.146 s - in org.eclipse.scout.sdk.core.model.ManagedAnnotationTest
[INFO] Running org.eclipse.scout.sdk.core.model.ImportDeclarationTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.sdk.core.model.ImportDeclarationTest
[INFO] Running org.eclipse.scout.sdk.core.model.GenericMethodTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s - in org.eclipse.scout.sdk.core.model.GenericMethodTest
[INFO] Running org.eclipse.scout.sdk.core.model.FieldTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.scout.sdk.core.model.FieldTest
[INFO] Running org.eclipse.scout.sdk.core.model.CreateAndOverrideNewCompilationUnitTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.eclipse.scout.sdk.core.model.CreateAndOverrideNewCompilationUnitTest
[INFO] Running org.eclipse.scout.sdk.core.model.CompilationUnitTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.scout.sdk.core.model.CompilationUnitTest
[INFO] Running org.eclipse.scout.sdk.core.model.ArrayTypeTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.scout.sdk.core.model.ArrayTypeTest
[INFO] Running org.eclipse.scout.sdk.core.model.AnnotationTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.eclipse.scout.sdk.core.model.AnnotationTest
[INFO] Running org.eclipse.scout.sdk.core.model.AnnotationSourceTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.162 s - in org.eclipse.scout.sdk.core.model.AnnotationSourceTest
[INFO] Running org.eclipse.scout.sdk.core.model.AnnotationQueryTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s - in org.eclipse.scout.sdk.core.model.AnnotationQueryTest
[INFO] Running org.eclipse.scout.sdk.core.model.AnnotationElementTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.scout.sdk.core.model.AnnotationElementTest
[INFO] Running org.eclipse.scout.sdk.core.importvalidator.ImportValidatorTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.scout.sdk.core.importvalidator.ImportValidatorTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 364, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ org.eclipse.scout.sdk.core.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-9.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.core.test ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.core.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-9.0.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.core.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-9.0.0-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.core.test ---
[INFO] Skipping duplicate-finder execution!
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.core.test ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.core.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-9.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.core.test ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.test/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.test-9.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.test/pom.xml to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.test/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.test-9.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-9.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.test/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.test-9.0.0-SNAPSHOT-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-9.0.0-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.test/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.test-9.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-9.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.test/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.test-9.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s >---------
[INFO] Building org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s 9.0.0-SNAPSHOT [7/14]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.core.s ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.core.s ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.sdk.core.s ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk.core.s ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s/../org.eclipse.scout.sdk/target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.core.s ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.core.s ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.core.s ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.core.s ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 50 source files to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.core.s ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.core.s ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.core.s ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ org.eclipse.scout.sdk.core.s ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s/target/org.eclipse.scout.sdk.core.s-9.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.core.s ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.core.s ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.core.s ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.core.s ---
[INFO] Skipping duplicate-finder execution!
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.core.s ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.core.s ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s/target/org.eclipse.scout.sdk.core.s-9.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.core.s ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s/target/org.eclipse.scout.sdk.core.s-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s-9.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s/pom.xml to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s-9.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s/target/org.eclipse.scout.sdk.core.s-9.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s-9.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------< org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s.test >-------
[INFO] Building org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s.test 9.0.0-SNAPSHOT [8/14]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.core.s.test ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.core.s.test ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.sdk.core.s.test ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk.core.s.test ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/../org.eclipse.scout.sdk/target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.core.s.test ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.core.s.test ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:add-source (add-source) @ org.eclipse.scout.sdk.core.s.test ---
[INFO] Source directory: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/src/main/client added.
[INFO] Source directory: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/src/main/shared added.
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.core.s.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.core.s.test ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 141 source files to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.core.s.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.core.s.test ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 36 source files to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.core.s.test ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.scout.sdk.core.s.util.CoreScoutUtilsTest
[WARNING]: The @Order value 100000000000000000 is very large and therefore may not be precise enough. It is recommended to use a lower value.
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.386 s - in org.eclipse.scout.sdk.core.s.util.CoreScoutUtilsTest
[INFO] Running org.eclipse.scout.sdk.core.s.structured.WellformTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.227 s - in org.eclipse.scout.sdk.core.s.structured.WellformTest
[INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.testcase.TestSourceBuilderTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.testcase.TestSourceBuilderTest
[INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.page.PageSourceBuilderTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.397 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.page.PageSourceBuilderTest
[INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.lookupcall.LookupCallSourceBuilderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.lookupcall.LookupCallSourceBuilderTest
[INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.form.FormSourceBuilderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.213 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.form.FormSourceBuilderTest
[INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.TableFieldWithIgnoredColumnsTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.274 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.TableFieldWithIgnoredColumnsTest
[INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.TableFieldFormTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.567 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.TableFieldFormTest
[INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.TableFieldExtensionTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.157 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.TableFieldExtensionTest
[INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.TableFieldBeanTest
[WARNING]: Column 'formdata.client.ui.forms.ColumnWithoutTypeForm$MainBox$MyTableField$Table$MyColumn' has no value type.
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.953 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.TableFieldBeanTest
[INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.SimpleFormTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.SimpleFormTest
[INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ScopeTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.172 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ScopeTest
[INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ReplacingPageTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.221 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ReplacingPageTest
[INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ReplacingFormTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ReplacingFormTest
[INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ReplaceWithTemplatesTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.398 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ReplaceWithTemplatesTest
[INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ReplaceFormFieldTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.379 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ReplaceFormFieldTest
[INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.PageBeanDataTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.807 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.PageBeanDataTest
[INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.NestedMultiLevelFormFieldTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.26 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.NestedMultiLevelFormFieldTest
[INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.MixedValueFieldTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.MixedValueFieldTest
[INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.MasterFieldFormDataTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.MasterFieldFormDataTest
[INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ListBoxFormTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ListBoxFormTest
[INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.IgnoredFieldsFormTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.IgnoredFieldsFormTest
[INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.FormWithTemplateTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.FormWithTemplateTest
[INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.FormWithGroupboxesTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.FormWithGroupboxesTest
[INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.FormPropertiesTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.FormPropertiesTest
[INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.FormFieldMenuTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.FormFieldMenuTest
[INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ExternalTableFieldTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.13 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ExternalTableFieldTest
[INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ExternalGroupboxTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ExternalGroupboxTest
[INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ExternalCheckboxFieldTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ExternalCheckboxFieldTest
[INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ExtensionFormDataTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.255 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ExtensionFormDataTest
[INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.AnnotationCopyTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.AnnotationCopyTest
[INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.codetype.CodeTypeSourceBuilderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.codetype.CodeTypeSourceBuilderTest
[INFO] Running org.eclipse.scout.sdk.core.s.project.ScoutProjectNewTest
[WARNING]: Don't override file /tmp/CoreScoutTestingUtils-projectDir6790146731507436211/artifact/artifact/pom.xml
[WARNING]: /tmp/CoreScoutTestingUtils-projectDir6790146731507436211/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[5] 
	import org.eclipse.scout.rt.shared.ISession;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.scout.rt.shared.ISession is never used
[WARNING]: /tmp/CoreScoutTestingUtils-projectDir6790146731507436211/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[7] 
	import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService is never used
2 problems (2 warnings)
[WARNING]: /tmp/CoreScoutTestingUtils-projectDir6790146731507436211/artifact/artifact.client/src/main/java/group/artifact/client/ClientSession.java:[4] 
	import org.eclipse.scout.rt.client.IClientSession;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.scout.rt.client.IClientSession is never used
1 problem (1 warning)
[WARNING]: /tmp/CoreScoutTestingUtils-projectDir6790146731507436211/artifact/artifact.client/src/test/java/group/artifact/client/helloworld/HelloWorldFormTest.java:[8] 
	import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField is never used
1 problem (1 warning)
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 55.63 s - in org.eclipse.scout.sdk.core.s.project.ScoutProjectNewTest
[INFO] Running org.eclipse.scout.sdk.core.s.jaxws.JaxWsUtilsTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s - in org.eclipse.scout.sdk.core.s.jaxws.JaxWsUtilsTest
[INFO] Running org.eclipse.scout.sdk.core.s.jaxws.JaxWsModuleNewHelperTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s - in org.eclipse.scout.sdk.core.s.jaxws.JaxWsModuleNewHelperTest
[INFO] Running org.eclipse.scout.sdk.core.s.ScoutRuntimeTypesTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s - in org.eclipse.scout.sdk.core.s.ScoutRuntimeTypesTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ org.eclipse.scout.sdk.core.s.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-9.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.core.s.test ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.core.s.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-9.0.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.core.s.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-9.0.0-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.core.s.test ---
[INFO] Skipping duplicate-finder execution!
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.core.s.test ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.core.s.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-9.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.core.s.test ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s.test/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s.test-9.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/pom.xml to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s.test/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s.test-9.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-9.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s.test/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s.test-9.0.0-SNAPSHOT-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-9.0.0-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s.test/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s.test-9.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-9.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s.test/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s.test-9.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------< org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e >---------
[INFO] Building org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e 9.0.0-SNAPSHOT [9/14]
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.s2e ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.sdk.s2e ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk.s2e ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e/../org.eclipse.scout.sdk/target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.s2e ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 5 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.s2e ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 58 source files to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.s2e ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-bundle-plugin:4.1.0:bundle (default-bundle) @ org.eclipse.scout.sdk.s2e ---
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.s2e ---
[INFO] Skipping because packaging 'bundle' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.s2e ---
[INFO] Skipping duplicate-finder execution!
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.s2e ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-9.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e-9.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e/pom.xml to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e-9.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-9.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e-9.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:4.1.0:install (default-install) @ org.eclipse.scout.sdk.s2e ---
[INFO] Local OBR update disabled (enable with -DobrRepository)
[INFO] 
[INFO] ------< org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.test >------
[INFO] Building org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.test 9.0.0-SNAPSHOT [10/14]
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] The POM for org.eclipse.platform:org.eclipse.swt:jar:3.109.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.s2e.test ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e.test ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.sdk.s2e.test ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.test ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/../org.eclipse.scout.sdk/target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.test ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.test ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.s2e.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.s2e.test ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 7 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.test ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.s2e.test ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.scout.sdk.s2e.util.ScoutTierTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.88 s - in org.eclipse.scout.sdk.s2e.util.ScoutTierTest
[INFO] Running org.eclipse.scout.sdk.s2e.util.ScoutStatusTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.eclipse.scout.sdk.s2e.util.ScoutStatusTest
[INFO] Running org.eclipse.scout.sdk.s2e.test.ApiTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.745 s - in org.eclipse.scout.sdk.s2e.test.ApiTest
[INFO] Running org.eclipse.scout.sdk.s2e.operation.permission.PermissionNewOperationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.934 s - in org.eclipse.scout.sdk.s2e.operation.permission.PermissionNewOperationTest
[INFO] Running org.eclipse.scout.sdk.s2e.operation.page.PageNewOperationTest
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.236 s - in org.eclipse.scout.sdk.s2e.operation.page.PageNewOperationTest
[INFO] Running org.eclipse.scout.sdk.s2e.operation.lookupcall.LookupCallNewOperationTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.891 s - in org.eclipse.scout.sdk.s2e.operation.lookupcall.LookupCallNewOperationTest
[INFO] Running org.eclipse.scout.sdk.s2e.operation.jaxws.WebServiceUpdateOperationTest
[WARNING]: Don't override file /tmp/CoreScoutTestingUtils-projectDir1552041058797536310/artifact/artifact/pom.xml
[WARNING]: CP Don't override file /tmp/jaxws-module-tmp3857394602072447207/artifact.server.jaxws/src/main/resources/META-INF/scout.xml
[WARNING]: /tmp/CoreScoutTestingUtils-projectDir1552041058797536310/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/provider/multifile/ErrorResponse.java:[15] 
	public class ErrorResponse
	             ^^^^^^^^^^^^^
The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long
2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
3. WARNING: Annotation processing: Generate entry point for endpoint interface 'test.provider.multifile.IScoutQueryInterface2PortType' [entryPoint=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint, wsdl:portType=scoutQueryInterface2, wsdl:service=scoutQuery, wsdl:port=scoutQueryPort] [processor=JaxWsAnnotationProcessor]
4. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.WsProviderCorrelationIdHandler, handlerDelegate=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_WsProviderCorrelationIdHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
5. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.LogHandler, handlerDelegate=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_LogHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
6. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
7. WARNING: Annotation processing: Generate handler chain XML-file [file=ScoutQueryInterface2WebServiceEntryPoint_handler-chain.xml, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
8. WARNING: Annotation processing: Entry point successfully generated. [entryPoint=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType, entryPointDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition] [processor=JaxWsAnnotationProcessor]
9. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10 problems (10 warnings)
[WARNING]: /tmp/CoreScoutTestingUtils-projectDir1552041058797536310/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[5] 
	import org.eclipse.scout.rt.shared.ISession;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.scout.rt.shared.ISession is never used
[WARNING]: /tmp/CoreScoutTestingUtils-projectDir1552041058797536310/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[7] 
	import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService is never used
2 problems (2 warnings)
[WARNING]: /tmp/CoreScoutTestingUtils-projectDir1552041058797536310/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/provider/multifile/ErrorResponse.java:[15] 
	public class ErrorResponse
	             ^^^^^^^^^^^^^
The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long
2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
3. WARNING: Annotation processing: Generate entry point for endpoint interface 'test.provider.multifile.IScoutQueryInterface2PortType' [entryPoint=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint, wsdl:portType=scoutQueryInterface2, wsdl:service=scoutQuery, wsdl:port=scoutQueryPort] [processor=JaxWsAnnotationProcessor]
4. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.WsProviderCorrelationIdHandler, handlerDelegate=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_WsProviderCorrelationIdHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
5. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.LogHandler, handlerDelegate=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_LogHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
6. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
7. WARNING: Annotation processing: Generate handler chain XML-file [file=ScoutQueryInterface2WebServiceEntryPoint_handler-chain.xml, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
8. WARNING: Annotation processing: Entry point successfully generated. [entryPoint=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType, entryPointDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition] [processor=JaxWsAnnotationProcessor]
9. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10 problems (10 warnings)
[WARNING]: /tmp/CoreScoutTestingUtils-projectDir1552041058797536310/artifact/artifact.client/src/main/java/group/artifact/client/ClientSession.java:[4] 
	import org.eclipse.scout.rt.client.IClientSession;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.scout.rt.client.IClientSession is never used
1 problem (1 warning)
[WARNING]: /tmp/CoreScoutTestingUtils-projectDir1552041058797536310/artifact/artifact.client/src/test/java/group/artifact/client/helloworld/HelloWorldFormTest.java:[8] 
	import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField is never used
1 problem (1 warning)
[WARNING]: /tmp/CoreScoutTestingUtils-projectDir1552041058797536310/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[5] 
	import org.eclipse.scout.rt.shared.ISession;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.scout.rt.shared.ISession is never used
[WARNING]: /tmp/CoreScoutTestingUtils-projectDir1552041058797536310/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[7] 
	import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService is never used
2 problems (2 warnings)
[WARNING]: /tmp/CoreScoutTestingUtils-projectDir1552041058797536310/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/provider/newMultiFile/ErrorResponse.java:[15] 
	public class ErrorResponse
	             ^^^^^^^^^^^^^
The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long
2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
3. WARNING: Annotation processing: Generate entry point for endpoint interface 'test.provider.newMultiFile.IChangedPortType' [entryPoint=entry.point.changedpackage.ChangedEntryPointName, wsdl:portType=scoutQueryInterface2, wsdl:service=scoutQuery, wsdl:port=scoutQueryPort] [processor=JaxWsAnnotationProcessor]
4. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.WsProviderCorrelationIdHandler, handlerDelegate=entry.point.changedpackage.ChangedEntryPointName_WsProviderCorrelationIdHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.newMultiFile.IChangedPortType] [processor=JaxWsAnnotationProcessor]
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]
6. WARNING: Annotation processing: Generate AuthHandler [authHandler=entry.point.changedpackage.ChangedEntryPointName_AuthHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.newMultiFile.IChangedPortType] [processor=JaxWsAnnotationProcessor]
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]
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]
9. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10 problems (10 warnings)
[WARNING]: /tmp/CoreScoutTestingUtils-projectDir1552041058797536310/artifact/artifact.client/src/main/java/group/artifact/client/ClientSession.java:[4] 
	import org.eclipse.scout.rt.client.IClientSession;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.scout.rt.client.IClientSession is never used
1 problem (1 warning)
[WARNING]: /tmp/CoreScoutTestingUtils-projectDir1552041058797536310/artifact/artifact.client/src/test/java/group/artifact/client/helloworld/HelloWorldFormTest.java:[8] 
	import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField is never used
1 problem (1 warning)
[WARNING]: Don't override file /tmp/CoreScoutTestingUtils-projectDir3639595313680946892/artifact/artifact/pom.xml
[WARNING]: CP Don't override file /tmp/jaxws-module-tmp12508171787845637273/artifact.server.jaxws/src/main/resources/META-INF/scout.xml
[WARNING]: /tmp/CoreScoutTestingUtils-projectDir3639595313680946892/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/consumer/multifile/ErrorResponse.java:[15] 
	public class ErrorResponse
	             ^^^^^^^^^^^^^
The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long
2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
3. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multifile.IScoutQueryInterface2PortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
4. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
4 problems (4 warnings)
[WARNING]: /tmp/CoreScoutTestingUtils-projectDir3639595313680946892/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[5] 
	import org.eclipse.scout.rt.shared.ISession;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.scout.rt.shared.ISession is never used
[WARNING]: /tmp/CoreScoutTestingUtils-projectDir3639595313680946892/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[7] 
	import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService is never used
2 problems (2 warnings)
[WARNING]: /tmp/CoreScoutTestingUtils-projectDir3639595313680946892/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/consumer/multifile/ErrorResponse.java:[15] 
	public class ErrorResponse
	             ^^^^^^^^^^^^^
The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long
2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
3. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multifile.IScoutQueryInterface2PortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
4. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
4 problems (4 warnings)
[WARNING]: /tmp/CoreScoutTestingUtils-projectDir3639595313680946892/artifact/artifact.client/src/main/java/group/artifact/client/ClientSession.java:[4] 
	import org.eclipse.scout.rt.client.IClientSession;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.scout.rt.client.IClientSession is never used
1 problem (1 warning)
[WARNING]: /tmp/CoreScoutTestingUtils-projectDir3639595313680946892/artifact/artifact.client/src/test/java/group/artifact/client/helloworld/HelloWorldFormTest.java:[8] 
	import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField is never used
1 problem (1 warning)
[WARNING]: /tmp/CoreScoutTestingUtils-projectDir3639595313680946892/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[5] 
	import org.eclipse.scout.rt.shared.ISession;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.scout.rt.shared.ISession is never used
[WARNING]: /tmp/CoreScoutTestingUtils-projectDir3639595313680946892/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[7] 
	import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService is never used
2 problems (2 warnings)
[WARNING]: /tmp/CoreScoutTestingUtils-projectDir3639595313680946892/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/consumer/newMultiFile/ErrorResponse.java:[15] 
	public class ErrorResponse
	             ^^^^^^^^^^^^^
The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long
2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
3. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.newMultiFile.IChangedPortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
4. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
4 problems (4 warnings)
[WARNING]: /tmp/CoreScoutTestingUtils-projectDir3639595313680946892/artifact/artifact.client/src/main/java/group/artifact/client/ClientSession.java:[4] 
	import org.eclipse.scout.rt.client.IClientSession;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.scout.rt.client.IClientSession is never used
1 problem (1 warning)
[WARNING]: /tmp/CoreScoutTestingUtils-projectDir3639595313680946892/artifact/artifact.client/src/test/java/group/artifact/client/helloworld/HelloWorldFormTest.java:[8] 
	import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField is never used
1 problem (1 warning)
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 128.169 s - in org.eclipse.scout.sdk.s2e.operation.jaxws.WebServiceUpdateOperationTest
[INFO] Running org.eclipse.scout.sdk.s2e.operation.jaxws.WebServiceNewOperationTest
[WARNING]: Don't override file /tmp/CoreScoutTestingUtils-projectDir2621961814193061521/artifact/artifact/pom.xml
[WARNING]: CP Don't override file /tmp/jaxws-module-tmp5671439075254523360/artifact.server.jaxws/src/main/resources/META-INF/scout.xml
[WARNING]: /tmp/CoreScoutTestingUtils-projectDir2621961814193061521/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/provider/multifile/ErrorResponse.java:[15] 
	public class ErrorResponse
	             ^^^^^^^^^^^^^
The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long
2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
3. WARNING: Annotation processing: Generate entry point for endpoint interface 'test.provider.multifile.IScoutQueryInterface2PortType' [entryPoint=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint, wsdl:portType=scoutQueryInterface2, wsdl:service=scoutQuery, wsdl:port=scoutQueryPort] [processor=JaxWsAnnotationProcessor]
4. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.WsProviderCorrelationIdHandler, handlerDelegate=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_WsProviderCorrelationIdHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
5. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.LogHandler, handlerDelegate=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_LogHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
6. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
7. WARNING: Annotation processing: Generate handler chain XML-file [file=ScoutQueryInterface2WebServiceEntryPoint_handler-chain.xml, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
8. WARNING: Annotation processing: Entry point successfully generated. [entryPoint=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType, entryPointDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition] [processor=JaxWsAnnotationProcessor]
9. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10 problems (10 warnings)
[WARNING]: /tmp/CoreScoutTestingUtils-projectDir2621961814193061521/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[5] 
	import org.eclipse.scout.rt.shared.ISession;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.scout.rt.shared.ISession is never used
[WARNING]: /tmp/CoreScoutTestingUtils-projectDir2621961814193061521/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[7] 
	import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService is never used
2 problems (2 warnings)
[WARNING]: /tmp/CoreScoutTestingUtils-projectDir2621961814193061521/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/provider/multifile/ErrorResponse.java:[15] 
	public class ErrorResponse
	             ^^^^^^^^^^^^^
The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long
2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
3. WARNING: Annotation processing: Generate entry point for endpoint interface 'test.provider.multifile.IScoutQueryInterface2PortType' [entryPoint=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint, wsdl:portType=scoutQueryInterface2, wsdl:service=scoutQuery, wsdl:port=scoutQueryPort] [processor=JaxWsAnnotationProcessor]
4. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.WsProviderCorrelationIdHandler, handlerDelegate=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_WsProviderCorrelationIdHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
5. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.LogHandler, handlerDelegate=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_LogHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
6. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
7. WARNING: Annotation processing: Generate handler chain XML-file [file=ScoutQueryInterface2WebServiceEntryPoint_handler-chain.xml, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
8. WARNING: Annotation processing: Entry point successfully generated. [entryPoint=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType, entryPointDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition] [processor=JaxWsAnnotationProcessor]
9. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
10 problems (10 warnings)
[WARNING]: /tmp/CoreScoutTestingUtils-projectDir2621961814193061521/artifact/artifact.client/src/main/java/group/artifact/client/ClientSession.java:[4] 
	import org.eclipse.scout.rt.client.IClientSession;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.scout.rt.client.IClientSession is never used
1 problem (1 warning)
[WARNING]: /tmp/CoreScoutTestingUtils-projectDir2621961814193061521/artifact/artifact.client/src/test/java/group/artifact/client/helloworld/HelloWorldFormTest.java:[8] 
	import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField is never used
1 problem (1 warning)
[WARNING]: /tmp/CoreScoutTestingUtils-projectDir2621961814193061521/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/provider/multifile/ErrorResponse.java:[15] 
	public class ErrorResponse
	             ^^^^^^^^^^^^^
The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long
2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
3. WARNING: Annotation processing: Generate entry point for endpoint interface 'test.provider.multifile.IScoutQueryInterface2PortType' [entryPoint=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint, wsdl:portType=scoutQueryInterface2, wsdl:service=scoutQuery, wsdl:port=scoutQueryPort] [processor=JaxWsAnnotationProcessor]
4. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.WsProviderCorrelationIdHandler, handlerDelegate=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_WsProviderCorrelationIdHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
5. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.LogHandler, handlerDelegate=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_LogHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
6. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
7. WARNING: Annotation processing: Generate handler chain XML-file [file=ScoutQueryInterface2WebServiceEntryPoint_handler-chain.xml, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
8. WARNING: Annotation processing: Entry point successfully generated. [entryPoint=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType, entryPointDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition] [processor=JaxWsAnnotationProcessor]
9. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.IFirstWebServiceOnePortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
10. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.IFirstWebServiceTwoPortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
11. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.ISecondWebServiceOnePortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
12. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.ISecondWebServiceTwoPortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
13. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
14. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
14 problems (14 warnings)
[WARNING]: /tmp/CoreScoutTestingUtils-projectDir2621961814193061521/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[5] 
	import org.eclipse.scout.rt.shared.ISession;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.scout.rt.shared.ISession is never used
[WARNING]: /tmp/CoreScoutTestingUtils-projectDir2621961814193061521/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[7] 
	import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService is never used
2 problems (2 warnings)
[WARNING]: /tmp/CoreScoutTestingUtils-projectDir2621961814193061521/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/provider/multifile/ErrorResponse.java:[15] 
	public class ErrorResponse
	             ^^^^^^^^^^^^^
The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long
2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
3. WARNING: Annotation processing: Generate entry point for endpoint interface 'test.provider.multifile.IScoutQueryInterface2PortType' [entryPoint=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint, wsdl:portType=scoutQueryInterface2, wsdl:service=scoutQuery, wsdl:port=scoutQueryPort] [processor=JaxWsAnnotationProcessor]
4. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.WsProviderCorrelationIdHandler, handlerDelegate=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_WsProviderCorrelationIdHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
5. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.LogHandler, handlerDelegate=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_LogHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
6. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
7. WARNING: Annotation processing: Generate handler chain XML-file [file=ScoutQueryInterface2WebServiceEntryPoint_handler-chain.xml, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
8. WARNING: Annotation processing: Entry point successfully generated. [entryPoint=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType, entryPointDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition] [processor=JaxWsAnnotationProcessor]
9. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.IFirstWebServiceOnePortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
10. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.IFirstWebServiceTwoPortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
11. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.ISecondWebServiceOnePortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
12. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.ISecondWebServiceTwoPortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
13. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
14. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
14 problems (14 warnings)
[WARNING]: /tmp/CoreScoutTestingUtils-projectDir2621961814193061521/artifact/artifact.client/src/main/java/group/artifact/client/ClientSession.java:[4] 
	import org.eclipse.scout.rt.client.IClientSession;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.scout.rt.client.IClientSession is never used
1 problem (1 warning)
[WARNING]: /tmp/CoreScoutTestingUtils-projectDir2621961814193061521/artifact/artifact.client/src/test/java/group/artifact/client/helloworld/HelloWorldFormTest.java:[8] 
	import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField is never used
1 problem (1 warning)
[WARNING]: /tmp/CoreScoutTestingUtils-projectDir2621961814193061521/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/provider/multifile/ErrorResponse.java:[15] 
	public class ErrorResponse
	             ^^^^^^^^^^^^^
The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long
2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
3. WARNING: Annotation processing: Generate entry point for endpoint interface 'test.provider.multifile.IScoutQueryInterface2PortType' [entryPoint=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint, wsdl:portType=scoutQueryInterface2, wsdl:service=scoutQuery, wsdl:port=scoutQueryPort] [processor=JaxWsAnnotationProcessor]
4. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.WsProviderCorrelationIdHandler, handlerDelegate=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_WsProviderCorrelationIdHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
5. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.LogHandler, handlerDelegate=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_LogHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
6. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
7. WARNING: Annotation processing: Generate handler chain XML-file [file=ScoutQueryInterface2WebServiceEntryPoint_handler-chain.xml, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
8. WARNING: Annotation processing: Entry point successfully generated. [entryPoint=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType, entryPointDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition] [processor=JaxWsAnnotationProcessor]
9. WARNING: Annotation processing: 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. 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]
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]
12. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.empty.WhateverWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.empty.IWhateverWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.IWhateverPortType] [processor=JaxWsAnnotationProcessor]
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]
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]
15. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.IFirstWebServiceOnePortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
16. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.IFirstWebServiceTwoPortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
17. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.ISecondWebServiceOnePortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
18. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.ISecondWebServiceTwoPortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
19. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
20. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
20 problems (20 warnings)
[WARNING]: /tmp/CoreScoutTestingUtils-projectDir2621961814193061521/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[5] 
	import org.eclipse.scout.rt.shared.ISession;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.scout.rt.shared.ISession is never used
[WARNING]: /tmp/CoreScoutTestingUtils-projectDir2621961814193061521/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[7] 
	import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService is never used
2 problems (2 warnings)
[WARNING]: /tmp/CoreScoutTestingUtils-projectDir2621961814193061521/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/provider/multifile/ErrorResponse.java:[15] 
	public class ErrorResponse
	             ^^^^^^^^^^^^^
The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long
2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
3. WARNING: Annotation processing: Generate entry point for endpoint interface 'test.provider.multifile.IScoutQueryInterface2PortType' [entryPoint=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint, wsdl:portType=scoutQueryInterface2, wsdl:service=scoutQuery, wsdl:port=scoutQueryPort] [processor=JaxWsAnnotationProcessor]
4. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.WsProviderCorrelationIdHandler, handlerDelegate=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_WsProviderCorrelationIdHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
5. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.LogHandler, handlerDelegate=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_LogHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
6. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
7. WARNING: Annotation processing: Generate handler chain XML-file [file=ScoutQueryInterface2WebServiceEntryPoint_handler-chain.xml, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
8. WARNING: Annotation processing: Entry point successfully generated. [entryPoint=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType, entryPointDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition] [processor=JaxWsAnnotationProcessor]
9. WARNING: Annotation processing: 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. 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]
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]
12. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.empty.WhateverWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.empty.IWhateverWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.IWhateverPortType] [processor=JaxWsAnnotationProcessor]
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]
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]
15. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.IFirstWebServiceOnePortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
16. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.IFirstWebServiceTwoPortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
17. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.ISecondWebServiceOnePortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
18. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.ISecondWebServiceTwoPortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
19. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
20. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
20 problems (20 warnings)
[WARNING]: /tmp/CoreScoutTestingUtils-projectDir2621961814193061521/artifact/artifact.client/src/main/java/group/artifact/client/ClientSession.java:[4] 
	import org.eclipse.scout.rt.client.IClientSession;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.scout.rt.client.IClientSession is never used
1 problem (1 warning)
[WARNING]: /tmp/CoreScoutTestingUtils-projectDir2621961814193061521/artifact/artifact.client/src/test/java/group/artifact/client/helloworld/HelloWorldFormTest.java:[8] 
	import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField is never used
1 problem (1 warning)
[WARNING]: Don't override file /tmp/CoreScoutTestingUtils-projectDir415723224637585151/artifact/artifact/pom.xml
[WARNING]: CP Don't override file /tmp/jaxws-module-tmp2079035797910637790/artifact.server.jaxws/src/main/resources/META-INF/scout.xml
[WARNING]: /tmp/CoreScoutTestingUtils-projectDir415723224637585151/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/consumer/ErrorResponse.java:[15] 
	public class ErrorResponse
	             ^^^^^^^^^^^^^
The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long
2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
3. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.IScoutQueryInterface2PortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
4. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
4 problems (4 warnings)
[WARNING]: /tmp/CoreScoutTestingUtils-projectDir415723224637585151/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[5] 
	import org.eclipse.scout.rt.shared.ISession;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.scout.rt.shared.ISession is never used
[WARNING]: /tmp/CoreScoutTestingUtils-projectDir415723224637585151/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[7] 
	import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService is never used
2 problems (2 warnings)
[WARNING]: /tmp/CoreScoutTestingUtils-projectDir415723224637585151/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/consumer/ErrorResponse.java:[15] 
	public class ErrorResponse
	             ^^^^^^^^^^^^^
The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long
2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
3. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.IScoutQueryInterface2PortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
4. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
4 problems (4 warnings)
[WARNING]: /tmp/CoreScoutTestingUtils-projectDir415723224637585151/artifact/artifact.client/src/main/java/group/artifact/client/ClientSession.java:[4] 
	import org.eclipse.scout.rt.client.IClientSession;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.scout.rt.client.IClientSession is never used
1 problem (1 warning)
[WARNING]: /tmp/CoreScoutTestingUtils-projectDir415723224637585151/artifact/artifact.client/src/test/java/group/artifact/client/helloworld/HelloWorldFormTest.java:[8] 
	import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField is never used
1 problem (1 warning)
[WARNING]: /tmp/CoreScoutTestingUtils-projectDir415723224637585151/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/consumer/ErrorResponse.java:[15] 
	public class ErrorResponse
	             ^^^^^^^^^^^^^
The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long
2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
3. WARNING: Annotation processing: 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]
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]
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]
6. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.empty.TestEmptyWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.empty.ITestEmptyWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.ITestEmptyPortType] [processor=JaxWsAnnotationProcessor]
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]
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]
9. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.IScoutQueryInterface2PortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
10. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
11. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
11 problems (11 warnings)
[WARNING]: /tmp/CoreScoutTestingUtils-projectDir415723224637585151/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[5] 
	import org.eclipse.scout.rt.shared.ISession;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.scout.rt.shared.ISession is never used
[WARNING]: /tmp/CoreScoutTestingUtils-projectDir415723224637585151/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[7] 
	import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService is never used
2 problems (2 warnings)
[WARNING]: /tmp/CoreScoutTestingUtils-projectDir415723224637585151/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/consumer/ErrorResponse.java:[15] 
	public class ErrorResponse
	             ^^^^^^^^^^^^^
The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long
2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
3. WARNING: Annotation processing: 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]
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]
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]
6. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.empty.TestEmptyWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.empty.ITestEmptyWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.ITestEmptyPortType] [processor=JaxWsAnnotationProcessor]
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]
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]
9. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.IScoutQueryInterface2PortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
10. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
11. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
11 problems (11 warnings)
[WARNING]: /tmp/CoreScoutTestingUtils-projectDir415723224637585151/artifact/artifact.client/src/main/java/group/artifact/client/ClientSession.java:[4] 
	import org.eclipse.scout.rt.client.IClientSession;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.scout.rt.client.IClientSession is never used
1 problem (1 warning)
[WARNING]: /tmp/CoreScoutTestingUtils-projectDir415723224637585151/artifact/artifact.client/src/test/java/group/artifact/client/helloworld/HelloWorldFormTest.java:[8] 
	import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField is never used
1 problem (1 warning)
[WARNING]: /tmp/CoreScoutTestingUtils-projectDir415723224637585151/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/consumer/ErrorResponse.java:[15] 
	public class ErrorResponse
	             ^^^^^^^^^^^^^
The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long
2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
3. WARNING: Annotation processing: 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]
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]
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]
6. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.empty.TestEmptyWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.empty.ITestEmptyWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.ITestEmptyPortType] [processor=JaxWsAnnotationProcessor]
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]
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]
9. 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. 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]
11. 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]
12. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multiservice.SecondWebServiceTwoWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multiservice.ISecondWebServiceTwoWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.ISecondWebServiceTwoPortType] [processor=JaxWsAnnotationProcessor]
13. 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]
14. WARNING: Annotation processing: Entry point successfully generated. [entryPoint=test.provider.multiservice.SecondWebServiceTwoWebServiceEntryPoint, endpointInterface=test.provider.multiservice.ISecondWebServiceTwoPortType, entryPointDefinition=test.provider.multiservice.ISecondWebServiceTwoWebServiceEntryPointDefinition] [processor=JaxWsAnnotationProcessor]
15. 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]
16. 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]
17. 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]
18. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multiservice.FirstWebServiceTwoWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multiservice.IFirstWebServiceTwoWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.IFirstWebServiceTwoPortType] [processor=JaxWsAnnotationProcessor]
19. 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]
20. WARNING: Annotation processing: Entry point successfully generated. [entryPoint=test.provider.multiservice.FirstWebServiceTwoWebServiceEntryPoint, endpointInterface=test.provider.multiservice.IFirstWebServiceTwoPortType, entryPointDefinition=test.provider.multiservice.IFirstWebServiceTwoWebServiceEntryPointDefinition] [processor=JaxWsAnnotationProcessor]
21. 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]
22. 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]
23. 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]
24. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multiservice.SecondWebServiceOneWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multiservice.ISecondWebServiceOneWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.ISecondWebServiceOnePortType] [processor=JaxWsAnnotationProcessor]
25. 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]
26. WARNING: Annotation processing: Entry point successfully generated. [entryPoint=test.provider.multiservice.SecondWebServiceOneWebServiceEntryPoint, endpointInterface=test.provider.multiservice.ISecondWebServiceOnePortType, entryPointDefinition=test.provider.multiservice.ISecondWebServiceOneWebServiceEntryPointDefinition] [processor=JaxWsAnnotationProcessor]
27. 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]
28. 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]
29. 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]
30. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multiservice.FirstWebServiceOneWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multiservice.IFirstWebServiceOneWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.IFirstWebServiceOnePortType] [processor=JaxWsAnnotationProcessor]
31. 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]
32. WARNING: Annotation processing: Entry point successfully generated. [entryPoint=test.provider.multiservice.FirstWebServiceOneWebServiceEntryPoint, endpointInterface=test.provider.multiservice.IFirstWebServiceOnePortType, entryPointDefinition=test.provider.multiservice.IFirstWebServiceOneWebServiceEntryPointDefinition] [processor=JaxWsAnnotationProcessor]
33. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.IScoutQueryInterface2PortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
34. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
35. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
35 problems (35 warnings)
[WARNING]: /tmp/CoreScoutTestingUtils-projectDir415723224637585151/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[5] 
	import org.eclipse.scout.rt.shared.ISession;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.scout.rt.shared.ISession is never used
[WARNING]: /tmp/CoreScoutTestingUtils-projectDir415723224637585151/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[7] 
	import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService is never used
2 problems (2 warnings)
[WARNING]: /tmp/CoreScoutTestingUtils-projectDir415723224637585151/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/consumer/ErrorResponse.java:[15] 
	public class ErrorResponse
	             ^^^^^^^^^^^^^
The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long
2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
3. WARNING: Annotation processing: 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]
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]
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]
6. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.empty.TestEmptyWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.empty.ITestEmptyWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.ITestEmptyPortType] [processor=JaxWsAnnotationProcessor]
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]
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]
9. 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. 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]
11. 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]
12. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multiservice.SecondWebServiceTwoWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multiservice.ISecondWebServiceTwoWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.ISecondWebServiceTwoPortType] [processor=JaxWsAnnotationProcessor]
13. 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]
14. WARNING: Annotation processing: Entry point successfully generated. [entryPoint=test.provider.multiservice.SecondWebServiceTwoWebServiceEntryPoint, endpointInterface=test.provider.multiservice.ISecondWebServiceTwoPortType, entryPointDefinition=test.provider.multiservice.ISecondWebServiceTwoWebServiceEntryPointDefinition] [processor=JaxWsAnnotationProcessor]
15. 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]
16. 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]
17. 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]
18. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multiservice.FirstWebServiceTwoWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multiservice.IFirstWebServiceTwoWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.IFirstWebServiceTwoPortType] [processor=JaxWsAnnotationProcessor]
19. 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]
20. WARNING: Annotation processing: Entry point successfully generated. [entryPoint=test.provider.multiservice.FirstWebServiceTwoWebServiceEntryPoint, endpointInterface=test.provider.multiservice.IFirstWebServiceTwoPortType, entryPointDefinition=test.provider.multiservice.IFirstWebServiceTwoWebServiceEntryPointDefinition] [processor=JaxWsAnnotationProcessor]
21. 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]
22. 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]
23. 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]
24. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multiservice.SecondWebServiceOneWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multiservice.ISecondWebServiceOneWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.ISecondWebServiceOnePortType] [processor=JaxWsAnnotationProcessor]
25. 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]
26. WARNING: Annotation processing: Entry point successfully generated. [entryPoint=test.provider.multiservice.SecondWebServiceOneWebServiceEntryPoint, endpointInterface=test.provider.multiservice.ISecondWebServiceOnePortType, entryPointDefinition=test.provider.multiservice.ISecondWebServiceOneWebServiceEntryPointDefinition] [processor=JaxWsAnnotationProcessor]
27. 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]
28. 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]
29. 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]
30. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multiservice.FirstWebServiceOneWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multiservice.IFirstWebServiceOneWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.IFirstWebServiceOnePortType] [processor=JaxWsAnnotationProcessor]
31. 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]
32. WARNING: Annotation processing: Entry point successfully generated. [entryPoint=test.provider.multiservice.FirstWebServiceOneWebServiceEntryPoint, endpointInterface=test.provider.multiservice.IFirstWebServiceOnePortType, entryPointDefinition=test.provider.multiservice.IFirstWebServiceOneWebServiceEntryPointDefinition] [processor=JaxWsAnnotationProcessor]
33. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.IScoutQueryInterface2PortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
34. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
35. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
35 problems (35 warnings)
[WARNING]: /tmp/CoreScoutTestingUtils-projectDir415723224637585151/artifact/artifact.client/src/main/java/group/artifact/client/ClientSession.java:[4] 
	import org.eclipse.scout.rt.client.IClientSession;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.scout.rt.client.IClientSession is never used
1 problem (1 warning)
[WARNING]: /tmp/CoreScoutTestingUtils-projectDir415723224637585151/artifact/artifact.client/src/test/java/group/artifact/client/helloworld/HelloWorldFormTest.java:[8] 
	import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField is never used
1 problem (1 warning)
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 131.119 s - in org.eclipse.scout.sdk.s2e.operation.jaxws.WebServiceNewOperationTest
[INFO] Running org.eclipse.scout.sdk.s2e.operation.form.FormNewOperationTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.301 s - in org.eclipse.scout.sdk.s2e.operation.form.FormNewOperationTest
[INFO] Running org.eclipse.scout.sdk.s2e.operation.codetype.CodeTypeNewOperationTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.135 s - in org.eclipse.scout.sdk.s2e.operation.codetype.CodeTypeNewOperationTest
[INFO] Running org.eclipse.scout.sdk.s2e.job.ResourceBlockingOperationJobTest
[WARNING]: operation 'org.eclipse.scout.sdk.s2e.operation.IOperation$MockitoMock$255145182' does not have a name.
[WARNING]: operation 'org.eclipse.scout.sdk.s2e.operation.IOperation$MockitoMock$255145182' does not have a name.
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s - in org.eclipse.scout.sdk.s2e.job.ResourceBlockingOperationJobTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ org.eclipse.scout.sdk.s2e.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-9.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.s2e.test ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-9.0.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-9.0.0-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.s2e.test ---
[INFO] Skipping duplicate-finder execution!
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.s2e.test ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-9.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e.test ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.test/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.test-9.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/pom.xml to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.test/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.test-9.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-9.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.test/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.test-9.0.0-SNAPSHOT-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-9.0.0-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.test/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.test-9.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-9.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.test/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.test-9.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------< org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.doc >-------
[INFO] Building org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.doc 9.0.0-SNAPSHOT [11/14]
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/../org.eclipse.scout.sdk/target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 63 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-bundle-plugin:4.1.0:bundle (default-bundle) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Skipping because packaging 'bundle' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Skipping duplicate-finder execution!
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-9.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.doc/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.doc-9.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/pom.xml to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.doc/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.doc-9.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-9.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.doc/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.doc-9.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:4.1.0:install (default-install) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Local OBR update disabled (enable with -DobrRepository)
[INFO] 
[INFO] ------< org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.nls >-------
[INFO] Building org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.nls 9.0.0-SNAPSHOT [12/14]
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/../org.eclipse.scout.sdk/target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/src/main/resources
[INFO] Copying 18 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 97 source files to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-bundle-plugin:4.1.0:bundle (default-bundle) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Skipping because packaging 'bundle' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Skipping duplicate-finder execution!
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/target/org.eclipse.scout.sdk.s2e.nls-9.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/target/org.eclipse.scout.sdk.s2e.nls-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.nls/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.nls-9.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/pom.xml to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.nls/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.nls-9.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/target/org.eclipse.scout.sdk.s2e.nls-9.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.nls/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.nls-9.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:4.1.0:install (default-install) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Local OBR update disabled (enable with -DobrRepository)
[INFO] 
[INFO] -------< org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.ui >-------
[INFO] Building org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.ui 9.0.0-SNAPSHOT [13/14]
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/../org.eclipse.scout.sdk/target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/src/main/resources
[INFO] Copying 41 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 133 source files to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-bundle-plugin:4.1.0:bundle (default-bundle) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Skipping because packaging 'bundle' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Skipping duplicate-finder execution!
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-9.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.ui/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.ui-9.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/pom.xml to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.ui/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.ui-9.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-9.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.ui/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.ui-9.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:4.1.0:install (default-install) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Local OBR update disabled (enable with -DobrRepository)
[INFO] 
[INFO] --------< org.eclipse.scout.sdk:org.eclipse.scout.sdk-settings >--------
[INFO] Building org.eclipse.scout.sdk-settings 9.0.0-SNAPSHOT           [14/14]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk-settings ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk-settings ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.sdk-settings ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk-settings ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk-settings/../org.eclipse.scout.sdk/target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk-settings ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk-settings ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk-settings ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 7 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk-settings ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk-settings ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk-settings/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk-settings ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk-settings ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ org.eclipse.scout.sdk-settings ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk-settings/target/org.eclipse.scout.sdk-settings-9.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk-settings ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk-settings ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk-settings ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk-settings ---
[INFO] Skipping duplicate-finder execution!
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk-settings ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk-settings ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk-settings ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk-settings/target/org.eclipse.scout.sdk-settings-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-settings/9.0.0-SNAPSHOT/org.eclipse.scout.sdk-settings-9.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk-settings/pom.xml to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-settings/9.0.0-SNAPSHOT/org.eclipse.scout.sdk-settings-9.0.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Eclipse Scout SDK 9.0.0-SNAPSHOT:
[INFO] 
[INFO] Scout Hello World Sample Application ............... SUCCESS [ 17.763 s]
[INFO] Scout JaxWs Module ................................. SUCCESS [  0.659 s]
[INFO] ScoutJS Sample Application ......................... SUCCESS [  0.874 s]
[INFO] Eclipse Scout SDK .................................. SUCCESS [  0.735 s]
[INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core ... SUCCESS [  4.468 s]
[INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.test SUCCESS [  4.967 s]
[INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s . SUCCESS [  3.233 s]
[INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s.test SUCCESS [01:14 min]
[INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e  SUCCESS [  8.758 s]
[INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.test SUCCESS [04:35 min]
[INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.doc SUCCESS [  0.919 s]
[INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.nls SUCCESS [  7.469 s]
[INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.ui SUCCESS [  2.732 s]
[INFO] org.eclipse.scout.sdk-settings ..................... SUCCESS [  0.541 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  06:50 min
[INFO] Finished at: 2022-01-10T23:44:00Z
[INFO] ------------------------------------------------------------------------
[scout-integration-9.0-SDK-nightly] $ /opt/tools/apache-maven/latest/bin/mvn -f org.eclipse.scout.sdk/pom.xml -Dremote_branch=origin/releases/9.0.x -Dis_tag=false -Dtag_or_branch=origin/releases/9.0.x -Dmaster_unitTest_skip=true -Dmaven.repo.local=/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository -Dgpg.skip=true deploy -Peclipse-sign -Dmaster_sanityCheck_skip=true -B -Dmaster_plugin_jarsigner_version=1.3.2
Apache Maven 3.8.3 (ff8e977a158738155dc465c6a97ffaf31982d739)
Maven home: /opt/tools/apache-maven/latest
Java version: 11.0.13, vendor: International Business Machines Corporation, runtime: /opt/java/openjdk
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.12.7-300.fc34.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.eclipse.scout.sdk:org.eclipse.scout.sdk.core:jar:9.0.0-SNAPSHOT
[WARNING] 'dependencyManagement.dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.eclipse.platform:org.eclipse.core.databinding:jar -> duplicate declaration of version ${org.eclipse.core.databinding} @ org.eclipse.scout.sdk:org.eclipse.scout.sdk:9.0.0-SNAPSHOT, /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk/pom.xml, line 907, column 19
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.eclipse.scout.sdk:org.eclipse.scout.sdk:pom:9.0.0-SNAPSHOT
[WARNING] 'dependencyManagement.dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.eclipse.platform:org.eclipse.core.databinding:jar -> duplicate declaration of version ${org.eclipse.core.databinding} @ line 907, column 19
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Scout Hello World Sample Application                   [maven-archetype]
[INFO] Scout JaxWs Module                                     [maven-archetype]
[INFO] ScoutJS Sample Application                             [maven-archetype]
[INFO] Eclipse Scout SDK                                                  [pom]
[INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core                   [jar]
[INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.test              [jar]
[INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s                 [jar]
[INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s.test            [jar]
[INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e             [bundle]
[INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.test           [jar]
[INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.doc         [bundle]
[INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.nls         [bundle]
[INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.ui          [bundle]
[INFO] org.eclipse.scout.sdk-settings                                     [jar]
[INFO] 
[INFO] ---------< org.eclipse.scout.archetypes:scout-helloworld-app >----------
[INFO] Building Scout Hello World Sample Application 9.0.0-SNAPSHOT      [1/14]
[INFO] --------------------------[ maven-archetype ]---------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ scout-helloworld-app ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ scout-helloworld-app ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ scout-helloworld-app ---
[WARNING] The artifact xml-apis:xml-apis:jar:2.0.2 has been relocated to xml-apis:xml-apis:jar:1.0.b2
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-helloworld-app/../target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ scout-helloworld-app ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ scout-helloworld-app ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ scout-helloworld-app ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 105 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ scout-helloworld-app ---
[INFO] Generating flattened POM of project org.eclipse.scout.archetypes:scout-helloworld-app:maven-archetype:9.0.0-SNAPSHOT...
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ scout-helloworld-app ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:3.0.1:jar (default-jar) @ scout-helloworld-app ---
[INFO] Building archetype jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-helloworld-app/target/scout-helloworld-app-9.0.0-SNAPSHOT
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ scout-helloworld-app ---
[INFO] Skipping because packaging 'maven-archetype' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ scout-helloworld-app ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-helloworld-app/target/scout-helloworld-app-9.0.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ scout-helloworld-app ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-archetype-plugin:3.0.1:integration-test (default-integration-test) @ scout-helloworld-app ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: scout-helloworld-app:9.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: org.eclipse.scout.apps
[INFO] Parameter: artifactId, Value: helloworld
[INFO] Parameter: version, Value: 1.0.0-SNAPSHOT
[INFO] Parameter: package, Value: org.eclipse.scout.apps.helloworld
[INFO] Parameter: packageInPathFormat, Value: org/eclipse/scout/apps/helloworld
[INFO] Parameter: package, Value: org.eclipse.scout.apps.helloworld
[INFO] Parameter: displayName, Value: My Application
[INFO] Parameter: javaVersion, Value: 1.8
[INFO] Parameter: groupId, Value: org.eclipse.scout.apps
[INFO] Parameter: scoutAuthPrivateKeyDev, Value: TODO (use org.eclipse.scout.rt.platform.security.SecurityUtility.generateKeyPair())
[INFO] Parameter: scoutAuthPrivateKey, Value: TODO (use org.eclipse.scout.rt.platform.security.SecurityUtility.generateKeyPair())
[INFO] Parameter: artifactId, Value: helloworld
[INFO] Parameter: scoutAuthPublicKey, Value: TODO (use org.eclipse.scout.rt.platform.security.SecurityUtility.generateKeyPair())
[INFO] Parameter: scoutAuthPublicKeyDev, Value: TODO (use org.eclipse.scout.rt.platform.security.SecurityUtility.generateKeyPair())
[INFO] Parameter: userName, Value: Scout Robot
[INFO] Parameter: version, Value: 1.0.0-SNAPSHOT
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.dom4j.io.SAXContentHandler (file:/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar) to method com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy.getEncoding()
WARNING: Please consider reporting this to the maintainers of org.dom4j.io.SAXContentHandler
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
[INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld/pom.xml
[WARNING] Don't override file /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld/pom.xml
[INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.shared/pom.xml
[INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.server/pom.xml
[INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.client/pom.xml
[INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.server.app.war/pom.xml
[INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.server.app.dev/pom.xml
[INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.ui.html/pom.xml
[INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.ui.html.app.war/pom.xml
[INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.ui.html.app.dev/pom.xml
[INFO] Project created from Archetype in dir: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ scout-helloworld-app ---
[INFO] Skipping duplicate-finder execution!
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ scout-helloworld-app ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ scout-helloworld-app ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ scout-helloworld-app ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ scout-helloworld-app ---
[INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-helloworld-app/target/scout-helloworld-app-9.0.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-helloworld-app/target/scout-helloworld-app-9.0.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ scout-helloworld-app ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ scout-helloworld-app ---
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ scout-helloworld-app ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ scout-helloworld-app ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-helloworld-app/target/scout-helloworld-app-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/archetypes/scout-helloworld-app/9.0.0-SNAPSHOT/scout-helloworld-app-9.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-helloworld-app/.flattened-pom.xml to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/archetypes/scout-helloworld-app/9.0.0-SNAPSHOT/scout-helloworld-app-9.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-helloworld-app/target/scout-helloworld-app-9.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/archetypes/scout-helloworld-app/9.0.0-SNAPSHOT/scout-helloworld-app-9.0.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-archetype-plugin:3.0.1:update-local-catalog (default-update-local-catalog) @ scout-helloworld-app ---
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ scout-helloworld-app ---
[INFO] Deploying org.eclipse.scout.archetypes:scout-helloworld-app:9.0.0-SNAPSHOT at end
[INFO] 
[INFO] ----------< org.eclipse.scout.archetypes:scout-jaxws-module >-----------
[INFO] Building Scout JaxWs Module 9.0.0-SNAPSHOT                        [2/14]
[INFO] --------------------------[ maven-archetype ]---------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ scout-jaxws-module ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ scout-jaxws-module ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ scout-jaxws-module ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-jaxws-module/../target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ scout-jaxws-module ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ scout-jaxws-module ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ scout-jaxws-module ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 7 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ scout-jaxws-module ---
[INFO] Generating flattened POM of project org.eclipse.scout.archetypes:scout-jaxws-module:maven-archetype:9.0.0-SNAPSHOT...
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ scout-jaxws-module ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:3.0.1:jar (default-jar) @ scout-jaxws-module ---
[INFO] Building archetype jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-jaxws-module/target/scout-jaxws-module-9.0.0-SNAPSHOT
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ scout-jaxws-module ---
[INFO] Skipping because packaging 'maven-archetype' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ scout-jaxws-module ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-jaxws-module/target/scout-jaxws-module-9.0.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ scout-jaxws-module ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-archetype-plugin:3.0.1:integration-test (default-integration-test) @ scout-jaxws-module ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: scout-jaxws-module:9.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: org.eclipse.scout.apps
[INFO] Parameter: artifactId, Value: helloworld.server.jaxws
[INFO] Parameter: version, Value: 1.0.0-SNAPSHOT
[INFO] Parameter: package, Value: org.eclipse.scout.apps.helloworld
[INFO] Parameter: packageInPathFormat, Value: org/eclipse/scout/apps/helloworld
[INFO] Parameter: package, Value: org.eclipse.scout.apps.helloworld
[INFO] Parameter: displayName, Value: My Application
[INFO] Parameter: groupId, Value: org.eclipse.scout.apps
[INFO] Parameter: artifactId, Value: helloworld.server.jaxws
[INFO] Parameter: version, Value: 1.0.0-SNAPSHOT
[INFO] Parameter: parentArtifactId, Value: helloworld
[WARNING] CP Don't override file /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-jaxws-module/target/test-classes/projects/basic/project/helloworld.server.jaxws/src/main/resources/META-INF/scout.xml
[INFO] Project created from Archetype in dir: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-jaxws-module/target/test-classes/projects/basic/project/helloworld.server.jaxws
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ scout-jaxws-module ---
[INFO] Skipping duplicate-finder execution!
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ scout-jaxws-module ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ scout-jaxws-module ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ scout-jaxws-module ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ scout-jaxws-module ---
[INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-jaxws-module/target/scout-jaxws-module-9.0.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-jaxws-module/target/scout-jaxws-module-9.0.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ scout-jaxws-module ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ scout-jaxws-module ---
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ scout-jaxws-module ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ scout-jaxws-module ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-jaxws-module/target/scout-jaxws-module-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/archetypes/scout-jaxws-module/9.0.0-SNAPSHOT/scout-jaxws-module-9.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-jaxws-module/.flattened-pom.xml to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/archetypes/scout-jaxws-module/9.0.0-SNAPSHOT/scout-jaxws-module-9.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-jaxws-module/target/scout-jaxws-module-9.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/archetypes/scout-jaxws-module/9.0.0-SNAPSHOT/scout-jaxws-module-9.0.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-archetype-plugin:3.0.1:update-local-catalog (default-update-local-catalog) @ scout-jaxws-module ---
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ scout-jaxws-module ---
[INFO] Deploying org.eclipse.scout.archetypes:scout-jaxws-module:9.0.0-SNAPSHOT at end
[INFO] 
[INFO] -----------< org.eclipse.scout.archetypes:scout-hellojs-app >-----------
[INFO] Building ScoutJS Sample Application 9.0.0-SNAPSHOT                [3/14]
[INFO] --------------------------[ maven-archetype ]---------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ scout-hellojs-app ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ scout-hellojs-app ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ scout-hellojs-app ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-hellojs-app/../target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ scout-hellojs-app ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ scout-hellojs-app ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ scout-hellojs-app ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 146 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ scout-hellojs-app ---
[INFO] Generating flattened POM of project org.eclipse.scout.archetypes:scout-hellojs-app:maven-archetype:9.0.0-SNAPSHOT...
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ scout-hellojs-app ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:3.0.1:jar (default-jar) @ scout-hellojs-app ---
[INFO] Building archetype jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-hellojs-app/target/scout-hellojs-app-9.0.0-SNAPSHOT
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ scout-hellojs-app ---
[INFO] Skipping because packaging 'maven-archetype' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ scout-hellojs-app ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-hellojs-app/target/scout-hellojs-app-9.0.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ scout-hellojs-app ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-archetype-plugin:3.0.1:integration-test (default-integration-test) @ scout-hellojs-app ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: scout-hellojs-app:9.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: org.eclipse.scout.apps
[INFO] Parameter: artifactId, Value: hellojs
[INFO] Parameter: version, Value: 1.0.0-SNAPSHOT
[INFO] Parameter: package, Value: org.eclipse.scout.apps.hellojs
[INFO] Parameter: packageInPathFormat, Value: org/eclipse/scout/apps/hellojs
[INFO] Parameter: package, Value: org.eclipse.scout.apps.hellojs
[INFO] Parameter: displayName, Value: My Application
[INFO] Parameter: javaVersion, Value: 1.8
[INFO] Parameter: groupId, Value: org.eclipse.scout.apps
[INFO] Parameter: simpleArtifactName, Value: hellojs
[INFO] Parameter: artifactId, Value: hellojs
[INFO] Parameter: scoutAuthPublicKeyDev, Value: changeme_database_password
[INFO] Parameter: version, Value: 1.0.0-SNAPSHOT
[INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs/pom.xml
[WARNING] Don't override file /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs/pom.xml
[INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.api/pom.xml
[INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.app/pom.xml
[INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.app.dev/pom.xml
[INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.app.war/pom.xml
[INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.core/pom.xml
[INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.core.test/pom.xml
[INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.data/pom.xml
[INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.db/pom.xml
[INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.persistence/pom.xml
[INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.persistence.test/pom.xml
[INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.ui/pom.xml
[INFO] Project created from Archetype in dir: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ scout-hellojs-app ---
[INFO] Skipping duplicate-finder execution!
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ scout-hellojs-app ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ scout-hellojs-app ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ scout-hellojs-app ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ scout-hellojs-app ---
[INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-hellojs-app/target/scout-hellojs-app-9.0.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-hellojs-app/target/scout-hellojs-app-9.0.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ scout-hellojs-app ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ scout-hellojs-app ---
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ scout-hellojs-app ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ scout-hellojs-app ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-hellojs-app/target/scout-hellojs-app-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/archetypes/scout-hellojs-app/9.0.0-SNAPSHOT/scout-hellojs-app-9.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-hellojs-app/.flattened-pom.xml to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/archetypes/scout-hellojs-app/9.0.0-SNAPSHOT/scout-hellojs-app-9.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-hellojs-app/target/scout-hellojs-app-9.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/archetypes/scout-hellojs-app/9.0.0-SNAPSHOT/scout-hellojs-app-9.0.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-archetype-plugin:3.0.1:update-local-catalog (default-update-local-catalog) @ scout-hellojs-app ---
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ scout-hellojs-app ---
[INFO] Deploying org.eclipse.scout.archetypes:scout-hellojs-app:9.0.0-SNAPSHOT at end
[INFO] 
[INFO] ------------< org.eclipse.scout.sdk:org.eclipse.scout.sdk >-------------
[INFO] Building Eclipse Scout SDK 9.0.0-SNAPSHOT                         [4/14]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.sdk ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk/../org.eclipse.scout.sdk/target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk ---
[INFO] 
[INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ org.eclipse.scout.sdk ---
[INFO] Generating flattened POM of project org.eclipse.scout.sdk:org.eclipse.scout.sdk:pom:9.0.0-SNAPSHOT...
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk ---
[INFO] No site descriptor found: nothing to attach.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk ---
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk ---
[INFO] Skipping duplicate-finder execution!
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.scout.sdk ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.scout.sdk ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.scout.sdk ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk ---
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.scout.sdk ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk/.flattened-pom.xml to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk/9.0.0-SNAPSHOT/org.eclipse.scout.sdk-9.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.sdk ---
[INFO] Deploying org.eclipse.scout.sdk:org.eclipse.scout.sdk:9.0.0-SNAPSHOT at end
[INFO] 
[INFO] ----------< org.eclipse.scout.sdk:org.eclipse.scout.sdk.core >----------
[INFO] Building org.eclipse.scout.sdk:org.eclipse.scout.sdk.core 9.0.0-SNAPSHOT [5/14]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.core ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.sdk.core ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk.core ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core/../org.eclipse.scout.sdk/target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.core ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.core ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.core ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.core ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.core ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ org.eclipse.scout.sdk.core ---
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.core ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.core ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.core ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.core ---
[INFO] Skipping duplicate-finder execution!
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.core ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core/target/org.eclipse.scout.sdk.core-9.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.scout.sdk.core ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core/target/org.eclipse.scout.sdk.core-9.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.scout.sdk.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core/target/org.eclipse.scout.sdk.core-9.0.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core/target/org.eclipse.scout.sdk.core-9.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.scout.sdk.core ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core/target/org.eclipse.scout.sdk.core-9.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk.core ---
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.scout.sdk.core ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.core ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core/target/org.eclipse.scout.sdk.core-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.core-9.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core/pom.xml to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.core-9.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core/target/org.eclipse.scout.sdk.core-9.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.core-9.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core/target/org.eclipse.scout.sdk.core-9.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.core-9.0.0-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.sdk.core ---
[INFO] Deploying org.eclipse.scout.sdk:org.eclipse.scout.sdk.core:9.0.0-SNAPSHOT at end
[INFO] 
[INFO] -------< org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.test >--------
[INFO] Building org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.test 9.0.0-SNAPSHOT [6/14]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.core.test ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.sdk.core.test ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk.core.test ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.test/../org.eclipse.scout.sdk/target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.core.test ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.core.test ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:add-source (add-source) @ org.eclipse.scout.sdk.core.test ---
[INFO] Source directory: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.test/src/main/fixture added.
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.core.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.core.test ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.core.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.test/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.core.test ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.core.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ org.eclipse.scout.sdk.core.test ---
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.core.test ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.core.test ---
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.core.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-9.0.0-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.core.test ---
[INFO] Skipping duplicate-finder execution!
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.core.test ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.core.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-9.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.scout.sdk.core.test ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-9.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.scout.sdk.core.test ---
[INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-9.0.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-9.0.0-SNAPSHOT-tests.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-9.0.0-SNAPSHOT-test-sources.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-9.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.scout.sdk.core.test ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-9.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk.core.test ---
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.scout.sdk.core.test ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.core.test ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.test/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.test-9.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.test/pom.xml to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.test/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.test-9.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-9.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.test/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.test-9.0.0-SNAPSHOT-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-9.0.0-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.test/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.test-9.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-9.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.test/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.test-9.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-9.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.test/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.test-9.0.0-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.sdk.core.test ---
[INFO] Deploying org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.test:9.0.0-SNAPSHOT at end
[INFO] 
[INFO] ---------< org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s >---------
[INFO] Building org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s 9.0.0-SNAPSHOT [7/14]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.core.s ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.sdk.core.s ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk.core.s ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s/../org.eclipse.scout.sdk/target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.core.s ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.core.s ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.core.s ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.core.s ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.core.s ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.core.s ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.core.s ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ org.eclipse.scout.sdk.core.s ---
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.core.s ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.core.s ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.core.s ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.core.s ---
[INFO] Skipping duplicate-finder execution!
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.core.s ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.core.s ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s/target/org.eclipse.scout.sdk.core.s-9.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.scout.sdk.core.s ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s/target/org.eclipse.scout.sdk.core.s-9.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.scout.sdk.core.s ---
[INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s/target/org.eclipse.scout.sdk.core.s-9.0.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s/target/org.eclipse.scout.sdk.core.s-9.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.scout.sdk.core.s ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s/target/org.eclipse.scout.sdk.core.s-9.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk.core.s ---
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.scout.sdk.core.s ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.core.s ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s/target/org.eclipse.scout.sdk.core.s-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s-9.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s/pom.xml to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s-9.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s/target/org.eclipse.scout.sdk.core.s-9.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s-9.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s/target/org.eclipse.scout.sdk.core.s-9.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s-9.0.0-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.sdk.core.s ---
[INFO] Deploying org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s:9.0.0-SNAPSHOT at end
[INFO] 
[INFO] ------< org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s.test >-------
[INFO] Building org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s.test 9.0.0-SNAPSHOT [8/14]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.core.s.test ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.sdk.core.s.test ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk.core.s.test ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/../org.eclipse.scout.sdk/target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.core.s.test ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.core.s.test ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:add-source (add-source) @ org.eclipse.scout.sdk.core.s.test ---
[INFO] Source directory: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/src/main/client added.
[INFO] Source directory: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/src/main/shared added.
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.core.s.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.core.s.test ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.core.s.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.core.s.test ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.core.s.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ org.eclipse.scout.sdk.core.s.test ---
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.core.s.test ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.core.s.test ---
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.core.s.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-9.0.0-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.core.s.test ---
[INFO] Skipping duplicate-finder execution!
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.core.s.test ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.core.s.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-9.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.scout.sdk.core.s.test ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-9.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.scout.sdk.core.s.test ---
[INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-9.0.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-9.0.0-SNAPSHOT-tests.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-9.0.0-SNAPSHOT-test-sources.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-9.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.scout.sdk.core.s.test ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-9.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk.core.s.test ---
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.scout.sdk.core.s.test ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.core.s.test ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s.test/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s.test-9.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/pom.xml to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s.test/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s.test-9.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-9.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s.test/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s.test-9.0.0-SNAPSHOT-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-9.0.0-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s.test/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s.test-9.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-9.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s.test/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s.test-9.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-9.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s.test/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s.test-9.0.0-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.sdk.core.s.test ---
[INFO] Deploying org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s.test:9.0.0-SNAPSHOT at end
[INFO] 
[INFO] --------< org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e >---------
[INFO] Building org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e 9.0.0-SNAPSHOT [9/14]
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.sdk.s2e ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk.s2e ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e/../org.eclipse.scout.sdk/target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.s2e ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 5 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.s2e ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.s2e ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-bundle-plugin:4.1.0:bundle (default-bundle) @ org.eclipse.scout.sdk.s2e ---
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.s2e ---
[INFO] Skipping because packaging 'bundle' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.s2e ---
[INFO] Skipping duplicate-finder execution!
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.s2e ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-9.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.scout.sdk.s2e ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-9.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.scout.sdk.s2e ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-9.0.0-SNAPSHOT.jar_unpacked_6205634729872784626/lib/org.eclipse.scout.sdk.core-9.0.0-SNAPSHOT.jar' is disabled.
[INFO] Jar '/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-9.0.0-SNAPSHOT.jar_unpacked_6205634729872784626/lib/org.eclipse.scout.sdk.core-9.0.0-SNAPSHOT.jar' is already signed and will be resigned.
[INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-9.0.0-SNAPSHOT.jar_unpacked_6205634729872784626/lib/org.eclipse.scout.sdk.core-9.0.0-SNAPSHOT.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-9.0.0-SNAPSHOT.jar_unpacked_6205634729872784626/lib/org.eclipse.scout.sdk.core.s-9.0.0-SNAPSHOT.jar' is disabled.
[INFO] Jar '/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-9.0.0-SNAPSHOT.jar_unpacked_6205634729872784626/lib/org.eclipse.scout.sdk.core.s-9.0.0-SNAPSHOT.jar' is already signed and will be resigned.
[INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-9.0.0-SNAPSHOT.jar_unpacked_6205634729872784626/lib/org.eclipse.scout.sdk.core.s-9.0.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-9.0.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-9.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.scout.sdk.s2e ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-9.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk.s2e ---
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.scout.sdk.s2e ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e-9.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e/pom.xml to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e-9.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-9.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e-9.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-9.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e-9.0.0-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- maven-bundle-plugin:4.1.0:install (default-install) @ org.eclipse.scout.sdk.s2e ---
[INFO] Local OBR update disabled (enable with -DobrRepository)
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.sdk.s2e ---
[INFO] Deploying org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e:9.0.0-SNAPSHOT at end
[INFO] 
[INFO] --- maven-bundle-plugin:4.1.0:deploy (default-deploy) @ org.eclipse.scout.sdk.s2e ---
[INFO] Remote OBR update disabled (enable with -DremoteOBR)
[INFO] 
[INFO] ------< org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.test >------
[INFO] Building org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.test 9.0.0-SNAPSHOT [10/14]
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] The POM for org.eclipse.platform:org.eclipse.swt:jar:3.109.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e.test ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.sdk.s2e.test ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.test ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/../org.eclipse.scout.sdk/target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.test ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.test ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.s2e.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.s2e.test ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 7 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.test ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.s2e.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ org.eclipse.scout.sdk.s2e.test ---
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.s2e.test ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.test ---
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-9.0.0-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.s2e.test ---
[INFO] Skipping duplicate-finder execution!
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.s2e.test ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-9.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.scout.sdk.s2e.test ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-9.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.scout.sdk.s2e.test ---
[INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-9.0.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-9.0.0-SNAPSHOT-tests.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-9.0.0-SNAPSHOT-test-sources.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-9.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.scout.sdk.s2e.test ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-9.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk.s2e.test ---
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.scout.sdk.s2e.test ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e.test ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.test/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.test-9.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/pom.xml to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.test/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.test-9.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-9.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.test/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.test-9.0.0-SNAPSHOT-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-9.0.0-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.test/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.test-9.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-9.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.test/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.test-9.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-9.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.test/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.test-9.0.0-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.sdk.s2e.test ---
[INFO] Deploying org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.test:9.0.0-SNAPSHOT at end
[INFO] 
[INFO] ------< org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.doc >-------
[INFO] Building org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.doc 9.0.0-SNAPSHOT [11/14]
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/../org.eclipse.scout.sdk/target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 63 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-bundle-plugin:4.1.0:bundle (default-bundle) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Skipping because packaging 'bundle' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Skipping duplicate-finder execution!
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-9.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-9.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-9.0.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-9.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-9.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.doc/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.doc-9.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/pom.xml to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.doc/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.doc-9.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-9.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.doc/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.doc-9.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-9.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.doc/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.doc-9.0.0-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- maven-bundle-plugin:4.1.0:install (default-install) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Local OBR update disabled (enable with -DobrRepository)
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Deploying org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.doc:9.0.0-SNAPSHOT at end
[INFO] 
[INFO] --- maven-bundle-plugin:4.1.0:deploy (default-deploy) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Remote OBR update disabled (enable with -DremoteOBR)
[INFO] 
[INFO] ------< org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.nls >-------
[INFO] Building org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.nls 9.0.0-SNAPSHOT [12/14]
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/../org.eclipse.scout.sdk/target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/src/main/resources
[INFO] Copying 18 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-bundle-plugin:4.1.0:bundle (default-bundle) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Skipping because packaging 'bundle' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Skipping duplicate-finder execution!
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/target/org.eclipse.scout.sdk.s2e.nls-9.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/target/org.eclipse.scout.sdk.s2e.nls-9.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/target/org.eclipse.scout.sdk.s2e.nls-9.0.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/target/org.eclipse.scout.sdk.s2e.nls-9.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/target/org.eclipse.scout.sdk.s2e.nls-9.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/target/org.eclipse.scout.sdk.s2e.nls-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.nls/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.nls-9.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/pom.xml to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.nls/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.nls-9.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/target/org.eclipse.scout.sdk.s2e.nls-9.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.nls/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.nls-9.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/target/org.eclipse.scout.sdk.s2e.nls-9.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.nls/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.nls-9.0.0-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- maven-bundle-plugin:4.1.0:install (default-install) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Local OBR update disabled (enable with -DobrRepository)
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Deploying org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.nls:9.0.0-SNAPSHOT at end
[INFO] 
[INFO] --- maven-bundle-plugin:4.1.0:deploy (default-deploy) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Remote OBR update disabled (enable with -DremoteOBR)
[INFO] 
[INFO] -------< org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.ui >-------
[INFO] Building org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.ui 9.0.0-SNAPSHOT [13/14]
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/../org.eclipse.scout.sdk/target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/src/main/resources
[INFO] Copying 41 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-bundle-plugin:4.1.0:bundle (default-bundle) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Skipping because packaging 'bundle' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Skipping duplicate-finder execution!
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-9.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-9.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-9.0.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-9.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-9.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.ui/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.ui-9.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/pom.xml to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.ui/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.ui-9.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-9.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.ui/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.ui-9.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-9.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.ui/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.ui-9.0.0-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- maven-bundle-plugin:4.1.0:install (default-install) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Local OBR update disabled (enable with -DobrRepository)
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Deploying org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.ui:9.0.0-SNAPSHOT at end
[INFO] 
[INFO] --- maven-bundle-plugin:4.1.0:deploy (default-deploy) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Remote OBR update disabled (enable with -DremoteOBR)
[INFO] 
[INFO] --------< org.eclipse.scout.sdk:org.eclipse.scout.sdk-settings >--------
[INFO] Building org.eclipse.scout.sdk-settings 9.0.0-SNAPSHOT           [14/14]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk-settings ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.sdk-settings ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk-settings ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk-settings/../org.eclipse.scout.sdk/target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk-settings ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk-settings ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk-settings ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 7 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk-settings ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk-settings ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk-settings/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk-settings ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk-settings ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ org.eclipse.scout.sdk-settings ---
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk-settings ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk-settings ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk-settings ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk-settings ---
[INFO] Skipping duplicate-finder execution!
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk-settings ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk-settings ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.scout.sdk-settings ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk-settings/target/org.eclipse.scout.sdk-settings-9.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.scout.sdk-settings ---
[INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk-settings/target/org.eclipse.scout.sdk-settings-9.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.scout.sdk-settings ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk-settings/target/org.eclipse.scout.sdk-settings-9.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk-settings ---
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.scout.sdk-settings ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk-settings ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk-settings/target/org.eclipse.scout.sdk-settings-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-settings/9.0.0-SNAPSHOT/org.eclipse.scout.sdk-settings-9.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk-settings/pom.xml to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-settings/9.0.0-SNAPSHOT/org.eclipse.scout.sdk-settings-9.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk-settings/target/org.eclipse.scout.sdk-settings-9.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-settings/9.0.0-SNAPSHOT/org.eclipse.scout.sdk-settings-9.0.0-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.sdk-settings ---
[INFO] Deploying org.eclipse.scout.sdk:org.eclipse.scout.sdk-settings:9.0.0-SNAPSHOT at end
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Eclipse Scout SDK 9.0.0-SNAPSHOT:
[INFO] 
[INFO] Scout Hello World Sample Application ............... SUCCESS [ 11.258 s]
[INFO] Scout JaxWs Module ................................. SUCCESS [  2.384 s]
[INFO] ScoutJS Sample Application ......................... SUCCESS [  3.785 s]
[INFO] Eclipse Scout SDK .................................. SUCCESS [  0.919 s]
[INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core ... SUCCESS [  4.959 s]
[INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.test SUCCESS [  4.678 s]
[INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s . SUCCESS [  4.101 s]
[INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s.test SUCCESS [  5.692 s]
[INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e  SUCCESS [  9.302 s]
[INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.test SUCCESS [  5.063 s]
[INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.doc SUCCESS [  3.031 s]
[INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.nls SUCCESS [  3.903 s]
[INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.ui SUCCESS [  5.073 s]
[INFO] org.eclipse.scout.sdk-settings ..................... SUCCESS [  1.683 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:06 min
[INFO] Finished at: 2022-01-10T23:45:08Z
[INFO] ------------------------------------------------------------------------
Recording test results
[Checks API] No suitable checks publisher found.
Finished: SUCCESS