Skip to content
Failed

Console Output

17:03:27 Started by an SCM change
17:03:27 Running as SYSTEM
17:03:27 Agent basic-w1pf8 is provisioned from template basic
17:03:27 ---
17:03:27 apiVersion: "v1"
17:03:27 kind: "Pod"
17:03:27 metadata:
17:03:27   annotations: {}
17:03:27   labels:
17:03:27     jenkins: "slave"
17:03:27     jenkins/label: ""
17:03:27   name: "basic-w1pf8"
17:03:27 spec:
17:03:27   containers:
17:03:27   - env:
17:03:27     - name: "JENKINS_SECRET"
17:03:27       value: "********"
17:03:27     - name: "JENKINS_TUNNEL"
17:03:27       value: "jenkins-discovery.scout.svc.cluster.local:50000"
17:03:27     - name: "JENKINS_AGENT_NAME"
17:03:27       value: "basic-w1pf8"
17:03:27     - name: "JENKINS_REMOTING_JAVA_OPTS"
17:03:27       value: "-showversion -XshowSettings:vm -Xmx256m -Dsun.zip.disableMemoryMapping=true\
17:03:27         \ -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
17:03:27     - name: "JAVA_TOOL_OPTIONS"
17:03:27       value: ""
17:03:27     - name: "_JAVA_OPTIONS"
17:03:27       value: ""
17:03:27     - name: "OPENJ9_JAVA_OPTIONS"
17:03:27       value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
17:03:27     - name: "JENKINS_NAME"
17:03:27       value: "basic-w1pf8"
17:03:27     - name: "JENKINS_AGENT_WORKDIR"
17:03:27       value: "/home/jenkins/agent"
17:03:27     - name: "JENKINS_URL"
17:03:27       value: "http://jenkins-ui.scout.svc.cluster.local/scout/"
17:03:27     image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.2.1"
17:03:27     imagePullPolicy: "Always"
17:03:27     name: "jnlp"
17:03:27     resources:
17:03:27       limits:
17:03:27         memory: "4096Mi"
17:03:27         cpu: "2000m"
17:03:27       requests:
17:03:27         memory: "4096Mi"
17:03:27         cpu: "1000m"
17:03:27     securityContext:
17:03:27       privileged: false
17:03:27     tty: true
17:03:27     volumeMounts:
17:03:27     - mountPath: "/home/jenkins/.m2/toolchains.xml"
17:03:27       name: "m2-dir"
17:03:27       readOnly: true
17:03:27       subPath: "toolchains.xml"
17:03:27     - mountPath: "/home/jenkins/.mavenrc"
17:03:27       name: "m2-dir"
17:03:27       readOnly: true
17:03:27       subPath: ".mavenrc"
17:03:27     - mountPath: "/opt/tools"
17:03:27       name: "volume-0"
17:03:27       readOnly: false
17:03:27     - mountPath: "/home/jenkins"
17:03:27       name: "volume-2"
17:03:27       readOnly: false
17:03:27     - mountPath: "/home/jenkins/.m2/repository"
17:03:27       name: "volume-3"
17:03:27       readOnly: false
17:03:27     - mountPath: "/home/jenkins/.m2/settings-security.xml"
17:03:27       name: "m2-secret-dir"
17:03:27       readOnly: true
17:03:27       subPath: "settings-security.xml"
17:03:27     - mountPath: "/home/jenkins/.m2/wrapper"
17:03:27       name: "volume-4"
17:03:27       readOnly: false
17:03:27     - mountPath: "/home/jenkins/.m2/settings.xml"
17:03:27       name: "m2-secret-dir"
17:03:27       readOnly: true
17:03:27       subPath: "settings.xml"
17:03:27     - mountPath: "/home/jenkins/.ssh"
17:03:27       name: "volume-1"
17:03:27       readOnly: false
17:03:27     - mountPath: "/home/jenkins/agent"
17:03:27       name: "workspace-volume"
17:03:27       readOnly: false
17:03:27     workingDir: "/home/jenkins/agent"
17:03:27   nodeSelector:
17:03:27     beta.kubernetes.io/os: "linux"
17:03:27   restartPolicy: "Never"
17:03:27   securityContext: {}
17:03:27   volumes:
17:03:27   - name: "volume-0"
17:03:27     persistentVolumeClaim:
17:03:27       claimName: "tools-claim-jiro-scout"
17:03:27       readOnly: true
17:03:27   - name: "m2-secret-dir"
17:03:27     secret:
17:03:27       secretName: "m2-secret-dir"
17:03:27   - emptyDir:
17:03:27       medium: ""
17:03:27     name: "volume-2"
17:03:27   - configMap:
17:03:27       name: "m2-dir"
17:03:27     name: "m2-dir"
17:03:27   - configMap:
17:03:27       name: "known-hosts"
17:03:27     name: "volume-1"
17:03:27   - emptyDir:
17:03:27       medium: ""
17:03:27     name: "workspace-volume"
17:03:27   - emptyDir:
17:03:27       medium: ""
17:03:27     name: "volume-4"
17:03:27   - emptyDir:
17:03:27       medium: ""
17:03:27     name: "volume-3"
17:03:27 
17:03:27 Building remotely on basic-w1pf8 in workspace /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous
17:03:27 The recommended git tool is: NONE
17:03:28 No credentials specified
17:03:28 Cloning the remote Git repository
17:03:28 Cloning repository git://git.eclipse.org/gitroot/scout/org.eclipse.scout.sdk.git
17:03:28  > git init /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous # timeout=10
17:03:28 Fetching upstream changes from git://git.eclipse.org/gitroot/scout/org.eclipse.scout.sdk.git
17:03:28  > git --version # timeout=10
17:03:28  > git --version # 'git version 2.26.2'
17:03:28  > git fetch --tags --force --progress -- git://git.eclipse.org/gitroot/scout/org.eclipse.scout.sdk.git +refs/heads/*:refs/remotes/origin/* # timeout=10
17:03:34  > git config remote.origin.url git://git.eclipse.org/gitroot/scout/org.eclipse.scout.sdk.git # timeout=10
17:03:34  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
17:03:34 Avoid second fetch
17:03:34  > git rev-parse refs/remotes/origin/releases/9.0.x^{commit} # timeout=10
17:03:34 Checking out Revision 9cdbe7744afff287bc9195873904b0f66a807b58 (refs/remotes/origin/releases/9.0.x)
17:03:34  > git config core.sparsecheckout # timeout=10
17:03:34  > git checkout -f 9cdbe7744afff287bc9195873904b0f66a807b58 # timeout=10
17:03:38 Commit message: "Specify transitive dependency versions"
17:03:38  > git rev-list --no-walk fd2e18425ce00cb602e8ebbb0ac440babd4d9e6c # timeout=10
17:03:38 [org.eclipse.scout.sdk.branch-9.0_continuous] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -Dbranch=origin/releases/9.0.x -Dcbi.jarsigner.skip=true -Dmaven.repo.local=/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository -Dgpg.skip=true clean install -U -B -Psign -Dmaster_enforcerCheck_skip=true
17:03:38 Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
17:03:38 Maven home: /opt/tools/apache-maven/latest
17:03:38 Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9
17:03:38 Default locale: en_US, platform encoding: UTF-8
17:03:38 OS name: "linux", version: "3.10.0-1062.el7.x86_64", arch: "amd64", family: "unix"
17:03:40 [INFO] Scanning for projects...
17:04:15 [WARNING] 
17:04:15 [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
17:04:15 [WARNING] 'dependencyManagement.dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.eclipse.platform:org.eclipse.e4.ui.workbench:jar -> duplicate declaration of version ${org.eclipse.e4.ui.workbench} @ org.eclipse.scout.sdk:org.eclipse.scout.sdk:9.0.0-SNAPSHOT, /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk/pom.xml, line 741, column 19
17:04:15 [WARNING] 
17:04:15 [WARNING] Some problems were encountered while building the effective model for org.eclipse.scout.sdk:org.eclipse.scout.sdk:pom:9.0.0-SNAPSHOT
17:04:15 [WARNING] 'dependencyManagement.dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.eclipse.platform:org.eclipse.e4.ui.workbench:jar -> duplicate declaration of version ${org.eclipse.e4.ui.workbench} @ line 741, column 19
17:04:15 [WARNING] 
17:04:15 [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
17:04:15 [WARNING] 
17:04:15 [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
17:04:15 [WARNING] 
17:04:15 [INFO] ------------------------------------------------------------------------
17:04:15 [INFO] Reactor Build Order:
17:04:15 [INFO] 
17:04:15 [INFO] Scout Hello World Sample Application                   [maven-archetype]
17:04:15 [INFO] Scout JaxWs Module                                     [maven-archetype]
17:04:15 [INFO] ScoutJS Sample Application                             [maven-archetype]
17:04:15 [INFO] Eclipse Scout SDK                                                  [pom]
17:04:15 [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core                   [jar]
17:04:15 [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.test              [jar]
17:04:15 [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s                 [jar]
17:04:15 [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s.test            [jar]
17:04:15 [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e             [bundle]
17:04:15 [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.test           [jar]
17:04:15 [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.doc         [bundle]
17:04:15 [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.nls         [bundle]
17:04:15 [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.ui          [bundle]
17:04:15 [INFO] org.eclipse.scout.sdk-settings                                     [jar]
17:04:15 [INFO] Eclipse Scout SDK                                                  [pom]
17:04:15 [INFO] 
17:04:15 [INFO] ---------< org.eclipse.scout.archetypes:scout-helloworld-app >----------
17:04:15 [INFO] Building Scout Hello World Sample Application 9.0.0-SNAPSHOT      [1/15]
17:04:15 [INFO] --------------------------[ maven-archetype ]---------------------------
17:04:25 [INFO] 
17:04:25 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ scout-helloworld-app ---
17:04:30 [INFO] 
17:04:30 [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ scout-helloworld-app ---
17:04:40 [INFO] 
17:04:40 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ scout-helloworld-app ---
17:04:49 [INFO] Skipping Rule Enforcement.
17:04:49 [INFO] 
17:04:49 [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ scout-helloworld-app ---
17:05:00 [INFO] 
17:05:00 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ scout-helloworld-app ---
17:05:18 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/scout-helloworld-app/../target/jacoco-all.exec
17:05:18 [INFO] 
17:05:18 [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ scout-helloworld-app ---
17:05:21 [INFO] 
17:05:21 [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ scout-helloworld-app ---
17:05:21 [INFO] 
17:05:21 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ scout-helloworld-app ---
17:05:22 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:05:22 [INFO] Copying 105 resources
17:05:22 [INFO] Copying 2 resources
17:05:22 [INFO] 
17:05:22 [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ scout-helloworld-app ---
17:05:22 [INFO] Generating flattened POM of project org.eclipse.scout.archetypes:scout-helloworld-app:maven-archetype:9.0.0-SNAPSHOT...
17:05:22 [INFO] 
17:05:22 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ scout-helloworld-app ---
17:05:22 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:05:22 [INFO] Copying 2 resources
17:05:22 [INFO] 
17:05:22 [INFO] --- maven-archetype-plugin:3.0.1:jar (default-jar) @ scout-helloworld-app ---
17:05:32 [INFO] Building archetype jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/scout-helloworld-app/target/scout-helloworld-app-9.0.0-SNAPSHOT
17:05:32 [INFO] 
17:05:32 [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ scout-helloworld-app ---
17:06:02 [INFO] Skipping because packaging 'maven-archetype' is not pom.
17:06:02 [INFO] 
17:06:02 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ scout-helloworld-app ---
17:06:06 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/scout-helloworld-app/target/scout-helloworld-app-9.0.0-SNAPSHOT-tests.jar
17:06:06 [INFO] 
17:06:06 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ scout-helloworld-app ---
17:06:06 [INFO] No sources in project. Archive not created.
17:06:06 [INFO] 
17:06:06 [INFO] --- maven-archetype-plugin:3.0.1:integration-test (default-integration-test) @ scout-helloworld-app ---
17:06:06 [INFO] Processing Archetype IT project: basic
17:06:06 [INFO] ----------------------------------------------------------------------------
17:06:06 [INFO] Using following parameters for creating project from Archetype: scout-helloworld-app:9.0.0-SNAPSHOT
17:06:06 [INFO] ----------------------------------------------------------------------------
17:06:06 [INFO] Parameter: groupId, Value: org.eclipse.scout.apps
17:06:06 [INFO] Parameter: artifactId, Value: helloworld
17:06:06 [INFO] Parameter: version, Value: 1.0.0-SNAPSHOT
17:06:06 [INFO] Parameter: package, Value: org.eclipse.scout.apps.helloworld
17:06:06 [INFO] Parameter: packageInPathFormat, Value: org/eclipse/scout/apps/helloworld
17:06:06 [INFO] Parameter: package, Value: org.eclipse.scout.apps.helloworld
17:06:06 [INFO] Parameter: displayName, Value: My Application
17:06:06 [INFO] Parameter: javaVersion, Value: 1.8
17:06:06 [INFO] Parameter: groupId, Value: org.eclipse.scout.apps
17:06:06 [INFO] Parameter: scoutAuthPrivateKeyDev, Value: TODO (use org.eclipse.scout.rt.platform.security.SecurityUtility.generateKeyPair())
17:06:06 [INFO] Parameter: scoutAuthPrivateKey, Value: TODO (use org.eclipse.scout.rt.platform.security.SecurityUtility.generateKeyPair())
17:06:06 [INFO] Parameter: artifactId, Value: helloworld
17:06:06 [INFO] Parameter: scoutAuthPublicKey, Value: TODO (use org.eclipse.scout.rt.platform.security.SecurityUtility.generateKeyPair())
17:06:06 [INFO] Parameter: scoutAuthPublicKeyDev, Value: TODO (use org.eclipse.scout.rt.platform.security.SecurityUtility.generateKeyPair())
17:06:06 [INFO] Parameter: userName, Value: Scout Robot
17:06:06 [INFO] Parameter: version, Value: 1.0.0-SNAPSHOT
17:06:07 WARNING: An illegal reflective access operation has occurred
17:06:07 WARNING: Illegal reflective access by org.dom4j.io.SAXContentHandler (file:/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar) to method com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy.getEncoding()
17:06:07 WARNING: Please consider reporting this to the maintainers of org.dom4j.io.SAXContentHandler
17:06:07 WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
17:06:07 WARNING: All illegal access operations will be denied in a future release
17:06:07 [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld/pom.xml
17:06:07 [WARNING] Don't override file /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld/pom.xml
17:06:07 [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.shared/pom.xml
17:06:07 [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.server/pom.xml
17:06:07 [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.client/pom.xml
17:06:07 [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.server.app.war/pom.xml
17:06:07 [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.server.app.dev/pom.xml
17:06:07 [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.ui.html/pom.xml
17:06:07 [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.ui.html.app.war/pom.xml
17:06:07 [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.ui.html.app.dev/pom.xml
17:06:07 [INFO] Project created from Archetype in dir: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld
17:06:07 [INFO] 
17:06:07 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ scout-helloworld-app ---
17:06:11 [INFO] Checking compile classpath
17:06:11 [INFO] Checking runtime classpath
17:06:11 [INFO] Checking test classpath
17:06:11 [INFO] 
17:06:11 [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ scout-helloworld-app ---
17:06:13 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
17:06:14 [INFO] 
17:06:14 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ scout-helloworld-app ---
17:06:14 [INFO] No sources in project. Archive not created.
17:06:14 [INFO] 
17:06:14 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ scout-helloworld-app ---
17:06:25 [INFO] Skip jar signing
17:06:25 [INFO] 
17:06:25 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ scout-helloworld-app ---
17:06:25 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/scout-helloworld-app/target/scout-helloworld-app-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/eclipse/scout/archetypes/scout-helloworld-app/9.0.0-SNAPSHOT/scout-helloworld-app-9.0.0-SNAPSHOT.jar
17:06:25 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/scout-helloworld-app/.flattened-pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/eclipse/scout/archetypes/scout-helloworld-app/9.0.0-SNAPSHOT/scout-helloworld-app-9.0.0-SNAPSHOT.pom
17:06:25 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/scout-helloworld-app/target/scout-helloworld-app-9.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/eclipse/scout/archetypes/scout-helloworld-app/9.0.0-SNAPSHOT/scout-helloworld-app-9.0.0-SNAPSHOT-tests.jar
17:06:25 [INFO] 
17:06:25 [INFO] --- maven-archetype-plugin:3.0.1:update-local-catalog (default-update-local-catalog) @ scout-helloworld-app ---
17:06:25 [INFO] 
17:06:25 [INFO] ----------< org.eclipse.scout.archetypes:scout-jaxws-module >-----------
17:06:25 [INFO] Building Scout JaxWs Module 9.0.0-SNAPSHOT                        [2/15]
17:06:25 [INFO] --------------------------[ maven-archetype ]---------------------------
17:06:25 [INFO] 
17:06:25 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ scout-jaxws-module ---
17:06:25 [INFO] 
17:06:25 [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ scout-jaxws-module ---
17:06:25 [INFO] 
17:06:25 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ scout-jaxws-module ---
17:06:25 [INFO] Skipping Rule Enforcement.
17:06:25 [INFO] 
17:06:25 [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ scout-jaxws-module ---
17:06:26 [INFO] 
17:06:26 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ scout-jaxws-module ---
17:06:26 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/scout-jaxws-module/../target/jacoco-all.exec
17:06:26 [INFO] 
17:06:26 [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ scout-jaxws-module ---
17:06:26 [INFO] 
17:06:26 [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ scout-jaxws-module ---
17:06:26 [INFO] 
17:06:26 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ scout-jaxws-module ---
17:06:26 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:06:26 [INFO] Copying 7 resources
17:06:26 [INFO] Copying 2 resources
17:06:26 [INFO] 
17:06:26 [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ scout-jaxws-module ---
17:06:26 [INFO] Generating flattened POM of project org.eclipse.scout.archetypes:scout-jaxws-module:maven-archetype:9.0.0-SNAPSHOT...
17:06:26 [INFO] 
17:06:26 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ scout-jaxws-module ---
17:06:26 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:06:26 [INFO] Copying 2 resources
17:06:26 [INFO] 
17:06:26 [INFO] --- maven-archetype-plugin:3.0.1:jar (default-jar) @ scout-jaxws-module ---
17:06:26 [INFO] Building archetype jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/scout-jaxws-module/target/scout-jaxws-module-9.0.0-SNAPSHOT
17:06:26 [INFO] 
17:06:26 [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ scout-jaxws-module ---
17:06:26 [INFO] Skipping because packaging 'maven-archetype' is not pom.
17:06:26 [INFO] 
17:06:26 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ scout-jaxws-module ---
17:06:26 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/scout-jaxws-module/target/scout-jaxws-module-9.0.0-SNAPSHOT-tests.jar
17:06:26 [INFO] 
17:06:26 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ scout-jaxws-module ---
17:06:26 [INFO] No sources in project. Archive not created.
17:06:26 [INFO] 
17:06:26 [INFO] --- maven-archetype-plugin:3.0.1:integration-test (default-integration-test) @ scout-jaxws-module ---
17:06:26 [INFO] Processing Archetype IT project: basic
17:06:26 [INFO] ----------------------------------------------------------------------------
17:06:26 [INFO] Using following parameters for creating project from Archetype: scout-jaxws-module:9.0.0-SNAPSHOT
17:06:26 [INFO] ----------------------------------------------------------------------------
17:06:26 [INFO] Parameter: groupId, Value: org.eclipse.scout.apps
17:06:26 [INFO] Parameter: artifactId, Value: helloworld.server.jaxws
17:06:26 [INFO] Parameter: version, Value: 1.0.0-SNAPSHOT
17:06:26 [INFO] Parameter: package, Value: org.eclipse.scout.apps.helloworld
17:06:26 [INFO] Parameter: packageInPathFormat, Value: org/eclipse/scout/apps/helloworld
17:06:26 [INFO] Parameter: package, Value: org.eclipse.scout.apps.helloworld
17:06:26 [INFO] Parameter: displayName, Value: My Application
17:06:26 [INFO] Parameter: groupId, Value: org.eclipse.scout.apps
17:06:26 [INFO] Parameter: artifactId, Value: helloworld.server.jaxws
17:06:26 [INFO] Parameter: version, Value: 1.0.0-SNAPSHOT
17:06:26 [INFO] Parameter: parentArtifactId, Value: helloworld
17:06:26 [WARNING] CP Don't override file /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/scout-jaxws-module/target/test-classes/projects/basic/project/helloworld.server.jaxws/src/main/resources/META-INF/scout.xml
17:06:26 [INFO] Project created from Archetype in dir: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/scout-jaxws-module/target/test-classes/projects/basic/project/helloworld.server.jaxws
17:06:26 [INFO] 
17:06:26 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ scout-jaxws-module ---
17:06:26 [INFO] Checking compile classpath
17:06:26 [INFO] Checking runtime classpath
17:06:26 [INFO] Checking test classpath
17:06:26 [INFO] 
17:06:26 [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ scout-jaxws-module ---
17:06:26 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
17:06:26 [INFO] 
17:06:26 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ scout-jaxws-module ---
17:06:26 [INFO] No sources in project. Archive not created.
17:06:26 [INFO] 
17:06:26 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ scout-jaxws-module ---
17:06:26 [INFO] Skip jar signing
17:06:26 [INFO] 
17:06:26 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ scout-jaxws-module ---
17:06:26 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/scout-jaxws-module/target/scout-jaxws-module-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/eclipse/scout/archetypes/scout-jaxws-module/9.0.0-SNAPSHOT/scout-jaxws-module-9.0.0-SNAPSHOT.jar
17:06:26 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/scout-jaxws-module/.flattened-pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/eclipse/scout/archetypes/scout-jaxws-module/9.0.0-SNAPSHOT/scout-jaxws-module-9.0.0-SNAPSHOT.pom
17:06:26 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/scout-jaxws-module/target/scout-jaxws-module-9.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/eclipse/scout/archetypes/scout-jaxws-module/9.0.0-SNAPSHOT/scout-jaxws-module-9.0.0-SNAPSHOT-tests.jar
17:06:26 [INFO] 
17:06:26 [INFO] --- maven-archetype-plugin:3.0.1:update-local-catalog (default-update-local-catalog) @ scout-jaxws-module ---
17:06:26 [INFO] 
17:06:26 [INFO] -----------< org.eclipse.scout.archetypes:scout-hellojs-app >-----------
17:06:26 [INFO] Building ScoutJS Sample Application 9.0.0-SNAPSHOT                [3/15]
17:06:26 [INFO] --------------------------[ maven-archetype ]---------------------------
17:06:26 [INFO] 
17:06:26 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ scout-hellojs-app ---
17:06:26 [INFO] 
17:06:26 [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ scout-hellojs-app ---
17:06:26 [INFO] 
17:06:26 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ scout-hellojs-app ---
17:06:26 [INFO] Skipping Rule Enforcement.
17:06:26 [INFO] 
17:06:26 [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ scout-hellojs-app ---
17:06:27 [INFO] 
17:06:27 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ scout-hellojs-app ---
17:06:27 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/scout-hellojs-app/../target/jacoco-all.exec
17:06:27 [INFO] 
17:06:27 [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ scout-hellojs-app ---
17:06:27 [INFO] 
17:06:27 [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ scout-hellojs-app ---
17:06:27 [INFO] 
17:06:27 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ scout-hellojs-app ---
17:06:27 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:06:27 [INFO] Copying 146 resources
17:06:27 [INFO] Copying 2 resources
17:06:27 [INFO] 
17:06:27 [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ scout-hellojs-app ---
17:06:27 [INFO] Generating flattened POM of project org.eclipse.scout.archetypes:scout-hellojs-app:maven-archetype:9.0.0-SNAPSHOT...
17:06:27 [INFO] 
17:06:27 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ scout-hellojs-app ---
17:06:27 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:06:27 [INFO] Copying 2 resources
17:06:27 [INFO] 
17:06:27 [INFO] --- maven-archetype-plugin:3.0.1:jar (default-jar) @ scout-hellojs-app ---
17:06:27 [INFO] Building archetype jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/scout-hellojs-app/target/scout-hellojs-app-9.0.0-SNAPSHOT
17:06:27 [INFO] 
17:06:27 [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ scout-hellojs-app ---
17:06:27 [INFO] Skipping because packaging 'maven-archetype' is not pom.
17:06:27 [INFO] 
17:06:27 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ scout-hellojs-app ---
17:06:27 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/scout-hellojs-app/target/scout-hellojs-app-9.0.0-SNAPSHOT-tests.jar
17:06:27 [INFO] 
17:06:27 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ scout-hellojs-app ---
17:06:27 [INFO] No sources in project. Archive not created.
17:06:27 [INFO] 
17:06:27 [INFO] --- maven-archetype-plugin:3.0.1:integration-test (default-integration-test) @ scout-hellojs-app ---
17:06:27 [INFO] Processing Archetype IT project: basic
17:06:27 [INFO] ----------------------------------------------------------------------------
17:06:27 [INFO] Using following parameters for creating project from Archetype: scout-hellojs-app:9.0.0-SNAPSHOT
17:06:27 [INFO] ----------------------------------------------------------------------------
17:06:27 [INFO] Parameter: groupId, Value: org.eclipse.scout.apps
17:06:27 [INFO] Parameter: artifactId, Value: hellojs
17:06:27 [INFO] Parameter: version, Value: 1.0.0-SNAPSHOT
17:06:27 [INFO] Parameter: package, Value: org.eclipse.scout.apps.hellojs
17:06:27 [INFO] Parameter: packageInPathFormat, Value: org/eclipse/scout/apps/hellojs
17:06:27 [INFO] Parameter: package, Value: org.eclipse.scout.apps.hellojs
17:06:27 [INFO] Parameter: displayName, Value: My Application
17:06:27 [INFO] Parameter: javaVersion, Value: 1.8
17:06:27 [INFO] Parameter: groupId, Value: org.eclipse.scout.apps
17:06:27 [INFO] Parameter: simpleArtifactName, Value: hellojs
17:06:27 [INFO] Parameter: artifactId, Value: hellojs
17:06:27 [INFO] Parameter: scoutAuthPublicKeyDev, Value: changeme_database_password
17:06:27 [INFO] Parameter: version, Value: 1.0.0-SNAPSHOT
17:06:27 [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs/pom.xml
17:06:27 [WARNING] Don't override file /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs/pom.xml
17:06:27 [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.api/pom.xml
17:06:27 [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.app/pom.xml
17:06:27 [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.app.dev/pom.xml
17:06:27 [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.app.war/pom.xml
17:06:27 [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.core/pom.xml
17:06:27 [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.core.test/pom.xml
17:06:27 [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.data/pom.xml
17:06:27 [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.db/pom.xml
17:06:27 [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.persistence/pom.xml
17:06:27 [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.persistence.test/pom.xml
17:06:27 [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.ui/pom.xml
17:06:27 [INFO] Project created from Archetype in dir: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs
17:06:27 [INFO] 
17:06:27 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ scout-hellojs-app ---
17:06:27 [INFO] Checking compile classpath
17:06:27 [INFO] Checking runtime classpath
17:06:27 [INFO] Checking test classpath
17:06:27 [INFO] 
17:06:27 [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ scout-hellojs-app ---
17:06:27 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
17:06:27 [INFO] 
17:06:27 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ scout-hellojs-app ---
17:06:27 [INFO] No sources in project. Archive not created.
17:06:27 [INFO] 
17:06:27 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ scout-hellojs-app ---
17:06:27 [INFO] Skip jar signing
17:06:27 [INFO] 
17:06:27 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ scout-hellojs-app ---
17:06:27 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/scout-hellojs-app/target/scout-hellojs-app-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/eclipse/scout/archetypes/scout-hellojs-app/9.0.0-SNAPSHOT/scout-hellojs-app-9.0.0-SNAPSHOT.jar
17:06:27 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/scout-hellojs-app/.flattened-pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/eclipse/scout/archetypes/scout-hellojs-app/9.0.0-SNAPSHOT/scout-hellojs-app-9.0.0-SNAPSHOT.pom
17:06:27 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/scout-hellojs-app/target/scout-hellojs-app-9.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/eclipse/scout/archetypes/scout-hellojs-app/9.0.0-SNAPSHOT/scout-hellojs-app-9.0.0-SNAPSHOT-tests.jar
17:06:27 [INFO] 
17:06:27 [INFO] --- maven-archetype-plugin:3.0.1:update-local-catalog (default-update-local-catalog) @ scout-hellojs-app ---
17:06:27 [INFO] 
17:06:27 [INFO] ------------< org.eclipse.scout.sdk:org.eclipse.scout.sdk >-------------
17:06:27 [INFO] Building Eclipse Scout SDK 9.0.0-SNAPSHOT                         [4/15]
17:06:27 [INFO] --------------------------------[ pom ]---------------------------------
17:06:27 [INFO] 
17:06:27 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk ---
17:06:28 [INFO] 
17:06:28 [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ org.eclipse.scout.sdk ---
17:06:28 [INFO] 
17:06:28 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk ---
17:06:28 [INFO] Skipping Rule Enforcement.
17:06:28 [INFO] 
17:06:28 [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.sdk ---
17:06:28 [INFO] 
17:06:28 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk ---
17:06:28 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk/../org.eclipse.scout.sdk/target/jacoco-all.exec
17:06:28 [INFO] 
17:06:28 [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk ---
17:06:28 [INFO] 
17:06:28 [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk ---
17:06:28 [INFO] 
17:06:28 [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ org.eclipse.scout.sdk ---
17:06:28 [INFO] Generating flattened POM of project org.eclipse.scout.sdk:org.eclipse.scout.sdk:pom:9.0.0-SNAPSHOT...
17:06:28 [INFO] 
17:06:28 [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk ---
17:06:28 [INFO] No site descriptor found: nothing to attach.
17:06:28 [INFO] 
17:06:28 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk ---
17:06:28 [INFO] Skipping packaging of the test-jar
17:06:28 [INFO] 
17:06:28 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk ---
17:06:28 [INFO] 
17:06:28 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk ---
17:06:28 [INFO] Checking compile classpath
17:06:28 [INFO] Checking runtime classpath
17:06:28 [INFO] Checking test classpath
17:06:28 [INFO] 
17:06:28 [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk ---
17:06:28 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
17:06:28 [INFO] 
17:06:28 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk ---
17:06:28 [INFO] 
17:06:28 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.scout.sdk ---
17:06:28 [INFO] Skip jar signing
17:06:28 [INFO] 
17:06:28 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk ---
17:06:28 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk/.flattened-pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk/9.0.0-SNAPSHOT/org.eclipse.scout.sdk-9.0.0-SNAPSHOT.pom
17:06:28 [INFO] 
17:06:28 [INFO] ----------< org.eclipse.scout.sdk:org.eclipse.scout.sdk.core >----------
17:06:28 [INFO] Building org.eclipse.scout.sdk:org.eclipse.scout.sdk.core 9.0.0-SNAPSHOT [5/15]
17:06:28 [INFO] --------------------------------[ jar ]---------------------------------
17:06:31 [INFO] 
17:06:31 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.core ---
17:06:31 [INFO] 
17:06:31 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.core ---
17:06:31 [INFO] Skipping Rule Enforcement.
17:06:31 [INFO] 
17:06:31 [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.sdk.core ---
17:06:32 [INFO] 
17:06:32 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk.core ---
17:06:32 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.core/../org.eclipse.scout.sdk/target/jacoco-all.exec
17:06:32 [INFO] 
17:06:32 [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.core ---
17:06:32 [INFO] 
17:06:32 [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.core ---
17:06:32 [INFO] 
17:06:32 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.core ---
17:06:32 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:06:32 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.core/src/main/resources
17:06:32 [INFO] Copying 2 resources
17:06:32 [INFO] 
17:06:32 [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.core ---
17:06:39 [INFO] Changes detected - recompiling the module!
17:06:39 [INFO] Compiling 165 source files to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.core/target/classes
17:06:41 [INFO] 
17:06:41 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.core ---
17:06:41 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:06:41 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.core/src/test/resources
17:06:41 [INFO] 
17:06:41 [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.core ---
17:06:41 [INFO] No sources to compile
17:06:41 [INFO] 
17:06:41 [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.core ---
17:06:43 [INFO] No tests to run.
17:06:43 [INFO] 
17:06:43 [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ org.eclipse.scout.sdk.core ---
17:06:43 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.core/target/org.eclipse.scout.sdk.core-9.0.0-SNAPSHOT.jar
17:06:43 [INFO] 
17:06:43 [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.core ---
17:06:43 [INFO] Skipping because packaging 'jar' is not pom.
17:06:43 [INFO] 
17:06:43 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.core ---
17:06:43 [INFO] Skipping packaging of the test-jar
17:06:43 [INFO] 
17:06:43 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.core ---
17:06:43 [INFO] No sources in project. Archive not created.
17:06:43 [INFO] 
17:06:43 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.core ---
17:06:43 [INFO] Checking compile classpath
17:06:43 [INFO] Checking runtime classpath
17:06:43 [INFO] Checking test classpath
17:06:43 [INFO] 
17:06:43 [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.core ---
17:06:43 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
17:06:44 [INFO] 
17:06:44 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.core ---
17:06:44 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.core/target/org.eclipse.scout.sdk.core-9.0.0-SNAPSHOT-sources.jar
17:06:44 [INFO] 
17:06:44 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.scout.sdk.core ---
17:06:44 [INFO] Skip jar signing
17:06:44 [INFO] 
17:06:44 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.core ---
17:06:44 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.core/target/org.eclipse.scout.sdk.core-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.core-9.0.0-SNAPSHOT.jar
17:06:44 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.core/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.core-9.0.0-SNAPSHOT.pom
17:06:44 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.core/target/org.eclipse.scout.sdk.core-9.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.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
17:06:44 [INFO] 
17:06:44 [INFO] -------< org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.test >--------
17:06:44 [INFO] Building org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.test 9.0.0-SNAPSHOT [6/15]
17:06:44 [INFO] --------------------------------[ jar ]---------------------------------
17:06:44 [INFO] 
17:06:44 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.core.test ---
17:06:44 [INFO] 
17:06:44 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.core.test ---
17:06:44 [INFO] Skipping Rule Enforcement.
17:06:44 [INFO] 
17:06:44 [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.sdk.core.test ---
17:06:44 [INFO] 
17:06:44 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk.core.test ---
17:06:44 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.core.test/../org.eclipse.scout.sdk/target/jacoco-all.exec
17:06:44 [INFO] 
17:06:44 [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.core.test ---
17:06:44 [INFO] 
17:06:44 [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.core.test ---
17:06:44 [INFO] 
17:06:44 [INFO] --- build-helper-maven-plugin:3.0.0:add-source (add-source) @ org.eclipse.scout.sdk.core.test ---
17:06:44 [INFO] Source directory: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.core.test/src/main/fixture added.
17:06:44 [INFO] 
17:06:44 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.core.test ---
17:06:44 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:06:44 [INFO] Copying 2 resources
17:06:44 [INFO] Copying 2 resources
17:06:44 [INFO] 
17:06:44 [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.core.test ---
17:06:44 [INFO] Changes detected - recompiling the module!
17:06:44 [INFO] Compiling 38 source files to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.core.test/target/classes
17:06:45 [INFO] 
17:06:45 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.core.test ---
17:06:45 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:06:45 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.core.test/src/test/resources
17:06:45 [INFO] 
17:06:45 [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.core.test ---
17:06:45 [INFO] Changes detected - recompiling the module!
17:06:45 [INFO] Compiling 29 source files to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.core.test/target/test-classes
17:06:45 [INFO] 
17:06:45 [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.core.test ---
17:06:46 [INFO] 
17:06:46 [INFO] -------------------------------------------------------
17:06:46 [INFO]  T E S T S
17:06:46 [INFO] -------------------------------------------------------
17:06:46 [INFO] Running org.eclipse.scout.sdk.core.importvalidator.ImportValidatorTest
17:06:47 [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.178 s - in org.eclipse.scout.sdk.core.importvalidator.ImportValidatorTest
17:06:47 [INFO] Running org.eclipse.scout.sdk.core.model.AnnotationElementTest
17:06:48 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 s - in org.eclipse.scout.sdk.core.model.AnnotationElementTest
17:06:48 [INFO] Running org.eclipse.scout.sdk.core.model.AnnotationQueryTest
17:06:48 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.16 s - in org.eclipse.scout.sdk.core.model.AnnotationQueryTest
17:06:48 [INFO] Running org.eclipse.scout.sdk.core.model.AnnotationSourceTest
17:06:48 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.24 s - in org.eclipse.scout.sdk.core.model.AnnotationSourceTest
17:06:48 [INFO] Running org.eclipse.scout.sdk.core.model.AnnotationTest
17:06:48 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s - in org.eclipse.scout.sdk.core.model.AnnotationTest
17:06:48 [INFO] Running org.eclipse.scout.sdk.core.model.ArrayTypeTest
17:06:48 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 s - in org.eclipse.scout.sdk.core.model.ArrayTypeTest
17:06:48 [INFO] Running org.eclipse.scout.sdk.core.model.CompilationUnitTest
17:06:48 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.scout.sdk.core.model.CompilationUnitTest
17:06:48 [INFO] Running org.eclipse.scout.sdk.core.model.CreateAndOverrideNewCompilationUnitTest
17:06:48 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 s - in org.eclipse.scout.sdk.core.model.CreateAndOverrideNewCompilationUnitTest
17:06:48 [INFO] Running org.eclipse.scout.sdk.core.model.FieldTest
17:06:48 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.scout.sdk.core.model.FieldTest
17:06:48 [INFO] Running org.eclipse.scout.sdk.core.model.GenericMethodTest
17:06:48 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s - in org.eclipse.scout.sdk.core.model.GenericMethodTest
17:06:48 [INFO] Running org.eclipse.scout.sdk.core.model.ImportDeclarationTest
17:06:48 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.scout.sdk.core.model.ImportDeclarationTest
17:06:48 [INFO] Running org.eclipse.scout.sdk.core.model.ManagedAnnotationTest
17:06:48 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.18 s - in org.eclipse.scout.sdk.core.model.ManagedAnnotationTest
17:06:48 [INFO] Running org.eclipse.scout.sdk.core.model.MethodParameterTest
17:06:48 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.sdk.core.model.MethodParameterTest
17:06:48 [INFO] Running org.eclipse.scout.sdk.core.model.MethodTest
17:06:48 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.scout.sdk.core.model.MethodTest
17:06:48 [INFO] Running org.eclipse.scout.sdk.core.model.PackageTest
17:06:48 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.sdk.core.model.PackageTest
17:06:48 [INFO] Running org.eclipse.scout.sdk.core.model.PrimitiveTypeTest
17:06:49 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.scout.sdk.core.model.PrimitiveTypeTest
17:06:49 [INFO] Running org.eclipse.scout.sdk.core.model.SourceRangeTest
17:06:49 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.sdk.core.model.SourceRangeTest
17:06:49 [INFO] Running org.eclipse.scout.sdk.core.model.TypeParameterTest
17:06:49 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.sdk.core.model.TypeParameterTest
17:06:49 [INFO] Running org.eclipse.scout.sdk.core.model.TypeTest
17:06:49 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.eclipse.scout.sdk.core.model.TypeTest
17:06:49 [INFO] Running org.eclipse.scout.sdk.core.model.spi.internal.ClasspathBuilderTest
17:06:49 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.scout.sdk.core.model.spi.internal.ClasspathBuilderTest
17:06:49 [INFO] Running org.eclipse.scout.sdk.core.model.spi.internal.CompositeObjectTest
17:06:49 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.sdk.core.model.spi.internal.CompositeObjectTest
17:06:49 [INFO] Running org.eclipse.scout.sdk.core.model.spi.internal.metavalue.MetaValueFactoryTest
17:06:49 [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s - in org.eclipse.scout.sdk.core.model.spi.internal.metavalue.MetaValueFactoryTest
17:06:49 [INFO] Running org.eclipse.scout.sdk.core.model.sugar.QueryTest
17:06:49 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 s - in org.eclipse.scout.sdk.core.model.sugar.QueryTest
17:06:49 [INFO] Running org.eclipse.scout.sdk.core.signature.SignatureTest
17:06:49 [INFO] Tests run: 189, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.eclipse.scout.sdk.core.signature.SignatureTest
17:06:49 [INFO] Running org.eclipse.scout.sdk.core.signature.SignatureUtilsTest
17:06:49 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.scout.sdk.core.signature.SignatureUtilsTest
17:06:49 [INFO] Running org.eclipse.scout.sdk.core.sourcebuilder.SourceModelRoundtripTest
17:06:49 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s - in org.eclipse.scout.sdk.core.sourcebuilder.SourceModelRoundtripTest
17:06:49 [INFO] Running org.eclipse.scout.sdk.core.util.CoreUtilsTest
17:06:49 [INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.207 s - in org.eclipse.scout.sdk.core.util.CoreUtilsTest
17:06:49 [INFO] Running org.eclipse.scout.sdk.core.util.JavaEnvironmentImportExportTest
17:06:49 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.scout.sdk.core.util.JavaEnvironmentImportExportTest
17:06:49 [INFO] Running org.eclipse.scout.sdk.core.util.SdkLogTest
17:06:49 Unable to parse log level 'aa'. Fallback to default: 'WARNING'.
17:06:49 java.lang.IllegalArgumentException: Bad level "aa"
17:06:49 	at java.logging/java.util.logging.Level.parse(Level.java:517)
17:06:49 	at org.eclipse.scout.sdk.core.util.SdkLog.parseLevel(SdkLog.java:424)
17:06:49 	at org.eclipse.scout.sdk.core.util.SdkLogTest.testParseLevel(SdkLogTest.java:96)
17:06:49 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
17:06:49 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
17:06:49 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
17:06:49 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
17:06:49 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
17:06:49 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
17:06:49 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
17:06:49 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
17:06:49 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
17:06:49 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
17:06:49 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
17:06:49 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
17:06:49 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
17:06:49 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
17:06:49 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
17:06:49 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
17:06:49 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
17:06:49 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
17:06:49 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
17:06:49 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
17:06:49 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
17:06:49 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
17:06:49 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
17:06:49 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
17:06:49 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
17:06:49 Scout SdkLog: Failed toString() invocation on an object of type [org.eclipse.scout.sdk.core.util.SdkLogTest$ClassWithToStringThrowingNpeFixture]
17:06:49 java.lang.NullPointerException: NPE of test class org.eclipse.scout.sdk.core.util.SdkLogTest
17:06:49 	at org.eclipse.scout.sdk.core.util.SdkLogTest$ClassWithToStringThrowingNpeFixture.toString(SdkLogTest.java:156)
17:06:49 	at org.eclipse.scout.sdk.core.util.SdkLog.safeObjectToString(SdkLog.java:223)
17:06:49 	at org.eclipse.scout.sdk.core.util.SdkLog.toString(SdkLog.java:159)
17:06:49 	at org.eclipse.scout.sdk.core.util.SdkLog.handlePlaceholders(SdkLog.java:149)
17:06:49 	at org.eclipse.scout.sdk.core.util.SdkLog.log(SdkLog.java:93)
17:06:49 	at org.eclipse.scout.sdk.core.util.SdkLog.error(SdkLog.java:317)
17:06:49 	at org.eclipse.scout.sdk.core.util.SdkLogTest$1.run(SdkLogTest.java:104)
17:06:49 	at org.eclipse.scout.sdk.core.util.SdkLogTest.runWithPrivateLogger(SdkLogTest.java:193)
17:06:49 	at org.eclipse.scout.sdk.core.util.SdkLogTest.testLogOfObjectWithToStringThrowingException(SdkLogTest.java:101)
17:06:49 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
17:06:49 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
17:06:49 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
17:06:49 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
17:06:49 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
17:06:49 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
17:06:49 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
17:06:49 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
17:06:49 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
17:06:49 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
17:06:49 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
17:06:49 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
17:06:49 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
17:06:49 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
17:06:49 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
17:06:49 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
17:06:49 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
17:06:49 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
17:06:49 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
17:06:49 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
17:06:49 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
17:06:49 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
17:06:49 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
17:06:49 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
17:06:49 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
17:06:49 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.scout.sdk.core.util.SdkLogTest
17:06:49 [INFO] 
17:06:49 [INFO] Results:
17:06:49 [INFO] 
17:06:49 [INFO] Tests run: 364, Failures: 0, Errors: 0, Skipped: 0
17:06:49 [INFO] 
17:06:49 [INFO] 
17:06:49 [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ org.eclipse.scout.sdk.core.test ---
17:06:49 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-9.0.0-SNAPSHOT.jar
17:06:49 [INFO] 
17:06:49 [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.core.test ---
17:06:49 [INFO] Skipping because packaging 'jar' is not pom.
17:06:49 [INFO] 
17:06:49 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.core.test ---
17:06:49 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-9.0.0-SNAPSHOT-tests.jar
17:06:49 [INFO] 
17:06:49 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.core.test ---
17:06:49 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-9.0.0-SNAPSHOT-test-sources.jar
17:06:49 [INFO] 
17:06:49 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.core.test ---
17:06:49 [INFO] Checking compile classpath
17:06:50 [INFO] Checking runtime classpath
17:06:50 [INFO] Checking test classpath
17:06:50 [INFO] 
17:06:50 [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.core.test ---
17:06:50 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
17:06:50 [INFO] 
17:06:50 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.core.test ---
17:06:50 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-9.0.0-SNAPSHOT-sources.jar
17:06:50 [INFO] 
17:06:50 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.scout.sdk.core.test ---
17:06:50 [INFO] Skip jar signing
17:06:50 [INFO] 
17:06:50 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.core.test ---
17:06:50 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.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
17:06:50 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.core.test/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.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
17:06:50 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-9.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.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
17:06:50 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/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/org.eclipse.scout.sdk.branch-9.0_continuous/.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
17:06:50 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-9.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.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
17:06:50 [INFO] 
17:06:50 [INFO] ---------< org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s >---------
17:06:50 [INFO] Building org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s 9.0.0-SNAPSHOT [7/15]
17:06:50 [INFO] --------------------------------[ jar ]---------------------------------
17:06:55 [INFO] 
17:06:55 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.core.s ---
17:06:55 [INFO] 
17:06:55 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.core.s ---
17:06:55 [INFO] Skipping Rule Enforcement.
17:06:55 [INFO] 
17:06:55 [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.sdk.core.s ---
17:06:55 [INFO] 
17:06:55 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk.core.s ---
17:06:55 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.core.s/../org.eclipse.scout.sdk/target/jacoco-all.exec
17:06:55 [INFO] 
17:06:55 [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.core.s ---
17:06:55 [INFO] 
17:06:55 [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.core.s ---
17:06:55 [INFO] 
17:06:55 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.core.s ---
17:06:55 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:06:55 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.core.s/src/main/resources
17:06:55 [INFO] Copying 2 resources
17:06:55 [INFO] 
17:06:55 [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.core.s ---
17:06:55 [INFO] Changes detected - recompiling the module!
17:06:55 [INFO] Compiling 50 source files to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.core.s/target/classes
17:06:56 [INFO] 
17:06:56 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.core.s ---
17:06:56 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:06:56 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.core.s/src/test/resources
17:06:56 [INFO] 
17:06:56 [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.core.s ---
17:06:56 [INFO] No sources to compile
17:06:56 [INFO] 
17:06:56 [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.core.s ---
17:06:56 [INFO] No tests to run.
17:06:56 [INFO] 
17:06:56 [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ org.eclipse.scout.sdk.core.s ---
17:06:56 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.core.s/target/org.eclipse.scout.sdk.core.s-9.0.0-SNAPSHOT.jar
17:06:56 [INFO] 
17:06:56 [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.core.s ---
17:06:56 [INFO] Skipping because packaging 'jar' is not pom.
17:06:56 [INFO] 
17:06:56 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.core.s ---
17:06:56 [INFO] Skipping packaging of the test-jar
17:06:56 [INFO] 
17:06:56 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.core.s ---
17:06:56 [INFO] No sources in project. Archive not created.
17:06:56 [INFO] 
17:06:56 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.core.s ---
17:06:56 [INFO] Checking compile classpath
17:06:56 [INFO] Checking runtime classpath
17:06:56 [INFO] Checking test classpath
17:06:56 [INFO] 
17:06:56 [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.core.s ---
17:06:56 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
17:06:56 [INFO] 
17:06:56 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.core.s ---
17:06:56 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.core.s/target/org.eclipse.scout.sdk.core.s-9.0.0-SNAPSHOT-sources.jar
17:06:56 [INFO] 
17:06:56 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.scout.sdk.core.s ---
17:06:56 [INFO] Skip jar signing
17:06:56 [INFO] 
17:06:56 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.core.s ---
17:06:56 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.core.s/target/org.eclipse.scout.sdk.core.s-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.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
17:06:57 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.core.s/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.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
17:06:57 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.core.s/target/org.eclipse.scout.sdk.core.s-9.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.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
17:06:57 [INFO] 
17:06:57 [INFO] ------< org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s.test >-------
17:06:57 [INFO] Building org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s.test 9.0.0-SNAPSHOT [8/15]
17:06:57 [INFO] --------------------------------[ jar ]---------------------------------
17:07:04 [INFO] 
17:07:04 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.core.s.test ---
17:07:04 [INFO] 
17:07:04 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.core.s.test ---
17:07:04 [INFO] Skipping Rule Enforcement.
17:07:04 [INFO] 
17:07:04 [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.sdk.core.s.test ---
17:07:05 [INFO] 
17:07:05 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk.core.s.test ---
17:07:05 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.core.s.test/../org.eclipse.scout.sdk/target/jacoco-all.exec
17:07:05 [INFO] 
17:07:05 [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.core.s.test ---
17:07:05 [INFO] 
17:07:05 [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.core.s.test ---
17:07:05 [INFO] 
17:07:05 [INFO] --- build-helper-maven-plugin:3.0.0:add-source (add-source) @ org.eclipse.scout.sdk.core.s.test ---
17:07:05 [INFO] Source directory: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.core.s.test/src/main/client added.
17:07:05 [INFO] Source directory: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.core.s.test/src/main/shared added.
17:07:05 [INFO] 
17:07:05 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.core.s.test ---
17:07:05 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:07:05 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.core.s.test/src/main/resources
17:07:05 [INFO] Copying 2 resources
17:07:05 [INFO] 
17:07:05 [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.core.s.test ---
17:07:05 [INFO] Changes detected - recompiling the module!
17:07:05 [INFO] Compiling 141 source files to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.core.s.test/target/classes
17:07:06 [INFO] 
17:07:06 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.core.s.test ---
17:07:06 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:07:06 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.core.s.test/src/test/resources
17:07:06 [INFO] 
17:07:06 [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.core.s.test ---
17:07:06 [INFO] Changes detected - recompiling the module!
17:07:06 [INFO] Compiling 36 source files to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.core.s.test/target/test-classes
17:07:06 [INFO] 
17:07:06 [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.core.s.test ---
17:07:06 [INFO] 
17:07:06 [INFO] -------------------------------------------------------
17:07:06 [INFO]  T E S T S
17:07:06 [INFO] -------------------------------------------------------
17:07:07 [INFO] Running org.eclipse.scout.sdk.core.s.ScoutRuntimeTypesTest
17:07:08 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.562 s - in org.eclipse.scout.sdk.core.s.ScoutRuntimeTypesTest
17:07:08 [INFO] Running org.eclipse.scout.sdk.core.s.jaxws.JaxWsModuleNewHelperTest
17:07:08 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 s - in org.eclipse.scout.sdk.core.s.jaxws.JaxWsModuleNewHelperTest
17:07:08 [INFO] Running org.eclipse.scout.sdk.core.s.jaxws.JaxWsUtilsTest
17:07:08 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s - in org.eclipse.scout.sdk.core.s.jaxws.JaxWsUtilsTest
17:07:08 [INFO] Running org.eclipse.scout.sdk.core.s.project.ScoutProjectNewTest
17:08:01 [WARNING]: Don't override file /tmp/CoreScoutTestingUtils-projectDir3994560437908427185/artifact/artifact/pom.xml
17:08:10 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir3994560437908427185/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[5] 
17:08:10 	import org.eclipse.scout.rt.shared.ISession;
17:08:10 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:08:10 The import org.eclipse.scout.rt.shared.ISession is never used
17:08:10 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir3994560437908427185/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[7] 
17:08:10 	import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService;
17:08:10 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:08:10 The import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService is never used
17:08:10 2 problems (2 warnings)
17:08:17 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir3994560437908427185/artifact/artifact.client/src/main/java/group/artifact/client/ClientSession.java:[4] 
17:08:17 	import org.eclipse.scout.rt.client.IClientSession;
17:08:17 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:08:17 The import org.eclipse.scout.rt.client.IClientSession is never used
17:08:17 1 problem (1 warning)
17:08:17 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir3994560437908427185/artifact/artifact.client/src/test/java/group/artifact/client/helloworld/HelloWorldFormTest.java:[8] 
17:08:17 	import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField;
17:08:17 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:08:17 The import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField is never used
17:08:17 1 problem (1 warning)
17:08:20 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 71.345 s - in org.eclipse.scout.sdk.core.s.project.ScoutProjectNewTest
17:08:20 [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.codetype.CodeTypeSourceBuilderTest
17:08:20 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.135 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.codetype.CodeTypeSourceBuilderTest
17:08:20 [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.AnnotationCopyTest
17:08:20 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.164 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.AnnotationCopyTest
17:08:20 [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ExtensionFormDataTest
17:08:20 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.502 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ExtensionFormDataTest
17:08:20 [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ExternalCheckboxFieldTest
17:08:21 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ExternalCheckboxFieldTest
17:08:21 [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ExternalGroupboxTest
17:08:21 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ExternalGroupboxTest
17:08:21 [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ExternalTableFieldTest
17:08:21 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.149 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ExternalTableFieldTest
17:08:21 [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.FormFieldMenuTest
17:08:21 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.FormFieldMenuTest
17:08:21 [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.FormPropertiesTest
17:08:21 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.FormPropertiesTest
17:08:21 [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.FormWithGroupboxesTest
17:08:21 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.FormWithGroupboxesTest
17:08:21 [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.FormWithTemplateTest
17:08:21 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.FormWithTemplateTest
17:08:21 [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.IgnoredFieldsFormTest
17:08:21 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.IgnoredFieldsFormTest
17:08:21 [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ListBoxFormTest
17:08:21 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ListBoxFormTest
17:08:21 [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.MasterFieldFormDataTest
17:08:21 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.MasterFieldFormDataTest
17:08:21 [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.MixedValueFieldTest
17:08:21 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.MixedValueFieldTest
17:08:21 [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.NestedMultiLevelFormFieldTest
17:08:22 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.309 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.NestedMultiLevelFormFieldTest
17:08:22 [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.PageBeanDataTest
17:08:23 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.823 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.PageBeanDataTest
17:08:23 [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ReplaceFormFieldTest
17:08:23 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.38 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ReplaceFormFieldTest
17:08:23 [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ReplaceWithTemplatesTest
17:08:23 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.415 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ReplaceWithTemplatesTest
17:08:23 [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ReplacingFormTest
17:08:23 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ReplacingFormTest
17:08:23 [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ReplacingPageTest
17:08:24 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.149 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ReplacingPageTest
17:08:24 [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ScopeTest
17:08:24 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.157 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ScopeTest
17:08:24 [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.SimpleFormTest
17:08:24 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.SimpleFormTest
17:08:24 [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.TableFieldBeanTest
17:08:25 [WARNING]: Column 'formdata.client.ui.forms.ColumnWithoutTypeForm$MainBox$MyTableField$Table$MyColumn' has no value type.
17:08:25 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.467 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.TableFieldBeanTest
17:08:25 [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.TableFieldExtensionTest
17:08:25 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.TableFieldExtensionTest
17:08:25 [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.TableFieldFormTest
17:08:26 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.376 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.TableFieldFormTest
17:08:26 [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.TableFieldWithIgnoredColumnsTest
17:08:26 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.676 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.TableFieldWithIgnoredColumnsTest
17:08:26 [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.form.FormSourceBuilderTest
17:08:27 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.form.FormSourceBuilderTest
17:08:27 [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.lookupcall.LookupCallSourceBuilderTest
17:08:27 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.lookupcall.LookupCallSourceBuilderTest
17:08:27 [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.page.PageSourceBuilderTest
17:08:27 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.199 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.page.PageSourceBuilderTest
17:08:27 [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.testcase.TestSourceBuilderTest
17:08:27 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.testcase.TestSourceBuilderTest
17:08:27 [INFO] Running org.eclipse.scout.sdk.core.s.structured.WellformTest
17:08:28 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.875 s - in org.eclipse.scout.sdk.core.s.structured.WellformTest
17:08:28 [INFO] Running org.eclipse.scout.sdk.core.s.util.CoreScoutUtilsTest
17:08:28 [WARNING]: The @Order value 100000000000000000 is very large and therefore may not be precise enough. It is recommended to use a lower value.
17:08:28 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.eclipse.scout.sdk.core.s.util.CoreScoutUtilsTest
17:08:28 [INFO] 
17:08:28 [INFO] Results:
17:08:28 [INFO] 
17:08:28 [INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0
17:08:28 [INFO] 
17:08:28 [INFO] 
17:08:28 [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ org.eclipse.scout.sdk.core.s.test ---
17:08:28 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-9.0.0-SNAPSHOT.jar
17:08:28 [INFO] 
17:08:28 [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.core.s.test ---
17:08:28 [INFO] Skipping because packaging 'jar' is not pom.
17:08:28 [INFO] 
17:08:28 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.core.s.test ---
17:08:28 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-9.0.0-SNAPSHOT-tests.jar
17:08:28 [INFO] 
17:08:28 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.core.s.test ---
17:08:28 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-9.0.0-SNAPSHOT-test-sources.jar
17:08:28 [INFO] 
17:08:28 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.core.s.test ---
17:08:28 [INFO] Checking compile classpath
17:08:29 [INFO] Checking runtime classpath
17:08:29 [INFO] Checking test classpath
17:08:29 [INFO] 
17:08:29 [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.core.s.test ---
17:08:29 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
17:08:30 [INFO] 
17:08:30 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.core.s.test ---
17:08:30 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-9.0.0-SNAPSHOT-sources.jar
17:08:30 [INFO] 
17:08:30 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.scout.sdk.core.s.test ---
17:08:30 [INFO] Skip jar signing
17:08:30 [INFO] 
17:08:30 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.core.s.test ---
17:08:30 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/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/org.eclipse.scout.sdk.branch-9.0_continuous/.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
17:08:30 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.core.s.test/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.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
17:08:30 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/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/org.eclipse.scout.sdk.branch-9.0_continuous/.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
17:08:30 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/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/org.eclipse.scout.sdk.branch-9.0_continuous/.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
17:08:30 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/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/org.eclipse.scout.sdk.branch-9.0_continuous/.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
17:08:30 [INFO] 
17:08:30 [INFO] --------< org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e >---------
17:08:30 [INFO] Building org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e 9.0.0-SNAPSHOT [9/15]
17:08:30 [INFO] -------------------------------[ bundle ]-------------------------------
17:08:39 [INFO] 
17:08:39 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.s2e ---
17:08:39 [INFO] 
17:08:39 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e ---
17:08:39 [INFO] Skipping Rule Enforcement.
17:08:39 [INFO] 
17:08:39 [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.sdk.s2e ---
17:08:40 [INFO] 
17:08:40 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk.s2e ---
17:08:40 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.s2e/../org.eclipse.scout.sdk/target/jacoco-all.exec
17:08:40 [INFO] 
17:08:40 [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e ---
17:08:40 [INFO] 
17:08:40 [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e ---
17:08:40 [INFO] 
17:08:40 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.s2e ---
17:08:40 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:08:40 [INFO] Copying 2 resources
17:08:40 [INFO] Copying 5 resources
17:08:40 [INFO] 
17:08:40 [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.s2e ---
17:08:40 [INFO] Changes detected - recompiling the module!
17:08:40 [INFO] Compiling 58 source files to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.s2e/target/classes
17:08:41 [INFO] 
17:08:41 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e ---
17:08:41 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:08:41 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.s2e/src/test/resources
17:08:41 [INFO] 
17:08:41 [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e ---
17:08:41 [INFO] No sources to compile
17:08:41 [INFO] 
17:08:41 [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.s2e ---
17:08:41 [INFO] No tests to run.
17:08:41 [INFO] 
17:08:41 [INFO] --- maven-bundle-plugin:4.1.0:bundle (default-bundle) @ org.eclipse.scout.sdk.s2e ---
17:08:42 [INFO] 
17:08:42 [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.s2e ---
17:08:43 [INFO] Skipping because packaging 'bundle' is not pom.
17:08:43 [INFO] 
17:08:43 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e ---
17:08:43 [INFO] Skipping packaging of the test-jar
17:08:43 [INFO] 
17:08:43 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e ---
17:08:43 [INFO] No sources in project. Archive not created.
17:08:43 [INFO] 
17:08:43 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.s2e ---
17:08:43 [INFO] Checking compile classpath
17:08:43 [INFO] Checking runtime classpath
17:08:43 [INFO] Checking test classpath
17:08:43 [INFO] 
17:08:43 [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.s2e ---
17:08:43 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
17:08:45 [INFO] 
17:08:45 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e ---
17:08:45 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-9.0.0-SNAPSHOT-sources.jar
17:08:45 [INFO] 
17:08:45 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.scout.sdk.s2e ---
17:08:45 [INFO] Skip jar signing
17:08:45 [INFO] 
17:08:45 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e ---
17:08:45 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.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
17:08:45 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.s2e/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.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
17:08:45 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-9.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.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
17:08:45 [INFO] 
17:08:45 [INFO] --- maven-bundle-plugin:4.1.0:install (default-install) @ org.eclipse.scout.sdk.s2e ---
17:08:45 [INFO] Local OBR update disabled (enable with -DobrRepository)
17:08:45 [INFO] 
17:08:45 [INFO] ------< org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.test >------
17:08:45 [INFO] Building org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.test 9.0.0-SNAPSHOT [10/15]
17:08:45 [INFO] --------------------------------[ jar ]---------------------------------
17:08:45 [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
17:08:45 [INFO] 
17:08:45 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.s2e.test ---
17:08:45 [INFO] 
17:08:45 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e.test ---
17:08:45 [INFO] Skipping Rule Enforcement.
17:08:45 [INFO] 
17:08:45 [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.sdk.s2e.test ---
17:08:46 [INFO] 
17:08:46 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.test ---
17:08:46 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.s2e.test/../org.eclipse.scout.sdk/target/jacoco-all.exec
17:08:46 [INFO] 
17:08:46 [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.test ---
17:08:46 [INFO] 
17:08:46 [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.test ---
17:08:46 [INFO] 
17:08:46 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.s2e.test ---
17:08:46 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:08:46 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.s2e.test/src/main/resources
17:08:46 [INFO] Copying 2 resources
17:08:46 [INFO] 
17:08:46 [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.s2e.test ---
17:08:46 [INFO] Changes detected - recompiling the module!
17:08:46 [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.s2e.test/target/classes
17:08:46 [INFO] 
17:08:46 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.test ---
17:08:46 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:08:46 [INFO] Copying 7 resources
17:08:46 [INFO] 
17:08:46 [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.test ---
17:08:46 [INFO] Changes detected - recompiling the module!
17:08:46 [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.s2e.test/target/test-classes
17:08:46 [INFO] 
17:08:46 [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.s2e.test ---
17:08:46 [INFO] 
17:08:46 [INFO] -------------------------------------------------------
17:08:46 [INFO]  T E S T S
17:08:46 [INFO] -------------------------------------------------------
17:08:47 [INFO] Running org.eclipse.scout.sdk.s2e.job.ResourceBlockingOperationJobTest
17:08:48 [WARNING]: operation 'org.eclipse.scout.sdk.s2e.operation.IOperation$MockitoMock$940656383' does not have a name.
17:08:48 [WARNING]: operation 'org.eclipse.scout.sdk.s2e.operation.IOperation$MockitoMock$940656383' does not have a name.
17:08:48 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.938 s - in org.eclipse.scout.sdk.s2e.job.ResourceBlockingOperationJobTest
17:08:48 [INFO] Running org.eclipse.scout.sdk.s2e.operation.codetype.CodeTypeNewOperationTest
17:08:50 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.119 s - in org.eclipse.scout.sdk.s2e.operation.codetype.CodeTypeNewOperationTest
17:08:50 [INFO] Running org.eclipse.scout.sdk.s2e.operation.form.FormNewOperationTest
17:08:54 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.338 s - in org.eclipse.scout.sdk.s2e.operation.form.FormNewOperationTest
17:08:54 [INFO] Running org.eclipse.scout.sdk.s2e.operation.jaxws.WebServiceNewOperationTest
17:08:59 [WARNING]: Don't override file /tmp/CoreScoutTestingUtils-projectDir10205441320693348182/artifact/artifact/pom.xml
17:09:04 [WARNING]: CP Don't override file /tmp/jaxws-module-tmp8711534584063127976/artifact.server.jaxws/src/main/resources/META-INF/scout.xml
17:10:30 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir10205441320693348182/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/provider/multifile/ErrorResponse.java:[15] 
17:10:30 	public class ErrorResponse
17:10:30 	             ^^^^^^^^^^^^^
17:10:30 The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long
17:10:30 2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
17:10:30 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]
17:10:30 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]
17:10:30 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]
17:10:30 6. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
17:10:30 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]
17:10:30 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]
17:10:30 9. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
17:10:30 10. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
17:10:30 10 problems (10 warnings)
17:10:35 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir10205441320693348182/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[5] 
17:10:35 	import org.eclipse.scout.rt.shared.ISession;
17:10:35 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:10:35 The import org.eclipse.scout.rt.shared.ISession is never used
17:10:35 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir10205441320693348182/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[7] 
17:10:35 	import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService;
17:10:35 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:10:35 The import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService is never used
17:10:35 2 problems (2 warnings)
17:11:08 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir10205441320693348182/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/provider/multifile/ErrorResponse.java:[15] 
17:11:08 	public class ErrorResponse
17:11:08 	             ^^^^^^^^^^^^^
17:11:08 The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long
17:11:08 2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
17:11:08 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]
17:11:08 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]
17:11:08 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]
17:11:08 6. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
17:11:08 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]
17:11:08 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]
17:11:08 9. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
17:11:08 10. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
17:11:08 10 problems (10 warnings)
17:11:11 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir10205441320693348182/artifact/artifact.client/src/main/java/group/artifact/client/ClientSession.java:[4] 
17:11:11 	import org.eclipse.scout.rt.client.IClientSession;
17:11:11 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:11:11 The import org.eclipse.scout.rt.client.IClientSession is never used
17:11:11 1 problem (1 warning)
17:11:11 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir10205441320693348182/artifact/artifact.client/src/test/java/group/artifact/client/helloworld/HelloWorldFormTest.java:[8] 
17:11:11 	import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField;
17:11:11 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:11:11 The import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField is never used
17:11:11 1 problem (1 warning)
17:11:51 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir10205441320693348182/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/provider/multifile/ErrorResponse.java:[15] 
17:11:51 	public class ErrorResponse
17:11:51 	             ^^^^^^^^^^^^^
17:11:51 The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long
17:11:51 2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
17:11:51 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]
17:11:51 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]
17:11:51 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]
17:11:51 6. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
17:11:51 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]
17:11:51 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]
17:11:51 9. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.IFirstWebServiceOnePortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
17:11:51 10. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.IFirstWebServiceTwoPortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
17:11:51 11. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.ISecondWebServiceOnePortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
17:11:51 12. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.ISecondWebServiceTwoPortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
17:11:51 13. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
17:11:51 14. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
17:11:51 14 problems (14 warnings)
17:11:56 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir10205441320693348182/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[5] 
17:11:56 	import org.eclipse.scout.rt.shared.ISession;
17:11:56 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:11:56 The import org.eclipse.scout.rt.shared.ISession is never used
17:11:56 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir10205441320693348182/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[7] 
17:11:56 	import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService;
17:11:56 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:11:56 The import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService is never used
17:11:56 2 problems (2 warnings)
17:12:30 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir10205441320693348182/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/provider/multifile/ErrorResponse.java:[15] 
17:12:30 	public class ErrorResponse
17:12:30 	             ^^^^^^^^^^^^^
17:12:30 The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long
17:12:30 2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
17:12:30 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]
17:12:30 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]
17:12:30 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]
17:12:30 6. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
17:12:30 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]
17:12:30 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]
17:12:30 9. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.IFirstWebServiceOnePortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
17:12:30 10. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.IFirstWebServiceTwoPortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
17:12:30 11. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.ISecondWebServiceOnePortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
17:12:30 12. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.ISecondWebServiceTwoPortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
17:12:30 13. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
17:12:30 14. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
17:12:30 14 problems (14 warnings)
17:12:33 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir10205441320693348182/artifact/artifact.client/src/main/java/group/artifact/client/ClientSession.java:[4] 
17:12:33 	import org.eclipse.scout.rt.client.IClientSession;
17:12:33 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:12:33 The import org.eclipse.scout.rt.client.IClientSession is never used
17:12:33 1 problem (1 warning)
17:12:33 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir10205441320693348182/artifact/artifact.client/src/test/java/group/artifact/client/helloworld/HelloWorldFormTest.java:[8] 
17:12:33 	import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField;
17:12:33 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:12:33 The import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField is never used
17:12:33 1 problem (1 warning)
17:13:13 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir10205441320693348182/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/provider/multifile/ErrorResponse.java:[15] 
17:13:13 	public class ErrorResponse
17:13:13 	             ^^^^^^^^^^^^^
17:13:13 The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long
17:13:13 2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
17:13:13 3. WARNING: Annotation processing: Generate entry point for endpoint interface 'test.provider.multifile.IScoutQueryInterface2PortType' [entryPoint=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint, wsdl:portType=scoutQueryInterface2, wsdl:service=scoutQuery, wsdl:port=scoutQueryPort] [processor=JaxWsAnnotationProcessor]
17:13:13 4. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.WsProviderCorrelationIdHandler, handlerDelegate=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_WsProviderCorrelationIdHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
17:13:13 5. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.LogHandler, handlerDelegate=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_LogHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
17:13:13 6. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
17:13:13 7. WARNING: Annotation processing: Generate handler chain XML-file [file=ScoutQueryInterface2WebServiceEntryPoint_handler-chain.xml, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
17:13:13 8. WARNING: Annotation processing: Entry point successfully generated. [entryPoint=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType, entryPointDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition] [processor=JaxWsAnnotationProcessor]
17:13:13 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]
17:13:13 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]
17:13:13 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]
17:13:13 12. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.empty.WhateverWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.empty.IWhateverWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.IWhateverPortType] [processor=JaxWsAnnotationProcessor]
17:13:13 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]
17:13:13 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]
17:13:13 15. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.IFirstWebServiceOnePortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
17:13:13 16. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.IFirstWebServiceTwoPortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
17:13:13 17. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.ISecondWebServiceOnePortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
17:13:13 18. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.ISecondWebServiceTwoPortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
17:13:13 19. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
17:13:13 20. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
17:13:13 20 problems (20 warnings)
17:13:18 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir10205441320693348182/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[5] 
17:13:18 	import org.eclipse.scout.rt.shared.ISession;
17:13:18 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:13:18 The import org.eclipse.scout.rt.shared.ISession is never used
17:13:18 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir10205441320693348182/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[7] 
17:13:18 	import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService;
17:13:18 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:13:18 The import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService is never used
17:13:18 2 problems (2 warnings)
17:13:52 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir10205441320693348182/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/provider/multifile/ErrorResponse.java:[15] 
17:13:52 	public class ErrorResponse
17:13:52 	             ^^^^^^^^^^^^^
17:13:52 The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long
17:13:52 2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
17:13:52 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]
17:13:52 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]
17:13:52 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]
17:13:52 6. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
17:13:52 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]
17:13:52 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]
17:13:52 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]
17:13:52 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]
17:13:52 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]
17:13:52 12. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.empty.WhateverWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.empty.IWhateverWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.IWhateverPortType] [processor=JaxWsAnnotationProcessor]
17:13:52 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]
17:13:52 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]
17:13:52 15. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.IFirstWebServiceOnePortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
17:13:52 16. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.IFirstWebServiceTwoPortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
17:13:52 17. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.ISecondWebServiceOnePortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
17:13:52 18. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.ISecondWebServiceTwoPortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
17:13:52 19. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
17:13:52 20. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
17:13:52 20 problems (20 warnings)
17:13:55 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir10205441320693348182/artifact/artifact.client/src/main/java/group/artifact/client/ClientSession.java:[4] 
17:13:55 	import org.eclipse.scout.rt.client.IClientSession;
17:13:55 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:13:55 The import org.eclipse.scout.rt.client.IClientSession is never used
17:13:55 1 problem (1 warning)
17:13:55 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir10205441320693348182/artifact/artifact.client/src/test/java/group/artifact/client/helloworld/HelloWorldFormTest.java:[8] 
17:13:55 	import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField;
17:13:55 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:13:55 The import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField is never used
17:13:55 1 problem (1 warning)
17:14:02 [WARNING]: Don't override file /tmp/CoreScoutTestingUtils-projectDir15228917354540322337/artifact/artifact/pom.xml
17:14:06 [WARNING]: CP Don't override file /tmp/jaxws-module-tmp5073633737661922962/artifact.server.jaxws/src/main/resources/META-INF/scout.xml
17:15:12 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir15228917354540322337/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/consumer/ErrorResponse.java:[15] 
17:15:12 	public class ErrorResponse
17:15:12 	             ^^^^^^^^^^^^^
17:15:12 The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long
17:15:12 2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
17:15:12 3. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.IScoutQueryInterface2PortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
17:15:12 4. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
17:15:12 4 problems (4 warnings)
17:15:17 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir15228917354540322337/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[5] 
17:15:17 	import org.eclipse.scout.rt.shared.ISession;
17:15:17 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:15:17 The import org.eclipse.scout.rt.shared.ISession is never used
17:15:17 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir15228917354540322337/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[7] 
17:15:17 	import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService;
17:15:17 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:15:17 The import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService is never used
17:15:17 2 problems (2 warnings)
17:15:50 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir15228917354540322337/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/consumer/ErrorResponse.java:[15] 
17:15:50 	public class ErrorResponse
17:15:50 	             ^^^^^^^^^^^^^
17:15:50 The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long
17:15:50 2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
17:15:50 3. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.IScoutQueryInterface2PortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
17:15:50 4. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
17:15:50 4 problems (4 warnings)
17:15:53 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir15228917354540322337/artifact/artifact.client/src/main/java/group/artifact/client/ClientSession.java:[4] 
17:15:53 	import org.eclipse.scout.rt.client.IClientSession;
17:15:53 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:15:53 The import org.eclipse.scout.rt.client.IClientSession is never used
17:15:53 1 problem (1 warning)
17:15:53 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir15228917354540322337/artifact/artifact.client/src/test/java/group/artifact/client/helloworld/HelloWorldFormTest.java:[8] 
17:15:53 	import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField;
17:15:53 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:15:53 The import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField is never used
17:15:53 1 problem (1 warning)
17:16:33 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir15228917354540322337/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/consumer/ErrorResponse.java:[15] 
17:16:33 	public class ErrorResponse
17:16:33 	             ^^^^^^^^^^^^^
17:16:33 The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long
17:16:33 2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
17:16:33 3. WARNING: Annotation processing: Generate entry point for endpoint interface 'test.provider.empty.ITestEmptyPortType' [entryPoint=test.provider.empty.TestEmptyWebServiceEntryPoint, wsdl:portType=TestEmptyPortType, wsdl:service=TestEmptyWebService, wsdl:port=TestEmptyPort] [processor=JaxWsAnnotationProcessor]
17:16:33 4. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.WsProviderCorrelationIdHandler, handlerDelegate=test.provider.empty.TestEmptyWebServiceEntryPoint_WsProviderCorrelationIdHandler, portTypeDefinition=test.provider.empty.ITestEmptyWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.ITestEmptyPortType] [processor=JaxWsAnnotationProcessor]
17:16:33 5. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.LogHandler, handlerDelegate=test.provider.empty.TestEmptyWebServiceEntryPoint_LogHandler, portTypeDefinition=test.provider.empty.ITestEmptyWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.ITestEmptyPortType] [processor=JaxWsAnnotationProcessor]
17:16:33 6. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.empty.TestEmptyWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.empty.ITestEmptyWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.ITestEmptyPortType] [processor=JaxWsAnnotationProcessor]
17:16:33 7. WARNING: Annotation processing: Generate handler chain XML-file [file=TestEmptyWebServiceEntryPoint_handler-chain.xml, portTypeDefinition=test.provider.empty.ITestEmptyWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.ITestEmptyPortType] [processor=JaxWsAnnotationProcessor]
17:16:33 8. WARNING: Annotation processing: Entry point successfully generated. [entryPoint=test.provider.empty.TestEmptyWebServiceEntryPoint, endpointInterface=test.provider.empty.ITestEmptyPortType, entryPointDefinition=test.provider.empty.ITestEmptyWebServiceEntryPointDefinition] [processor=JaxWsAnnotationProcessor]
17:16:33 9. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.IScoutQueryInterface2PortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
17:16:33 10. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
17:16:33 11. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
17:16:33 11 problems (11 warnings)
17:16:37 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir15228917354540322337/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[5] 
17:16:37 	import org.eclipse.scout.rt.shared.ISession;
17:16:37 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:16:37 The import org.eclipse.scout.rt.shared.ISession is never used
17:16:37 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir15228917354540322337/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[7] 
17:16:37 	import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService;
17:16:37 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:16:37 The import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService is never used
17:16:37 2 problems (2 warnings)
17:17:11 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir15228917354540322337/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/consumer/ErrorResponse.java:[15] 
17:17:11 	public class ErrorResponse
17:17:11 	             ^^^^^^^^^^^^^
17:17:11 The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long
17:17:11 2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
17:17:11 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]
17:17:11 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]
17:17:11 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]
17:17:11 6. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.empty.TestEmptyWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.empty.ITestEmptyWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.ITestEmptyPortType] [processor=JaxWsAnnotationProcessor]
17:17:11 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]
17:17:11 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]
17:17:11 9. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.IScoutQueryInterface2PortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
17:17:11 10. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
17:17:11 11. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
17:17:11 11 problems (11 warnings)
17:17:14 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir15228917354540322337/artifact/artifact.client/src/main/java/group/artifact/client/ClientSession.java:[4] 
17:17:14 	import org.eclipse.scout.rt.client.IClientSession;
17:17:14 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:17:14 The import org.eclipse.scout.rt.client.IClientSession is never used
17:17:14 1 problem (1 warning)
17:17:14 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir15228917354540322337/artifact/artifact.client/src/test/java/group/artifact/client/helloworld/HelloWorldFormTest.java:[8] 
17:17:14 	import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField;
17:17:14 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:17:14 The import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField is never used
17:17:14 1 problem (1 warning)
17:17:54 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir15228917354540322337/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/consumer/ErrorResponse.java:[15] 
17:17:54 	public class ErrorResponse
17:17:54 	             ^^^^^^^^^^^^^
17:17:54 The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long
17:17:54 2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
17:17:54 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]
17:17:54 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]
17:17:54 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]
17:17:54 6. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.empty.TestEmptyWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.empty.ITestEmptyWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.ITestEmptyPortType] [processor=JaxWsAnnotationProcessor]
17:17:54 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]
17:17:54 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]
17:17:54 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]
17:17:54 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]
17:17:54 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]
17:17:54 12. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multiservice.SecondWebServiceTwoWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multiservice.ISecondWebServiceTwoWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.ISecondWebServiceTwoPortType] [processor=JaxWsAnnotationProcessor]
17:17:54 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]
17:17:54 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]
17:17:54 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]
17:17:54 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:17:54 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]
17:17:54 18. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multiservice.FirstWebServiceTwoWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multiservice.IFirstWebServiceTwoWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.IFirstWebServiceTwoPortType] [processor=JaxWsAnnotationProcessor]
17:17:54 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]
17:17:54 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]
17:17:54 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]
17:17:54 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]
17:17:54 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]
17:17:54 24. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multiservice.SecondWebServiceOneWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multiservice.ISecondWebServiceOneWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.ISecondWebServiceOnePortType] [processor=JaxWsAnnotationProcessor]
17:17:54 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]
17:17:54 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]
17:17:54 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]
17:17:54 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]
17:17:54 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]
17:17:54 30. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multiservice.FirstWebServiceOneWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multiservice.IFirstWebServiceOneWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.IFirstWebServiceOnePortType] [processor=JaxWsAnnotationProcessor]
17:17:54 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]
17:17:54 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]
17:17:54 33. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.IScoutQueryInterface2PortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
17:17:54 34. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
17:17:54 35. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
17:17:54 35 problems (35 warnings)
17:17:59 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir15228917354540322337/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[5] 
17:17:59 	import org.eclipse.scout.rt.shared.ISession;
17:17:59 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:17:59 The import org.eclipse.scout.rt.shared.ISession is never used
17:17:59 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir15228917354540322337/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[7] 
17:17:59 	import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService;
17:17:59 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:17:59 The import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService is never used
17:17:59 2 problems (2 warnings)
17:18:34 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir15228917354540322337/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/consumer/ErrorResponse.java:[15] 
17:18:34 	public class ErrorResponse
17:18:34 	             ^^^^^^^^^^^^^
17:18:34 The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long
17:18:34 2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
17:18:34 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]
17:18:34 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]
17:18:34 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]
17:18:34 6. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.empty.TestEmptyWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.empty.ITestEmptyWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.ITestEmptyPortType] [processor=JaxWsAnnotationProcessor]
17:18:34 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]
17:18:34 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]
17:18:34 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]
17:18:34 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]
17:18:34 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]
17:18:34 12. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multiservice.SecondWebServiceTwoWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multiservice.ISecondWebServiceTwoWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.ISecondWebServiceTwoPortType] [processor=JaxWsAnnotationProcessor]
17:18:34 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]
17:18:34 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]
17:18:34 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]
17:18:34 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:18:34 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]
17:18:34 18. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multiservice.FirstWebServiceTwoWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multiservice.IFirstWebServiceTwoWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.IFirstWebServiceTwoPortType] [processor=JaxWsAnnotationProcessor]
17:18:34 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]
17:18:34 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]
17:18:34 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]
17:18:34 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]
17:18:34 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]
17:18:34 24. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multiservice.SecondWebServiceOneWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multiservice.ISecondWebServiceOneWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.ISecondWebServiceOnePortType] [processor=JaxWsAnnotationProcessor]
17:18:34 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]
17:18:34 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]
17:18:34 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]
17:18:34 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]
17:18:34 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]
17:18:34 30. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multiservice.FirstWebServiceOneWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multiservice.IFirstWebServiceOneWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.IFirstWebServiceOnePortType] [processor=JaxWsAnnotationProcessor]
17:18:34 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]
17:18:34 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]
17:18:34 33. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.IScoutQueryInterface2PortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
17:18:34 34. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
17:18:34 35. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
17:18:34 35 problems (35 warnings)
17:18:38 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir15228917354540322337/artifact/artifact.client/src/main/java/group/artifact/client/ClientSession.java:[4] 
17:18:38 	import org.eclipse.scout.rt.client.IClientSession;
17:18:38 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:18:38 The import org.eclipse.scout.rt.client.IClientSession is never used
17:18:38 1 problem (1 warning)
17:18:38 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir15228917354540322337/artifact/artifact.client/src/test/java/group/artifact/client/helloworld/HelloWorldFormTest.java:[8] 
17:18:38 	import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField;
17:18:38 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:18:38 The import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField is never used
17:18:38 1 problem (1 warning)
17:18:40 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 586.381 s - in org.eclipse.scout.sdk.s2e.operation.jaxws.WebServiceNewOperationTest
17:18:40 [INFO] Running org.eclipse.scout.sdk.s2e.operation.jaxws.WebServiceUpdateOperationTest
17:18:44 [WARNING]: Don't override file /tmp/CoreScoutTestingUtils-projectDir230216890699096186/artifact/artifact/pom.xml
17:18:49 [WARNING]: CP Don't override file /tmp/jaxws-module-tmp2512539711142696111/artifact.server.jaxws/src/main/resources/META-INF/scout.xml
17:19:55 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir230216890699096186/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/provider/multifile/ErrorResponse.java:[15] 
17:19:55 	public class ErrorResponse
17:19:55 	             ^^^^^^^^^^^^^
17:19:55 The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long
17:19:55 2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
17:19:55 3. WARNING: Annotation processing: Generate entry point for endpoint interface 'test.provider.multifile.IScoutQueryInterface2PortType' [entryPoint=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint, wsdl:portType=scoutQueryInterface2, wsdl:service=scoutQuery, wsdl:port=scoutQueryPort] [processor=JaxWsAnnotationProcessor]
17:19:55 4. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.WsProviderCorrelationIdHandler, handlerDelegate=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_WsProviderCorrelationIdHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
17:19:55 5. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.LogHandler, handlerDelegate=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_LogHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
17:19:55 6. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
17:19:55 7. WARNING: Annotation processing: Generate handler chain XML-file [file=ScoutQueryInterface2WebServiceEntryPoint_handler-chain.xml, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
17:19:55 8. WARNING: Annotation processing: Entry point successfully generated. [entryPoint=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType, entryPointDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition] [processor=JaxWsAnnotationProcessor]
17:19:55 9. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
17:19:55 10. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
17:19:55 10 problems (10 warnings)
17:20:00 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir230216890699096186/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[5] 
17:20:00 	import org.eclipse.scout.rt.shared.ISession;
17:20:00 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:20:00 The import org.eclipse.scout.rt.shared.ISession is never used
17:20:00 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir230216890699096186/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[7] 
17:20:00 	import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService;
17:20:00 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:20:00 The import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService is never used
17:20:00 2 problems (2 warnings)
17:20:33 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir230216890699096186/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/provider/multifile/ErrorResponse.java:[15] 
17:20:33 	public class ErrorResponse
17:20:33 	             ^^^^^^^^^^^^^
17:20:33 The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long
17:20:33 2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
17:20:33 3. WARNING: Annotation processing: Generate entry point for endpoint interface 'test.provider.multifile.IScoutQueryInterface2PortType' [entryPoint=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint, wsdl:portType=scoutQueryInterface2, wsdl:service=scoutQuery, wsdl:port=scoutQueryPort] [processor=JaxWsAnnotationProcessor]
17:20:33 4. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.WsProviderCorrelationIdHandler, handlerDelegate=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_WsProviderCorrelationIdHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
17:20:33 5. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.LogHandler, handlerDelegate=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_LogHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
17:20:33 6. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
17:20:33 7. WARNING: Annotation processing: Generate handler chain XML-file [file=ScoutQueryInterface2WebServiceEntryPoint_handler-chain.xml, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
17:20:33 8. WARNING: Annotation processing: Entry point successfully generated. [entryPoint=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType, entryPointDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition] [processor=JaxWsAnnotationProcessor]
17:20:33 9. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
17:20:33 10. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
17:20:33 10 problems (10 warnings)
17:20:36 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir230216890699096186/artifact/artifact.client/src/main/java/group/artifact/client/ClientSession.java:[4] 
17:20:36 	import org.eclipse.scout.rt.client.IClientSession;
17:20:36 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:20:36 The import org.eclipse.scout.rt.client.IClientSession is never used
17:20:36 1 problem (1 warning)
17:20:36 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir230216890699096186/artifact/artifact.client/src/test/java/group/artifact/client/helloworld/HelloWorldFormTest.java:[8] 
17:20:36 	import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField;
17:20:36 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:20:36 The import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField is never used
17:20:36 1 problem (1 warning)
17:20:43 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir230216890699096186/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[5] 
17:20:43 	import org.eclipse.scout.rt.shared.ISession;
17:20:43 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:20:43 The import org.eclipse.scout.rt.shared.ISession is never used
17:20:43 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir230216890699096186/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[7] 
17:20:43 	import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService;
17:20:43 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:20:43 The import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService is never used
17:20:43 2 problems (2 warnings)
17:21:16 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir230216890699096186/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/provider/newMultiFile/ErrorResponse.java:[15] 
17:21:16 	public class ErrorResponse
17:21:16 	             ^^^^^^^^^^^^^
17:21:16 The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long
17:21:16 2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
17:21:16 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]
17:21:16 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]
17:21:16 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]
17:21:16 6. WARNING: Annotation processing: Generate AuthHandler [authHandler=entry.point.changedpackage.ChangedEntryPointName_AuthHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.newMultiFile.IChangedPortType] [processor=JaxWsAnnotationProcessor]
17:21:16 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]
17:21:16 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]
17:21:16 9. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
17:21:16 10. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
17:21:16 10 problems (10 warnings)
17:21:19 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir230216890699096186/artifact/artifact.client/src/main/java/group/artifact/client/ClientSession.java:[4] 
17:21:19 	import org.eclipse.scout.rt.client.IClientSession;
17:21:19 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:21:19 The import org.eclipse.scout.rt.client.IClientSession is never used
17:21:19 1 problem (1 warning)
17:21:19 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir230216890699096186/artifact/artifact.client/src/test/java/group/artifact/client/helloworld/HelloWorldFormTest.java:[8] 
17:21:19 	import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField;
17:21:19 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:21:19 The import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField is never used
17:21:19 1 problem (1 warning)
17:21:26 [WARNING]: Don't override file /tmp/CoreScoutTestingUtils-projectDir16098627941975772986/artifact/artifact/pom.xml
17:21:30 [WARNING]: CP Don't override file /tmp/jaxws-module-tmp14128276041573273303/artifact.server.jaxws/src/main/resources/META-INF/scout.xml
17:22:36 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir16098627941975772986/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/consumer/multifile/ErrorResponse.java:[15] 
17:22:36 	public class ErrorResponse
17:22:36 	             ^^^^^^^^^^^^^
17:22:36 The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long
17:22:36 2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
17:22:36 3. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multifile.IScoutQueryInterface2PortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
17:22:36 4. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
17:22:36 4 problems (4 warnings)
17:22:41 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir16098627941975772986/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[5] 
17:22:41 	import org.eclipse.scout.rt.shared.ISession;
17:22:41 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:22:41 The import org.eclipse.scout.rt.shared.ISession is never used
17:22:41 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir16098627941975772986/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[7] 
17:22:41 	import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService;
17:22:41 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:22:41 The import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService is never used
17:22:41 2 problems (2 warnings)
17:23:14 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir16098627941975772986/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/consumer/multifile/ErrorResponse.java:[15] 
17:23:14 	public class ErrorResponse
17:23:14 	             ^^^^^^^^^^^^^
17:23:14 The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long
17:23:14 2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
17:23:14 3. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multifile.IScoutQueryInterface2PortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
17:23:14 4. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
17:23:14 4 problems (4 warnings)
17:23:17 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir16098627941975772986/artifact/artifact.client/src/main/java/group/artifact/client/ClientSession.java:[4] 
17:23:17 	import org.eclipse.scout.rt.client.IClientSession;
17:23:17 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:23:17 The import org.eclipse.scout.rt.client.IClientSession is never used
17:23:17 1 problem (1 warning)
17:23:17 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir16098627941975772986/artifact/artifact.client/src/test/java/group/artifact/client/helloworld/HelloWorldFormTest.java:[8] 
17:23:17 	import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField;
17:23:17 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:23:17 The import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField is never used
17:23:17 1 problem (1 warning)
17:23:25 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir16098627941975772986/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[5] 
17:23:25 	import org.eclipse.scout.rt.shared.ISession;
17:23:25 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:23:25 The import org.eclipse.scout.rt.shared.ISession is never used
17:23:25 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir16098627941975772986/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[7] 
17:23:25 	import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService;
17:23:25 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:23:25 The import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService is never used
17:23:25 2 problems (2 warnings)
17:23:58 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir16098627941975772986/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/consumer/newMultiFile/ErrorResponse.java:[15] 
17:23:58 	public class ErrorResponse
17:23:58 	             ^^^^^^^^^^^^^
17:23:58 The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long
17:23:58 2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
17:23:58 3. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.newMultiFile.IChangedPortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
17:23:58 4. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
17:23:58 4 problems (4 warnings)
17:24:01 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir16098627941975772986/artifact/artifact.client/src/main/java/group/artifact/client/ClientSession.java:[4] 
17:24:01 	import org.eclipse.scout.rt.client.IClientSession;
17:24:01 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:24:01 The import org.eclipse.scout.rt.client.IClientSession is never used
17:24:01 1 problem (1 warning)
17:24:01 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir16098627941975772986/artifact/artifact.client/src/test/java/group/artifact/client/helloworld/HelloWorldFormTest.java:[8] 
17:24:01 	import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField;
17:24:01 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:24:01 The import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField is never used
17:24:01 1 problem (1 warning)
17:24:03 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 323.207 s - in org.eclipse.scout.sdk.s2e.operation.jaxws.WebServiceUpdateOperationTest
17:24:03 [INFO] Running org.eclipse.scout.sdk.s2e.operation.lookupcall.LookupCallNewOperationTest
17:24:04 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.56 s - in org.eclipse.scout.sdk.s2e.operation.lookupcall.LookupCallNewOperationTest
17:24:04 [INFO] Running org.eclipse.scout.sdk.s2e.operation.page.PageNewOperationTest
17:24:08 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.736 s - in org.eclipse.scout.sdk.s2e.operation.page.PageNewOperationTest
17:24:08 [INFO] Running org.eclipse.scout.sdk.s2e.operation.permission.PermissionNewOperationTest
17:24:08 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.scout.sdk.s2e.operation.permission.PermissionNewOperationTest
17:24:08 [INFO] Running org.eclipse.scout.sdk.s2e.test.ApiTest
17:24:08 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s - in org.eclipse.scout.sdk.s2e.test.ApiTest
17:24:08 [INFO] Running org.eclipse.scout.sdk.s2e.util.ScoutStatusTest
17:24:08 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.sdk.s2e.util.ScoutStatusTest
17:24:08 [INFO] Running org.eclipse.scout.sdk.s2e.util.ScoutTierTest
17:24:08 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.sdk.s2e.util.ScoutTierTest
17:24:08 [INFO] 
17:24:08 [INFO] Results:
17:24:08 [INFO] 
17:24:08 [INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0
17:24:08 [INFO] 
17:24:08 [INFO] 
17:24:08 [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ org.eclipse.scout.sdk.s2e.test ---
17:24:08 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-9.0.0-SNAPSHOT.jar
17:24:08 [INFO] 
17:24:08 [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.s2e.test ---
17:24:08 [INFO] Skipping because packaging 'jar' is not pom.
17:24:08 [INFO] 
17:24:08 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.test ---
17:24:08 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-9.0.0-SNAPSHOT-tests.jar
17:24:08 [INFO] 
17:24:08 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.test ---
17:24:08 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-9.0.0-SNAPSHOT-test-sources.jar
17:24:08 [INFO] 
17:24:08 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.s2e.test ---
17:24:08 [INFO] Checking compile classpath
17:24:09 [INFO] Checking runtime classpath
17:24:09 [INFO] Checking test classpath
17:24:09 [INFO] 
17:24:09 [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.s2e.test ---
17:24:09 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
17:24:10 [INFO] 
17:24:10 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e.test ---
17:24:10 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-9.0.0-SNAPSHOT-sources.jar
17:24:10 [INFO] 
17:24:10 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.scout.sdk.s2e.test ---
17:24:10 [INFO] Skip jar signing
17:24:10 [INFO] 
17:24:10 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e.test ---
17:24:10 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.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
17:24:10 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.s2e.test/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.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
17:24:10 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-9.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.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
17:24:10 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/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/org.eclipse.scout.sdk.branch-9.0_continuous/.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
17:24:10 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-9.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.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
17:24:10 [INFO] 
17:24:10 [INFO] ------< org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.doc >-------
17:24:10 [INFO] Building org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.doc 9.0.0-SNAPSHOT [11/15]
17:24:10 [INFO] -------------------------------[ bundle ]-------------------------------
17:24:10 [INFO] 
17:24:10 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.s2e.doc ---
17:24:10 [INFO] 
17:24:10 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e.doc ---
17:24:10 [INFO] Skipping Rule Enforcement.
17:24:10 [INFO] 
17:24:10 [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.sdk.s2e.doc ---
17:24:11 [INFO] 
17:24:11 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.doc ---
17:24:11 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.s2e.doc/../org.eclipse.scout.sdk/target/jacoco-all.exec
17:24:11 [INFO] 
17:24:11 [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.doc ---
17:24:11 [INFO] 
17:24:11 [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.doc ---
17:24:11 [INFO] 
17:24:11 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.s2e.doc ---
17:24:11 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:24:11 [INFO] Copying 63 resources
17:24:11 [INFO] 
17:24:11 [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.s2e.doc ---
17:24:11 [INFO] Changes detected - recompiling the module!
17:24:11 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.s2e.doc/target/classes
17:24:11 [INFO] 
17:24:11 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.doc ---
17:24:11 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:24:11 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.s2e.doc/src/test/resources
17:24:11 [INFO] 
17:24:11 [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.doc ---
17:24:11 [INFO] No sources to compile
17:24:11 [INFO] 
17:24:11 [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.s2e.doc ---
17:24:11 [INFO] No tests to run.
17:24:11 [INFO] 
17:24:11 [INFO] --- maven-bundle-plugin:4.1.0:bundle (default-bundle) @ org.eclipse.scout.sdk.s2e.doc ---
17:24:11 [INFO] 
17:24:11 [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.s2e.doc ---
17:24:11 [INFO] Skipping because packaging 'bundle' is not pom.
17:24:11 [INFO] 
17:24:11 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.doc ---
17:24:11 [INFO] Skipping packaging of the test-jar
17:24:11 [INFO] 
17:24:11 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.doc ---
17:24:11 [INFO] No sources in project. Archive not created.
17:24:11 [INFO] 
17:24:11 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.s2e.doc ---
17:24:11 [INFO] Checking compile classpath
17:24:11 [INFO] Checking runtime classpath
17:24:11 [INFO] Checking test classpath
17:24:11 [INFO] 
17:24:11 [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.s2e.doc ---
17:24:11 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
17:24:12 [INFO] 
17:24:12 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e.doc ---
17:24:12 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-9.0.0-SNAPSHOT-sources.jar
17:24:12 [INFO] 
17:24:12 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.scout.sdk.s2e.doc ---
17:24:12 [INFO] Skip jar signing
17:24:12 [INFO] 
17:24:12 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e.doc ---
17:24:12 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.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
17:24:12 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.s2e.doc/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.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
17:24:12 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-9.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.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
17:24:12 [INFO] 
17:24:12 [INFO] --- maven-bundle-plugin:4.1.0:install (default-install) @ org.eclipse.scout.sdk.s2e.doc ---
17:24:12 [INFO] Local OBR update disabled (enable with -DobrRepository)
17:24:12 [INFO] 
17:24:12 [INFO] ------< org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.nls >-------
17:24:12 [INFO] Building org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.nls 9.0.0-SNAPSHOT [12/15]
17:24:12 [INFO] -------------------------------[ bundle ]-------------------------------
17:24:40 [INFO] 
17:24:40 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.s2e.nls ---
17:24:40 [INFO] 
17:24:40 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e.nls ---
17:24:40 [INFO] Skipping Rule Enforcement.
17:24:40 [INFO] 
17:24:40 [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.sdk.s2e.nls ---
17:24:41 [INFO] 
17:24:41 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.nls ---
17:24:41 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.s2e.nls/../org.eclipse.scout.sdk/target/jacoco-all.exec
17:24:41 [INFO] 
17:24:41 [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.nls ---
17:24:41 [INFO] 
17:24:41 [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.nls ---
17:24:41 [INFO] 
17:24:41 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.s2e.nls ---
17:24:41 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:24:41 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.s2e.nls/src/main/resources
17:24:41 [INFO] Copying 18 resources
17:24:41 [INFO] 
17:24:41 [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.s2e.nls ---
17:24:41 [INFO] Changes detected - recompiling the module!
17:24:41 [INFO] Compiling 97 source files to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.s2e.nls/target/classes
17:24:42 [INFO] 
17:24:42 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.nls ---
17:24:42 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:24:42 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.s2e.nls/src/test/resources
17:24:42 [INFO] 
17:24:42 [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.nls ---
17:24:42 [INFO] No sources to compile
17:24:42 [INFO] 
17:24:42 [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.s2e.nls ---
17:24:42 [INFO] No tests to run.
17:24:42 [INFO] 
17:24:42 [INFO] --- maven-bundle-plugin:4.1.0:bundle (default-bundle) @ org.eclipse.scout.sdk.s2e.nls ---
17:24:42 [INFO] 
17:24:42 [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.s2e.nls ---
17:24:42 [INFO] Skipping because packaging 'bundle' is not pom.
17:24:42 [INFO] 
17:24:42 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.nls ---
17:24:42 [INFO] Skipping packaging of the test-jar
17:24:42 [INFO] 
17:24:42 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.nls ---
17:24:42 [INFO] No sources in project. Archive not created.
17:24:42 [INFO] 
17:24:42 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.s2e.nls ---
17:24:42 [INFO] Skipping duplicate-finder execution!
17:24:42 [INFO] 
17:24:42 [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.s2e.nls ---
17:24:42 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
17:24:44 [INFO] 
17:24:44 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e.nls ---
17:24:44 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.s2e.nls/target/org.eclipse.scout.sdk.s2e.nls-9.0.0-SNAPSHOT-sources.jar
17:24:44 [INFO] 
17:24:44 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.scout.sdk.s2e.nls ---
17:24:44 [INFO] Skip jar signing
17:24:44 [INFO] 
17:24:44 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e.nls ---
17:24:44 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.s2e.nls/target/org.eclipse.scout.sdk.s2e.nls-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.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
17:24:44 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.s2e.nls/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.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
17:24:44 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.s2e.nls/target/org.eclipse.scout.sdk.s2e.nls-9.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.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
17:24:44 [INFO] 
17:24:44 [INFO] --- maven-bundle-plugin:4.1.0:install (default-install) @ org.eclipse.scout.sdk.s2e.nls ---
17:24:44 [INFO] Local OBR update disabled (enable with -DobrRepository)
17:24:44 [INFO] 
17:24:44 [INFO] -------< org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.ui >-------
17:24:44 [INFO] Building org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.ui 9.0.0-SNAPSHOT [13/15]
17:24:44 [INFO] -------------------------------[ bundle ]-------------------------------
17:24:45 [INFO] 
17:24:45 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.s2e.ui ---
17:24:45 [INFO] 
17:24:45 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e.ui ---
17:24:45 [INFO] Skipping Rule Enforcement.
17:24:45 [INFO] 
17:24:45 [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.sdk.s2e.ui ---
17:24:45 [INFO] 
17:24:45 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.ui ---
17:24:45 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.s2e.ui/../org.eclipse.scout.sdk/target/jacoco-all.exec
17:24:45 [INFO] 
17:24:45 [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.ui ---
17:24:45 [INFO] 
17:24:45 [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.ui ---
17:24:45 [INFO] 
17:24:45 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.s2e.ui ---
17:24:45 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:24:45 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.s2e.ui/src/main/resources
17:24:45 [INFO] Copying 41 resources
17:24:45 [INFO] 
17:24:45 [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.s2e.ui ---
17:24:46 [INFO] Changes detected - recompiling the module!
17:24:46 [INFO] Compiling 133 source files to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.s2e.ui/target/classes
17:24:46 [INFO] 
17:24:46 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.ui ---
17:24:46 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:24:46 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.s2e.ui/src/test/resources
17:24:46 [INFO] 
17:24:46 [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.ui ---
17:24:46 [INFO] No sources to compile
17:24:46 [INFO] 
17:24:46 [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.s2e.ui ---
17:24:46 [INFO] No tests to run.
17:24:46 [INFO] 
17:24:46 [INFO] --- maven-bundle-plugin:4.1.0:bundle (default-bundle) @ org.eclipse.scout.sdk.s2e.ui ---
17:24:47 [INFO] 
17:24:47 [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.s2e.ui ---
17:24:47 [INFO] Skipping because packaging 'bundle' is not pom.
17:24:47 [INFO] 
17:24:47 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.ui ---
17:24:47 [INFO] Skipping packaging of the test-jar
17:24:47 [INFO] 
17:24:47 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.ui ---
17:24:47 [INFO] No sources in project. Archive not created.
17:24:47 [INFO] 
17:24:47 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.s2e.ui ---
17:24:47 [INFO] Skipping duplicate-finder execution!
17:24:47 [INFO] 
17:24:47 [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.s2e.ui ---
17:24:47 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
17:24:49 [INFO] 
17:24:49 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e.ui ---
17:24:49 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-9.0.0-SNAPSHOT-sources.jar
17:24:49 [INFO] 
17:24:49 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.scout.sdk.s2e.ui ---
17:24:49 [INFO] Skip jar signing
17:24:49 [INFO] 
17:24:49 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e.ui ---
17:24:49 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.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
17:24:49 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.s2e.ui/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.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
17:24:49 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-9.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.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
17:24:49 [INFO] 
17:24:49 [INFO] --- maven-bundle-plugin:4.1.0:install (default-install) @ org.eclipse.scout.sdk.s2e.ui ---
17:24:49 [INFO] Local OBR update disabled (enable with -DobrRepository)
17:24:49 [INFO] 
17:24:49 [INFO] --------< org.eclipse.scout.sdk:org.eclipse.scout.sdk-settings >--------
17:24:49 [INFO] Building org.eclipse.scout.sdk-settings 9.0.0-SNAPSHOT           [14/15]
17:24:49 [INFO] --------------------------------[ jar ]---------------------------------
17:24:49 [INFO] 
17:24:49 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk-settings ---
17:24:49 [INFO] 
17:24:49 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk-settings ---
17:24:49 [INFO] Skipping Rule Enforcement.
17:24:49 [INFO] 
17:24:49 [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.sdk-settings ---
17:24:50 [INFO] 
17:24:50 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk-settings ---
17:24:50 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk-settings/../org.eclipse.scout.sdk/target/jacoco-all.exec
17:24:50 [INFO] 
17:24:50 [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk-settings ---
17:24:50 [INFO] 
17:24:50 [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk-settings ---
17:24:50 [INFO] 
17:24:50 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk-settings ---
17:24:50 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:24:50 [INFO] Copying 7 resources
17:24:50 [INFO] 
17:24:50 [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk-settings ---
17:24:50 [INFO] No sources to compile
17:24:50 [INFO] 
17:24:50 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk-settings ---
17:24:50 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:24:50 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk-settings/src/test/resources
17:24:50 [INFO] 
17:24:50 [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk-settings ---
17:24:50 [INFO] No sources to compile
17:24:50 [INFO] 
17:24:50 [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk-settings ---
17:24:50 [INFO] No tests to run.
17:24:50 [INFO] 
17:24:50 [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ org.eclipse.scout.sdk-settings ---
17:24:50 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk-settings/target/org.eclipse.scout.sdk-settings-9.0.0-SNAPSHOT.jar
17:24:50 [INFO] 
17:24:50 [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk-settings ---
17:24:50 [INFO] Skipping because packaging 'jar' is not pom.
17:24:50 [INFO] 
17:24:50 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk-settings ---
17:24:50 [INFO] Skipping packaging of the test-jar
17:24:50 [INFO] 
17:24:50 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk-settings ---
17:24:50 [INFO] No sources in project. Archive not created.
17:24:50 [INFO] 
17:24:50 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk-settings ---
17:24:50 [INFO] Checking compile classpath
17:24:50 [INFO] Checking runtime classpath
17:24:50 [INFO] Checking test classpath
17:24:50 [INFO] 
17:24:50 [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk-settings ---
17:24:50 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
17:24:50 [INFO] 
17:24:50 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk-settings ---
17:24:50 [INFO] No sources in project. Archive not created.
17:24:50 [INFO] 
17:24:50 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.scout.sdk-settings ---
17:24:50 [INFO] Skip jar signing
17:24:50 [INFO] 
17:24:50 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk-settings ---
17:24:50 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk-settings/target/org.eclipse.scout.sdk-settings-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-settings/9.0.0-SNAPSHOT/org.eclipse.scout.sdk-settings-9.0.0-SNAPSHOT.jar
17:24:50 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk-settings/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-settings/9.0.0-SNAPSHOT/org.eclipse.scout.sdk-settings-9.0.0-SNAPSHOT.pom
17:24:50 [INFO] 
17:24:50 [INFO] ----------< org.eclipse.scout.sdk:org.eclipse.scout.sdk-root >----------
17:24:50 [INFO] Building Eclipse Scout SDK 9.0.0-SNAPSHOT                        [15/15]
17:24:50 [INFO] --------------------------------[ pom ]---------------------------------
17:24:50 [INFO] 
17:24:50 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.scout.sdk-root ---
17:24:50 [INFO] 
17:24:50 [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.scout.sdk-root ---
17:24:50 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-root/9.0.0-SNAPSHOT/org.eclipse.scout.sdk-root-9.0.0-SNAPSHOT.pom
17:24:50 [INFO] ------------------------------------------------------------------------
17:24:50 [INFO] Reactor Summary for Eclipse Scout SDK 9.0.0-SNAPSHOT:
17:24:50 [INFO] 
17:24:50 [INFO] Scout Hello World Sample Application ............... SUCCESS [02:10 min]
17:24:50 [INFO] Scout JaxWs Module ................................. SUCCESS [  1.052 s]
17:24:50 [INFO] ScoutJS Sample Application ......................... SUCCESS [  1.255 s]
17:24:50 [INFO] Eclipse Scout SDK .................................. SUCCESS [  0.983 s]
17:24:50 [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core ... SUCCESS [ 15.207 s]
17:24:50 [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.test SUCCESS [  6.348 s]
17:24:50 [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s . SUCCESS [  6.474 s]
17:24:50 [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s.test SUCCESS [01:33 min]
17:24:50 [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e  SUCCESS [ 14.505 s]
17:24:50 [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.test SUCCESS [15:25 min]
17:24:50 [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.doc SUCCESS [  1.473 s]
17:24:50 [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.nls SUCCESS [ 32.776 s]
17:24:50 [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.ui SUCCESS [  4.621 s]
17:24:50 [INFO] org.eclipse.scout.sdk-settings ..................... SUCCESS [  1.109 s]
17:24:50 [INFO] Eclipse Scout SDK .................................. SUCCESS [  0.247 s]
17:24:50 [INFO] ------------------------------------------------------------------------
17:24:50 [INFO] BUILD SUCCESS
17:24:50 [INFO] ------------------------------------------------------------------------
17:24:50 [INFO] Total time:  21:11 min
17:24:50 [INFO] Finished at: 2020-12-16T22:24:50Z
17:24:50 [INFO] ------------------------------------------------------------------------
17:24:50 [org.eclipse.scout.sdk.branch-9.0_continuous] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -Dbranch=origin/releases/9.0.x -Dcbi.jarsigner.skip=true -Dmaven.repo.local=/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository -Dgpg.skip=true clean install -U -B -Dp2 -Peclipse-sign -Dmaster_enforcerCheck_skip=true
17:24:51 Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
17:24:51 Maven home: /opt/tools/apache-maven/latest
17:24:51 Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9
17:24:51 Default locale: en_US, platform encoding: UTF-8
17:24:51 OS name: "linux", version: "3.10.0-1062.el7.x86_64", arch: "amd64", family: "unix"
17:24:51 [INFO] Scanning for projects...
17:25:06 [INFO] Computing target platform for MavenProject: org.eclipse.scout.sdk:org.eclipse.scout.sdk-feature:9.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk-feature/pom.xml
17:25:08 [WARNING] Invalid POM for org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.nls:jar:9.0.0-SNAPSHOT, transitive dependencies (if any) will not be available, enable debug logging for more details
17:25:08 [WARNING] Invalid POM for org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.nls:jar:sources:9.0.0-SNAPSHOT, transitive dependencies (if any) will not be available, enable debug logging for more details
17:25:08 [WARNING] Invalid POM for org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.ui:jar:9.0.0-SNAPSHOT, transitive dependencies (if any) will not be available, enable debug logging for more details
17:25:08 [WARNING] Invalid POM for org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.ui:jar:sources:9.0.0-SNAPSHOT, transitive dependencies (if any) will not be available, enable debug logging for more details
17:25:08 [INFO] Fetching p2.index from http://download.eclipse.org/releases/2018-12/ (122B)
17:25:08 [INFO] Fetching p2.index from http://download.eclipse.org/releases/2018-12/ (122B)
17:25:08 [INFO] Adding repository http://download.eclipse.org/releases/2018-12
17:25:08 [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/2018-12/ (491B)
17:25:08 [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/2018-12/ (491B)
17:25:08 WARNING: An illegal reflective access operation has occurred
17:25:08 WARNING: Illegal reflective access by org.eclipse.ecf.provider.filetransfer.httpclient4.SNIAwareHttpClient$1 (file:/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/eclipse/tycho/tycho-bundles-external/1.3.0/eclipse/plugins/org.eclipse.ecf.provider.filetransfer.httpclient4_1.1.300.v20180301-0132.jar) to method sun.security.ssl.SSLSocketImpl.setHost(java.lang.String)
17:25:08 WARNING: Please consider reporting this to the maintainers of org.eclipse.ecf.provider.filetransfer.httpclient4.SNIAwareHttpClient$1
17:25:08 WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
17:25:08 WARNING: All illegal access operations will be denied in a future release
17:25:09 [ERROR] Failed to resolve target definition /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk-target/org.eclipse.2018-12-dependencies.target: Failed to load p2 metadata repository from location http://download.eclipse.org/releases/2018-12/: Unable to read repository at http://download.eclipse.org/releases/2018-12. Unable to read repository at https://download.eclipse.org/technology/epp/packages/2018-12/content.jar. ClientProtocolException: Circular redirect to 'https://download.eclipse.org/errors/404.php/' -> [Help 1]
17:25:09 [ERROR] 
17:25:09 [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
17:25:09 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
17:25:09 [ERROR] 
17:25:09 [ERROR] For more information about the errors and possible solutions, please read the following articles:
17:25:09 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MavenExecutionException
17:25:10 Build step 'Invoke top-level Maven targets' marked build as failure
17:25:11 Sending e-mails to: mvi@bsi-software.com
17:25:11 Recording test results
17:25:12 [Checks API] No suitable checks publisher found.
17:25:12 Finished: FAILURE