Started by timer Running as SYSTEM Agent basic-24b68 is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-24b68" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.scout.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-24b68" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\ \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "basic-24b68" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.scout.svc.cluster.local/scout/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.10.1" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false subPath: "" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-scout" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Building remotely on basic-24b68 (basic) in workspace /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://github.com/eclipse-scout/scout.sdk.git > git init /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly # timeout=10 Fetching upstream changes from https://github.com/eclipse-scout/scout.sdk.git > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- https://github.com/eclipse-scout/scout.sdk.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/eclipse-scout/scout.sdk.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse refs/remotes/origin/releases/9.0.x^{commit} # timeout=10 Checking out Revision 539e519082cea9fe2cc198774648c8f5e541d1d7 (refs/remotes/origin/releases/9.0.x) > git config core.sparsecheckout # timeout=10 > git checkout -f 539e519082cea9fe2cc198774648c8f5e541d1d7 # timeout=10 Commit message: "Specify missing transitive dependency versions" > git rev-list --no-walk 539e519082cea9fe2cc198774648c8f5e541d1d7 # timeout=10 [scout-integration-9.0-SDK-nightly] $ /opt/tools/apache-maven/latest/bin/mvn -f org.eclipse.scout.sdk/pom.xml -Dremote_branch=origin/releases/9.0.x -Dis_tag=false -Dtag_or_branch=origin/releases/9.0.x -Dmaven.repo.local=/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository clean install -Dmaster_sanityCheck_skip=true -B Apache Maven 3.8.3 (ff8e977a158738155dc465c6a97ffaf31982d739) Maven home: /opt/tools/apache-maven/latest Java version: 11.0.13, vendor: International Business Machines Corporation, runtime: /opt/java/openjdk Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.12.7-300.fc34.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.scout.sdk:org.eclipse.scout.sdk.core:jar:9.0.0-SNAPSHOT [WARNING] 'dependencyManagement.dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.eclipse.platform:org.eclipse.core.databinding:jar -> duplicate declaration of version ${org.eclipse.core.databinding} @ org.eclipse.scout.sdk:org.eclipse.scout.sdk:9.0.0-SNAPSHOT, /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk/pom.xml, line 907, column 19 [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.scout.sdk:org.eclipse.scout.sdk:pom:9.0.0-SNAPSHOT [WARNING] 'dependencyManagement.dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.eclipse.platform:org.eclipse.core.databinding:jar -> duplicate declaration of version ${org.eclipse.core.databinding} @ line 907, column 19 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Scout Hello World Sample Application [maven-archetype] [INFO] Scout JaxWs Module [maven-archetype] [INFO] ScoutJS Sample Application [maven-archetype] [INFO] Eclipse Scout SDK [pom] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core [jar] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.test [jar] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s [jar] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s.test [jar] [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e [bundle] [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.test [jar] [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.doc [bundle] [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.nls [bundle] [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.ui [bundle] [INFO] org.eclipse.scout.sdk-settings [jar] [INFO] [INFO] ---------< org.eclipse.scout.archetypes:scout-helloworld-app >---------- [INFO] Building Scout Hello World Sample Application 9.0.0-SNAPSHOT [1/14] [INFO] --------------------------[ maven-archetype ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ scout-helloworld-app --- [INFO] [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ scout-helloworld-app --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ scout-helloworld-app --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ scout-helloworld-app --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ scout-helloworld-app --- [WARNING] The artifact xml-apis:xml-apis:jar:2.0.2 has been relocated to xml-apis:xml-apis:jar:1.0.b2 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-helloworld-app/../target/jacoco-all.exec [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ scout-helloworld-app --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ scout-helloworld-app --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ scout-helloworld-app --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 105 resources [INFO] Copying 2 resources [INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ scout-helloworld-app --- [INFO] Generating flattened POM of project org.eclipse.scout.archetypes:scout-helloworld-app:maven-archetype:9.0.0-SNAPSHOT... [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ scout-helloworld-app --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-archetype-plugin:3.0.1:jar (default-jar) @ scout-helloworld-app --- [INFO] Building archetype jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-helloworld-app/target/scout-helloworld-app-9.0.0-SNAPSHOT [INFO] [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ scout-helloworld-app --- [INFO] Skipping because packaging 'maven-archetype' is not pom. [INFO] [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ scout-helloworld-app --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-helloworld-app/target/scout-helloworld-app-9.0.0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ scout-helloworld-app --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-archetype-plugin:3.0.1:integration-test (default-integration-test) @ scout-helloworld-app --- [INFO] Processing Archetype IT project: basic [INFO] ---------------------------------------------------------------------------- [INFO] Using following parameters for creating project from Archetype: scout-helloworld-app:9.0.0-SNAPSHOT [INFO] ---------------------------------------------------------------------------- [INFO] Parameter: groupId, Value: org.eclipse.scout.apps [INFO] Parameter: artifactId, Value: helloworld [INFO] Parameter: version, Value: 1.0.0-SNAPSHOT [INFO] Parameter: package, Value: org.eclipse.scout.apps.helloworld [INFO] Parameter: packageInPathFormat, Value: org/eclipse/scout/apps/helloworld [INFO] Parameter: package, Value: org.eclipse.scout.apps.helloworld [INFO] Parameter: displayName, Value: My Application [INFO] Parameter: javaVersion, Value: 1.8 [INFO] Parameter: groupId, Value: org.eclipse.scout.apps [INFO] Parameter: scoutAuthPrivateKeyDev, Value: TODO (use org.eclipse.scout.rt.platform.security.SecurityUtility.generateKeyPair()) [INFO] Parameter: scoutAuthPrivateKey, Value: TODO (use org.eclipse.scout.rt.platform.security.SecurityUtility.generateKeyPair()) [INFO] Parameter: artifactId, Value: helloworld [INFO] Parameter: scoutAuthPublicKey, Value: TODO (use org.eclipse.scout.rt.platform.security.SecurityUtility.generateKeyPair()) [INFO] Parameter: scoutAuthPublicKeyDev, Value: TODO (use org.eclipse.scout.rt.platform.security.SecurityUtility.generateKeyPair()) [INFO] Parameter: userName, Value: Scout Robot [INFO] Parameter: version, Value: 1.0.0-SNAPSHOT WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.dom4j.io.SAXContentHandler (file:/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar) to method com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy.getEncoding() WARNING: Please consider reporting this to the maintainers of org.dom4j.io.SAXContentHandler WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld/pom.xml [WARNING] Don't override file /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.shared/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.server/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.client/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.server.app.war/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.server.app.dev/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.ui.html/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.ui.html.app.war/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.ui.html.app.dev/pom.xml [INFO] Project created from Archetype in dir: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld [INFO] [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ scout-helloworld-app --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ scout-helloworld-app --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ scout-helloworld-app --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ scout-helloworld-app --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-helloworld-app/target/scout-helloworld-app-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/archetypes/scout-helloworld-app/9.0.0-SNAPSHOT/scout-helloworld-app-9.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-helloworld-app/.flattened-pom.xml to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/archetypes/scout-helloworld-app/9.0.0-SNAPSHOT/scout-helloworld-app-9.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-helloworld-app/target/scout-helloworld-app-9.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/archetypes/scout-helloworld-app/9.0.0-SNAPSHOT/scout-helloworld-app-9.0.0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-archetype-plugin:3.0.1:update-local-catalog (default-update-local-catalog) @ scout-helloworld-app --- [INFO] [INFO] ----------< org.eclipse.scout.archetypes:scout-jaxws-module >----------- [INFO] Building Scout JaxWs Module 9.0.0-SNAPSHOT [2/14] [INFO] --------------------------[ maven-archetype ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ scout-jaxws-module --- [INFO] [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ scout-jaxws-module --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ scout-jaxws-module --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ scout-jaxws-module --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ scout-jaxws-module --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-jaxws-module/../target/jacoco-all.exec [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ scout-jaxws-module --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ scout-jaxws-module --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ scout-jaxws-module --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 7 resources [INFO] Copying 2 resources [INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ scout-jaxws-module --- [INFO] Generating flattened POM of project org.eclipse.scout.archetypes:scout-jaxws-module:maven-archetype:9.0.0-SNAPSHOT... [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ scout-jaxws-module --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-archetype-plugin:3.0.1:jar (default-jar) @ scout-jaxws-module --- [INFO] Building archetype jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-jaxws-module/target/scout-jaxws-module-9.0.0-SNAPSHOT [INFO] [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ scout-jaxws-module --- [INFO] Skipping because packaging 'maven-archetype' is not pom. [INFO] [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ scout-jaxws-module --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-jaxws-module/target/scout-jaxws-module-9.0.0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ scout-jaxws-module --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-archetype-plugin:3.0.1:integration-test (default-integration-test) @ scout-jaxws-module --- [INFO] Processing Archetype IT project: basic [INFO] ---------------------------------------------------------------------------- [INFO] Using following parameters for creating project from Archetype: scout-jaxws-module:9.0.0-SNAPSHOT [INFO] ---------------------------------------------------------------------------- [INFO] Parameter: groupId, Value: org.eclipse.scout.apps [INFO] Parameter: artifactId, Value: helloworld.server.jaxws [INFO] Parameter: version, Value: 1.0.0-SNAPSHOT [INFO] Parameter: package, Value: org.eclipse.scout.apps.helloworld [INFO] Parameter: packageInPathFormat, Value: org/eclipse/scout/apps/helloworld [INFO] Parameter: package, Value: org.eclipse.scout.apps.helloworld [INFO] Parameter: displayName, Value: My Application [INFO] Parameter: groupId, Value: org.eclipse.scout.apps [INFO] Parameter: artifactId, Value: helloworld.server.jaxws [INFO] Parameter: version, Value: 1.0.0-SNAPSHOT [INFO] Parameter: parentArtifactId, Value: helloworld [WARNING] CP Don't override file /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-jaxws-module/target/test-classes/projects/basic/project/helloworld.server.jaxws/src/main/resources/META-INF/scout.xml [INFO] Project created from Archetype in dir: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-jaxws-module/target/test-classes/projects/basic/project/helloworld.server.jaxws [INFO] [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ scout-jaxws-module --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ scout-jaxws-module --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ scout-jaxws-module --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ scout-jaxws-module --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-jaxws-module/target/scout-jaxws-module-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/archetypes/scout-jaxws-module/9.0.0-SNAPSHOT/scout-jaxws-module-9.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-jaxws-module/.flattened-pom.xml to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/archetypes/scout-jaxws-module/9.0.0-SNAPSHOT/scout-jaxws-module-9.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-jaxws-module/target/scout-jaxws-module-9.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/archetypes/scout-jaxws-module/9.0.0-SNAPSHOT/scout-jaxws-module-9.0.0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-archetype-plugin:3.0.1:update-local-catalog (default-update-local-catalog) @ scout-jaxws-module --- [INFO] [INFO] -----------< org.eclipse.scout.archetypes:scout-hellojs-app >----------- [INFO] Building ScoutJS Sample Application 9.0.0-SNAPSHOT [3/14] [INFO] --------------------------[ maven-archetype ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ scout-hellojs-app --- [INFO] [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ scout-hellojs-app --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ scout-hellojs-app --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ scout-hellojs-app --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ scout-hellojs-app --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-hellojs-app/../target/jacoco-all.exec [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ scout-hellojs-app --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ scout-hellojs-app --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ scout-hellojs-app --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 146 resources [INFO] Copying 2 resources [INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ scout-hellojs-app --- [INFO] Generating flattened POM of project org.eclipse.scout.archetypes:scout-hellojs-app:maven-archetype:9.0.0-SNAPSHOT... [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ scout-hellojs-app --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-archetype-plugin:3.0.1:jar (default-jar) @ scout-hellojs-app --- [INFO] Building archetype jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-hellojs-app/target/scout-hellojs-app-9.0.0-SNAPSHOT [INFO] [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ scout-hellojs-app --- [INFO] Skipping because packaging 'maven-archetype' is not pom. [INFO] [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ scout-hellojs-app --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-hellojs-app/target/scout-hellojs-app-9.0.0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ scout-hellojs-app --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-archetype-plugin:3.0.1:integration-test (default-integration-test) @ scout-hellojs-app --- [INFO] Processing Archetype IT project: basic [INFO] ---------------------------------------------------------------------------- [INFO] Using following parameters for creating project from Archetype: scout-hellojs-app:9.0.0-SNAPSHOT [INFO] ---------------------------------------------------------------------------- [INFO] Parameter: groupId, Value: org.eclipse.scout.apps [INFO] Parameter: artifactId, Value: hellojs [INFO] Parameter: version, Value: 1.0.0-SNAPSHOT [INFO] Parameter: package, Value: org.eclipse.scout.apps.hellojs [INFO] Parameter: packageInPathFormat, Value: org/eclipse/scout/apps/hellojs [INFO] Parameter: package, Value: org.eclipse.scout.apps.hellojs [INFO] Parameter: displayName, Value: My Application [INFO] Parameter: javaVersion, Value: 1.8 [INFO] Parameter: groupId, Value: org.eclipse.scout.apps [INFO] Parameter: simpleArtifactName, Value: hellojs [INFO] Parameter: artifactId, Value: hellojs [INFO] Parameter: scoutAuthPublicKeyDev, Value: changeme_database_password [INFO] Parameter: version, Value: 1.0.0-SNAPSHOT [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs/pom.xml [WARNING] Don't override file /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.api/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.app/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.app.dev/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.app.war/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.core/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.core.test/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.data/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.db/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.persistence/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.persistence.test/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.ui/pom.xml [INFO] Project created from Archetype in dir: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs [INFO] [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ scout-hellojs-app --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ scout-hellojs-app --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ scout-hellojs-app --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ scout-hellojs-app --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-hellojs-app/target/scout-hellojs-app-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/archetypes/scout-hellojs-app/9.0.0-SNAPSHOT/scout-hellojs-app-9.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-hellojs-app/.flattened-pom.xml to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/archetypes/scout-hellojs-app/9.0.0-SNAPSHOT/scout-hellojs-app-9.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-hellojs-app/target/scout-hellojs-app-9.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/archetypes/scout-hellojs-app/9.0.0-SNAPSHOT/scout-hellojs-app-9.0.0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-archetype-plugin:3.0.1:update-local-catalog (default-update-local-catalog) @ scout-hellojs-app --- [INFO] [INFO] ------------< org.eclipse.scout.sdk:org.eclipse.scout.sdk >------------- [INFO] Building Eclipse Scout SDK 9.0.0-SNAPSHOT [4/14] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk --- [INFO] [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ org.eclipse.scout.sdk --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.sdk --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk/../org.eclipse.scout.sdk/target/jacoco-all.exec [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk --- [INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ org.eclipse.scout.sdk --- [INFO] Generating flattened POM of project org.eclipse.scout.sdk:org.eclipse.scout.sdk:pom:9.0.0-SNAPSHOT... [INFO] [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk --- [INFO] No site descriptor found: nothing to attach. [INFO] [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk --- [INFO] [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk/.flattened-pom.xml to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk/9.0.0-SNAPSHOT/org.eclipse.scout.sdk-9.0.0-SNAPSHOT.pom [INFO] [INFO] ----------< org.eclipse.scout.sdk:org.eclipse.scout.sdk.core >---------- [INFO] Building org.eclipse.scout.sdk:org.eclipse.scout.sdk.core 9.0.0-SNAPSHOT [5/14] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.core --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.core --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.sdk.core --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk.core --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core/../org.eclipse.scout.sdk/target/jacoco-all.exec [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.core --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.core --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 165 source files to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.core --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.core --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ org.eclipse.scout.sdk.core --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core/target/org.eclipse.scout.sdk.core-9.0.0-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.core --- [INFO] Skipping because packaging 'jar' is not pom. [INFO] [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.core --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.core --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.core --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.core --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.core --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core/target/org.eclipse.scout.sdk.core-9.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.core --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core/target/org.eclipse.scout.sdk.core-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.core-9.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core/pom.xml to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.core-9.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core/target/org.eclipse.scout.sdk.core-9.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.core-9.0.0-SNAPSHOT-sources.jar [INFO] [INFO] -------< org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.test >-------- [INFO] Building org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.test 9.0.0-SNAPSHOT [6/14] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.core.test --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.core.test --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.sdk.core.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk.core.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.test/../org.eclipse.scout.sdk/target/jacoco-all.exec [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.core.test --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.core.test --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (add-source) @ org.eclipse.scout.sdk.core.test --- [INFO] Source directory: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.test/src/main/fixture added. [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.core.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.core.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 38 source files to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.core.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.test/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.core.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 29 source files to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.core.test --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.scout.sdk.core.util.SdkLogTest Unable to parse log level 'aa'. Fallback to default: 'WARNING'. java.lang.IllegalArgumentException: Bad level "aa" at java.logging/java.util.logging.Level.parse(Level.java:517) at org.eclipse.scout.sdk.core.util.SdkLog.parseLevel(SdkLog.java:424) at org.eclipse.scout.sdk.core.util.SdkLogTest.testParseLevel(SdkLogTest.java:96) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) Scout SdkLog: Failed toString() invocation on an object of type [org.eclipse.scout.sdk.core.util.SdkLogTest$ClassWithToStringThrowingNpeFixture] java.lang.NullPointerException: NPE of test class org.eclipse.scout.sdk.core.util.SdkLogTest at org.eclipse.scout.sdk.core.util.SdkLogTest$ClassWithToStringThrowingNpeFixture.toString(SdkLogTest.java:156) at org.eclipse.scout.sdk.core.util.SdkLog.safeObjectToString(SdkLog.java:223) at org.eclipse.scout.sdk.core.util.SdkLog.toString(SdkLog.java:159) at org.eclipse.scout.sdk.core.util.SdkLog.handlePlaceholders(SdkLog.java:149) at org.eclipse.scout.sdk.core.util.SdkLog.log(SdkLog.java:93) at org.eclipse.scout.sdk.core.util.SdkLog.error(SdkLog.java:317) at org.eclipse.scout.sdk.core.util.SdkLogTest$1.run(SdkLogTest.java:104) at org.eclipse.scout.sdk.core.util.SdkLogTest.runWithPrivateLogger(SdkLogTest.java:193) at org.eclipse.scout.sdk.core.util.SdkLogTest.testLogOfObjectWithToStringThrowingException(SdkLogTest.java:101) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.178 s - in org.eclipse.scout.sdk.core.util.SdkLogTest [INFO] Running org.eclipse.scout.sdk.core.util.JavaEnvironmentImportExportTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.171 s - in org.eclipse.scout.sdk.core.util.JavaEnvironmentImportExportTest [INFO] Running org.eclipse.scout.sdk.core.util.CoreUtilsTest [INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.505 s - in org.eclipse.scout.sdk.core.util.CoreUtilsTest [INFO] Running org.eclipse.scout.sdk.core.sourcebuilder.SourceModelRoundtripTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 s - in org.eclipse.scout.sdk.core.sourcebuilder.SourceModelRoundtripTest [INFO] Running org.eclipse.scout.sdk.core.signature.SignatureUtilsTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.scout.sdk.core.signature.SignatureUtilsTest [INFO] Running org.eclipse.scout.sdk.core.signature.SignatureTest [INFO] Tests run: 189, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s - in org.eclipse.scout.sdk.core.signature.SignatureTest [INFO] Running org.eclipse.scout.sdk.core.model.sugar.QueryTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.154 s - in org.eclipse.scout.sdk.core.model.sugar.QueryTest [INFO] Running org.eclipse.scout.sdk.core.model.spi.internal.metavalue.MetaValueFactoryTest [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s - in org.eclipse.scout.sdk.core.model.spi.internal.metavalue.MetaValueFactoryTest [INFO] Running org.eclipse.scout.sdk.core.model.spi.internal.CompositeObjectTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.scout.sdk.core.model.spi.internal.CompositeObjectTest [INFO] Running org.eclipse.scout.sdk.core.model.spi.internal.ClasspathBuilderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.sdk.core.model.spi.internal.ClasspathBuilderTest [INFO] Running org.eclipse.scout.sdk.core.model.TypeTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.eclipse.scout.sdk.core.model.TypeTest [INFO] Running org.eclipse.scout.sdk.core.model.TypeParameterTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.sdk.core.model.TypeParameterTest [INFO] Running org.eclipse.scout.sdk.core.model.SourceRangeTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.scout.sdk.core.model.SourceRangeTest [INFO] Running org.eclipse.scout.sdk.core.model.PrimitiveTypeTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.scout.sdk.core.model.PrimitiveTypeTest [INFO] Running org.eclipse.scout.sdk.core.model.PackageTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.scout.sdk.core.model.PackageTest [INFO] Running org.eclipse.scout.sdk.core.model.MethodTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.sdk.core.model.MethodTest [INFO] Running org.eclipse.scout.sdk.core.model.MethodParameterTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.sdk.core.model.MethodParameterTest [INFO] Running org.eclipse.scout.sdk.core.model.ManagedAnnotationTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.188 s - in org.eclipse.scout.sdk.core.model.ManagedAnnotationTest [INFO] Running org.eclipse.scout.sdk.core.model.ImportDeclarationTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.sdk.core.model.ImportDeclarationTest [INFO] Running org.eclipse.scout.sdk.core.model.GenericMethodTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s - in org.eclipse.scout.sdk.core.model.GenericMethodTest [INFO] Running org.eclipse.scout.sdk.core.model.FieldTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.scout.sdk.core.model.FieldTest [INFO] Running org.eclipse.scout.sdk.core.model.CreateAndOverrideNewCompilationUnitTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s - in org.eclipse.scout.sdk.core.model.CreateAndOverrideNewCompilationUnitTest [INFO] Running org.eclipse.scout.sdk.core.model.CompilationUnitTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.scout.sdk.core.model.CompilationUnitTest [INFO] Running org.eclipse.scout.sdk.core.model.ArrayTypeTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.scout.sdk.core.model.ArrayTypeTest [INFO] Running org.eclipse.scout.sdk.core.model.AnnotationTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.eclipse.scout.sdk.core.model.AnnotationTest [INFO] Running org.eclipse.scout.sdk.core.model.AnnotationSourceTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 s - in org.eclipse.scout.sdk.core.model.AnnotationSourceTest [INFO] Running org.eclipse.scout.sdk.core.model.AnnotationQueryTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s - in org.eclipse.scout.sdk.core.model.AnnotationQueryTest [INFO] Running org.eclipse.scout.sdk.core.model.AnnotationElementTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.scout.sdk.core.model.AnnotationElementTest [INFO] Running org.eclipse.scout.sdk.core.importvalidator.ImportValidatorTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s - in org.eclipse.scout.sdk.core.importvalidator.ImportValidatorTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 364, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ org.eclipse.scout.sdk.core.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-9.0.0-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.core.test --- [INFO] Skipping because packaging 'jar' is not pom. [INFO] [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.core.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-9.0.0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.core.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-9.0.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.core.test --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.core.test --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.core.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-9.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.core.test --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.test/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.test-9.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.test/pom.xml to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.test/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.test-9.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-9.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.test/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.test-9.0.0-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-9.0.0-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.test/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.test-9.0.0-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-9.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.test/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.test-9.0.0-SNAPSHOT-sources.jar [INFO] [INFO] ---------< org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s >--------- [INFO] Building org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s 9.0.0-SNAPSHOT [7/14] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.core.s --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.core.s --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.sdk.core.s --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk.core.s --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s/../org.eclipse.scout.sdk/target/jacoco-all.exec [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.core.s --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.core.s --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.core.s --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.core.s --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 50 source files to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.core.s --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.core.s --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.core.s --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ org.eclipse.scout.sdk.core.s --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s/target/org.eclipse.scout.sdk.core.s-9.0.0-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.core.s --- [INFO] Skipping because packaging 'jar' is not pom. [INFO] [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.core.s --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.core.s --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.core.s --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.core.s --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.core.s --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s/target/org.eclipse.scout.sdk.core.s-9.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.core.s --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s/target/org.eclipse.scout.sdk.core.s-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s-9.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s/pom.xml to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s-9.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s/target/org.eclipse.scout.sdk.core.s-9.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s-9.0.0-SNAPSHOT-sources.jar [INFO] [INFO] ------< org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s.test >------- [INFO] Building org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s.test 9.0.0-SNAPSHOT [8/14] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.core.s.test --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.sdk.core.s.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk.core.s.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/../org.eclipse.scout.sdk/target/jacoco-all.exec [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.core.s.test --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.core.s.test --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (add-source) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Source directory: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/src/main/client added. [INFO] Source directory: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/src/main/shared added. [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 141 source files to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 36 source files to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.core.s.test --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.scout.sdk.core.s.util.CoreScoutUtilsTest [WARNING]: The @Order value 100000000000000000 is very large and therefore may not be precise enough. It is recommended to use a lower value. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.402 s - in org.eclipse.scout.sdk.core.s.util.CoreScoutUtilsTest [INFO] Running org.eclipse.scout.sdk.core.s.structured.WellformTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.243 s - in org.eclipse.scout.sdk.core.s.structured.WellformTest [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.testcase.TestSourceBuilderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.testcase.TestSourceBuilderTest [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.page.PageSourceBuilderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.45 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.page.PageSourceBuilderTest [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.lookupcall.LookupCallSourceBuilderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.lookupcall.LookupCallSourceBuilderTest [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.form.FormSourceBuilderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.235 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.form.FormSourceBuilderTest [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.TableFieldWithIgnoredColumnsTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.39 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.TableFieldWithIgnoredColumnsTest [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.TableFieldFormTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.554 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.TableFieldFormTest [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.TableFieldExtensionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.164 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.TableFieldExtensionTest [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.TableFieldBeanTest [WARNING]: Column 'formdata.client.ui.forms.ColumnWithoutTypeForm$MainBox$MyTableField$Table$MyColumn' has no value type. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.013 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.TableFieldBeanTest [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.SimpleFormTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.SimpleFormTest [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ScopeTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.198 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ScopeTest [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ReplacingPageTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.188 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ReplacingPageTest [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ReplacingFormTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ReplacingFormTest [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ReplaceWithTemplatesTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.415 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ReplaceWithTemplatesTest [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ReplaceFormFieldTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.384 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ReplaceFormFieldTest [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.PageBeanDataTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.819 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.PageBeanDataTest [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.NestedMultiLevelFormFieldTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.257 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.NestedMultiLevelFormFieldTest [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.MixedValueFieldTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.MixedValueFieldTest [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.MasterFieldFormDataTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.MasterFieldFormDataTest [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ListBoxFormTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ListBoxFormTest [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.IgnoredFieldsFormTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.IgnoredFieldsFormTest [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.FormWithTemplateTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.FormWithTemplateTest [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.FormWithGroupboxesTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.FormWithGroupboxesTest [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.FormPropertiesTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.FormPropertiesTest [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.FormFieldMenuTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.FormFieldMenuTest [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ExternalTableFieldTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.126 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ExternalTableFieldTest [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ExternalGroupboxTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ExternalGroupboxTest [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ExternalCheckboxFieldTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ExternalCheckboxFieldTest [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ExtensionFormDataTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.274 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ExtensionFormDataTest [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.AnnotationCopyTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.AnnotationCopyTest [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.codetype.CodeTypeSourceBuilderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.codetype.CodeTypeSourceBuilderTest [INFO] Running org.eclipse.scout.sdk.core.s.project.ScoutProjectNewTest [WARNING]: Don't override file /tmp/CoreScoutTestingUtils-projectDir11114346395792675363/artifact/artifact/pom.xml [WARNING]: /tmp/CoreScoutTestingUtils-projectDir11114346395792675363/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[5] import org.eclipse.scout.rt.shared.ISession; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.scout.rt.shared.ISession is never used [WARNING]: /tmp/CoreScoutTestingUtils-projectDir11114346395792675363/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[7] import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService is never used 2 problems (2 warnings) [WARNING]: /tmp/CoreScoutTestingUtils-projectDir11114346395792675363/artifact/artifact.client/src/main/java/group/artifact/client/ClientSession.java:[4] import org.eclipse.scout.rt.client.IClientSession; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.scout.rt.client.IClientSession is never used 1 problem (1 warning) [WARNING]: /tmp/CoreScoutTestingUtils-projectDir11114346395792675363/artifact/artifact.client/src/test/java/group/artifact/client/helloworld/HelloWorldFormTest.java:[8] import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField is never used 1 problem (1 warning) [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 52.867 s - in org.eclipse.scout.sdk.core.s.project.ScoutProjectNewTest [INFO] Running org.eclipse.scout.sdk.core.s.jaxws.JaxWsUtilsTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s - in org.eclipse.scout.sdk.core.s.jaxws.JaxWsUtilsTest [INFO] Running org.eclipse.scout.sdk.core.s.jaxws.JaxWsModuleNewHelperTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.scout.sdk.core.s.jaxws.JaxWsModuleNewHelperTest [INFO] Running org.eclipse.scout.sdk.core.s.ScoutRuntimeTypesTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s - in org.eclipse.scout.sdk.core.s.ScoutRuntimeTypesTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-9.0.0-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Skipping because packaging 'jar' is not pom. [INFO] [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-9.0.0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-9.0.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-9.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s.test/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s.test-9.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/pom.xml to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s.test/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s.test-9.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-9.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s.test/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s.test-9.0.0-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-9.0.0-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s.test/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s.test-9.0.0-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-9.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s.test/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s.test-9.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --------< org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e >--------- [INFO] Building org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e 9.0.0-SNAPSHOT [9/14] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.s2e --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.sdk.s2e --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk.s2e --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e/../org.eclipse.scout.sdk/target/jacoco-all.exec [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.s2e --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] Copying 5 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.s2e --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 58 source files to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.s2e --- [INFO] No tests to run. [INFO] [INFO] --- maven-bundle-plugin:4.1.0:bundle (default-bundle) @ org.eclipse.scout.sdk.s2e --- [INFO] [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.s2e --- [INFO] Skipping because packaging 'bundle' is not pom. [INFO] [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.s2e --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.s2e --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-9.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e-9.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e/pom.xml to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e-9.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-9.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e-9.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:4.1.0:install (default-install) @ org.eclipse.scout.sdk.s2e --- [INFO] Local OBR update disabled (enable with -DobrRepository) [INFO] [INFO] ------< org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.test >------ [INFO] Building org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.test 9.0.0-SNAPSHOT [10/14] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] The POM for org.eclipse.platform:org.eclipse.swt:jar:3.109.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.s2e.test --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e.test --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.sdk.s2e.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/../org.eclipse.scout.sdk/target/jacoco-all.exec [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.test --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.test --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.s2e.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.s2e.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 7 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.s2e.test --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.scout.sdk.s2e.util.ScoutTierTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.935 s - in org.eclipse.scout.sdk.s2e.util.ScoutTierTest [INFO] Running org.eclipse.scout.sdk.s2e.util.ScoutStatusTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.eclipse.scout.sdk.s2e.util.ScoutStatusTest [INFO] Running org.eclipse.scout.sdk.s2e.test.ApiTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.679 s - in org.eclipse.scout.sdk.s2e.test.ApiTest [INFO] Running org.eclipse.scout.sdk.s2e.operation.permission.PermissionNewOperationTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.923 s - in org.eclipse.scout.sdk.s2e.operation.permission.PermissionNewOperationTest [INFO] Running org.eclipse.scout.sdk.s2e.operation.page.PageNewOperationTest [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.369 s - in org.eclipse.scout.sdk.s2e.operation.page.PageNewOperationTest [INFO] Running org.eclipse.scout.sdk.s2e.operation.lookupcall.LookupCallNewOperationTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.817 s - in org.eclipse.scout.sdk.s2e.operation.lookupcall.LookupCallNewOperationTest [INFO] Running org.eclipse.scout.sdk.s2e.operation.jaxws.WebServiceUpdateOperationTest [WARNING]: Don't override file /tmp/CoreScoutTestingUtils-projectDir11545767537592742288/artifact/artifact/pom.xml [WARNING]: CP Don't override file /tmp/jaxws-module-tmp9188576481779993020/artifact.server.jaxws/src/main/resources/META-INF/scout.xml [SEVERE]: Failed to execute goal com.helger.maven:jaxws-maven-plugin:2.6:wsimport (wsimport-1) on project artifact.server.jaxws: Execution wsimport-1 of goal com.helger.maven:jaxws-maven-plugin:2.6:wsimport failed: Plugin com.helger.maven:jaxws-maven-plugin:2.6 or one of its dependencies could not be resolved: Failed to collect dependencies at com.helger.maven:jaxws-maven-plugin:jar:2.6 -> com.sun.xml.ws:jaxws-tools:jar:2.3.1 -> com.sun.xml.ws:jaxws-rt:jar:2.3.1 -> com.sun.xml.ws:policy:jar:2.7.5 -> org.glassfish.jaxb:txw2:jar:2.4.0-b180608.0325: Failed to read artifact descriptor for org.glassfish.jaxb:txw2:jar:2.4.0-b180608.0325: Could not transfer artifact org.glassfish.jaxb:txw2:pom:2.4.0-b180608.0325 from/to bintray-bsi-business-systems-integration-ag-scout-eclipse-org (http://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org): Failed to transfer http://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/glassfish/jaxb/txw2/2.4.0-b180608.0325/txw2-2.4.0-b180608.0325.pom. Error code 502, Bad Gateway -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.helger.maven:jaxws-maven-plugin:2.6:wsimport (wsimport-1) on project artifact.server.jaxws: Execution wsimport-1 of goal com.helger.maven:jaxws-maven-plugin:2.6:wsimport failed: Plugin com.helger.maven:jaxws-maven-plugin:2.6 or one of its dependencies could not be resolved: Failed to collect dependencies at com.helger.maven:jaxws-maven-plugin:jar:2.6 -> com.sun.xml.ws:jaxws-tools:jar:2.3.1 -> com.sun.xml.ws:jaxws-rt:jar:2.3.1 -> com.sun.xml.ws:policy:jar:2.7.5 -> org.glassfish.jaxb:txw2:jar:2.4.0-b180608.0325 at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:213) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:154) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:146) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:56) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:305) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:192) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:105) at org.apache.maven.cli.MavenCli.execute(MavenCli.java:956) at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:290) at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:245) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.eclipse.scout.sdk.core.s.util.maven.MavenCliRunner.runMavenInSandbox(MavenCliRunner.java:135) at org.eclipse.scout.sdk.core.s.util.maven.MavenCliRunner.execute(MavenCliRunner.java:80) at org.eclipse.scout.sdk.core.s.util.maven.MavenCliRunner.execute(MavenCliRunner.java:61) at org.eclipse.scout.sdk.core.s.util.maven.MavenRunner.execute(MavenRunner.java:49) at org.eclipse.scout.sdk.core.s.testing.CoreScoutTestingUtils.runMavenCleanCompile(CoreScoutTestingUtils.java:250) at org.eclipse.scout.sdk.s2e.operation.jaxws.WebServiceNewOperationTest$1.createDerivedResources(WebServiceNewOperationTest.java:188) at org.eclipse.scout.sdk.s2e.operation.jaxws.WebServiceNewOperation.run(WebServiceNewOperation.java:196) at org.eclipse.scout.sdk.s2e.operation.jaxws.WebServiceNewOperationTest.createWebService(WebServiceNewOperationTest.java:210) at org.eclipse.scout.sdk.s2e.operation.jaxws.WebServiceNewOperationTest.createWebServiceProvider(WebServiceNewOperationTest.java:150) at org.eclipse.scout.sdk.s2e.operation.jaxws.WebServiceUpdateOperationTest.testUpdateWebServiceProvider(WebServiceUpdateOperationTest.java:114) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) Caused by: org.apache.maven.plugin.PluginExecutionException: Execution wsimport-1 of goal com.helger.maven:jaxws-maven-plugin:2.6:wsimport failed: Plugin com.helger.maven:jaxws-maven-plugin:2.6 or one of its dependencies could not be resolved: Failed to collect dependencies at com.helger.maven:jaxws-maven-plugin:jar:2.6 -> com.sun.xml.ws:jaxws-tools:jar:2.3.1 -> com.sun.xml.ws:jaxws-rt:jar:2.3.1 -> com.sun.xml.ws:policy:jar:2.7.5 -> org.glassfish.jaxb:txw2:jar:2.4.0-b180608.0325 at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:109) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208) ... 51 more Caused by: org.apache.maven.plugin.PluginResolutionException: Plugin com.helger.maven:jaxws-maven-plugin:2.6 or one of its dependencies could not be resolved: Failed to collect dependencies at com.helger.maven:jaxws-maven-plugin:jar:2.6 -> com.sun.xml.ws:jaxws-tools:jar:2.3.1 -> com.sun.xml.ws:jaxws-rt:jar:2.3.1 -> com.sun.xml.ws:policy:jar:2.7.5 -> org.glassfish.jaxb:txw2:jar:2.4.0-b180608.0325 at org.apache.maven.plugin.internal.DefaultPluginDependenciesResolver.resolveInternal(DefaultPluginDependenciesResolver.java:214) at org.apache.maven.plugin.internal.DefaultPluginDependenciesResolver.resolve(DefaultPluginDependenciesResolver.java:149) at org.apache.maven.plugin.internal.DefaultMavenPluginManager.createPluginRealm(DefaultMavenPluginManager.java:402) at org.apache.maven.plugin.internal.DefaultMavenPluginManager.setupPluginRealm(DefaultMavenPluginManager.java:374) at org.apache.maven.plugin.DefaultBuildPluginManager.getPluginRealm(DefaultBuildPluginManager.java:234) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:105) ... 52 more Caused by: org.eclipse.aether.collection.DependencyCollectionException: Failed to collect dependencies at com.helger.maven:jaxws-maven-plugin:jar:2.6 -> com.sun.xml.ws:jaxws-tools:jar:2.3.1 -> com.sun.xml.ws:jaxws-rt:jar:2.3.1 -> com.sun.xml.ws:policy:jar:2.7.5 -> org.glassfish.jaxb:txw2:jar:2.4.0-b180608.0325 at org.eclipse.aether.internal.impl.DefaultDependencyCollector.collectDependencies(DefaultDependencyCollector.java:293) at org.eclipse.aether.internal.impl.DefaultRepositorySystem.collectDependencies(DefaultRepositorySystem.java:282) at org.apache.maven.plugin.internal.DefaultPluginDependenciesResolver.resolveInternal(DefaultPluginDependenciesResolver.java:202) ... 57 more Caused by: org.eclipse.aether.resolution.ArtifactDescriptorException: Failed to read artifact descriptor for org.glassfish.jaxb:txw2:jar:2.4.0-b180608.0325 at org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.loadPom(DefaultArtifactDescriptorReader.java:276) at org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.readArtifactDescriptor(DefaultArtifactDescriptorReader.java:192) at org.eclipse.aether.internal.impl.DefaultDependencyCollector.resolveCachedArtifactDescriptor(DefaultDependencyCollector.java:539) at org.eclipse.aether.internal.impl.DefaultDependencyCollector.getArtifactDescriptorResult(DefaultDependencyCollector.java:522) at org.eclipse.aether.internal.impl.DefaultDependencyCollector.processDependency(DefaultDependencyCollector.java:411) at org.eclipse.aether.internal.impl.DefaultDependencyCollector.processDependency(DefaultDependencyCollector.java:365) at org.eclipse.aether.internal.impl.DefaultDependencyCollector.process(DefaultDependencyCollector.java:353) at org.eclipse.aether.internal.impl.DefaultDependencyCollector.doRecurse(DefaultDependencyCollector.java:507) at org.eclipse.aether.internal.impl.DefaultDependencyCollector.processDependency(DefaultDependencyCollector.java:460) at org.eclipse.aether.internal.impl.DefaultDependencyCollector.processDependency(DefaultDependencyCollector.java:365) at org.eclipse.aether.internal.impl.DefaultDependencyCollector.process(DefaultDependencyCollector.java:353) at org.eclipse.aether.internal.impl.DefaultDependencyCollector.doRecurse(DefaultDependencyCollector.java:507) at org.eclipse.aether.internal.impl.DefaultDependencyCollector.processDependency(DefaultDependencyCollector.java:460) at org.eclipse.aether.internal.impl.DefaultDependencyCollector.processDependency(DefaultDependencyCollector.java:365) at org.eclipse.aether.internal.impl.DefaultDependencyCollector.process(DefaultDependencyCollector.java:353) at org.eclipse.aether.internal.impl.DefaultDependencyCollector.doRecurse(DefaultDependencyCollector.java:507) at org.eclipse.aether.internal.impl.DefaultDependencyCollector.processDependency(DefaultDependencyCollector.java:460) at org.eclipse.aether.internal.impl.DefaultDependencyCollector.processDependency(DefaultDependencyCollector.java:365) at org.eclipse.aether.internal.impl.DefaultDependencyCollector.process(DefaultDependencyCollector.java:353) at org.eclipse.aether.internal.impl.DefaultDependencyCollector.collectDependencies(DefaultDependencyCollector.java:256) ... 59 more Caused by: org.eclipse.aether.resolution.ArtifactResolutionException: Could not transfer artifact org.glassfish.jaxb:txw2:pom:2.4.0-b180608.0325 from/to bintray-bsi-business-systems-integration-ag-scout-eclipse-org (http://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org): Failed to transfer http://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/glassfish/jaxb/txw2/2.4.0-b180608.0325/txw2-2.4.0-b180608.0325.pom. Error code 502, Bad Gateway at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:422) at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts(DefaultArtifactResolver.java:224) at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifact(DefaultArtifactResolver.java:201) at org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.loadPom(DefaultArtifactDescriptorReader.java:261) ... 78 more Caused by: org.eclipse.aether.transfer.ArtifactTransferException: Could not transfer artifact org.glassfish.jaxb:txw2:pom:2.4.0-b180608.0325 from/to bintray-bsi-business-systems-integration-ag-scout-eclipse-org (http://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org): Failed to transfer http://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/glassfish/jaxb/txw2/2.4.0-b180608.0325/txw2-2.4.0-b180608.0325.pom. Error code 502, Bad Gateway at io.takari.aether.connector.AetherRepositoryConnector$2.wrap(AetherRepositoryConnector.java:856) at io.takari.aether.connector.AetherRepositoryConnector$2.wrap(AetherRepositoryConnector.java:1) at io.takari.aether.connector.AetherRepositoryConnector$GetTask.flush(AetherRepositoryConnector.java:630) at io.takari.aether.connector.AetherRepositoryConnector.get(AetherRepositoryConnector.java:309) at org.eclipse.aether.internal.impl.DefaultArtifactResolver.performDownloads(DefaultArtifactResolver.java:498) at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:399) ... 81 more Caused by: io.takari.aether.connector.TransferException: Failed to transfer http://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/glassfish/jaxb/txw2/2.4.0-b180608.0325/txw2-2.4.0-b180608.0325.pom. Error code 502, Bad Gateway at io.takari.aether.connector.AetherRepositoryConnector.handleResponseCode(AetherRepositoryConnector.java:372) at io.takari.aether.connector.AetherRepositoryConnector.access$8(AetherRepositoryConnector.java:362) at io.takari.aether.connector.AetherRepositoryConnector$GetTask.resumableGet(AetherRepositoryConnector.java:574) at io.takari.aether.connector.AetherRepositoryConnector$GetTask.run(AetherRepositoryConnector.java:452) at io.takari.aether.connector.AetherRepositoryConnector.get(AetherRepositoryConnector.java:303) ... 83 more [SEVERE]: [SEVERE]: Re-run Maven using the -X switch to enable full debug logging. [SEVERE]: [SEVERE]: For more information about the errors and possible solutions, please read the following articles: [SEVERE]: [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException [WARNING]: Don't override file /tmp/CoreScoutTestingUtils-projectDir3121246138576732029/artifact/artifact/pom.xml [WARNING]: CP Don't override file /tmp/jaxws-module-tmp15888897128204052325/artifact.server.jaxws/src/main/resources/META-INF/scout.xml [SEVERE]: Failed to execute goal com.helger.maven:jaxws-maven-plugin:2.6:wsimport (wsimport-1) on project artifact.server.jaxws: Execution wsimport-1 of goal com.helger.maven:jaxws-maven-plugin:2.6:wsimport failed: Plugin com.helger.maven:jaxws-maven-plugin:2.6 or one of its dependencies could not be resolved: Failed to collect dependencies at com.helger.maven:jaxws-maven-plugin:jar:2.6 -> com.sun.xml.ws:jaxws-tools:jar:2.3.1 -> com.sun.xml.ws:jaxws-rt:jar:2.3.1 -> com.sun.xml.ws:policy:jar:2.7.5 -> org.glassfish.jaxb:txw2:jar:2.4.0-b180608.0325: Failed to read artifact descriptor for org.glassfish.jaxb:txw2:jar:2.4.0-b180608.0325: Could not transfer artifact org.glassfish.jaxb:txw2:pom:2.4.0-b180608.0325 from/to bintray-bsi-business-systems-integration-ag-scout-eclipse-org (http://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org): Failed to transfer http://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/glassfish/jaxb/txw2/2.4.0-b180608.0325/txw2-2.4.0-b180608.0325.pom. Error code 502, Bad Gateway -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.helger.maven:jaxws-maven-plugin:2.6:wsimport (wsimport-1) on project artifact.server.jaxws: Execution wsimport-1 of goal com.helger.maven:jaxws-maven-plugin:2.6:wsimport failed: Plugin com.helger.maven:jaxws-maven-plugin:2.6 or one of its dependencies could not be resolved: Failed to collect dependencies at com.helger.maven:jaxws-maven-plugin:jar:2.6 -> com.sun.xml.ws:jaxws-tools:jar:2.3.1 -> com.sun.xml.ws:jaxws-rt:jar:2.3.1 -> com.sun.xml.ws:policy:jar:2.7.5 -> org.glassfish.jaxb:txw2:jar:2.4.0-b180608.0325 at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:213) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:154) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:146) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:56) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:305) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:192) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:105) at org.apache.maven.cli.MavenCli.execute(MavenCli.java:956) at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:290) at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:245) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.eclipse.scout.sdk.core.s.util.maven.MavenCliRunner.runMavenInSandbox(MavenCliRunner.java:135) at org.eclipse.scout.sdk.core.s.util.maven.MavenCliRunner.execute(MavenCliRunner.java:80) at org.eclipse.scout.sdk.core.s.util.maven.MavenCliRunner.execute(MavenCliRunner.java:61) at org.eclipse.scout.sdk.core.s.util.maven.MavenRunner.execute(MavenRunner.java:49) at org.eclipse.scout.sdk.core.s.testing.CoreScoutTestingUtils.runMavenCleanCompile(CoreScoutTestingUtils.java:250) at org.eclipse.scout.sdk.s2e.operation.jaxws.WebServiceNewOperationTest$1.createDerivedResources(WebServiceNewOperationTest.java:188) at org.eclipse.scout.sdk.s2e.operation.jaxws.WebServiceNewOperation.run(WebServiceNewOperation.java:189) at org.eclipse.scout.sdk.s2e.operation.jaxws.WebServiceNewOperationTest.createWebService(WebServiceNewOperationTest.java:210) at org.eclipse.scout.sdk.s2e.operation.jaxws.WebServiceNewOperationTest.createWebServiceConsumer(WebServiceNewOperationTest.java:140) at org.eclipse.scout.sdk.s2e.operation.jaxws.WebServiceUpdateOperationTest.testUpdateWebServiceConsumer(WebServiceUpdateOperationTest.java:62) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) Caused by: org.apache.maven.plugin.PluginExecutionException: Execution wsimport-1 of goal com.helger.maven:jaxws-maven-plugin:2.6:wsimport failed: Plugin com.helger.maven:jaxws-maven-plugin:2.6 or one of its dependencies could not be resolved: Failed to collect dependencies at com.helger.maven:jaxws-maven-plugin:jar:2.6 -> com.sun.xml.ws:jaxws-tools:jar:2.3.1 -> com.sun.xml.ws:jaxws-rt:jar:2.3.1 -> com.sun.xml.ws:policy:jar:2.7.5 -> org.glassfish.jaxb:txw2:jar:2.4.0-b180608.0325 at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:109) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208) ... 51 more Caused by: org.apache.maven.plugin.PluginResolutionException: Plugin com.helger.maven:jaxws-maven-plugin:2.6 or one of its dependencies could not be resolved: Failed to collect dependencies at com.helger.maven:jaxws-maven-plugin:jar:2.6 -> com.sun.xml.ws:jaxws-tools:jar:2.3.1 -> com.sun.xml.ws:jaxws-rt:jar:2.3.1 -> com.sun.xml.ws:policy:jar:2.7.5 -> org.glassfish.jaxb:txw2:jar:2.4.0-b180608.0325 at org.apache.maven.plugin.internal.DefaultPluginDependenciesResolver.resolveInternal(DefaultPluginDependenciesResolver.java:214) at org.apache.maven.plugin.internal.DefaultPluginDependenciesResolver.resolve(DefaultPluginDependenciesResolver.java:149) at org.apache.maven.plugin.internal.DefaultMavenPluginManager.createPluginRealm(DefaultMavenPluginManager.java:402) at org.apache.maven.plugin.internal.DefaultMavenPluginManager.setupPluginRealm(DefaultMavenPluginManager.java:374) at org.apache.maven.plugin.DefaultBuildPluginManager.getPluginRealm(DefaultBuildPluginManager.java:234) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:105) ... 52 more Caused by: org.eclipse.aether.collection.DependencyCollectionException: Failed to collect dependencies at com.helger.maven:jaxws-maven-plugin:jar:2.6 -> com.sun.xml.ws:jaxws-tools:jar:2.3.1 -> com.sun.xml.ws:jaxws-rt:jar:2.3.1 -> com.sun.xml.ws:policy:jar:2.7.5 -> org.glassfish.jaxb:txw2:jar:2.4.0-b180608.0325 at org.eclipse.aether.internal.impl.DefaultDependencyCollector.collectDependencies(DefaultDependencyCollector.java:293) at org.eclipse.aether.internal.impl.DefaultRepositorySystem.collectDependencies(DefaultRepositorySystem.java:282) at org.apache.maven.plugin.internal.DefaultPluginDependenciesResolver.resolveInternal(DefaultPluginDependenciesResolver.java:202) ... 57 more Caused by: org.eclipse.aether.resolution.ArtifactDescriptorException: Failed to read artifact descriptor for org.glassfish.jaxb:txw2:jar:2.4.0-b180608.0325 at org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.loadPom(DefaultArtifactDescriptorReader.java:276) at org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.readArtifactDescriptor(DefaultArtifactDescriptorReader.java:192) at org.eclipse.aether.internal.impl.DefaultDependencyCollector.resolveCachedArtifactDescriptor(DefaultDependencyCollector.java:539) at org.eclipse.aether.internal.impl.DefaultDependencyCollector.getArtifactDescriptorResult(DefaultDependencyCollector.java:522) at org.eclipse.aether.internal.impl.DefaultDependencyCollector.processDependency(DefaultDependencyCollector.java:411) at org.eclipse.aether.internal.impl.DefaultDependencyCollector.processDependency(DefaultDependencyCollector.java:365) at org.eclipse.aether.internal.impl.DefaultDependencyCollector.process(DefaultDependencyCollector.java:353) at org.eclipse.aether.internal.impl.DefaultDependencyCollector.doRecurse(DefaultDependencyCollector.java:507) at org.eclipse.aether.internal.impl.DefaultDependencyCollector.processDependency(DefaultDependencyCollector.java:460) at org.eclipse.aether.internal.impl.DefaultDependencyCollector.processDependency(DefaultDependencyCollector.java:365) at org.eclipse.aether.internal.impl.DefaultDependencyCollector.process(DefaultDependencyCollector.java:353) at org.eclipse.aether.internal.impl.DefaultDependencyCollector.doRecurse(DefaultDependencyCollector.java:507) at org.eclipse.aether.internal.impl.DefaultDependencyCollector.processDependency(DefaultDependencyCollector.java:460) at org.eclipse.aether.internal.impl.DefaultDependencyCollector.processDependency(DefaultDependencyCollector.java:365) at org.eclipse.aether.internal.impl.DefaultDependencyCollector.process(DefaultDependencyCollector.java:353) at org.eclipse.aether.internal.impl.DefaultDependencyCollector.doRecurse(DefaultDependencyCollector.java:507) at org.eclipse.aether.internal.impl.DefaultDependencyCollector.processDependency(DefaultDependencyCollector.java:460) at org.eclipse.aether.internal.impl.DefaultDependencyCollector.processDependency(DefaultDependencyCollector.java:365) at org.eclipse.aether.internal.impl.DefaultDependencyCollector.process(DefaultDependencyCollector.java:353) at org.eclipse.aether.internal.impl.DefaultDependencyCollector.collectDependencies(DefaultDependencyCollector.java:256) ... 59 more Caused by: org.eclipse.aether.resolution.ArtifactResolutionException: Could not transfer artifact org.glassfish.jaxb:txw2:pom:2.4.0-b180608.0325 from/to bintray-bsi-business-systems-integration-ag-scout-eclipse-org (http://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org): Failed to transfer http://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/glassfish/jaxb/txw2/2.4.0-b180608.0325/txw2-2.4.0-b180608.0325.pom. Error code 502, Bad Gateway at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:422) at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts(DefaultArtifactResolver.java:224) at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifact(DefaultArtifactResolver.java:201) at org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.loadPom(DefaultArtifactDescriptorReader.java:261) ... 78 more Caused by: org.eclipse.aether.transfer.ArtifactTransferException: Could not transfer artifact org.glassfish.jaxb:txw2:pom:2.4.0-b180608.0325 from/to bintray-bsi-business-systems-integration-ag-scout-eclipse-org (http://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org): Failed to transfer http://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/glassfish/jaxb/txw2/2.4.0-b180608.0325/txw2-2.4.0-b180608.0325.pom. Error code 502, Bad Gateway at io.takari.aether.connector.AetherRepositoryConnector$2.wrap(AetherRepositoryConnector.java:856) at io.takari.aether.connector.AetherRepositoryConnector$2.wrap(AetherRepositoryConnector.java:1) at io.takari.aether.connector.AetherRepositoryConnector$GetTask.flush(AetherRepositoryConnector.java:630) at io.takari.aether.connector.AetherRepositoryConnector.get(AetherRepositoryConnector.java:309) at org.eclipse.aether.internal.impl.DefaultArtifactResolver.performDownloads(DefaultArtifactResolver.java:498) at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:399) ... 81 more Caused by: io.takari.aether.connector.TransferException: Failed to transfer http://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/glassfish/jaxb/txw2/2.4.0-b180608.0325/txw2-2.4.0-b180608.0325.pom. Error code 502, Bad Gateway at io.takari.aether.connector.AetherRepositoryConnector.handleResponseCode(AetherRepositoryConnector.java:372) at io.takari.aether.connector.AetherRepositoryConnector.access$8(AetherRepositoryConnector.java:362) at io.takari.aether.connector.AetherRepositoryConnector$GetTask.resumableGet(AetherRepositoryConnector.java:574) at io.takari.aether.connector.AetherRepositoryConnector$GetTask.run(AetherRepositoryConnector.java:452) at io.takari.aether.connector.AetherRepositoryConnector.get(AetherRepositoryConnector.java:303) ... 83 more [SEVERE]: [SEVERE]: Re-run Maven using the -X switch to enable full debug logging. [SEVERE]: [SEVERE]: For more information about the errors and possible solutions, please read the following articles: [SEVERE]: [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException [ERROR] Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 29.328 s <<< FAILURE! - in org.eclipse.scout.sdk.s2e.operation.jaxws.WebServiceUpdateOperationTest [ERROR] testUpdateWebServiceProvider(org.eclipse.scout.sdk.s2e.operation.jaxws.WebServiceUpdateOperationTest) Time elapsed: 17.477 s <<< ERROR! org.eclipse.scout.sdk.core.util.SdkException: java.io.IOException: Maven call failed. at org.eclipse.scout.sdk.core.s.util.maven.MavenCliRunner.execute(MavenCliRunner.java:64) at org.eclipse.scout.sdk.core.s.util.maven.MavenRunner.execute(MavenRunner.java:49) at org.eclipse.scout.sdk.core.s.testing.CoreScoutTestingUtils.runMavenCleanCompile(CoreScoutTestingUtils.java:250) at org.eclipse.scout.sdk.s2e.operation.jaxws.WebServiceNewOperationTest$1.createDerivedResources(WebServiceNewOperationTest.java:188) at org.eclipse.scout.sdk.s2e.operation.jaxws.WebServiceNewOperation.run(WebServiceNewOperation.java:196) at org.eclipse.scout.sdk.s2e.operation.jaxws.WebServiceNewOperationTest.createWebService(WebServiceNewOperationTest.java:210) at org.eclipse.scout.sdk.s2e.operation.jaxws.WebServiceNewOperationTest.createWebServiceProvider(WebServiceNewOperationTest.java:150) at org.eclipse.scout.sdk.s2e.operation.jaxws.WebServiceUpdateOperationTest.testUpdateWebServiceProvider(WebServiceUpdateOperationTest.java:114) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) Caused by: java.io.IOException: Maven call failed. at org.eclipse.scout.sdk.core.s.util.maven.MavenCliRunner.runMavenInSandbox(MavenCliRunner.java:141) at org.eclipse.scout.sdk.core.s.util.maven.MavenCliRunner.execute(MavenCliRunner.java:80) at org.eclipse.scout.sdk.core.s.util.maven.MavenCliRunner.execute(MavenCliRunner.java:61) ... 32 more [ERROR] testUpdateWebServiceConsumer(org.eclipse.scout.sdk.s2e.operation.jaxws.WebServiceUpdateOperationTest) Time elapsed: 11.85 s <<< ERROR! org.eclipse.scout.sdk.core.util.SdkException: java.io.IOException: Maven call failed. at org.eclipse.scout.sdk.core.s.util.maven.MavenCliRunner.execute(MavenCliRunner.java:64) at org.eclipse.scout.sdk.core.s.util.maven.MavenRunner.execute(MavenRunner.java:49) at org.eclipse.scout.sdk.core.s.testing.CoreScoutTestingUtils.runMavenCleanCompile(CoreScoutTestingUtils.java:250) at org.eclipse.scout.sdk.s2e.operation.jaxws.WebServiceNewOperationTest$1.createDerivedResources(WebServiceNewOperationTest.java:188) at org.eclipse.scout.sdk.s2e.operation.jaxws.WebServiceNewOperation.run(WebServiceNewOperation.java:189) at org.eclipse.scout.sdk.s2e.operation.jaxws.WebServiceNewOperationTest.createWebService(WebServiceNewOperationTest.java:210) at org.eclipse.scout.sdk.s2e.operation.jaxws.WebServiceNewOperationTest.createWebServiceConsumer(WebServiceNewOperationTest.java:140) at org.eclipse.scout.sdk.s2e.operation.jaxws.WebServiceUpdateOperationTest.testUpdateWebServiceConsumer(WebServiceUpdateOperationTest.java:62) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) Caused by: java.io.IOException: Maven call failed. at org.eclipse.scout.sdk.core.s.util.maven.MavenCliRunner.runMavenInSandbox(MavenCliRunner.java:141) at org.eclipse.scout.sdk.core.s.util.maven.MavenCliRunner.execute(MavenCliRunner.java:80) at org.eclipse.scout.sdk.core.s.util.maven.MavenCliRunner.execute(MavenCliRunner.java:61) ... 32 more [INFO] Running org.eclipse.scout.sdk.s2e.operation.jaxws.WebServiceNewOperationTest [WARNING]: Don't override file /tmp/CoreScoutTestingUtils-projectDir13933472952367694171/artifact/artifact/pom.xml [WARNING]: CP Don't override file /tmp/jaxws-module-tmp1725497612258002021/artifact.server.jaxws/src/main/resources/META-INF/scout.xml [WARNING]: /tmp/CoreScoutTestingUtils-projectDir13933472952367694171/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/provider/multifile/ErrorResponse.java:[15] public class ErrorResponse ^^^^^^^^^^^^^ The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long 2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor] 3. WARNING: Annotation processing: Generate entry point for endpoint interface 'test.provider.multifile.IScoutQueryInterface2PortType' [entryPoint=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint, wsdl:portType=scoutQueryInterface2, wsdl:service=scoutQuery, wsdl:port=scoutQueryPort] [processor=JaxWsAnnotationProcessor] 4. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.WsProviderCorrelationIdHandler, handlerDelegate=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_WsProviderCorrelationIdHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor] 5. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.LogHandler, handlerDelegate=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_LogHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor] 6. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor] 7. WARNING: Annotation processing: Generate handler chain XML-file [file=ScoutQueryInterface2WebServiceEntryPoint_handler-chain.xml, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor] 8. WARNING: Annotation processing: Entry point successfully generated. [entryPoint=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType, entryPointDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition] [processor=JaxWsAnnotationProcessor] 9. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor] 10. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor] 10 problems (10 warnings) [WARNING]: /tmp/CoreScoutTestingUtils-projectDir13933472952367694171/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[5] import org.eclipse.scout.rt.shared.ISession; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.scout.rt.shared.ISession is never used [WARNING]: /tmp/CoreScoutTestingUtils-projectDir13933472952367694171/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[7] import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService is never used 2 problems (2 warnings) [WARNING]: /tmp/CoreScoutTestingUtils-projectDir13933472952367694171/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/provider/multifile/ErrorResponse.java:[15] public class ErrorResponse ^^^^^^^^^^^^^ The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long 2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor] 3. WARNING: Annotation processing: Generate entry point for endpoint interface 'test.provider.multifile.IScoutQueryInterface2PortType' [entryPoint=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint, wsdl:portType=scoutQueryInterface2, wsdl:service=scoutQuery, wsdl:port=scoutQueryPort] [processor=JaxWsAnnotationProcessor] 4. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.WsProviderCorrelationIdHandler, handlerDelegate=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_WsProviderCorrelationIdHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor] 5. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.LogHandler, handlerDelegate=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_LogHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor] 6. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor] 7. WARNING: Annotation processing: Generate handler chain XML-file [file=ScoutQueryInterface2WebServiceEntryPoint_handler-chain.xml, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor] 8. WARNING: Annotation processing: Entry point successfully generated. [entryPoint=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType, entryPointDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition] [processor=JaxWsAnnotationProcessor] 9. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor] 10. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor] 10 problems (10 warnings) [WARNING]: /tmp/CoreScoutTestingUtils-projectDir13933472952367694171/artifact/artifact.client/src/main/java/group/artifact/client/ClientSession.java:[4] import org.eclipse.scout.rt.client.IClientSession; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.scout.rt.client.IClientSession is never used 1 problem (1 warning) [WARNING]: /tmp/CoreScoutTestingUtils-projectDir13933472952367694171/artifact/artifact.client/src/test/java/group/artifact/client/helloworld/HelloWorldFormTest.java:[8] import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField is never used 1 problem (1 warning) [WARNING]: /tmp/CoreScoutTestingUtils-projectDir13933472952367694171/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/provider/multifile/ErrorResponse.java:[15] public class ErrorResponse ^^^^^^^^^^^^^ The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long 2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor] 3. WARNING: Annotation processing: Generate entry point for endpoint interface 'test.provider.multifile.IScoutQueryInterface2PortType' [entryPoint=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint, wsdl:portType=scoutQueryInterface2, wsdl:service=scoutQuery, wsdl:port=scoutQueryPort] [processor=JaxWsAnnotationProcessor] 4. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.WsProviderCorrelationIdHandler, handlerDelegate=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_WsProviderCorrelationIdHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor] 5. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.LogHandler, handlerDelegate=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_LogHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor] 6. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor] 7. WARNING: Annotation processing: Generate handler chain XML-file [file=ScoutQueryInterface2WebServiceEntryPoint_handler-chain.xml, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor] 8. WARNING: Annotation processing: Entry point successfully generated. [entryPoint=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType, entryPointDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition] [processor=JaxWsAnnotationProcessor] 9. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.IFirstWebServiceOnePortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor] 10. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.IFirstWebServiceTwoPortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor] 11. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.ISecondWebServiceOnePortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor] 12. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.ISecondWebServiceTwoPortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor] 13. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor] 14. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor] 14 problems (14 warnings) [WARNING]: /tmp/CoreScoutTestingUtils-projectDir13933472952367694171/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[5] import org.eclipse.scout.rt.shared.ISession; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.scout.rt.shared.ISession is never used [WARNING]: /tmp/CoreScoutTestingUtils-projectDir13933472952367694171/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[7] import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService is never used 2 problems (2 warnings) [WARNING]: /tmp/CoreScoutTestingUtils-projectDir13933472952367694171/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/provider/multifile/ErrorResponse.java:[15] public class ErrorResponse ^^^^^^^^^^^^^ The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long 2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor] 3. WARNING: Annotation processing: Generate entry point for endpoint interface 'test.provider.multifile.IScoutQueryInterface2PortType' [entryPoint=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint, wsdl:portType=scoutQueryInterface2, wsdl:service=scoutQuery, wsdl:port=scoutQueryPort] [processor=JaxWsAnnotationProcessor] 4. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.WsProviderCorrelationIdHandler, handlerDelegate=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_WsProviderCorrelationIdHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor] 5. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.LogHandler, handlerDelegate=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_LogHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor] 6. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor] 7. WARNING: Annotation processing: Generate handler chain XML-file [file=ScoutQueryInterface2WebServiceEntryPoint_handler-chain.xml, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor] 8. WARNING: Annotation processing: Entry point successfully generated. [entryPoint=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType, entryPointDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition] [processor=JaxWsAnnotationProcessor] 9. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.IFirstWebServiceOnePortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor] 10. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.IFirstWebServiceTwoPortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor] 11. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.ISecondWebServiceOnePortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor] 12. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.ISecondWebServiceTwoPortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor] 13. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor] 14. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor] 14 problems (14 warnings) [WARNING]: /tmp/CoreScoutTestingUtils-projectDir13933472952367694171/artifact/artifact.client/src/main/java/group/artifact/client/ClientSession.java:[4] import org.eclipse.scout.rt.client.IClientSession; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.scout.rt.client.IClientSession is never used 1 problem (1 warning) [WARNING]: /tmp/CoreScoutTestingUtils-projectDir13933472952367694171/artifact/artifact.client/src/test/java/group/artifact/client/helloworld/HelloWorldFormTest.java:[8] import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField is never used 1 problem (1 warning) [WARNING]: /tmp/CoreScoutTestingUtils-projectDir13933472952367694171/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/provider/multifile/ErrorResponse.java:[15] public class ErrorResponse ^^^^^^^^^^^^^ The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long 2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor] 3. WARNING: Annotation processing: Generate entry point for endpoint interface 'test.provider.multifile.IScoutQueryInterface2PortType' [entryPoint=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint, wsdl:portType=scoutQueryInterface2, wsdl:service=scoutQuery, wsdl:port=scoutQueryPort] [processor=JaxWsAnnotationProcessor] 4. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.WsProviderCorrelationIdHandler, handlerDelegate=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_WsProviderCorrelationIdHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor] 5. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.LogHandler, handlerDelegate=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_LogHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor] 6. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor] 7. WARNING: Annotation processing: Generate handler chain XML-file [file=ScoutQueryInterface2WebServiceEntryPoint_handler-chain.xml, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor] 8. WARNING: Annotation processing: Entry point successfully generated. [entryPoint=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType, entryPointDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition] [processor=JaxWsAnnotationProcessor] 9. WARNING: Annotation processing: Generate entry point for endpoint interface 'test.provider.empty.IWhateverPortType' [entryPoint=test.provider.empty.WhateverWebServiceEntryPoint, wsdl:portType=WhateverPortType, wsdl:service=WhateverWebService, wsdl:port=WhateverPort] [processor=JaxWsAnnotationProcessor] 10. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.WsProviderCorrelationIdHandler, handlerDelegate=test.provider.empty.WhateverWebServiceEntryPoint_WsProviderCorrelationIdHandler, portTypeDefinition=test.provider.empty.IWhateverWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.IWhateverPortType] [processor=JaxWsAnnotationProcessor] 11. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.LogHandler, handlerDelegate=test.provider.empty.WhateverWebServiceEntryPoint_LogHandler, portTypeDefinition=test.provider.empty.IWhateverWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.IWhateverPortType] [processor=JaxWsAnnotationProcessor] 12. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.empty.WhateverWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.empty.IWhateverWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.IWhateverPortType] [processor=JaxWsAnnotationProcessor] 13. WARNING: Annotation processing: Generate handler chain XML-file [file=WhateverWebServiceEntryPoint_handler-chain.xml, portTypeDefinition=test.provider.empty.IWhateverWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.IWhateverPortType] [processor=JaxWsAnnotationProcessor] 14. WARNING: Annotation processing: Entry point successfully generated. [entryPoint=test.provider.empty.WhateverWebServiceEntryPoint, endpointInterface=test.provider.empty.IWhateverPortType, entryPointDefinition=test.provider.empty.IWhateverWebServiceEntryPointDefinition] [processor=JaxWsAnnotationProcessor] 15. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.IFirstWebServiceOnePortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor] 16. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.IFirstWebServiceTwoPortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor] 17. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.ISecondWebServiceOnePortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor] 18. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.ISecondWebServiceTwoPortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor] 19. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor] 20. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor] 20 problems (20 warnings) [WARNING]: /tmp/CoreScoutTestingUtils-projectDir13933472952367694171/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[5] import org.eclipse.scout.rt.shared.ISession; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.scout.rt.shared.ISession is never used [WARNING]: /tmp/CoreScoutTestingUtils-projectDir13933472952367694171/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[7] import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService is never used 2 problems (2 warnings) [WARNING]: /tmp/CoreScoutTestingUtils-projectDir13933472952367694171/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/provider/multifile/ErrorResponse.java:[15] public class ErrorResponse ^^^^^^^^^^^^^ The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long 2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor] 3. WARNING: Annotation processing: Generate entry point for endpoint interface 'test.provider.multifile.IScoutQueryInterface2PortType' [entryPoint=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint, wsdl:portType=scoutQueryInterface2, wsdl:service=scoutQuery, wsdl:port=scoutQueryPort] [processor=JaxWsAnnotationProcessor] 4. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.WsProviderCorrelationIdHandler, handlerDelegate=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_WsProviderCorrelationIdHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor] 5. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.LogHandler, handlerDelegate=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_LogHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor] 6. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor] 7. WARNING: Annotation processing: Generate handler chain XML-file [file=ScoutQueryInterface2WebServiceEntryPoint_handler-chain.xml, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor] 8. WARNING: Annotation processing: Entry point successfully generated. [entryPoint=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType, entryPointDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition] [processor=JaxWsAnnotationProcessor] 9. WARNING: Annotation processing: Generate entry point for endpoint interface 'test.provider.empty.IWhateverPortType' [entryPoint=test.provider.empty.WhateverWebServiceEntryPoint, wsdl:portType=WhateverPortType, wsdl:service=WhateverWebService, wsdl:port=WhateverPort] [processor=JaxWsAnnotationProcessor] 10. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.WsProviderCorrelationIdHandler, handlerDelegate=test.provider.empty.WhateverWebServiceEntryPoint_WsProviderCorrelationIdHandler, portTypeDefinition=test.provider.empty.IWhateverWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.IWhateverPortType] [processor=JaxWsAnnotationProcessor] 11. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.LogHandler, handlerDelegate=test.provider.empty.WhateverWebServiceEntryPoint_LogHandler, portTypeDefinition=test.provider.empty.IWhateverWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.IWhateverPortType] [processor=JaxWsAnnotationProcessor] 12. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.empty.WhateverWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.empty.IWhateverWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.IWhateverPortType] [processor=JaxWsAnnotationProcessor] 13. WARNING: Annotation processing: Generate handler chain XML-file [file=WhateverWebServiceEntryPoint_handler-chain.xml, portTypeDefinition=test.provider.empty.IWhateverWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.IWhateverPortType] [processor=JaxWsAnnotationProcessor] 14. WARNING: Annotation processing: Entry point successfully generated. [entryPoint=test.provider.empty.WhateverWebServiceEntryPoint, endpointInterface=test.provider.empty.IWhateverPortType, entryPointDefinition=test.provider.empty.IWhateverWebServiceEntryPointDefinition] [processor=JaxWsAnnotationProcessor] 15. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.IFirstWebServiceOnePortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor] 16. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.IFirstWebServiceTwoPortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor] 17. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.ISecondWebServiceOnePortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor] 18. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.ISecondWebServiceTwoPortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor] 19. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor] 20. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor] 20 problems (20 warnings) [WARNING]: /tmp/CoreScoutTestingUtils-projectDir13933472952367694171/artifact/artifact.client/src/main/java/group/artifact/client/ClientSession.java:[4] import org.eclipse.scout.rt.client.IClientSession; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.scout.rt.client.IClientSession is never used 1 problem (1 warning) [WARNING]: /tmp/CoreScoutTestingUtils-projectDir13933472952367694171/artifact/artifact.client/src/test/java/group/artifact/client/helloworld/HelloWorldFormTest.java:[8] import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField is never used 1 problem (1 warning) [WARNING]: Don't override file /tmp/CoreScoutTestingUtils-projectDir2751121675908019907/artifact/artifact/pom.xml [WARNING]: CP Don't override file /tmp/jaxws-module-tmp14448794786305401015/artifact.server.jaxws/src/main/resources/META-INF/scout.xml [WARNING]: /tmp/CoreScoutTestingUtils-projectDir2751121675908019907/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/consumer/ErrorResponse.java:[15] public class ErrorResponse ^^^^^^^^^^^^^ The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long 2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor] 3. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.IScoutQueryInterface2PortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor] 4. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor] 4 problems (4 warnings) [WARNING]: /tmp/CoreScoutTestingUtils-projectDir2751121675908019907/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[5] import org.eclipse.scout.rt.shared.ISession; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.scout.rt.shared.ISession is never used [WARNING]: /tmp/CoreScoutTestingUtils-projectDir2751121675908019907/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[7] import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService is never used 2 problems (2 warnings) [WARNING]: /tmp/CoreScoutTestingUtils-projectDir2751121675908019907/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/consumer/ErrorResponse.java:[15] public class ErrorResponse ^^^^^^^^^^^^^ The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long 2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor] 3. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.IScoutQueryInterface2PortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor] 4. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor] 4 problems (4 warnings) [WARNING]: /tmp/CoreScoutTestingUtils-projectDir2751121675908019907/artifact/artifact.client/src/main/java/group/artifact/client/ClientSession.java:[4] import org.eclipse.scout.rt.client.IClientSession; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.scout.rt.client.IClientSession is never used 1 problem (1 warning) [WARNING]: /tmp/CoreScoutTestingUtils-projectDir2751121675908019907/artifact/artifact.client/src/test/java/group/artifact/client/helloworld/HelloWorldFormTest.java:[8] import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField is never used 1 problem (1 warning) [WARNING]: /tmp/CoreScoutTestingUtils-projectDir2751121675908019907/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/consumer/ErrorResponse.java:[15] public class ErrorResponse ^^^^^^^^^^^^^ The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long 2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor] 3. WARNING: Annotation processing: Generate entry point for endpoint interface 'test.provider.empty.ITestEmptyPortType' [entryPoint=test.provider.empty.TestEmptyWebServiceEntryPoint, wsdl:portType=TestEmptyPortType, wsdl:service=TestEmptyWebService, wsdl:port=TestEmptyPort] [processor=JaxWsAnnotationProcessor] 4. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.WsProviderCorrelationIdHandler, handlerDelegate=test.provider.empty.TestEmptyWebServiceEntryPoint_WsProviderCorrelationIdHandler, portTypeDefinition=test.provider.empty.ITestEmptyWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.ITestEmptyPortType] [processor=JaxWsAnnotationProcessor] 5. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.LogHandler, handlerDelegate=test.provider.empty.TestEmptyWebServiceEntryPoint_LogHandler, portTypeDefinition=test.provider.empty.ITestEmptyWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.ITestEmptyPortType] [processor=JaxWsAnnotationProcessor] 6. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.empty.TestEmptyWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.empty.ITestEmptyWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.ITestEmptyPortType] [processor=JaxWsAnnotationProcessor] 7. WARNING: Annotation processing: Generate handler chain XML-file [file=TestEmptyWebServiceEntryPoint_handler-chain.xml, portTypeDefinition=test.provider.empty.ITestEmptyWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.ITestEmptyPortType] [processor=JaxWsAnnotationProcessor] 8. WARNING: Annotation processing: Entry point successfully generated. [entryPoint=test.provider.empty.TestEmptyWebServiceEntryPoint, endpointInterface=test.provider.empty.ITestEmptyPortType, entryPointDefinition=test.provider.empty.ITestEmptyWebServiceEntryPointDefinition] [processor=JaxWsAnnotationProcessor] 9. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.IScoutQueryInterface2PortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor] 10. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor] 11. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor] 11 problems (11 warnings) [WARNING]: /tmp/CoreScoutTestingUtils-projectDir2751121675908019907/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[5] import org.eclipse.scout.rt.shared.ISession; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.scout.rt.shared.ISession is never used [WARNING]: /tmp/CoreScoutTestingUtils-projectDir2751121675908019907/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[7] import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService is never used 2 problems (2 warnings) [WARNING]: /tmp/CoreScoutTestingUtils-projectDir2751121675908019907/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/consumer/ErrorResponse.java:[15] public class ErrorResponse ^^^^^^^^^^^^^ The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long 2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor] 3. WARNING: Annotation processing: Generate entry point for endpoint interface 'test.provider.empty.ITestEmptyPortType' [entryPoint=test.provider.empty.TestEmptyWebServiceEntryPoint, wsdl:portType=TestEmptyPortType, wsdl:service=TestEmptyWebService, wsdl:port=TestEmptyPort] [processor=JaxWsAnnotationProcessor] 4. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.WsProviderCorrelationIdHandler, handlerDelegate=test.provider.empty.TestEmptyWebServiceEntryPoint_WsProviderCorrelationIdHandler, portTypeDefinition=test.provider.empty.ITestEmptyWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.ITestEmptyPortType] [processor=JaxWsAnnotationProcessor] 5. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.LogHandler, handlerDelegate=test.provider.empty.TestEmptyWebServiceEntryPoint_LogHandler, portTypeDefinition=test.provider.empty.ITestEmptyWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.ITestEmptyPortType] [processor=JaxWsAnnotationProcessor] 6. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.empty.TestEmptyWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.empty.ITestEmptyWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.ITestEmptyPortType] [processor=JaxWsAnnotationProcessor] 7. WARNING: Annotation processing: Generate handler chain XML-file [file=TestEmptyWebServiceEntryPoint_handler-chain.xml, portTypeDefinition=test.provider.empty.ITestEmptyWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.ITestEmptyPortType] [processor=JaxWsAnnotationProcessor] 8. WARNING: Annotation processing: Entry point successfully generated. [entryPoint=test.provider.empty.TestEmptyWebServiceEntryPoint, endpointInterface=test.provider.empty.ITestEmptyPortType, entryPointDefinition=test.provider.empty.ITestEmptyWebServiceEntryPointDefinition] [processor=JaxWsAnnotationProcessor] 9. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.IScoutQueryInterface2PortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor] 10. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor] 11. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor] 11 problems (11 warnings) [WARNING]: /tmp/CoreScoutTestingUtils-projectDir2751121675908019907/artifact/artifact.client/src/main/java/group/artifact/client/ClientSession.java:[4] import org.eclipse.scout.rt.client.IClientSession; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.scout.rt.client.IClientSession is never used 1 problem (1 warning) [WARNING]: /tmp/CoreScoutTestingUtils-projectDir2751121675908019907/artifact/artifact.client/src/test/java/group/artifact/client/helloworld/HelloWorldFormTest.java:[8] import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField is never used 1 problem (1 warning) [WARNING]: /tmp/CoreScoutTestingUtils-projectDir2751121675908019907/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/consumer/ErrorResponse.java:[15] public class ErrorResponse ^^^^^^^^^^^^^ The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long 2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor] 3. WARNING: Annotation processing: Generate entry point for endpoint interface 'test.provider.empty.ITestEmptyPortType' [entryPoint=test.provider.empty.TestEmptyWebServiceEntryPoint, wsdl:portType=TestEmptyPortType, wsdl:service=TestEmptyWebService, wsdl:port=TestEmptyPort] [processor=JaxWsAnnotationProcessor] 4. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.WsProviderCorrelationIdHandler, handlerDelegate=test.provider.empty.TestEmptyWebServiceEntryPoint_WsProviderCorrelationIdHandler, portTypeDefinition=test.provider.empty.ITestEmptyWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.ITestEmptyPortType] [processor=JaxWsAnnotationProcessor] 5. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.LogHandler, handlerDelegate=test.provider.empty.TestEmptyWebServiceEntryPoint_LogHandler, portTypeDefinition=test.provider.empty.ITestEmptyWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.ITestEmptyPortType] [processor=JaxWsAnnotationProcessor] 6. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.empty.TestEmptyWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.empty.ITestEmptyWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.ITestEmptyPortType] [processor=JaxWsAnnotationProcessor] 7. WARNING: Annotation processing: Generate handler chain XML-file [file=TestEmptyWebServiceEntryPoint_handler-chain.xml, portTypeDefinition=test.provider.empty.ITestEmptyWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.ITestEmptyPortType] [processor=JaxWsAnnotationProcessor] 8. WARNING: Annotation processing: Entry point successfully generated. [entryPoint=test.provider.empty.TestEmptyWebServiceEntryPoint, endpointInterface=test.provider.empty.ITestEmptyPortType, entryPointDefinition=test.provider.empty.ITestEmptyWebServiceEntryPointDefinition] [processor=JaxWsAnnotationProcessor] 9. WARNING: Annotation processing: Generate entry point for endpoint interface 'test.provider.multiservice.ISecondWebServiceTwoPortType' [entryPoint=test.provider.multiservice.SecondWebServiceTwoWebServiceEntryPoint, wsdl:portType=SecondWebServiceTwoPortType, wsdl:service=SecondWebService, wsdl:port=SecondWebServiceTwoPort] [processor=JaxWsAnnotationProcessor] 10. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.WsProviderCorrelationIdHandler, handlerDelegate=test.provider.multiservice.SecondWebServiceTwoWebServiceEntryPoint_WsProviderCorrelationIdHandler, portTypeDefinition=test.provider.multiservice.ISecondWebServiceTwoWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.ISecondWebServiceTwoPortType] [processor=JaxWsAnnotationProcessor] 11. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.LogHandler, handlerDelegate=test.provider.multiservice.SecondWebServiceTwoWebServiceEntryPoint_LogHandler, portTypeDefinition=test.provider.multiservice.ISecondWebServiceTwoWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.ISecondWebServiceTwoPortType] [processor=JaxWsAnnotationProcessor] 12. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multiservice.SecondWebServiceTwoWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multiservice.ISecondWebServiceTwoWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.ISecondWebServiceTwoPortType] [processor=JaxWsAnnotationProcessor] 13. WARNING: Annotation processing: Generate handler chain XML-file [file=SecondWebServiceTwoWebServiceEntryPoint_handler-chain.xml, portTypeDefinition=test.provider.multiservice.ISecondWebServiceTwoWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.ISecondWebServiceTwoPortType] [processor=JaxWsAnnotationProcessor] 14. WARNING: Annotation processing: Entry point successfully generated. [entryPoint=test.provider.multiservice.SecondWebServiceTwoWebServiceEntryPoint, endpointInterface=test.provider.multiservice.ISecondWebServiceTwoPortType, entryPointDefinition=test.provider.multiservice.ISecondWebServiceTwoWebServiceEntryPointDefinition] [processor=JaxWsAnnotationProcessor] 15. WARNING: Annotation processing: Generate entry point for endpoint interface 'test.provider.multiservice.IFirstWebServiceTwoPortType' [entryPoint=test.provider.multiservice.FirstWebServiceTwoWebServiceEntryPoint, wsdl:portType=FirstWebServiceTwoPortType, wsdl:service=FirstWebService, wsdl:port=FirstWebServiceTwoPort] [processor=JaxWsAnnotationProcessor] 16. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.WsProviderCorrelationIdHandler, handlerDelegate=test.provider.multiservice.FirstWebServiceTwoWebServiceEntryPoint_WsProviderCorrelationIdHandler, portTypeDefinition=test.provider.multiservice.IFirstWebServiceTwoWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.IFirstWebServiceTwoPortType] [processor=JaxWsAnnotationProcessor] 17. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.LogHandler, handlerDelegate=test.provider.multiservice.FirstWebServiceTwoWebServiceEntryPoint_LogHandler, portTypeDefinition=test.provider.multiservice.IFirstWebServiceTwoWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.IFirstWebServiceTwoPortType] [processor=JaxWsAnnotationProcessor] 18. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multiservice.FirstWebServiceTwoWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multiservice.IFirstWebServiceTwoWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.IFirstWebServiceTwoPortType] [processor=JaxWsAnnotationProcessor] 19. WARNING: Annotation processing: Generate handler chain XML-file [file=FirstWebServiceTwoWebServiceEntryPoint_handler-chain.xml, portTypeDefinition=test.provider.multiservice.IFirstWebServiceTwoWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.IFirstWebServiceTwoPortType] [processor=JaxWsAnnotationProcessor] 20. WARNING: Annotation processing: Entry point successfully generated. [entryPoint=test.provider.multiservice.FirstWebServiceTwoWebServiceEntryPoint, endpointInterface=test.provider.multiservice.IFirstWebServiceTwoPortType, entryPointDefinition=test.provider.multiservice.IFirstWebServiceTwoWebServiceEntryPointDefinition] [processor=JaxWsAnnotationProcessor] 21. WARNING: Annotation processing: Generate entry point for endpoint interface 'test.provider.multiservice.ISecondWebServiceOnePortType' [entryPoint=test.provider.multiservice.SecondWebServiceOneWebServiceEntryPoint, wsdl:portType=SecondWebServiceOnePortType, wsdl:service=SecondWebService, wsdl:port=SecondWebServiceOnePort] [processor=JaxWsAnnotationProcessor] 22. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.WsProviderCorrelationIdHandler, handlerDelegate=test.provider.multiservice.SecondWebServiceOneWebServiceEntryPoint_WsProviderCorrelationIdHandler, portTypeDefinition=test.provider.multiservice.ISecondWebServiceOneWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.ISecondWebServiceOnePortType] [processor=JaxWsAnnotationProcessor] 23. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.LogHandler, handlerDelegate=test.provider.multiservice.SecondWebServiceOneWebServiceEntryPoint_LogHandler, portTypeDefinition=test.provider.multiservice.ISecondWebServiceOneWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.ISecondWebServiceOnePortType] [processor=JaxWsAnnotationProcessor] 24. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multiservice.SecondWebServiceOneWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multiservice.ISecondWebServiceOneWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.ISecondWebServiceOnePortType] [processor=JaxWsAnnotationProcessor] 25. WARNING: Annotation processing: Generate handler chain XML-file [file=SecondWebServiceOneWebServiceEntryPoint_handler-chain.xml, portTypeDefinition=test.provider.multiservice.ISecondWebServiceOneWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.ISecondWebServiceOnePortType] [processor=JaxWsAnnotationProcessor] 26. WARNING: Annotation processing: Entry point successfully generated. [entryPoint=test.provider.multiservice.SecondWebServiceOneWebServiceEntryPoint, endpointInterface=test.provider.multiservice.ISecondWebServiceOnePortType, entryPointDefinition=test.provider.multiservice.ISecondWebServiceOneWebServiceEntryPointDefinition] [processor=JaxWsAnnotationProcessor] 27. WARNING: Annotation processing: Generate entry point for endpoint interface 'test.provider.multiservice.IFirstWebServiceOnePortType' [entryPoint=test.provider.multiservice.FirstWebServiceOneWebServiceEntryPoint, wsdl:portType=FirstWebServiceOnePortType, wsdl:service=FirstWebService, wsdl:port=FirstWebServiceOnePort] [processor=JaxWsAnnotationProcessor] 28. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.WsProviderCorrelationIdHandler, handlerDelegate=test.provider.multiservice.FirstWebServiceOneWebServiceEntryPoint_WsProviderCorrelationIdHandler, portTypeDefinition=test.provider.multiservice.IFirstWebServiceOneWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.IFirstWebServiceOnePortType] [processor=JaxWsAnnotationProcessor] 29. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.LogHandler, handlerDelegate=test.provider.multiservice.FirstWebServiceOneWebServiceEntryPoint_LogHandler, portTypeDefinition=test.provider.multiservice.IFirstWebServiceOneWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.IFirstWebServiceOnePortType] [processor=JaxWsAnnotationProcessor] 30. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multiservice.FirstWebServiceOneWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multiservice.IFirstWebServiceOneWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.IFirstWebServiceOnePortType] [processor=JaxWsAnnotationProcessor] 31. WARNING: Annotation processing: Generate handler chain XML-file [file=FirstWebServiceOneWebServiceEntryPoint_handler-chain.xml, portTypeDefinition=test.provider.multiservice.IFirstWebServiceOneWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.IFirstWebServiceOnePortType] [processor=JaxWsAnnotationProcessor] 32. WARNING: Annotation processing: Entry point successfully generated. [entryPoint=test.provider.multiservice.FirstWebServiceOneWebServiceEntryPoint, endpointInterface=test.provider.multiservice.IFirstWebServiceOnePortType, entryPointDefinition=test.provider.multiservice.IFirstWebServiceOneWebServiceEntryPointDefinition] [processor=JaxWsAnnotationProcessor] 33. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.IScoutQueryInterface2PortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor] 34. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor] 35. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor] 35 problems (35 warnings) [WARNING]: /tmp/CoreScoutTestingUtils-projectDir2751121675908019907/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[5] import org.eclipse.scout.rt.shared.ISession; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.scout.rt.shared.ISession is never used [WARNING]: /tmp/CoreScoutTestingUtils-projectDir2751121675908019907/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[7] import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService is never used 2 problems (2 warnings) [WARNING]: /tmp/CoreScoutTestingUtils-projectDir2751121675908019907/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/consumer/ErrorResponse.java:[15] public class ErrorResponse ^^^^^^^^^^^^^ The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long 2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor] 3. WARNING: Annotation processing: Generate entry point for endpoint interface 'test.provider.empty.ITestEmptyPortType' [entryPoint=test.provider.empty.TestEmptyWebServiceEntryPoint, wsdl:portType=TestEmptyPortType, wsdl:service=TestEmptyWebService, wsdl:port=TestEmptyPort] [processor=JaxWsAnnotationProcessor] 4. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.WsProviderCorrelationIdHandler, handlerDelegate=test.provider.empty.TestEmptyWebServiceEntryPoint_WsProviderCorrelationIdHandler, portTypeDefinition=test.provider.empty.ITestEmptyWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.ITestEmptyPortType] [processor=JaxWsAnnotationProcessor] 5. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.LogHandler, handlerDelegate=test.provider.empty.TestEmptyWebServiceEntryPoint_LogHandler, portTypeDefinition=test.provider.empty.ITestEmptyWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.ITestEmptyPortType] [processor=JaxWsAnnotationProcessor] 6. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.empty.TestEmptyWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.empty.ITestEmptyWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.ITestEmptyPortType] [processor=JaxWsAnnotationProcessor] 7. WARNING: Annotation processing: Generate handler chain XML-file [file=TestEmptyWebServiceEntryPoint_handler-chain.xml, portTypeDefinition=test.provider.empty.ITestEmptyWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.ITestEmptyPortType] [processor=JaxWsAnnotationProcessor] 8. WARNING: Annotation processing: Entry point successfully generated. [entryPoint=test.provider.empty.TestEmptyWebServiceEntryPoint, endpointInterface=test.provider.empty.ITestEmptyPortType, entryPointDefinition=test.provider.empty.ITestEmptyWebServiceEntryPointDefinition] [processor=JaxWsAnnotationProcessor] 9. WARNING: Annotation processing: Generate entry point for endpoint interface 'test.provider.multiservice.ISecondWebServiceTwoPortType' [entryPoint=test.provider.multiservice.SecondWebServiceTwoWebServiceEntryPoint, wsdl:portType=SecondWebServiceTwoPortType, wsdl:service=SecondWebService, wsdl:port=SecondWebServiceTwoPort] [processor=JaxWsAnnotationProcessor] 10. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.WsProviderCorrelationIdHandler, handlerDelegate=test.provider.multiservice.SecondWebServiceTwoWebServiceEntryPoint_WsProviderCorrelationIdHandler, portTypeDefinition=test.provider.multiservice.ISecondWebServiceTwoWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.ISecondWebServiceTwoPortType] [processor=JaxWsAnnotationProcessor] 11. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.LogHandler, handlerDelegate=test.provider.multiservice.SecondWebServiceTwoWebServiceEntryPoint_LogHandler, portTypeDefinition=test.provider.multiservice.ISecondWebServiceTwoWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.ISecondWebServiceTwoPortType] [processor=JaxWsAnnotationProcessor] 12. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multiservice.SecondWebServiceTwoWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multiservice.ISecondWebServiceTwoWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.ISecondWebServiceTwoPortType] [processor=JaxWsAnnotationProcessor] 13. WARNING: Annotation processing: Generate handler chain XML-file [file=SecondWebServiceTwoWebServiceEntryPoint_handler-chain.xml, portTypeDefinition=test.provider.multiservice.ISecondWebServiceTwoWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.ISecondWebServiceTwoPortType] [processor=JaxWsAnnotationProcessor] 14. WARNING: Annotation processing: Entry point successfully generated. [entryPoint=test.provider.multiservice.SecondWebServiceTwoWebServiceEntryPoint, endpointInterface=test.provider.multiservice.ISecondWebServiceTwoPortType, entryPointDefinition=test.provider.multiservice.ISecondWebServiceTwoWebServiceEntryPointDefinition] [processor=JaxWsAnnotationProcessor] 15. WARNING: Annotation processing: Generate entry point for endpoint interface 'test.provider.multiservice.IFirstWebServiceTwoPortType' [entryPoint=test.provider.multiservice.FirstWebServiceTwoWebServiceEntryPoint, wsdl:portType=FirstWebServiceTwoPortType, wsdl:service=FirstWebService, wsdl:port=FirstWebServiceTwoPort] [processor=JaxWsAnnotationProcessor] 16. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.WsProviderCorrelationIdHandler, handlerDelegate=test.provider.multiservice.FirstWebServiceTwoWebServiceEntryPoint_WsProviderCorrelationIdHandler, portTypeDefinition=test.provider.multiservice.IFirstWebServiceTwoWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.IFirstWebServiceTwoPortType] [processor=JaxWsAnnotationProcessor] 17. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.LogHandler, handlerDelegate=test.provider.multiservice.FirstWebServiceTwoWebServiceEntryPoint_LogHandler, portTypeDefinition=test.provider.multiservice.IFirstWebServiceTwoWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.IFirstWebServiceTwoPortType] [processor=JaxWsAnnotationProcessor] 18. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multiservice.FirstWebServiceTwoWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multiservice.IFirstWebServiceTwoWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.IFirstWebServiceTwoPortType] [processor=JaxWsAnnotationProcessor] 19. WARNING: Annotation processing: Generate handler chain XML-file [file=FirstWebServiceTwoWebServiceEntryPoint_handler-chain.xml, portTypeDefinition=test.provider.multiservice.IFirstWebServiceTwoWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.IFirstWebServiceTwoPortType] [processor=JaxWsAnnotationProcessor] 20. WARNING: Annotation processing: Entry point successfully generated. [entryPoint=test.provider.multiservice.FirstWebServiceTwoWebServiceEntryPoint, endpointInterface=test.provider.multiservice.IFirstWebServiceTwoPortType, entryPointDefinition=test.provider.multiservice.IFirstWebServiceTwoWebServiceEntryPointDefinition] [processor=JaxWsAnnotationProcessor] 21. WARNING: Annotation processing: Generate entry point for endpoint interface 'test.provider.multiservice.ISecondWebServiceOnePortType' [entryPoint=test.provider.multiservice.SecondWebServiceOneWebServiceEntryPoint, wsdl:portType=SecondWebServiceOnePortType, wsdl:service=SecondWebService, wsdl:port=SecondWebServiceOnePort] [processor=JaxWsAnnotationProcessor] 22. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.WsProviderCorrelationIdHandler, handlerDelegate=test.provider.multiservice.SecondWebServiceOneWebServiceEntryPoint_WsProviderCorrelationIdHandler, portTypeDefinition=test.provider.multiservice.ISecondWebServiceOneWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.ISecondWebServiceOnePortType] [processor=JaxWsAnnotationProcessor] 23. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.LogHandler, handlerDelegate=test.provider.multiservice.SecondWebServiceOneWebServiceEntryPoint_LogHandler, portTypeDefinition=test.provider.multiservice.ISecondWebServiceOneWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.ISecondWebServiceOnePortType] [processor=JaxWsAnnotationProcessor] 24. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multiservice.SecondWebServiceOneWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multiservice.ISecondWebServiceOneWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.ISecondWebServiceOnePortType] [processor=JaxWsAnnotationProcessor] 25. WARNING: Annotation processing: Generate handler chain XML-file [file=SecondWebServiceOneWebServiceEntryPoint_handler-chain.xml, portTypeDefinition=test.provider.multiservice.ISecondWebServiceOneWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.ISecondWebServiceOnePortType] [processor=JaxWsAnnotationProcessor] 26. WARNING: Annotation processing: Entry point successfully generated. [entryPoint=test.provider.multiservice.SecondWebServiceOneWebServiceEntryPoint, endpointInterface=test.provider.multiservice.ISecondWebServiceOnePortType, entryPointDefinition=test.provider.multiservice.ISecondWebServiceOneWebServiceEntryPointDefinition] [processor=JaxWsAnnotationProcessor] 27. WARNING: Annotation processing: Generate entry point for endpoint interface 'test.provider.multiservice.IFirstWebServiceOnePortType' [entryPoint=test.provider.multiservice.FirstWebServiceOneWebServiceEntryPoint, wsdl:portType=FirstWebServiceOnePortType, wsdl:service=FirstWebService, wsdl:port=FirstWebServiceOnePort] [processor=JaxWsAnnotationProcessor] 28. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.WsProviderCorrelationIdHandler, handlerDelegate=test.provider.multiservice.FirstWebServiceOneWebServiceEntryPoint_WsProviderCorrelationIdHandler, portTypeDefinition=test.provider.multiservice.IFirstWebServiceOneWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.IFirstWebServiceOnePortType] [processor=JaxWsAnnotationProcessor] 29. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.LogHandler, handlerDelegate=test.provider.multiservice.FirstWebServiceOneWebServiceEntryPoint_LogHandler, portTypeDefinition=test.provider.multiservice.IFirstWebServiceOneWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.IFirstWebServiceOnePortType] [processor=JaxWsAnnotationProcessor] 30. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multiservice.FirstWebServiceOneWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multiservice.IFirstWebServiceOneWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.IFirstWebServiceOnePortType] [processor=JaxWsAnnotationProcessor] 31. WARNING: Annotation processing: Generate handler chain XML-file [file=FirstWebServiceOneWebServiceEntryPoint_handler-chain.xml, portTypeDefinition=test.provider.multiservice.IFirstWebServiceOneWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.IFirstWebServiceOnePortType] [processor=JaxWsAnnotationProcessor] 32. WARNING: Annotation processing: Entry point successfully generated. [entryPoint=test.provider.multiservice.FirstWebServiceOneWebServiceEntryPoint, endpointInterface=test.provider.multiservice.IFirstWebServiceOnePortType, entryPointDefinition=test.provider.multiservice.IFirstWebServiceOneWebServiceEntryPointDefinition] [processor=JaxWsAnnotationProcessor] 33. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.IScoutQueryInterface2PortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor] 34. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor] 35. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor] 35 problems (35 warnings) [WARNING]: /tmp/CoreScoutTestingUtils-projectDir2751121675908019907/artifact/artifact.client/src/main/java/group/artifact/client/ClientSession.java:[4] import org.eclipse.scout.rt.client.IClientSession; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.scout.rt.client.IClientSession is never used 1 problem (1 warning) [WARNING]: /tmp/CoreScoutTestingUtils-projectDir2751121675908019907/artifact/artifact.client/src/test/java/group/artifact/client/helloworld/HelloWorldFormTest.java:[8] import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField is never used 1 problem (1 warning) [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 191.632 s - in org.eclipse.scout.sdk.s2e.operation.jaxws.WebServiceNewOperationTest [INFO] Running org.eclipse.scout.sdk.s2e.operation.form.FormNewOperationTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.543 s - in org.eclipse.scout.sdk.s2e.operation.form.FormNewOperationTest [INFO] Running org.eclipse.scout.sdk.s2e.operation.codetype.CodeTypeNewOperationTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.168 s - in org.eclipse.scout.sdk.s2e.operation.codetype.CodeTypeNewOperationTest [INFO] Running org.eclipse.scout.sdk.s2e.job.ResourceBlockingOperationJobTest [WARNING]: operation 'org.eclipse.scout.sdk.s2e.operation.IOperation$MockitoMock$527544795' does not have a name. [WARNING]: operation 'org.eclipse.scout.sdk.s2e.operation.IOperation$MockitoMock$527544795' does not have a name. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 s - in org.eclipse.scout.sdk.s2e.job.ResourceBlockingOperationJobTest [INFO] [INFO] Results: [INFO] [ERROR] Errors: [ERROR] WebServiceUpdateOperationTest.testUpdateWebServiceConsumer:62 » Sdk java.io.IO... [ERROR] WebServiceUpdateOperationTest.testUpdateWebServiceProvider:114 » Sdk java.io.I... [INFO] [ERROR] Tests run: 53, Failures: 0, Errors: 2, Skipped: 0 [INFO] [ERROR] There are test failures. Please refer to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/surefire-reports for the individual test results. Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream. [INFO] [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ org.eclipse.scout.sdk.s2e.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-9.0.0-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.s2e.test --- [INFO] Skipping because packaging 'jar' is not pom. [INFO] [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-9.0.0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-9.0.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.s2e.test --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.s2e.test --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-9.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e.test --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.test/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.test-9.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/pom.xml to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.test/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.test-9.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-9.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.test/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.test-9.0.0-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-9.0.0-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.test/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.test-9.0.0-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-9.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.test/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.test-9.0.0-SNAPSHOT-sources.jar [INFO] [INFO] ------< org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.doc >------- [INFO] Building org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.doc 9.0.0-SNAPSHOT [11/14] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/../org.eclipse.scout.sdk/target/jacoco-all.exec [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 63 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] No tests to run. [INFO] [INFO] --- maven-bundle-plugin:4.1.0:bundle (default-bundle) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] Skipping because packaging 'bundle' is not pom. [INFO] [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-9.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.doc/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.doc-9.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/pom.xml to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.doc/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.doc-9.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-9.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.doc/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.doc-9.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:4.1.0:install (default-install) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] Local OBR update disabled (enable with -DobrRepository) [INFO] [INFO] ------< org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.nls >------- [INFO] Building org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.nls 9.0.0-SNAPSHOT [12/14] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.s2e.nls --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e.nls --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.sdk.s2e.nls --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.nls --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/../org.eclipse.scout.sdk/target/jacoco-all.exec [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.nls --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.nls --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.s2e.nls --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/src/main/resources [INFO] Copying 18 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.s2e.nls --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 97 source files to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.nls --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.nls --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.s2e.nls --- [INFO] No tests to run. [INFO] [INFO] --- maven-bundle-plugin:4.1.0:bundle (default-bundle) @ org.eclipse.scout.sdk.s2e.nls --- [INFO] [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.s2e.nls --- [INFO] Skipping because packaging 'bundle' is not pom. [INFO] [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.nls --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.nls --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.s2e.nls --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.s2e.nls --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e.nls --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/target/org.eclipse.scout.sdk.s2e.nls-9.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e.nls --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/target/org.eclipse.scout.sdk.s2e.nls-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.nls/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.nls-9.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/pom.xml to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.nls/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.nls-9.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/target/org.eclipse.scout.sdk.s2e.nls-9.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.nls/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.nls-9.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:4.1.0:install (default-install) @ org.eclipse.scout.sdk.s2e.nls --- [INFO] Local OBR update disabled (enable with -DobrRepository) [INFO] [INFO] -------< org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.ui >------- [INFO] Building org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.ui 9.0.0-SNAPSHOT [13/14] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/../org.eclipse.scout.sdk/target/jacoco-all.exec [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/src/main/resources [INFO] Copying 41 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 133 source files to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] No tests to run. [INFO] [INFO] --- maven-bundle-plugin:4.1.0:bundle (default-bundle) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] Skipping because packaging 'bundle' is not pom. [INFO] [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-9.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.ui/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.ui-9.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/pom.xml to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.ui/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.ui-9.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-9.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.ui/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.ui-9.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:4.1.0:install (default-install) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] Local OBR update disabled (enable with -DobrRepository) [INFO] [INFO] --------< org.eclipse.scout.sdk:org.eclipse.scout.sdk-settings >-------- [INFO] Building org.eclipse.scout.sdk-settings 9.0.0-SNAPSHOT [14/14] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk-settings --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk-settings --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.sdk-settings --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk-settings --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk-settings/../org.eclipse.scout.sdk/target/jacoco-all.exec [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk-settings --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk-settings --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk-settings --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 7 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk-settings --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk-settings --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk-settings/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk-settings --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk-settings --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ org.eclipse.scout.sdk-settings --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk-settings/target/org.eclipse.scout.sdk-settings-9.0.0-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk-settings --- [INFO] Skipping because packaging 'jar' is not pom. [INFO] [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk-settings --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk-settings --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk-settings --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk-settings --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk-settings --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk-settings --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk-settings/target/org.eclipse.scout.sdk-settings-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-settings/9.0.0-SNAPSHOT/org.eclipse.scout.sdk-settings-9.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk-settings/pom.xml to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-settings/9.0.0-SNAPSHOT/org.eclipse.scout.sdk-settings-9.0.0-SNAPSHOT.pom [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Eclipse Scout SDK 9.0.0-SNAPSHOT: [INFO] [INFO] Scout Hello World Sample Application ............... SUCCESS [ 17.168 s] [INFO] Scout JaxWs Module ................................. SUCCESS [ 0.603 s] [INFO] ScoutJS Sample Application ......................... SUCCESS [ 0.872 s] [INFO] Eclipse Scout SDK .................................. SUCCESS [ 0.773 s] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core ... SUCCESS [ 4.442 s] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.test SUCCESS [ 6.116 s] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s . SUCCESS [ 3.011 s] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s.test SUCCESS [01:12 min] [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e SUCCESS [ 7.008 s] [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.test SUCCESS [03:56 min] [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.doc SUCCESS [ 1.014 s] [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.nls SUCCESS [ 7.252 s] [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.ui SUCCESS [ 3.185 s] [INFO] org.eclipse.scout.sdk-settings ..................... SUCCESS [ 0.632 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 06:07 min [INFO] Finished at: 2022-01-03T23:43:17Z [INFO] ------------------------------------------------------------------------ [scout-integration-9.0-SDK-nightly] $ /opt/tools/apache-maven/latest/bin/mvn -f org.eclipse.scout.sdk/pom.xml -Dremote_branch=origin/releases/9.0.x -Dis_tag=false -Dtag_or_branch=origin/releases/9.0.x -Dmaster_unitTest_skip=true -Dmaven.repo.local=/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository -Dgpg.skip=true deploy -Peclipse-sign -Dmaster_sanityCheck_skip=true -B -Dmaster_plugin_jarsigner_version=1.3.2 Apache Maven 3.8.3 (ff8e977a158738155dc465c6a97ffaf31982d739) Maven home: /opt/tools/apache-maven/latest Java version: 11.0.13, vendor: International Business Machines Corporation, runtime: /opt/java/openjdk Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.12.7-300.fc34.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.scout.sdk:org.eclipse.scout.sdk.core:jar:9.0.0-SNAPSHOT [WARNING] 'dependencyManagement.dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.eclipse.platform:org.eclipse.core.databinding:jar -> duplicate declaration of version ${org.eclipse.core.databinding} @ org.eclipse.scout.sdk:org.eclipse.scout.sdk:9.0.0-SNAPSHOT, /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk/pom.xml, line 907, column 19 [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.scout.sdk:org.eclipse.scout.sdk:pom:9.0.0-SNAPSHOT [WARNING] 'dependencyManagement.dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.eclipse.platform:org.eclipse.core.databinding:jar -> duplicate declaration of version ${org.eclipse.core.databinding} @ line 907, column 19 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Scout Hello World Sample Application [maven-archetype] [INFO] Scout JaxWs Module [maven-archetype] [INFO] ScoutJS Sample Application [maven-archetype] [INFO] Eclipse Scout SDK [pom] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core [jar] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.test [jar] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s [jar] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s.test [jar] [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e [bundle] [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.test [jar] [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.doc [bundle] [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.nls [bundle] [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.ui [bundle] [INFO] org.eclipse.scout.sdk-settings [jar] [INFO] [INFO] ---------< org.eclipse.scout.archetypes:scout-helloworld-app >---------- [INFO] Building Scout Hello World Sample Application 9.0.0-SNAPSHOT [1/14] [INFO] --------------------------[ maven-archetype ]--------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ scout-helloworld-app --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ scout-helloworld-app --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ scout-helloworld-app --- [WARNING] The artifact xml-apis:xml-apis:jar:2.0.2 has been relocated to xml-apis:xml-apis:jar:1.0.b2 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-helloworld-app/../target/jacoco-all.exec [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ scout-helloworld-app --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ scout-helloworld-app --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ scout-helloworld-app --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 105 resources [INFO] Copying 2 resources [INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ scout-helloworld-app --- [INFO] Generating flattened POM of project org.eclipse.scout.archetypes:scout-helloworld-app:maven-archetype:9.0.0-SNAPSHOT... [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ scout-helloworld-app --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-archetype-plugin:3.0.1:jar (default-jar) @ scout-helloworld-app --- [INFO] Building archetype jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-helloworld-app/target/scout-helloworld-app-9.0.0-SNAPSHOT [INFO] [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ scout-helloworld-app --- [INFO] Skipping because packaging 'maven-archetype' is not pom. [INFO] [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ scout-helloworld-app --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-helloworld-app/target/scout-helloworld-app-9.0.0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ scout-helloworld-app --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-archetype-plugin:3.0.1:integration-test (default-integration-test) @ scout-helloworld-app --- [INFO] Processing Archetype IT project: basic [INFO] ---------------------------------------------------------------------------- [INFO] Using following parameters for creating project from Archetype: scout-helloworld-app:9.0.0-SNAPSHOT [INFO] ---------------------------------------------------------------------------- [INFO] Parameter: groupId, Value: org.eclipse.scout.apps [INFO] Parameter: artifactId, Value: helloworld [INFO] Parameter: version, Value: 1.0.0-SNAPSHOT [INFO] Parameter: package, Value: org.eclipse.scout.apps.helloworld [INFO] Parameter: packageInPathFormat, Value: org/eclipse/scout/apps/helloworld [INFO] Parameter: package, Value: org.eclipse.scout.apps.helloworld [INFO] Parameter: displayName, Value: My Application [INFO] Parameter: javaVersion, Value: 1.8 [INFO] Parameter: groupId, Value: org.eclipse.scout.apps [INFO] Parameter: scoutAuthPrivateKeyDev, Value: TODO (use org.eclipse.scout.rt.platform.security.SecurityUtility.generateKeyPair()) [INFO] Parameter: scoutAuthPrivateKey, Value: TODO (use org.eclipse.scout.rt.platform.security.SecurityUtility.generateKeyPair()) [INFO] Parameter: artifactId, Value: helloworld [INFO] Parameter: scoutAuthPublicKey, Value: TODO (use org.eclipse.scout.rt.platform.security.SecurityUtility.generateKeyPair()) [INFO] Parameter: scoutAuthPublicKeyDev, Value: TODO (use org.eclipse.scout.rt.platform.security.SecurityUtility.generateKeyPair()) [INFO] Parameter: userName, Value: Scout Robot [INFO] Parameter: version, Value: 1.0.0-SNAPSHOT WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.dom4j.io.SAXContentHandler (file:/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar) to method com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy.getEncoding() WARNING: Please consider reporting this to the maintainers of org.dom4j.io.SAXContentHandler WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld/pom.xml [WARNING] Don't override file /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.shared/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.server/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.client/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.server.app.war/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.server.app.dev/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.ui.html/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.ui.html.app.war/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.ui.html.app.dev/pom.xml [INFO] Project created from Archetype in dir: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld [INFO] [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ scout-helloworld-app --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ scout-helloworld-app --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ scout-helloworld-app --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ scout-helloworld-app --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ scout-helloworld-app --- [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-helloworld-app/target/scout-helloworld-app-9.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-helloworld-app/target/scout-helloworld-app-9.0.0-SNAPSHOT-tests.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ scout-helloworld-app --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ scout-helloworld-app --- [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ scout-helloworld-app --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ scout-helloworld-app --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-helloworld-app/target/scout-helloworld-app-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/archetypes/scout-helloworld-app/9.0.0-SNAPSHOT/scout-helloworld-app-9.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-helloworld-app/.flattened-pom.xml to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/archetypes/scout-helloworld-app/9.0.0-SNAPSHOT/scout-helloworld-app-9.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-helloworld-app/target/scout-helloworld-app-9.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/archetypes/scout-helloworld-app/9.0.0-SNAPSHOT/scout-helloworld-app-9.0.0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-archetype-plugin:3.0.1:update-local-catalog (default-update-local-catalog) @ scout-helloworld-app --- [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ scout-helloworld-app --- [INFO] Deploying org.eclipse.scout.archetypes:scout-helloworld-app:9.0.0-SNAPSHOT at end [INFO] [INFO] ----------< org.eclipse.scout.archetypes:scout-jaxws-module >----------- [INFO] Building Scout JaxWs Module 9.0.0-SNAPSHOT [2/14] [INFO] --------------------------[ maven-archetype ]--------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ scout-jaxws-module --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ scout-jaxws-module --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ scout-jaxws-module --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-jaxws-module/../target/jacoco-all.exec [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ scout-jaxws-module --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ scout-jaxws-module --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ scout-jaxws-module --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 7 resources [INFO] Copying 2 resources [INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ scout-jaxws-module --- [INFO] Generating flattened POM of project org.eclipse.scout.archetypes:scout-jaxws-module:maven-archetype:9.0.0-SNAPSHOT... [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ scout-jaxws-module --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-archetype-plugin:3.0.1:jar (default-jar) @ scout-jaxws-module --- [INFO] Building archetype jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-jaxws-module/target/scout-jaxws-module-9.0.0-SNAPSHOT [INFO] [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ scout-jaxws-module --- [INFO] Skipping because packaging 'maven-archetype' is not pom. [INFO] [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ scout-jaxws-module --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-jaxws-module/target/scout-jaxws-module-9.0.0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ scout-jaxws-module --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-archetype-plugin:3.0.1:integration-test (default-integration-test) @ scout-jaxws-module --- [INFO] Processing Archetype IT project: basic [INFO] ---------------------------------------------------------------------------- [INFO] Using following parameters for creating project from Archetype: scout-jaxws-module:9.0.0-SNAPSHOT [INFO] ---------------------------------------------------------------------------- [INFO] Parameter: groupId, Value: org.eclipse.scout.apps [INFO] Parameter: artifactId, Value: helloworld.server.jaxws [INFO] Parameter: version, Value: 1.0.0-SNAPSHOT [INFO] Parameter: package, Value: org.eclipse.scout.apps.helloworld [INFO] Parameter: packageInPathFormat, Value: org/eclipse/scout/apps/helloworld [INFO] Parameter: package, Value: org.eclipse.scout.apps.helloworld [INFO] Parameter: displayName, Value: My Application [INFO] Parameter: groupId, Value: org.eclipse.scout.apps [INFO] Parameter: artifactId, Value: helloworld.server.jaxws [INFO] Parameter: version, Value: 1.0.0-SNAPSHOT [INFO] Parameter: parentArtifactId, Value: helloworld [WARNING] CP Don't override file /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-jaxws-module/target/test-classes/projects/basic/project/helloworld.server.jaxws/src/main/resources/META-INF/scout.xml [INFO] Project created from Archetype in dir: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-jaxws-module/target/test-classes/projects/basic/project/helloworld.server.jaxws [INFO] [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ scout-jaxws-module --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ scout-jaxws-module --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ scout-jaxws-module --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ scout-jaxws-module --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ scout-jaxws-module --- [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-jaxws-module/target/scout-jaxws-module-9.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-jaxws-module/target/scout-jaxws-module-9.0.0-SNAPSHOT-tests.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ scout-jaxws-module --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ scout-jaxws-module --- [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ scout-jaxws-module --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ scout-jaxws-module --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-jaxws-module/target/scout-jaxws-module-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/archetypes/scout-jaxws-module/9.0.0-SNAPSHOT/scout-jaxws-module-9.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-jaxws-module/.flattened-pom.xml to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/archetypes/scout-jaxws-module/9.0.0-SNAPSHOT/scout-jaxws-module-9.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-jaxws-module/target/scout-jaxws-module-9.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/archetypes/scout-jaxws-module/9.0.0-SNAPSHOT/scout-jaxws-module-9.0.0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-archetype-plugin:3.0.1:update-local-catalog (default-update-local-catalog) @ scout-jaxws-module --- [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ scout-jaxws-module --- [INFO] Deploying org.eclipse.scout.archetypes:scout-jaxws-module:9.0.0-SNAPSHOT at end [INFO] [INFO] -----------< org.eclipse.scout.archetypes:scout-hellojs-app >----------- [INFO] Building ScoutJS Sample Application 9.0.0-SNAPSHOT [3/14] [INFO] --------------------------[ maven-archetype ]--------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ scout-hellojs-app --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ scout-hellojs-app --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ scout-hellojs-app --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-hellojs-app/../target/jacoco-all.exec [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ scout-hellojs-app --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ scout-hellojs-app --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ scout-hellojs-app --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 146 resources [INFO] Copying 2 resources [INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ scout-hellojs-app --- [INFO] Generating flattened POM of project org.eclipse.scout.archetypes:scout-hellojs-app:maven-archetype:9.0.0-SNAPSHOT... [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ scout-hellojs-app --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-archetype-plugin:3.0.1:jar (default-jar) @ scout-hellojs-app --- [INFO] Building archetype jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-hellojs-app/target/scout-hellojs-app-9.0.0-SNAPSHOT [INFO] [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ scout-hellojs-app --- [INFO] Skipping because packaging 'maven-archetype' is not pom. [INFO] [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ scout-hellojs-app --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-hellojs-app/target/scout-hellojs-app-9.0.0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ scout-hellojs-app --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-archetype-plugin:3.0.1:integration-test (default-integration-test) @ scout-hellojs-app --- [INFO] Processing Archetype IT project: basic [INFO] ---------------------------------------------------------------------------- [INFO] Using following parameters for creating project from Archetype: scout-hellojs-app:9.0.0-SNAPSHOT [INFO] ---------------------------------------------------------------------------- [INFO] Parameter: groupId, Value: org.eclipse.scout.apps [INFO] Parameter: artifactId, Value: hellojs [INFO] Parameter: version, Value: 1.0.0-SNAPSHOT [INFO] Parameter: package, Value: org.eclipse.scout.apps.hellojs [INFO] Parameter: packageInPathFormat, Value: org/eclipse/scout/apps/hellojs [INFO] Parameter: package, Value: org.eclipse.scout.apps.hellojs [INFO] Parameter: displayName, Value: My Application [INFO] Parameter: javaVersion, Value: 1.8 [INFO] Parameter: groupId, Value: org.eclipse.scout.apps [INFO] Parameter: simpleArtifactName, Value: hellojs [INFO] Parameter: artifactId, Value: hellojs [INFO] Parameter: scoutAuthPublicKeyDev, Value: changeme_database_password [INFO] Parameter: version, Value: 1.0.0-SNAPSHOT [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs/pom.xml [WARNING] Don't override file /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.api/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.app/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.app.dev/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.app.war/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.core/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.core.test/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.data/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.db/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.persistence/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.persistence.test/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.ui/pom.xml [INFO] Project created from Archetype in dir: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs [INFO] [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ scout-hellojs-app --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ scout-hellojs-app --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ scout-hellojs-app --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ scout-hellojs-app --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ scout-hellojs-app --- [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-hellojs-app/target/scout-hellojs-app-9.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-hellojs-app/target/scout-hellojs-app-9.0.0-SNAPSHOT-tests.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ scout-hellojs-app --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ scout-hellojs-app --- [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ scout-hellojs-app --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ scout-hellojs-app --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-hellojs-app/target/scout-hellojs-app-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/archetypes/scout-hellojs-app/9.0.0-SNAPSHOT/scout-hellojs-app-9.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-hellojs-app/.flattened-pom.xml to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/archetypes/scout-hellojs-app/9.0.0-SNAPSHOT/scout-hellojs-app-9.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/scout-hellojs-app/target/scout-hellojs-app-9.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/archetypes/scout-hellojs-app/9.0.0-SNAPSHOT/scout-hellojs-app-9.0.0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-archetype-plugin:3.0.1:update-local-catalog (default-update-local-catalog) @ scout-hellojs-app --- [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ scout-hellojs-app --- [INFO] Deploying org.eclipse.scout.archetypes:scout-hellojs-app:9.0.0-SNAPSHOT at end [INFO] [INFO] ------------< org.eclipse.scout.sdk:org.eclipse.scout.sdk >------------- [INFO] Building Eclipse Scout SDK 9.0.0-SNAPSHOT [4/14] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.sdk --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk/../org.eclipse.scout.sdk/target/jacoco-all.exec [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk --- [INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ org.eclipse.scout.sdk --- [INFO] Generating flattened POM of project org.eclipse.scout.sdk:org.eclipse.scout.sdk:pom:9.0.0-SNAPSHOT... [INFO] [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk --- [INFO] No site descriptor found: nothing to attach. [INFO] [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk --- [INFO] [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.scout.sdk --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.scout.sdk --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.scout.sdk --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk --- [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.scout.sdk --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk/.flattened-pom.xml to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk/9.0.0-SNAPSHOT/org.eclipse.scout.sdk-9.0.0-SNAPSHOT.pom [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.sdk --- [INFO] Deploying org.eclipse.scout.sdk:org.eclipse.scout.sdk:9.0.0-SNAPSHOT at end [INFO] [INFO] ----------< org.eclipse.scout.sdk:org.eclipse.scout.sdk.core >---------- [INFO] Building org.eclipse.scout.sdk:org.eclipse.scout.sdk.core 9.0.0-SNAPSHOT [5/14] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.core --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.sdk.core --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk.core --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core/../org.eclipse.scout.sdk/target/jacoco-all.exec [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.core --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.core --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.core --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.core --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.core --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ org.eclipse.scout.sdk.core --- [INFO] [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.core --- [INFO] Skipping because packaging 'jar' is not pom. [INFO] [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.core --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.core --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.core --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.core --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.core --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core/target/org.eclipse.scout.sdk.core-9.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.scout.sdk.core --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core/target/org.eclipse.scout.sdk.core-9.0.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.scout.sdk.core --- [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core/target/org.eclipse.scout.sdk.core-9.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core/target/org.eclipse.scout.sdk.core-9.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.scout.sdk.core --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core/target/org.eclipse.scout.sdk.core-9.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk.core --- [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.scout.sdk.core --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.core --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core/target/org.eclipse.scout.sdk.core-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.core-9.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core/pom.xml to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.core-9.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core/target/org.eclipse.scout.sdk.core-9.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.core-9.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core/target/org.eclipse.scout.sdk.core-9.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.core-9.0.0-SNAPSHOT-pack200.jar.pack.gz [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.sdk.core --- [INFO] Deploying org.eclipse.scout.sdk:org.eclipse.scout.sdk.core:9.0.0-SNAPSHOT at end [INFO] [INFO] -------< org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.test >-------- [INFO] Building org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.test 9.0.0-SNAPSHOT [6/14] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.core.test --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.sdk.core.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk.core.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.test/../org.eclipse.scout.sdk/target/jacoco-all.exec [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.core.test --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.core.test --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (add-source) @ org.eclipse.scout.sdk.core.test --- [INFO] Source directory: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.test/src/main/fixture added. [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.core.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.core.test --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.core.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.test/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.core.test --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.core.test --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ org.eclipse.scout.sdk.core.test --- [INFO] [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.core.test --- [INFO] Skipping because packaging 'jar' is not pom. [INFO] [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.core.test --- [INFO] [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.core.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-9.0.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.core.test --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.core.test --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.core.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-9.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.scout.sdk.core.test --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-9.0.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.scout.sdk.core.test --- [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-9.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-9.0.0-SNAPSHOT-tests.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-9.0.0-SNAPSHOT-test-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-9.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.scout.sdk.core.test --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-9.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk.core.test --- [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.scout.sdk.core.test --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.core.test --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.test/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.test-9.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.test/pom.xml to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.test/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.test-9.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-9.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.test/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.test-9.0.0-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-9.0.0-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.test/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.test-9.0.0-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-9.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.test/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.test-9.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-9.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.test/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.test-9.0.0-SNAPSHOT-pack200.jar.pack.gz [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.sdk.core.test --- [INFO] Deploying org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.test:9.0.0-SNAPSHOT at end [INFO] [INFO] ---------< org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s >--------- [INFO] Building org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s 9.0.0-SNAPSHOT [7/14] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.core.s --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.sdk.core.s --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk.core.s --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s/../org.eclipse.scout.sdk/target/jacoco-all.exec [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.core.s --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.core.s --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.core.s --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.core.s --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.core.s --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.core.s --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.core.s --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ org.eclipse.scout.sdk.core.s --- [INFO] [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.core.s --- [INFO] Skipping because packaging 'jar' is not pom. [INFO] [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.core.s --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.core.s --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.core.s --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.core.s --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.core.s --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s/target/org.eclipse.scout.sdk.core.s-9.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.scout.sdk.core.s --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s/target/org.eclipse.scout.sdk.core.s-9.0.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.scout.sdk.core.s --- [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s/target/org.eclipse.scout.sdk.core.s-9.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s/target/org.eclipse.scout.sdk.core.s-9.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.scout.sdk.core.s --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s/target/org.eclipse.scout.sdk.core.s-9.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk.core.s --- [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.scout.sdk.core.s --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.core.s --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s/target/org.eclipse.scout.sdk.core.s-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s-9.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s/pom.xml to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s-9.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s/target/org.eclipse.scout.sdk.core.s-9.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s-9.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s/target/org.eclipse.scout.sdk.core.s-9.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s-9.0.0-SNAPSHOT-pack200.jar.pack.gz [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.sdk.core.s --- [INFO] Deploying org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s:9.0.0-SNAPSHOT at end [INFO] [INFO] ------< org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s.test >------- [INFO] Building org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s.test 9.0.0-SNAPSHOT [8/14] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.sdk.core.s.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk.core.s.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/../org.eclipse.scout.sdk/target/jacoco-all.exec [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.core.s.test --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.core.s.test --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (add-source) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Source directory: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/src/main/client added. [INFO] Source directory: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/src/main/shared added. [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ org.eclipse.scout.sdk.core.s.test --- [INFO] [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Skipping because packaging 'jar' is not pom. [INFO] [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.core.s.test --- [INFO] [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-9.0.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-9.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-9.0.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-9.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-9.0.0-SNAPSHOT-tests.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-9.0.0-SNAPSHOT-test-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-9.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-9.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk.core.s.test --- [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.scout.sdk.core.s.test --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s.test/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s.test-9.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/pom.xml to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s.test/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s.test-9.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-9.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s.test/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s.test-9.0.0-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-9.0.0-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s.test/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s.test-9.0.0-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-9.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s.test/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s.test-9.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-9.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s.test/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s.test-9.0.0-SNAPSHOT-pack200.jar.pack.gz [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Deploying org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s.test:9.0.0-SNAPSHOT at end [INFO] [INFO] --------< org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e >--------- [INFO] Building org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e 9.0.0-SNAPSHOT [9/14] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.sdk.s2e --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk.s2e --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e/../org.eclipse.scout.sdk/target/jacoco-all.exec [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.s2e --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] Copying 5 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.s2e --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.s2e --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-bundle-plugin:4.1.0:bundle (default-bundle) @ org.eclipse.scout.sdk.s2e --- [INFO] [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.s2e --- [INFO] Skipping because packaging 'bundle' is not pom. [INFO] [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.s2e --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.s2e --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-9.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.scout.sdk.s2e --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-9.0.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.scout.sdk.s2e --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-9.0.0-SNAPSHOT.jar_unpacked_2289540305943423196/lib/org.eclipse.scout.sdk.core-9.0.0-SNAPSHOT.jar' is disabled. [INFO] Jar '/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-9.0.0-SNAPSHOT.jar_unpacked_2289540305943423196/lib/org.eclipse.scout.sdk.core-9.0.0-SNAPSHOT.jar' is already signed and will be resigned. [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-9.0.0-SNAPSHOT.jar_unpacked_2289540305943423196/lib/org.eclipse.scout.sdk.core-9.0.0-SNAPSHOT.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-9.0.0-SNAPSHOT.jar_unpacked_2289540305943423196/lib/org.eclipse.scout.sdk.core.s-9.0.0-SNAPSHOT.jar' is disabled. [INFO] Jar '/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-9.0.0-SNAPSHOT.jar_unpacked_2289540305943423196/lib/org.eclipse.scout.sdk.core.s-9.0.0-SNAPSHOT.jar' is already signed and will be resigned. [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-9.0.0-SNAPSHOT.jar_unpacked_2289540305943423196/lib/org.eclipse.scout.sdk.core.s-9.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-9.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-9.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.scout.sdk.s2e --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-9.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk.s2e --- [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.scout.sdk.s2e --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e-9.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e/pom.xml to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e-9.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-9.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e-9.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-9.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e-9.0.0-SNAPSHOT-pack200.jar.pack.gz [INFO] [INFO] --- maven-bundle-plugin:4.1.0:install (default-install) @ org.eclipse.scout.sdk.s2e --- [INFO] Local OBR update disabled (enable with -DobrRepository) [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.sdk.s2e --- [INFO] Deploying org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e:9.0.0-SNAPSHOT at end [INFO] [INFO] --- maven-bundle-plugin:4.1.0:deploy (default-deploy) @ org.eclipse.scout.sdk.s2e --- [INFO] Remote OBR update disabled (enable with -DremoteOBR) [INFO] [INFO] ------< org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.test >------ [INFO] Building org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.test 9.0.0-SNAPSHOT [10/14] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] The POM for org.eclipse.platform:org.eclipse.swt:jar:3.109.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e.test --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.sdk.s2e.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/../org.eclipse.scout.sdk/target/jacoco-all.exec [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.test --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.test --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.s2e.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.s2e.test --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 7 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.test --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.s2e.test --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ org.eclipse.scout.sdk.s2e.test --- [INFO] [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.s2e.test --- [INFO] Skipping because packaging 'jar' is not pom. [INFO] [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.test --- [INFO] [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-9.0.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.s2e.test --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.s2e.test --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-9.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.scout.sdk.s2e.test --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-9.0.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.scout.sdk.s2e.test --- [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-9.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-9.0.0-SNAPSHOT-tests.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-9.0.0-SNAPSHOT-test-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-9.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.scout.sdk.s2e.test --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-9.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk.s2e.test --- [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.scout.sdk.s2e.test --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e.test --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.test/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.test-9.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/pom.xml to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.test/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.test-9.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-9.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.test/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.test-9.0.0-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-9.0.0-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.test/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.test-9.0.0-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-9.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.test/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.test-9.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-9.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.test/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.test-9.0.0-SNAPSHOT-pack200.jar.pack.gz [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.sdk.s2e.test --- [INFO] Deploying org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.test:9.0.0-SNAPSHOT at end [INFO] [INFO] ------< org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.doc >------- [INFO] Building org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.doc 9.0.0-SNAPSHOT [11/14] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/../org.eclipse.scout.sdk/target/jacoco-all.exec [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 63 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-bundle-plugin:4.1.0:bundle (default-bundle) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] Skipping because packaging 'bundle' is not pom. [INFO] [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-9.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-9.0.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-9.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-9.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-9.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.doc/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.doc-9.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/pom.xml to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.doc/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.doc-9.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-9.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.doc/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.doc-9.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-9.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.doc/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.doc-9.0.0-SNAPSHOT-pack200.jar.pack.gz [INFO] [INFO] --- maven-bundle-plugin:4.1.0:install (default-install) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] Local OBR update disabled (enable with -DobrRepository) [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] Deploying org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.doc:9.0.0-SNAPSHOT at end [INFO] [INFO] --- maven-bundle-plugin:4.1.0:deploy (default-deploy) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] Remote OBR update disabled (enable with -DremoteOBR) [INFO] [INFO] ------< org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.nls >------- [INFO] Building org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.nls 9.0.0-SNAPSHOT [12/14] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e.nls --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.sdk.s2e.nls --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.nls --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/../org.eclipse.scout.sdk/target/jacoco-all.exec [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.nls --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.nls --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.s2e.nls --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/src/main/resources [INFO] Copying 18 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.s2e.nls --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.nls --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.nls --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.s2e.nls --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-bundle-plugin:4.1.0:bundle (default-bundle) @ org.eclipse.scout.sdk.s2e.nls --- [INFO] [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.s2e.nls --- [INFO] Skipping because packaging 'bundle' is not pom. [INFO] [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.nls --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.nls --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.s2e.nls --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.s2e.nls --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e.nls --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/target/org.eclipse.scout.sdk.s2e.nls-9.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.scout.sdk.s2e.nls --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/target/org.eclipse.scout.sdk.s2e.nls-9.0.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.scout.sdk.s2e.nls --- [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/target/org.eclipse.scout.sdk.s2e.nls-9.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/target/org.eclipse.scout.sdk.s2e.nls-9.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.scout.sdk.s2e.nls --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/target/org.eclipse.scout.sdk.s2e.nls-9.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk.s2e.nls --- [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.scout.sdk.s2e.nls --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e.nls --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/target/org.eclipse.scout.sdk.s2e.nls-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.nls/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.nls-9.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/pom.xml to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.nls/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.nls-9.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/target/org.eclipse.scout.sdk.s2e.nls-9.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.nls/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.nls-9.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/target/org.eclipse.scout.sdk.s2e.nls-9.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.nls/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.nls-9.0.0-SNAPSHOT-pack200.jar.pack.gz [INFO] [INFO] --- maven-bundle-plugin:4.1.0:install (default-install) @ org.eclipse.scout.sdk.s2e.nls --- [INFO] Local OBR update disabled (enable with -DobrRepository) [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.sdk.s2e.nls --- [INFO] Deploying org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.nls:9.0.0-SNAPSHOT at end [INFO] [INFO] --- maven-bundle-plugin:4.1.0:deploy (default-deploy) @ org.eclipse.scout.sdk.s2e.nls --- [INFO] Remote OBR update disabled (enable with -DremoteOBR) [INFO] [INFO] -------< org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.ui >------- [INFO] Building org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.ui 9.0.0-SNAPSHOT [13/14] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/../org.eclipse.scout.sdk/target/jacoco-all.exec [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/src/main/resources [INFO] Copying 41 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-bundle-plugin:4.1.0:bundle (default-bundle) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] Skipping because packaging 'bundle' is not pom. [INFO] [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-9.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-9.0.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-9.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-9.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-9.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.ui/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.ui-9.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/pom.xml to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.ui/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.ui-9.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-9.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.ui/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.ui-9.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-9.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.ui/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.ui-9.0.0-SNAPSHOT-pack200.jar.pack.gz [INFO] [INFO] --- maven-bundle-plugin:4.1.0:install (default-install) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] Local OBR update disabled (enable with -DobrRepository) [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] Deploying org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.ui:9.0.0-SNAPSHOT at end [INFO] [INFO] --- maven-bundle-plugin:4.1.0:deploy (default-deploy) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] Remote OBR update disabled (enable with -DremoteOBR) [INFO] [INFO] --------< org.eclipse.scout.sdk:org.eclipse.scout.sdk-settings >-------- [INFO] Building org.eclipse.scout.sdk-settings 9.0.0-SNAPSHOT [14/14] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk-settings --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.sdk-settings --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk-settings --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk-settings/../org.eclipse.scout.sdk/target/jacoco-all.exec [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk-settings --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk-settings --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk-settings --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 7 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk-settings --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk-settings --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk-settings/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk-settings --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk-settings --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ org.eclipse.scout.sdk-settings --- [INFO] [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk-settings --- [INFO] Skipping because packaging 'jar' is not pom. [INFO] [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk-settings --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk-settings --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk-settings --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk-settings --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk-settings --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.scout.sdk-settings --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk-settings/target/org.eclipse.scout.sdk-settings-9.0.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.scout.sdk-settings --- [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk-settings/target/org.eclipse.scout.sdk-settings-9.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.scout.sdk-settings --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk-settings/target/org.eclipse.scout.sdk-settings-9.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk-settings --- [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.scout.sdk-settings --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk-settings --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk-settings/target/org.eclipse.scout.sdk-settings-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-settings/9.0.0-SNAPSHOT/org.eclipse.scout.sdk-settings-9.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk-settings/pom.xml to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-settings/9.0.0-SNAPSHOT/org.eclipse.scout.sdk-settings-9.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/org.eclipse.scout.sdk-settings/target/org.eclipse.scout.sdk-settings-9.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/scout-integration-9.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-settings/9.0.0-SNAPSHOT/org.eclipse.scout.sdk-settings-9.0.0-SNAPSHOT-pack200.jar.pack.gz [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.sdk-settings --- [INFO] Deploying org.eclipse.scout.sdk:org.eclipse.scout.sdk-settings:9.0.0-SNAPSHOT at end [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Eclipse Scout SDK 9.0.0-SNAPSHOT: [INFO] [INFO] Scout Hello World Sample Application ............... SUCCESS [ 12.265 s] [INFO] Scout JaxWs Module ................................. SUCCESS [ 2.873 s] [INFO] ScoutJS Sample Application ......................... SUCCESS [ 4.322 s] [INFO] Eclipse Scout SDK .................................. SUCCESS [ 1.359 s] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core ... SUCCESS [ 6.022 s] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.test SUCCESS [ 5.107 s] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s . SUCCESS [ 3.131 s] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s.test SUCCESS [ 7.446 s] [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e SUCCESS [ 9.686 s] [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.test SUCCESS [ 5.885 s] [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.doc SUCCESS [ 3.143 s] [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.nls SUCCESS [ 4.687 s] [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.ui SUCCESS [ 4.900 s] [INFO] org.eclipse.scout.sdk-settings ..................... SUCCESS [ 2.210 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:14 min [INFO] Finished at: 2022-01-03T23:44:33Z [INFO] ------------------------------------------------------------------------ Recording test results [Checks API] No suitable checks publisher found. Build step 'Publish JUnit test result report' changed build result to UNSTABLE Finished: UNSTABLE