Skip to content

Console Output

06:56:07 Started by user Claudio Guglielmo
06:56:07 Running as Claudio Guglielmo
06:56:08 Agent basic-g5d9g is provisioned from template basic
06:56:08 ---
06:56:08 apiVersion: "v1"
06:56:08 kind: "Pod"
06:56:08 metadata:
06:56:08   annotations: {}
06:56:08   labels:
06:56:08     jenkins: "slave"
06:56:08     jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
06:56:08     jenkins/label: "basic"
06:56:08   name: "basic-g5d9g"
06:56:08 spec:
06:56:08   containers:
06:56:08   - env:
06:56:08     - name: "JENKINS_SECRET"
06:56:08       value: "********"
06:56:08     - name: "JENKINS_TUNNEL"
06:56:08       value: "jenkins-discovery.scout.svc.cluster.local:50000"
06:56:08     - name: "JENKINS_AGENT_NAME"
06:56:08       value: "basic-g5d9g"
06:56:08     - name: "JENKINS_REMOTING_JAVA_OPTS"
06:56:08       value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
06:56:08         \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
06:56:08     - name: "JAVA_TOOL_OPTIONS"
06:56:08       value: ""
06:56:08     - name: "_JAVA_OPTIONS"
06:56:08       value: ""
06:56:08     - name: "OPENJ9_JAVA_OPTIONS"
06:56:08       value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
06:56:08     - name: "JENKINS_NAME"
06:56:08       value: "basic-g5d9g"
06:56:08     - name: "JENKINS_AGENT_WORKDIR"
06:56:08       value: "/home/jenkins/agent"
06:56:08     - name: "JENKINS_URL"
06:56:08       value: "http://jenkins-ui.scout.svc.cluster.local/scout/"
06:56:08     image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.5"
06:56:08     imagePullPolicy: "Always"
06:56:08     name: "jnlp"
06:56:08     resources:
06:56:08       limits:
06:56:08         cpu: "2000m"
06:56:08         memory: "4096Mi"
06:56:08       requests:
06:56:08         cpu: "1000m"
06:56:08         memory: "4096Mi"
06:56:08     tty: true
06:56:08     volumeMounts:
06:56:08     - mountPath: "/home/jenkins/.m2/toolchains.xml"
06:56:08       name: "m2-dir"
06:56:08       readOnly: true
06:56:08       subPath: "toolchains.xml"
06:56:08     - mountPath: "/home/jenkins/.mavenrc"
06:56:08       name: "m2-dir"
06:56:08       readOnly: true
06:56:08       subPath: ".mavenrc"
06:56:08     - mountPath: "/opt/tools"
06:56:08       name: "volume-0"
06:56:08       readOnly: false
06:56:08     - mountPath: "/home/jenkins"
06:56:08       name: "volume-2"
06:56:08       readOnly: false
06:56:08     - mountPath: "/home/jenkins/.m2/repository"
06:56:08       name: "volume-3"
06:56:08       readOnly: false
06:56:08     - mountPath: "/home/jenkins/.m2/settings-security.xml"
06:56:08       name: "m2-secret-dir"
06:56:08       readOnly: true
06:56:08       subPath: "settings-security.xml"
06:56:08     - mountPath: "/home/jenkins/.m2/wrapper"
06:56:08       name: "volume-4"
06:56:08       readOnly: false
06:56:08     - mountPath: "/home/jenkins/.m2/settings.xml"
06:56:08       name: "m2-secret-dir"
06:56:08       readOnly: true
06:56:08       subPath: "settings.xml"
06:56:08     - mountPath: "/home/jenkins/.ssh"
06:56:08       name: "volume-1"
06:56:08       readOnly: false
06:56:08     - mountPath: "/home/jenkins/agent"
06:56:08       name: "workspace-volume"
06:56:08       readOnly: false
06:56:08     workingDir: "/home/jenkins/agent"
06:56:08   nodeSelector:
06:56:08     kubernetes.io/os: "linux"
06:56:08   restartPolicy: "Never"
06:56:08   volumes:
06:56:08   - name: "volume-0"
06:56:08     persistentVolumeClaim:
06:56:08       claimName: "tools-claim-jiro-scout"
06:56:08       readOnly: true
06:56:08   - name: "m2-secret-dir"
06:56:08     secret:
06:56:08       secretName: "m2-secret-dir"
06:56:08   - emptyDir:
06:56:08       medium: ""
06:56:08     name: "volume-2"
06:56:08   - configMap:
06:56:08       name: "m2-dir"
06:56:08     name: "m2-dir"
06:56:08   - configMap:
06:56:08       name: "known-hosts"
06:56:08     name: "volume-1"
06:56:08   - emptyDir:
06:56:08       medium: ""
06:56:08     name: "workspace-volume"
06:56:08   - emptyDir:
06:56:08       medium: ""
06:56:08     name: "volume-4"
06:56:08   - emptyDir:
06:56:08       medium: ""
06:56:08     name: "volume-3"
06:56:08 
06:56:08 Building remotely on basic-g5d9g (basic) in workspace /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous
06:56:08 The recommended git tool is: NONE
06:56:09 No credentials specified
06:56:09 Cloning the remote Git repository
06:56:09 Cloning repository https://github.com/eclipse-scout/scout.sdk.git
06:56:09  > git init /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous # timeout=10
06:56:09 Fetching upstream changes from https://github.com/eclipse-scout/scout.sdk.git
06:56:09  > git --version # timeout=10
06:56:09  > git --version # 'git version 2.20.1'
06:56:09  > git fetch --tags --force --progress -- https://github.com/eclipse-scout/scout.sdk.git +refs/heads/*:refs/remotes/origin/* # timeout=10
06:56:12  > git config remote.origin.url https://github.com/eclipse-scout/scout.sdk.git # timeout=10
06:56:12  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
06:56:12 Avoid second fetch
06:56:12  > git rev-parse refs/remotes/origin/releases/9.0.x^{commit} # timeout=10
06:56:12 Checking out Revision 539e519082cea9fe2cc198774648c8f5e541d1d7 (refs/remotes/origin/releases/9.0.x)
06:56:12  > git config core.sparsecheckout # timeout=10
06:56:12  > git checkout -f 539e519082cea9fe2cc198774648c8f5e541d1d7 # timeout=10
06:56:16 Commit message: "Specify missing transitive dependency versions"
06:56:16 First time build. Skipping changelog.
06:56:16 [org.eclipse.scout.sdk.branch-9.0_continuous] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -Dbranch=origin/releases/9.0.x -Dcbi.jarsigner.skip=true -Dmaven.repo.local=/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository -Dgpg.skip=true clean install -U -B -Psign -Dmaster_enforcerCheck_skip=true
06:56:17 Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
06:56:17 Maven home: /opt/tools/apache-maven/latest
06:56:17 Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9
06:56:17 Default locale: en_US, platform encoding: UTF-8
06:56:17 OS name: "linux", version: "5.12.7-300.fc34.x86_64", arch: "amd64", family: "unix"
06:56:17 [INFO] Scanning for projects...
07:08:53 [WARNING] 
07:08:53 [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
07:08:53 [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/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk/pom.xml, line 907, column 19
07:08:53 [WARNING] 
07:08:53 [WARNING] Some problems were encountered while building the effective model for org.eclipse.scout.sdk:org.eclipse.scout.sdk:pom:9.0.0-SNAPSHOT
07:08:53 [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
07:08:53 [WARNING] 
07:08:53 [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
07:08:53 [WARNING] 
07:08:53 [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
07:08:53 [WARNING] 
07:08:53 [INFO] ------------------------------------------------------------------------
07:08:53 [INFO] Reactor Build Order:
07:08:53 [INFO] 
07:08:53 [INFO] Scout Hello World Sample Application                   [maven-archetype]
07:08:53 [INFO] Scout JaxWs Module                                     [maven-archetype]
07:08:53 [INFO] ScoutJS Sample Application                             [maven-archetype]
07:08:53 [INFO] Eclipse Scout SDK                                                  [pom]
07:08:53 [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core                   [jar]
07:08:53 [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.test              [jar]
07:08:53 [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s                 [jar]
07:08:53 [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s.test            [jar]
07:08:53 [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e             [bundle]
07:08:53 [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.test           [jar]
07:08:53 [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.doc         [bundle]
07:08:53 [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.nls         [bundle]
07:08:53 [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.ui          [bundle]
07:08:53 [INFO] org.eclipse.scout.sdk-settings                                     [jar]
07:08:53 [INFO] Eclipse Scout SDK                                                  [pom]
07:08:53 [INFO] 
07:08:53 [INFO] ---------< org.eclipse.scout.archetypes:scout-helloworld-app >----------
07:08:53 [INFO] Building Scout Hello World Sample Application 9.0.0-SNAPSHOT      [1/15]
07:08:53 [INFO] --------------------------[ maven-archetype ]---------------------------
07:12:10 [INFO] 
07:12:10 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ scout-helloworld-app ---
07:13:53 [INFO] 
07:13:53 [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ scout-helloworld-app ---
07:17:03 [INFO] 
07:17:03 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ scout-helloworld-app ---
07:20:09 [INFO] Skipping Rule Enforcement.
07:20:09 [INFO] 
07:20:09 [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ scout-helloworld-app ---
07:23:40 [INFO] 
07:23:40 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ scout-helloworld-app ---
07:28:48 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/scout-helloworld-app/../target/jacoco-all.exec
07:28:48 [INFO] 
07:28:48 [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ scout-helloworld-app ---
07:29:55 [INFO] 
07:29:55 [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ scout-helloworld-app ---
07:29:55 [INFO] 
07:29:55 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ scout-helloworld-app ---
07:30:09 [INFO] Using 'UTF-8' encoding to copy filtered resources.
07:30:09 [INFO] Copying 105 resources
07:30:09 [INFO] Copying 2 resources
07:30:09 [INFO] 
07:30:09 [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ scout-helloworld-app ---
07:30:09 [INFO] Generating flattened POM of project org.eclipse.scout.archetypes:scout-helloworld-app:maven-archetype:9.0.0-SNAPSHOT...
07:30:09 [INFO] 
07:30:09 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ scout-helloworld-app ---
07:30:09 [INFO] Using 'UTF-8' encoding to copy filtered resources.
07:30:09 [INFO] Copying 2 resources
07:30:09 [INFO] 
07:30:09 [INFO] --- maven-archetype-plugin:3.0.1:jar (default-jar) @ scout-helloworld-app ---
07:33:06 [INFO] Building archetype jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/scout-helloworld-app/target/scout-helloworld-app-9.0.0-SNAPSHOT
07:33:06 [INFO] 
07:33:06 [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ scout-helloworld-app ---
07:42:36 [INFO] Skipping because packaging 'maven-archetype' is not pom.
07:42:36 [INFO] 
07:42:36 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ scout-helloworld-app ---
07:44:01 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/scout-helloworld-app/target/scout-helloworld-app-9.0.0-SNAPSHOT-tests.jar
07:44:01 [INFO] 
07:44:01 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ scout-helloworld-app ---
07:44:04 [INFO] No sources in project. Archive not created.
07:44:04 [INFO] 
07:44:04 [INFO] --- maven-archetype-plugin:3.0.1:integration-test (default-integration-test) @ scout-helloworld-app ---
07:44:04 [INFO] Processing Archetype IT project: basic
07:44:04 [INFO] ----------------------------------------------------------------------------
07:44:04 [INFO] Using following parameters for creating project from Archetype: scout-helloworld-app:9.0.0-SNAPSHOT
07:44:04 [INFO] ----------------------------------------------------------------------------
07:44:04 [INFO] Parameter: groupId, Value: org.eclipse.scout.apps
07:44:04 [INFO] Parameter: artifactId, Value: helloworld
07:44:04 [INFO] Parameter: version, Value: 1.0.0-SNAPSHOT
07:44:04 [INFO] Parameter: package, Value: org.eclipse.scout.apps.helloworld
07:44:04 [INFO] Parameter: packageInPathFormat, Value: org/eclipse/scout/apps/helloworld
07:44:04 [INFO] Parameter: package, Value: org.eclipse.scout.apps.helloworld
07:44:04 [INFO] Parameter: displayName, Value: My Application
07:44:04 [INFO] Parameter: javaVersion, Value: 1.8
07:44:04 [INFO] Parameter: groupId, Value: org.eclipse.scout.apps
07:44:04 [INFO] Parameter: scoutAuthPrivateKeyDev, Value: TODO (use org.eclipse.scout.rt.platform.security.SecurityUtility.generateKeyPair())
07:44:04 [INFO] Parameter: scoutAuthPrivateKey, Value: TODO (use org.eclipse.scout.rt.platform.security.SecurityUtility.generateKeyPair())
07:44:04 [INFO] Parameter: artifactId, Value: helloworld
07:44:04 [INFO] Parameter: scoutAuthPublicKey, Value: TODO (use org.eclipse.scout.rt.platform.security.SecurityUtility.generateKeyPair())
07:44:04 [INFO] Parameter: scoutAuthPublicKeyDev, Value: TODO (use org.eclipse.scout.rt.platform.security.SecurityUtility.generateKeyPair())
07:44:04 [INFO] Parameter: userName, Value: Scout Robot
07:44:04 [INFO] Parameter: version, Value: 1.0.0-SNAPSHOT
07:44:04 WARNING: An illegal reflective access operation has occurred
07:44:04 WARNING: Illegal reflective access by org.dom4j.io.SAXContentHandler (file:/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar) to method com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy.getEncoding()
07:44:04 WARNING: Please consider reporting this to the maintainers of org.dom4j.io.SAXContentHandler
07:44:04 WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
07:44:04 WARNING: All illegal access operations will be denied in a future release
07:44:04 [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld/pom.xml
07:44:04 [WARNING] Don't override file /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld/pom.xml
07:44:04 [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.shared/pom.xml
07:44:04 [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.server/pom.xml
07:44:04 [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.client/pom.xml
07:44:04 [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.server.app.war/pom.xml
07:44:04 [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.server.app.dev/pom.xml
07:44:04 [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.ui.html/pom.xml
07:44:04 [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.ui.html.app.war/pom.xml
07:44:04 [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.ui.html.app.dev/pom.xml
07:44:04 [INFO] Project created from Archetype in dir: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld
07:44:04 [INFO] 
07:44:04 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ scout-helloworld-app ---
07:45:14 [INFO] Checking compile classpath
07:45:14 [INFO] Checking runtime classpath
07:45:14 [INFO] Checking test classpath
07:45:14 [INFO] 
07:45:14 [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ scout-helloworld-app ---
07:46:04 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
07:46:05 [INFO] 
07:46:05 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ scout-helloworld-app ---
07:46:05 [INFO] No sources in project. Archive not created.
07:46:05 [INFO] 
07:46:05 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ scout-helloworld-app ---
07:48:45 [INFO] Skip jar signing
07:48:45 [INFO] 
07:48:45 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ scout-helloworld-app ---
07:48:51 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/scout-helloworld-app/target/scout-helloworld-app-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/eclipse/scout/archetypes/scout-helloworld-app/9.0.0-SNAPSHOT/scout-helloworld-app-9.0.0-SNAPSHOT.jar
07:48:51 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/scout-helloworld-app/.flattened-pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/eclipse/scout/archetypes/scout-helloworld-app/9.0.0-SNAPSHOT/scout-helloworld-app-9.0.0-SNAPSHOT.pom
07:48:51 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/scout-helloworld-app/target/scout-helloworld-app-9.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/eclipse/scout/archetypes/scout-helloworld-app/9.0.0-SNAPSHOT/scout-helloworld-app-9.0.0-SNAPSHOT-tests.jar
07:48:51 [INFO] 
07:48:51 [INFO] --- maven-archetype-plugin:3.0.1:update-local-catalog (default-update-local-catalog) @ scout-helloworld-app ---
07:48:51 [INFO] 
07:48:51 [INFO] ----------< org.eclipse.scout.archetypes:scout-jaxws-module >-----------
07:48:51 [INFO] Building Scout JaxWs Module 9.0.0-SNAPSHOT                        [2/15]
07:48:51 [INFO] --------------------------[ maven-archetype ]---------------------------
07:48:51 [INFO] 
07:48:51 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ scout-jaxws-module ---
07:48:51 [INFO] 
07:48:51 [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ scout-jaxws-module ---
07:48:51 [INFO] 
07:48:51 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ scout-jaxws-module ---
07:48:51 [INFO] Skipping Rule Enforcement.
07:48:51 [INFO] 
07:48:51 [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ scout-jaxws-module ---
07:48:52 [INFO] 
07:48:52 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ scout-jaxws-module ---
07:48:52 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/scout-jaxws-module/../target/jacoco-all.exec
07:48:52 [INFO] 
07:48:52 [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ scout-jaxws-module ---
07:48:52 [INFO] 
07:48:52 [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ scout-jaxws-module ---
07:48:52 [INFO] 
07:48:52 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ scout-jaxws-module ---
07:48:52 [INFO] Using 'UTF-8' encoding to copy filtered resources.
07:48:52 [INFO] Copying 7 resources
07:48:52 [INFO] Copying 2 resources
07:48:52 [INFO] 
07:48:52 [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ scout-jaxws-module ---
07:48:52 [INFO] Generating flattened POM of project org.eclipse.scout.archetypes:scout-jaxws-module:maven-archetype:9.0.0-SNAPSHOT...
07:48:52 [INFO] 
07:48:52 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ scout-jaxws-module ---
07:48:52 [INFO] Using 'UTF-8' encoding to copy filtered resources.
07:48:52 [INFO] Copying 2 resources
07:48:52 [INFO] 
07:48:52 [INFO] --- maven-archetype-plugin:3.0.1:jar (default-jar) @ scout-jaxws-module ---
07:48:52 [INFO] Building archetype jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/scout-jaxws-module/target/scout-jaxws-module-9.0.0-SNAPSHOT
07:48:52 [INFO] 
07:48:52 [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ scout-jaxws-module ---
07:48:52 [INFO] Skipping because packaging 'maven-archetype' is not pom.
07:48:52 [INFO] 
07:48:52 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ scout-jaxws-module ---
07:48:52 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/scout-jaxws-module/target/scout-jaxws-module-9.0.0-SNAPSHOT-tests.jar
07:48:52 [INFO] 
07:48:52 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ scout-jaxws-module ---
07:48:52 [INFO] No sources in project. Archive not created.
07:48:52 [INFO] 
07:48:52 [INFO] --- maven-archetype-plugin:3.0.1:integration-test (default-integration-test) @ scout-jaxws-module ---
07:48:52 [INFO] Processing Archetype IT project: basic
07:48:52 [INFO] ----------------------------------------------------------------------------
07:48:52 [INFO] Using following parameters for creating project from Archetype: scout-jaxws-module:9.0.0-SNAPSHOT
07:48:52 [INFO] ----------------------------------------------------------------------------
07:48:52 [INFO] Parameter: groupId, Value: org.eclipse.scout.apps
07:48:52 [INFO] Parameter: artifactId, Value: helloworld.server.jaxws
07:48:52 [INFO] Parameter: version, Value: 1.0.0-SNAPSHOT
07:48:52 [INFO] Parameter: package, Value: org.eclipse.scout.apps.helloworld
07:48:52 [INFO] Parameter: packageInPathFormat, Value: org/eclipse/scout/apps/helloworld
07:48:52 [INFO] Parameter: package, Value: org.eclipse.scout.apps.helloworld
07:48:52 [INFO] Parameter: displayName, Value: My Application
07:48:52 [INFO] Parameter: groupId, Value: org.eclipse.scout.apps
07:48:52 [INFO] Parameter: artifactId, Value: helloworld.server.jaxws
07:48:52 [INFO] Parameter: version, Value: 1.0.0-SNAPSHOT
07:48:52 [INFO] Parameter: parentArtifactId, Value: helloworld
07:48:52 [WARNING] CP Don't override file /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/scout-jaxws-module/target/test-classes/projects/basic/project/helloworld.server.jaxws/src/main/resources/META-INF/scout.xml
07:48:52 [INFO] Project created from Archetype in dir: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/scout-jaxws-module/target/test-classes/projects/basic/project/helloworld.server.jaxws
07:48:52 [INFO] 
07:48:52 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ scout-jaxws-module ---
07:48:52 [INFO] Checking compile classpath
07:48:52 [INFO] Checking runtime classpath
07:48:52 [INFO] Checking test classpath
07:48:52 [INFO] 
07:48:52 [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ scout-jaxws-module ---
07:48:52 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
07:48:52 [INFO] 
07:48:52 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ scout-jaxws-module ---
07:48:52 [INFO] No sources in project. Archive not created.
07:48:52 [INFO] 
07:48:52 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ scout-jaxws-module ---
07:48:52 [INFO] Skip jar signing
07:48:52 [INFO] 
07:48:52 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ scout-jaxws-module ---
07:48:52 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/scout-jaxws-module/target/scout-jaxws-module-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/eclipse/scout/archetypes/scout-jaxws-module/9.0.0-SNAPSHOT/scout-jaxws-module-9.0.0-SNAPSHOT.jar
07:48:52 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/scout-jaxws-module/.flattened-pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/eclipse/scout/archetypes/scout-jaxws-module/9.0.0-SNAPSHOT/scout-jaxws-module-9.0.0-SNAPSHOT.pom
07:48:52 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/scout-jaxws-module/target/scout-jaxws-module-9.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/eclipse/scout/archetypes/scout-jaxws-module/9.0.0-SNAPSHOT/scout-jaxws-module-9.0.0-SNAPSHOT-tests.jar
07:48:52 [INFO] 
07:48:52 [INFO] --- maven-archetype-plugin:3.0.1:update-local-catalog (default-update-local-catalog) @ scout-jaxws-module ---
07:48:52 [INFO] 
07:48:52 [INFO] -----------< org.eclipse.scout.archetypes:scout-hellojs-app >-----------
07:48:52 [INFO] Building ScoutJS Sample Application 9.0.0-SNAPSHOT                [3/15]
07:48:52 [INFO] --------------------------[ maven-archetype ]---------------------------
07:48:52 [INFO] 
07:48:52 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ scout-hellojs-app ---
07:48:52 [INFO] 
07:48:52 [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ scout-hellojs-app ---
07:48:52 [INFO] 
07:48:52 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ scout-hellojs-app ---
07:48:52 [INFO] Skipping Rule Enforcement.
07:48:52 [INFO] 
07:48:52 [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ scout-hellojs-app ---
07:48:53 [INFO] 
07:48:53 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ scout-hellojs-app ---
07:48:53 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/scout-hellojs-app/../target/jacoco-all.exec
07:48:53 [INFO] 
07:48:53 [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ scout-hellojs-app ---
07:48:53 [INFO] 
07:48:53 [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ scout-hellojs-app ---
07:48:53 [INFO] 
07:48:53 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ scout-hellojs-app ---
07:48:53 [INFO] Using 'UTF-8' encoding to copy filtered resources.
07:48:53 [INFO] Copying 146 resources
07:48:53 [INFO] Copying 2 resources
07:48:53 [INFO] 
07:48:53 [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ scout-hellojs-app ---
07:48:53 [INFO] Generating flattened POM of project org.eclipse.scout.archetypes:scout-hellojs-app:maven-archetype:9.0.0-SNAPSHOT...
07:48:53 [INFO] 
07:48:53 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ scout-hellojs-app ---
07:48:53 [INFO] Using 'UTF-8' encoding to copy filtered resources.
07:48:53 [INFO] Copying 2 resources
07:48:53 [INFO] 
07:48:53 [INFO] --- maven-archetype-plugin:3.0.1:jar (default-jar) @ scout-hellojs-app ---
07:48:53 [INFO] Building archetype jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/scout-hellojs-app/target/scout-hellojs-app-9.0.0-SNAPSHOT
07:48:53 [INFO] 
07:48:53 [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ scout-hellojs-app ---
07:48:53 [INFO] Skipping because packaging 'maven-archetype' is not pom.
07:48:53 [INFO] 
07:48:53 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ scout-hellojs-app ---
07:48:53 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/scout-hellojs-app/target/scout-hellojs-app-9.0.0-SNAPSHOT-tests.jar
07:48:53 [INFO] 
07:48:53 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ scout-hellojs-app ---
07:48:53 [INFO] No sources in project. Archive not created.
07:48:53 [INFO] 
07:48:53 [INFO] --- maven-archetype-plugin:3.0.1:integration-test (default-integration-test) @ scout-hellojs-app ---
07:48:53 [INFO] Processing Archetype IT project: basic
07:48:53 [INFO] ----------------------------------------------------------------------------
07:48:53 [INFO] Using following parameters for creating project from Archetype: scout-hellojs-app:9.0.0-SNAPSHOT
07:48:53 [INFO] ----------------------------------------------------------------------------
07:48:53 [INFO] Parameter: groupId, Value: org.eclipse.scout.apps
07:48:53 [INFO] Parameter: artifactId, Value: hellojs
07:48:53 [INFO] Parameter: version, Value: 1.0.0-SNAPSHOT
07:48:53 [INFO] Parameter: package, Value: org.eclipse.scout.apps.hellojs
07:48:53 [INFO] Parameter: packageInPathFormat, Value: org/eclipse/scout/apps/hellojs
07:48:53 [INFO] Parameter: package, Value: org.eclipse.scout.apps.hellojs
07:48:53 [INFO] Parameter: displayName, Value: My Application
07:48:53 [INFO] Parameter: javaVersion, Value: 1.8
07:48:53 [INFO] Parameter: groupId, Value: org.eclipse.scout.apps
07:48:53 [INFO] Parameter: simpleArtifactName, Value: hellojs
07:48:53 [INFO] Parameter: artifactId, Value: hellojs
07:48:53 [INFO] Parameter: scoutAuthPublicKeyDev, Value: changeme_database_password
07:48:53 [INFO] Parameter: version, Value: 1.0.0-SNAPSHOT
07:48:53 [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs/pom.xml
07:48:53 [WARNING] Don't override file /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs/pom.xml
07:48:53 [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.api/pom.xml
07:48:53 [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.app/pom.xml
07:48:53 [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.app.dev/pom.xml
07:48:53 [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.app.war/pom.xml
07:48:53 [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.core/pom.xml
07:48:53 [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.core.test/pom.xml
07:48:53 [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.data/pom.xml
07:48:53 [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.db/pom.xml
07:48:53 [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.persistence/pom.xml
07:48:53 [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.persistence.test/pom.xml
07:48:53 [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.ui/pom.xml
07:48:53 [INFO] Project created from Archetype in dir: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs
07:48:53 [INFO] 
07:48:53 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ scout-hellojs-app ---
07:48:53 [INFO] Checking compile classpath
07:48:53 [INFO] Checking runtime classpath
07:48:53 [INFO] Checking test classpath
07:48:53 [INFO] 
07:48:53 [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ scout-hellojs-app ---
07:48:53 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
07:48:54 [INFO] 
07:48:54 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ scout-hellojs-app ---
07:48:54 [INFO] No sources in project. Archive not created.
07:48:54 [INFO] 
07:48:54 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ scout-hellojs-app ---
07:48:54 [INFO] Skip jar signing
07:48:54 [INFO] 
07:48:54 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ scout-hellojs-app ---
07:48:54 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/scout-hellojs-app/target/scout-hellojs-app-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/eclipse/scout/archetypes/scout-hellojs-app/9.0.0-SNAPSHOT/scout-hellojs-app-9.0.0-SNAPSHOT.jar
07:48:54 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/scout-hellojs-app/.flattened-pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/eclipse/scout/archetypes/scout-hellojs-app/9.0.0-SNAPSHOT/scout-hellojs-app-9.0.0-SNAPSHOT.pom
07:48:54 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/scout-hellojs-app/target/scout-hellojs-app-9.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/eclipse/scout/archetypes/scout-hellojs-app/9.0.0-SNAPSHOT/scout-hellojs-app-9.0.0-SNAPSHOT-tests.jar
07:48:54 [INFO] 
07:48:54 [INFO] --- maven-archetype-plugin:3.0.1:update-local-catalog (default-update-local-catalog) @ scout-hellojs-app ---
07:48:54 [INFO] 
07:48:54 [INFO] ------------< org.eclipse.scout.sdk:org.eclipse.scout.sdk >-------------
07:48:54 [INFO] Building Eclipse Scout SDK 9.0.0-SNAPSHOT                         [4/15]
07:48:54 [INFO] --------------------------------[ pom ]---------------------------------
07:48:54 [INFO] 
07:48:54 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk ---
07:48:54 [INFO] 
07:48:54 [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ org.eclipse.scout.sdk ---
07:48:54 [INFO] 
07:48:54 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk ---
07:48:54 [INFO] Skipping Rule Enforcement.
07:48:54 [INFO] 
07:48:54 [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.sdk ---
07:48:54 [INFO] 
07:48:54 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk ---
07:48:54 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk/../org.eclipse.scout.sdk/target/jacoco-all.exec
07:48:54 [INFO] 
07:48:54 [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk ---
07:48:54 [INFO] 
07:48:54 [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk ---
07:48:54 [INFO] 
07:48:54 [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ org.eclipse.scout.sdk ---
07:48:54 [INFO] Generating flattened POM of project org.eclipse.scout.sdk:org.eclipse.scout.sdk:pom:9.0.0-SNAPSHOT...
07:48:54 [INFO] 
07:48:54 [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk ---
07:48:54 [INFO] No site descriptor found: nothing to attach.
07:48:54 [INFO] 
07:48:54 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk ---
07:48:54 [INFO] Skipping packaging of the test-jar
07:48:54 [INFO] 
07:48:54 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk ---
07:48:54 [INFO] 
07:48:54 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk ---
07:48:54 [INFO] Checking compile classpath
07:48:54 [INFO] Checking runtime classpath
07:48:54 [INFO] Checking test classpath
07:48:54 [INFO] 
07:48:54 [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk ---
07:48:54 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
07:48:55 [INFO] 
07:48:55 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk ---
07:48:55 [INFO] 
07:48:55 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.scout.sdk ---
07:48:55 [INFO] Skip jar signing
07:48:55 [INFO] 
07:48:55 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk ---
07:48:55 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk/.flattened-pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk/9.0.0-SNAPSHOT/org.eclipse.scout.sdk-9.0.0-SNAPSHOT.pom
07:48:55 [INFO] 
07:48:55 [INFO] ----------< org.eclipse.scout.sdk:org.eclipse.scout.sdk.core >----------
07:48:55 [INFO] Building org.eclipse.scout.sdk:org.eclipse.scout.sdk.core 9.0.0-SNAPSHOT [5/15]
07:48:55 [INFO] --------------------------------[ jar ]---------------------------------
07:49:23 [INFO] 
07:49:23 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.core ---
07:49:23 [INFO] 
07:49:23 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.core ---
07:49:23 [INFO] Skipping Rule Enforcement.
07:49:23 [INFO] 
07:49:23 [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.sdk.core ---
07:49:24 [INFO] 
07:49:24 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk.core ---
07:49:24 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.core/../org.eclipse.scout.sdk/target/jacoco-all.exec
07:49:24 [INFO] 
07:49:24 [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.core ---
07:49:24 [INFO] 
07:49:24 [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.core ---
07:49:24 [INFO] 
07:49:24 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.core ---
07:49:24 [INFO] Using 'UTF-8' encoding to copy filtered resources.
07:49:24 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.core/src/main/resources
07:49:24 [INFO] Copying 2 resources
07:49:24 [INFO] 
07:49:24 [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.core ---
07:51:22 [INFO] Changes detected - recompiling the module!
07:51:22 [INFO] Compiling 165 source files to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.core/target/classes
07:51:24 [INFO] 
07:51:24 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.core ---
07:51:24 [INFO] Using 'UTF-8' encoding to copy filtered resources.
07:51:24 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.core/src/test/resources
07:51:24 [INFO] 
07:51:24 [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.core ---
07:51:24 [INFO] No sources to compile
07:51:24 [INFO] 
07:51:24 [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.core ---
07:51:51 [INFO] No tests to run.
07:51:51 [INFO] 
07:51:51 [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ org.eclipse.scout.sdk.core ---
07:51:52 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.core/target/org.eclipse.scout.sdk.core-9.0.0-SNAPSHOT.jar
07:51:52 [INFO] 
07:51:52 [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.core ---
07:51:52 [INFO] Skipping because packaging 'jar' is not pom.
07:51:52 [INFO] 
07:51:52 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.core ---
07:51:52 [INFO] Skipping packaging of the test-jar
07:51:52 [INFO] 
07:51:52 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.core ---
07:51:52 [INFO] No sources in project. Archive not created.
07:51:52 [INFO] 
07:51:52 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.core ---
07:51:52 [INFO] Checking compile classpath
07:51:52 [INFO] Checking runtime classpath
07:51:52 [INFO] Checking test classpath
07:51:52 [INFO] 
07:51:52 [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.core ---
07:51:52 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
07:51:52 [INFO] 
07:51:52 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.core ---
07:51:52 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.core/target/org.eclipse.scout.sdk.core-9.0.0-SNAPSHOT-sources.jar
07:51:52 [INFO] 
07:51:52 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.scout.sdk.core ---
07:51:52 [INFO] Skip jar signing
07:51:52 [INFO] 
07:51:52 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.core ---
07:51:52 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.core/target/org.eclipse.scout.sdk.core-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.core-9.0.0-SNAPSHOT.jar
07:51:52 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.core/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.core-9.0.0-SNAPSHOT.pom
07:51:52 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.core/target/org.eclipse.scout.sdk.core-9.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.core-9.0.0-SNAPSHOT-sources.jar
07:51:52 [INFO] 
07:51:52 [INFO] -------< org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.test >--------
07:51:52 [INFO] Building org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.test 9.0.0-SNAPSHOT [6/15]
07:51:52 [INFO] --------------------------------[ jar ]---------------------------------
07:51:53 [INFO] 
07:51:53 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.core.test ---
07:51:53 [INFO] 
07:51:53 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.core.test ---
07:51:53 [INFO] Skipping Rule Enforcement.
07:51:53 [INFO] 
07:51:53 [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.sdk.core.test ---
07:51:53 [INFO] 
07:51:53 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk.core.test ---
07:51:53 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.core.test/../org.eclipse.scout.sdk/target/jacoco-all.exec
07:51:53 [INFO] 
07:51:53 [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.core.test ---
07:51:53 [INFO] 
07:51:53 [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.core.test ---
07:51:53 [INFO] 
07:51:53 [INFO] --- build-helper-maven-plugin:3.0.0:add-source (add-source) @ org.eclipse.scout.sdk.core.test ---
07:51:53 [INFO] Source directory: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.core.test/src/main/fixture added.
07:51:53 [INFO] 
07:51:53 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.core.test ---
07:51:53 [INFO] Using 'UTF-8' encoding to copy filtered resources.
07:51:53 [INFO] Copying 2 resources
07:51:53 [INFO] Copying 2 resources
07:51:53 [INFO] 
07:51:53 [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.core.test ---
07:51:53 [INFO] Changes detected - recompiling the module!
07:51:53 [INFO] Compiling 38 source files to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.core.test/target/classes
07:51:53 [INFO] 
07:51:53 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.core.test ---
07:51:53 [INFO] Using 'UTF-8' encoding to copy filtered resources.
07:51:53 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.core.test/src/test/resources
07:51:53 [INFO] 
07:51:53 [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.core.test ---
07:51:53 [INFO] Changes detected - recompiling the module!
07:51:53 [INFO] Compiling 29 source files to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.core.test/target/test-classes
07:51:54 [INFO] 
07:51:54 [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.core.test ---
07:52:05 [INFO] 
07:52:05 [INFO] -------------------------------------------------------
07:52:05 [INFO]  T E S T S
07:52:05 [INFO] -------------------------------------------------------
07:52:06 [INFO] Running org.eclipse.scout.sdk.core.util.SdkLogTest
07:52:06 Unable to parse log level 'aa'. Fallback to default: 'WARNING'.
07:52:06 java.lang.IllegalArgumentException: Bad level "aa"
07:52:06 	at java.logging/java.util.logging.Level.parse(Level.java:517)
07:52:06 	at org.eclipse.scout.sdk.core.util.SdkLog.parseLevel(SdkLog.java:424)
07:52:06 	at org.eclipse.scout.sdk.core.util.SdkLogTest.testParseLevel(SdkLogTest.java:96)
07:52:06 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:52:06 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:52:06 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:52:06 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:52:06 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
07:52:06 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
07:52:06 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
07:52:06 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
07:52:06 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
07:52:06 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
07:52:06 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
07:52:06 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
07:52:06 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
07:52:06 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
07:52:06 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
07:52:06 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
07:52:06 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
07:52:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
07:52:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
07:52:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
07:52:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
07:52:06 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
07:52:06 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
07:52:06 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
07:52:06 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
07:52:06 Scout SdkLog: Failed toString() invocation on an object of type [org.eclipse.scout.sdk.core.util.SdkLogTest$ClassWithToStringThrowingNpeFixture]
07:52:06 java.lang.NullPointerException: NPE of test class org.eclipse.scout.sdk.core.util.SdkLogTest
07:52:06 	at org.eclipse.scout.sdk.core.util.SdkLogTest$ClassWithToStringThrowingNpeFixture.toString(SdkLogTest.java:156)
07:52:06 	at org.eclipse.scout.sdk.core.util.SdkLog.safeObjectToString(SdkLog.java:223)
07:52:06 	at org.eclipse.scout.sdk.core.util.SdkLog.toString(SdkLog.java:159)
07:52:06 	at org.eclipse.scout.sdk.core.util.SdkLog.handlePlaceholders(SdkLog.java:149)
07:52:06 	at org.eclipse.scout.sdk.core.util.SdkLog.log(SdkLog.java:93)
07:52:06 	at org.eclipse.scout.sdk.core.util.SdkLog.error(SdkLog.java:317)
07:52:06 	at org.eclipse.scout.sdk.core.util.SdkLogTest$1.run(SdkLogTest.java:104)
07:52:06 	at org.eclipse.scout.sdk.core.util.SdkLogTest.runWithPrivateLogger(SdkLogTest.java:193)
07:52:06 	at org.eclipse.scout.sdk.core.util.SdkLogTest.testLogOfObjectWithToStringThrowingException(SdkLogTest.java:101)
07:52:06 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:52:06 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:52:06 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:52:06 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:52:06 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
07:52:06 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
07:52:06 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
07:52:06 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
07:52:06 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
07:52:06 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
07:52:06 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
07:52:06 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
07:52:06 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
07:52:06 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
07:52:06 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
07:52:06 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
07:52:06 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
07:52:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
07:52:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
07:52:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
07:52:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
07:52:06 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
07:52:06 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
07:52:06 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
07:52:06 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
07:52:06 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 s - in org.eclipse.scout.sdk.core.util.SdkLogTest
07:52:06 [INFO] Running org.eclipse.scout.sdk.core.util.JavaEnvironmentImportExportTest
07:52:06 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.701 s - in org.eclipse.scout.sdk.core.util.JavaEnvironmentImportExportTest
07:52:06 [INFO] Running org.eclipse.scout.sdk.core.util.CoreUtilsTest
07:52:07 [INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.518 s - in org.eclipse.scout.sdk.core.util.CoreUtilsTest
07:52:07 [INFO] Running org.eclipse.scout.sdk.core.sourcebuilder.SourceModelRoundtripTest
07:52:07 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 s - in org.eclipse.scout.sdk.core.sourcebuilder.SourceModelRoundtripTest
07:52:07 [INFO] Running org.eclipse.scout.sdk.core.signature.SignatureUtilsTest
07:52:07 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.scout.sdk.core.signature.SignatureUtilsTest
07:52:07 [INFO] Running org.eclipse.scout.sdk.core.signature.SignatureTest
07:52:07 [INFO] Tests run: 189, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s - in org.eclipse.scout.sdk.core.signature.SignatureTest
07:52:07 [INFO] Running org.eclipse.scout.sdk.core.model.sugar.QueryTest
07:52:07 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.277 s - in org.eclipse.scout.sdk.core.model.sugar.QueryTest
07:52:07 [INFO] Running org.eclipse.scout.sdk.core.model.spi.internal.metavalue.MetaValueFactoryTest
07:52:07 [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.scout.sdk.core.model.spi.internal.metavalue.MetaValueFactoryTest
07:52:07 [INFO] Running org.eclipse.scout.sdk.core.model.spi.internal.CompositeObjectTest
07:52:07 [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
07:52:07 [INFO] Running org.eclipse.scout.sdk.core.model.spi.internal.ClasspathBuilderTest
07:52:07 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.scout.sdk.core.model.spi.internal.ClasspathBuilderTest
07:52:07 [INFO] Running org.eclipse.scout.sdk.core.model.TypeTest
07:52:08 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s - in org.eclipse.scout.sdk.core.model.TypeTest
07:52:08 [INFO] Running org.eclipse.scout.sdk.core.model.TypeParameterTest
07:52:08 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.sdk.core.model.TypeParameterTest
07:52:08 [INFO] Running org.eclipse.scout.sdk.core.model.SourceRangeTest
07:52:08 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.sdk.core.model.SourceRangeTest
07:52:08 [INFO] Running org.eclipse.scout.sdk.core.model.PrimitiveTypeTest
07:52:08 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.scout.sdk.core.model.PrimitiveTypeTest
07:52:08 [INFO] Running org.eclipse.scout.sdk.core.model.PackageTest
07:52:08 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.sdk.core.model.PackageTest
07:52:08 [INFO] Running org.eclipse.scout.sdk.core.model.MethodTest
07:52:08 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.sdk.core.model.MethodTest
07:52:08 [INFO] Running org.eclipse.scout.sdk.core.model.MethodParameterTest
07:52:08 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.sdk.core.model.MethodParameterTest
07:52:08 [INFO] Running org.eclipse.scout.sdk.core.model.ManagedAnnotationTest
07:52:08 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.233 s - in org.eclipse.scout.sdk.core.model.ManagedAnnotationTest
07:52:08 [INFO] Running org.eclipse.scout.sdk.core.model.ImportDeclarationTest
07:52:08 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.sdk.core.model.ImportDeclarationTest
07:52:08 [INFO] Running org.eclipse.scout.sdk.core.model.GenericMethodTest
07:52:08 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.17 s - in org.eclipse.scout.sdk.core.model.GenericMethodTest
07:52:08 [INFO] Running org.eclipse.scout.sdk.core.model.FieldTest
07:52:08 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.scout.sdk.core.model.FieldTest
07:52:08 [INFO] Running org.eclipse.scout.sdk.core.model.CreateAndOverrideNewCompilationUnitTest
07:52:08 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s - in org.eclipse.scout.sdk.core.model.CreateAndOverrideNewCompilationUnitTest
07:52:08 [INFO] Running org.eclipse.scout.sdk.core.model.CompilationUnitTest
07:52:08 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s - in org.eclipse.scout.sdk.core.model.CompilationUnitTest
07:52:08 [INFO] Running org.eclipse.scout.sdk.core.model.ArrayTypeTest
07:52:08 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.scout.sdk.core.model.ArrayTypeTest
07:52:08 [INFO] Running org.eclipse.scout.sdk.core.model.AnnotationTest
07:52:08 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.scout.sdk.core.model.AnnotationTest
07:52:08 [INFO] Running org.eclipse.scout.sdk.core.model.AnnotationSourceTest
07:52:08 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 s - in org.eclipse.scout.sdk.core.model.AnnotationSourceTest
07:52:08 [INFO] Running org.eclipse.scout.sdk.core.model.AnnotationQueryTest
07:52:08 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s - in org.eclipse.scout.sdk.core.model.AnnotationQueryTest
07:52:08 [INFO] Running org.eclipse.scout.sdk.core.model.AnnotationElementTest
07:52:08 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.sdk.core.model.AnnotationElementTest
07:52:08 [INFO] Running org.eclipse.scout.sdk.core.importvalidator.ImportValidatorTest
07:52:08 [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s - in org.eclipse.scout.sdk.core.importvalidator.ImportValidatorTest
07:52:09 [INFO] 
07:52:09 [INFO] Results:
07:52:09 [INFO] 
07:52:09 [INFO] Tests run: 364, Failures: 0, Errors: 0, Skipped: 0
07:52:09 [INFO] 
07:52:09 [INFO] 
07:52:09 [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ org.eclipse.scout.sdk.core.test ---
07:52:09 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-9.0.0-SNAPSHOT.jar
07:52:09 [INFO] 
07:52:09 [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.core.test ---
07:52:09 [INFO] Skipping because packaging 'jar' is not pom.
07:52:09 [INFO] 
07:52:09 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.core.test ---
07:52:09 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-9.0.0-SNAPSHOT-tests.jar
07:52:09 [INFO] 
07:52:09 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.core.test ---
07:52:09 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-9.0.0-SNAPSHOT-test-sources.jar
07:52:09 [INFO] 
07:52:09 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.core.test ---
07:52:09 [INFO] Checking compile classpath
07:52:09 [INFO] Checking runtime classpath
07:52:09 [INFO] Checking test classpath
07:52:09 [INFO] 
07:52:09 [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.core.test ---
07:52:09 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
07:52:09 [INFO] 
07:52:09 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.core.test ---
07:52:09 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-9.0.0-SNAPSHOT-sources.jar
07:52:09 [INFO] 
07:52:09 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.scout.sdk.core.test ---
07:52:09 [INFO] Skip jar signing
07:52:09 [INFO] 
07:52:09 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.core.test ---
07:52:09 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.test/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.test-9.0.0-SNAPSHOT.jar
07:52:09 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.core.test/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.test/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.test-9.0.0-SNAPSHOT.pom
07:52:09 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-9.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.test/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.test-9.0.0-SNAPSHOT-tests.jar
07:52:09 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-9.0.0-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.test/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.test-9.0.0-SNAPSHOT-test-sources.jar
07:52:09 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-9.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.test/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.test-9.0.0-SNAPSHOT-sources.jar
07:52:09 [INFO] 
07:52:09 [INFO] ---------< org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s >---------
07:52:09 [INFO] Building org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s 9.0.0-SNAPSHOT [7/15]
07:52:09 [INFO] --------------------------------[ jar ]---------------------------------
07:52:19 [INFO] 
07:52:19 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.core.s ---
07:52:19 [INFO] 
07:52:19 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.core.s ---
07:52:19 [INFO] Skipping Rule Enforcement.
07:52:19 [INFO] 
07:52:19 [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.sdk.core.s ---
07:52:20 [INFO] 
07:52:20 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk.core.s ---
07:52:20 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.core.s/../org.eclipse.scout.sdk/target/jacoco-all.exec
07:52:20 [INFO] 
07:52:20 [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.core.s ---
07:52:20 [INFO] 
07:52:20 [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.core.s ---
07:52:20 [INFO] 
07:52:20 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.core.s ---
07:52:20 [INFO] Using 'UTF-8' encoding to copy filtered resources.
07:52:20 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.core.s/src/main/resources
07:52:20 [INFO] Copying 2 resources
07:52:20 [INFO] 
07:52:20 [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.core.s ---
07:52:20 [INFO] Changes detected - recompiling the module!
07:52:20 [INFO] Compiling 50 source files to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.core.s/target/classes
07:52:20 [INFO] 
07:52:20 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.core.s ---
07:52:20 [INFO] Using 'UTF-8' encoding to copy filtered resources.
07:52:20 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.core.s/src/test/resources
07:52:20 [INFO] 
07:52:20 [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.core.s ---
07:52:20 [INFO] No sources to compile
07:52:20 [INFO] 
07:52:20 [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.core.s ---
07:52:20 [INFO] No tests to run.
07:52:20 [INFO] 
07:52:20 [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ org.eclipse.scout.sdk.core.s ---
07:52:20 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.core.s/target/org.eclipse.scout.sdk.core.s-9.0.0-SNAPSHOT.jar
07:52:20 [INFO] 
07:52:20 [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.core.s ---
07:52:20 [INFO] Skipping because packaging 'jar' is not pom.
07:52:20 [INFO] 
07:52:20 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.core.s ---
07:52:20 [INFO] Skipping packaging of the test-jar
07:52:20 [INFO] 
07:52:20 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.core.s ---
07:52:20 [INFO] No sources in project. Archive not created.
07:52:20 [INFO] 
07:52:20 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.core.s ---
07:52:20 [INFO] Checking compile classpath
07:52:21 [INFO] Checking runtime classpath
07:52:21 [INFO] Checking test classpath
07:52:21 [INFO] 
07:52:21 [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.core.s ---
07:52:21 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
07:52:21 [INFO] 
07:52:21 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.core.s ---
07:52:21 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.core.s/target/org.eclipse.scout.sdk.core.s-9.0.0-SNAPSHOT-sources.jar
07:52:21 [INFO] 
07:52:21 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.scout.sdk.core.s ---
07:52:21 [INFO] Skip jar signing
07:52:21 [INFO] 
07:52:21 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.core.s ---
07:52:21 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.core.s/target/org.eclipse.scout.sdk.core.s-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s-9.0.0-SNAPSHOT.jar
07:52:21 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.core.s/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s-9.0.0-SNAPSHOT.pom
07:52:21 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.core.s/target/org.eclipse.scout.sdk.core.s-9.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s-9.0.0-SNAPSHOT-sources.jar
07:52:21 [INFO] 
07:52:21 [INFO] ------< org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s.test >-------
07:52:21 [INFO] Building org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s.test 9.0.0-SNAPSHOT [8/15]
07:52:21 [INFO] --------------------------------[ jar ]---------------------------------
07:52:29 [INFO] 
07:52:29 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.core.s.test ---
07:52:29 [INFO] 
07:52:29 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.core.s.test ---
07:52:29 [INFO] Skipping Rule Enforcement.
07:52:29 [INFO] 
07:52:29 [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.sdk.core.s.test ---
07:52:30 [INFO] 
07:52:30 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk.core.s.test ---
07:52:30 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.core.s.test/../org.eclipse.scout.sdk/target/jacoco-all.exec
07:52:30 [INFO] 
07:52:30 [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.core.s.test ---
07:52:30 [INFO] 
07:52:30 [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.core.s.test ---
07:52:30 [INFO] 
07:52:30 [INFO] --- build-helper-maven-plugin:3.0.0:add-source (add-source) @ org.eclipse.scout.sdk.core.s.test ---
07:52:30 [INFO] Source directory: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.core.s.test/src/main/client added.
07:52:30 [INFO] Source directory: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.core.s.test/src/main/shared added.
07:52:30 [INFO] 
07:52:30 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.core.s.test ---
07:52:30 [INFO] Using 'UTF-8' encoding to copy filtered resources.
07:52:30 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.core.s.test/src/main/resources
07:52:30 [INFO] Copying 2 resources
07:52:30 [INFO] 
07:52:30 [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.core.s.test ---
07:52:30 [INFO] Changes detected - recompiling the module!
07:52:30 [INFO] Compiling 141 source files to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.core.s.test/target/classes
07:52:31 [INFO] 
07:52:31 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.core.s.test ---
07:52:31 [INFO] Using 'UTF-8' encoding to copy filtered resources.
07:52:31 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.core.s.test/src/test/resources
07:52:31 [INFO] 
07:52:31 [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.core.s.test ---
07:52:31 [INFO] Changes detected - recompiling the module!
07:52:31 [INFO] Compiling 36 source files to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.core.s.test/target/test-classes
07:52:31 [INFO] 
07:52:31 [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.core.s.test ---
07:52:31 [INFO] 
07:52:31 [INFO] -------------------------------------------------------
07:52:31 [INFO]  T E S T S
07:52:31 [INFO] -------------------------------------------------------
07:52:31 [INFO] Running org.eclipse.scout.sdk.core.s.util.CoreScoutUtilsTest
07:52:33 [WARNING]: The @Order value 100000000000000000 is very large and therefore may not be precise enough. It is recommended to use a lower value.
07:52:33 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.684 s - in org.eclipse.scout.sdk.core.s.util.CoreScoutUtilsTest
07:52:33 [INFO] Running org.eclipse.scout.sdk.core.s.structured.WellformTest
07:52:35 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.564 s - in org.eclipse.scout.sdk.core.s.structured.WellformTest
07:52:35 [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.testcase.TestSourceBuilderTest
07:52:35 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.testcase.TestSourceBuilderTest
07:52:35 [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.page.PageSourceBuilderTest
07:52:35 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.273 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.page.PageSourceBuilderTest
07:52:35 [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.lookupcall.LookupCallSourceBuilderTest
07:52:35 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.lookupcall.LookupCallSourceBuilderTest
07:52:35 [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.form.FormSourceBuilderTest
07:52:35 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.14 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.form.FormSourceBuilderTest
07:52:35 [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.TableFieldWithIgnoredColumnsTest
07:52:36 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.952 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.TableFieldWithIgnoredColumnsTest
07:52:36 [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.TableFieldFormTest
07:52:37 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.437 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.TableFieldFormTest
07:52:37 [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.TableFieldExtensionTest
07:52:37 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.131 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.TableFieldExtensionTest
07:52:37 [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.TableFieldBeanTest
07:52:38 [WARNING]: Column 'formdata.client.ui.forms.ColumnWithoutTypeForm$MainBox$MyTableField$Table$MyColumn' has no value type.
07:52:38 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.632 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.TableFieldBeanTest
07:52:38 [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.SimpleFormTest
07:52:39 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.SimpleFormTest
07:52:39 [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ScopeTest
07:52:39 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.183 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ScopeTest
07:52:39 [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ReplacingPageTest
07:52:39 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.146 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ReplacingPageTest
07:52:39 [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ReplacingFormTest
07:52:39 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ReplacingFormTest
07:52:39 [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ReplaceWithTemplatesTest
07:52:39 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.397 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ReplaceWithTemplatesTest
07:52:39 [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ReplaceFormFieldTest
07:52:40 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.361 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ReplaceFormFieldTest
07:52:40 [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.PageBeanDataTest
07:52:40 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.779 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.PageBeanDataTest
07:52:40 [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.NestedMultiLevelFormFieldTest
07:52:41 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.26 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.NestedMultiLevelFormFieldTest
07:52:41 [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.MixedValueFieldTest
07:52:41 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.MixedValueFieldTest
07:52:41 [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.MasterFieldFormDataTest
07:52:41 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.MasterFieldFormDataTest
07:52:41 [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ListBoxFormTest
07:52:41 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ListBoxFormTest
07:52:41 [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.IgnoredFieldsFormTest
07:52:41 [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
07:52:41 [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.FormWithTemplateTest
07:52:41 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.FormWithTemplateTest
07:52:41 [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.FormWithGroupboxesTest
07:52:41 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.FormWithGroupboxesTest
07:52:41 [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.FormPropertiesTest
07:52:41 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.FormPropertiesTest
07:52:41 [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.FormFieldMenuTest
07:52:41 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.FormFieldMenuTest
07:52:41 [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ExternalTableFieldTest
07:52:41 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.131 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ExternalTableFieldTest
07:52:41 [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ExternalGroupboxTest
07:52:41 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ExternalGroupboxTest
07:52:41 [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ExternalCheckboxFieldTest
07:52:41 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ExternalCheckboxFieldTest
07:52:41 [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ExtensionFormDataTest
07:52:42 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.278 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ExtensionFormDataTest
07:52:42 [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.AnnotationCopyTest
07:52:42 [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
07:52:42 [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.codetype.CodeTypeSourceBuilderTest
07:52:42 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.codetype.CodeTypeSourceBuilderTest
07:52:42 [INFO] Running org.eclipse.scout.sdk.core.s.project.ScoutProjectNewTest
07:52:54 [WARNING]: Don't override file /tmp/CoreScoutTestingUtils-projectDir11449820005897709502/artifact/artifact/pom.xml
07:53:03 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir11449820005897709502/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[5] 
07:53:03 	import org.eclipse.scout.rt.shared.ISession;
07:53:03 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
07:53:03 The import org.eclipse.scout.rt.shared.ISession is never used
07:53:03 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir11449820005897709502/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[7] 
07:53:03 	import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService;
07:53:03 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
07:53:03 The import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService is never used
07:53:03 2 problems (2 warnings)
07:53:16 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir11449820005897709502/artifact/artifact.client/src/main/java/group/artifact/client/ClientSession.java:[4] 
07:53:16 	import org.eclipse.scout.rt.client.IClientSession;
07:53:16 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
07:53:16 The import org.eclipse.scout.rt.client.IClientSession is never used
07:53:16 1 problem (1 warning)
07:53:16 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir11449820005897709502/artifact/artifact.client/src/test/java/group/artifact/client/helloworld/HelloWorldFormTest.java:[8] 
07:53:16 	import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField;
07:53:16 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
07:53:16 The import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField is never used
07:53:16 1 problem (1 warning)
07:53:19 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 37.035 s - in org.eclipse.scout.sdk.core.s.project.ScoutProjectNewTest
07:53:19 [INFO] Running org.eclipse.scout.sdk.core.s.jaxws.JaxWsUtilsTest
07:53:19 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s - in org.eclipse.scout.sdk.core.s.jaxws.JaxWsUtilsTest
07:53:19 [INFO] Running org.eclipse.scout.sdk.core.s.jaxws.JaxWsModuleNewHelperTest
07:53:19 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.scout.sdk.core.s.jaxws.JaxWsModuleNewHelperTest
07:53:19 [INFO] Running org.eclipse.scout.sdk.core.s.ScoutRuntimeTypesTest
07:53:19 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 s - in org.eclipse.scout.sdk.core.s.ScoutRuntimeTypesTest
07:53:19 [INFO] 
07:53:19 [INFO] Results:
07:53:19 [INFO] 
07:53:19 [INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0
07:53:19 [INFO] 
07:53:19 [INFO] 
07:53:19 [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ org.eclipse.scout.sdk.core.s.test ---
07:53:19 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-9.0.0-SNAPSHOT.jar
07:53:19 [INFO] 
07:53:19 [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.core.s.test ---
07:53:19 [INFO] Skipping because packaging 'jar' is not pom.
07:53:19 [INFO] 
07:53:19 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.core.s.test ---
07:53:19 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-9.0.0-SNAPSHOT-tests.jar
07:53:19 [INFO] 
07:53:19 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.core.s.test ---
07:53:20 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-9.0.0-SNAPSHOT-test-sources.jar
07:53:20 [INFO] 
07:53:20 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.core.s.test ---
07:53:20 [INFO] Checking compile classpath
07:53:20 [INFO] Checking runtime classpath
07:53:20 [INFO] Checking test classpath
07:53:20 [INFO] 
07:53:20 [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.core.s.test ---
07:53:20 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
07:53:21 [INFO] 
07:53:21 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.core.s.test ---
07:53:21 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-9.0.0-SNAPSHOT-sources.jar
07:53:21 [INFO] 
07:53:21 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.scout.sdk.core.s.test ---
07:53:21 [INFO] Skip jar signing
07:53:21 [INFO] 
07:53:21 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.core.s.test ---
07:53:21 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s.test/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s.test-9.0.0-SNAPSHOT.jar
07:53:21 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.core.s.test/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s.test/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s.test-9.0.0-SNAPSHOT.pom
07:53:21 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-9.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s.test/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s.test-9.0.0-SNAPSHOT-tests.jar
07:53:21 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-9.0.0-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s.test/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s.test-9.0.0-SNAPSHOT-test-sources.jar
07:53:21 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-9.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s.test/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s.test-9.0.0-SNAPSHOT-sources.jar
07:53:21 [INFO] 
07:53:21 [INFO] --------< org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e >---------
07:53:21 [INFO] Building org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e 9.0.0-SNAPSHOT [9/15]
07:53:21 [INFO] -------------------------------[ bundle ]-------------------------------
07:53:25 [INFO] 
07:53:25 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.s2e ---
07:53:25 [INFO] 
07:53:25 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e ---
07:53:25 [INFO] Skipping Rule Enforcement.
07:53:25 [INFO] 
07:53:25 [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.sdk.s2e ---
07:53:26 [INFO] 
07:53:26 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk.s2e ---
07:53:26 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.s2e/../org.eclipse.scout.sdk/target/jacoco-all.exec
07:53:26 [INFO] 
07:53:26 [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e ---
07:53:26 [INFO] 
07:53:26 [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e ---
07:53:26 [INFO] 
07:53:26 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.s2e ---
07:53:26 [INFO] Using 'UTF-8' encoding to copy filtered resources.
07:53:26 [INFO] Copying 2 resources
07:53:26 [INFO] Copying 5 resources
07:53:26 [INFO] 
07:53:26 [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.s2e ---
07:53:26 [INFO] Changes detected - recompiling the module!
07:53:26 [INFO] Compiling 58 source files to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.s2e/target/classes
07:53:27 [INFO] 
07:53:27 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e ---
07:53:27 [INFO] Using 'UTF-8' encoding to copy filtered resources.
07:53:27 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.s2e/src/test/resources
07:53:27 [INFO] 
07:53:27 [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e ---
07:53:27 [INFO] No sources to compile
07:53:27 [INFO] 
07:53:27 [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.s2e ---
07:53:27 [INFO] No tests to run.
07:53:27 [INFO] 
07:53:27 [INFO] --- maven-bundle-plugin:4.1.0:bundle (default-bundle) @ org.eclipse.scout.sdk.s2e ---
07:53:28 [INFO] 
07:53:28 [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.s2e ---
07:53:28 [INFO] Skipping because packaging 'bundle' is not pom.
07:53:28 [INFO] 
07:53:28 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e ---
07:53:28 [INFO] Skipping packaging of the test-jar
07:53:28 [INFO] 
07:53:28 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e ---
07:53:28 [INFO] No sources in project. Archive not created.
07:53:28 [INFO] 
07:53:28 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.s2e ---
07:53:28 [INFO] Checking compile classpath
07:53:29 [INFO] Checking runtime classpath
07:53:29 [INFO] Checking test classpath
07:53:29 [INFO] 
07:53:29 [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.s2e ---
07:53:29 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
07:53:30 [INFO] 
07:53:30 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e ---
07:53:30 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-9.0.0-SNAPSHOT-sources.jar
07:53:30 [INFO] 
07:53:30 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.scout.sdk.s2e ---
07:53:30 [INFO] Skip jar signing
07:53:30 [INFO] 
07:53:30 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e ---
07:53:30 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e-9.0.0-SNAPSHOT.jar
07:53:30 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.s2e/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e-9.0.0-SNAPSHOT.pom
07:53:30 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-9.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e-9.0.0-SNAPSHOT-sources.jar
07:53:30 [INFO] 
07:53:30 [INFO] --- maven-bundle-plugin:4.1.0:install (default-install) @ org.eclipse.scout.sdk.s2e ---
07:53:30 [INFO] Local OBR update disabled (enable with -DobrRepository)
07:53:30 [INFO] 
07:53:30 [INFO] ------< org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.test >------
07:53:30 [INFO] Building org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.test 9.0.0-SNAPSHOT [10/15]
07:53:30 [INFO] --------------------------------[ jar ]---------------------------------
07:53:31 [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
07:53:31 [INFO] 
07:53:31 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.s2e.test ---
07:53:31 [INFO] 
07:53:31 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e.test ---
07:53:31 [INFO] Skipping Rule Enforcement.
07:53:31 [INFO] 
07:53:31 [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.sdk.s2e.test ---
07:53:31 [INFO] 
07:53:31 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.test ---
07:53:31 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.s2e.test/../org.eclipse.scout.sdk/target/jacoco-all.exec
07:53:31 [INFO] 
07:53:31 [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.test ---
07:53:31 [INFO] 
07:53:31 [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.test ---
07:53:31 [INFO] 
07:53:31 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.s2e.test ---
07:53:31 [INFO] Using 'UTF-8' encoding to copy filtered resources.
07:53:31 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.s2e.test/src/main/resources
07:53:31 [INFO] Copying 2 resources
07:53:31 [INFO] 
07:53:31 [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.s2e.test ---
07:53:31 [INFO] Changes detected - recompiling the module!
07:53:31 [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.s2e.test/target/classes
07:53:32 [INFO] 
07:53:32 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.test ---
07:53:32 [INFO] Using 'UTF-8' encoding to copy filtered resources.
07:53:32 [INFO] Copying 7 resources
07:53:32 [INFO] 
07:53:32 [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.test ---
07:53:32 [INFO] Changes detected - recompiling the module!
07:53:32 [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.s2e.test/target/test-classes
07:53:32 [INFO] 
07:53:32 [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.s2e.test ---
07:53:32 [INFO] 
07:53:32 [INFO] -------------------------------------------------------
07:53:32 [INFO]  T E S T S
07:53:32 [INFO] -------------------------------------------------------
07:53:33 [INFO] Running org.eclipse.scout.sdk.s2e.util.ScoutTierTest
07:53:34 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.014 s - in org.eclipse.scout.sdk.s2e.util.ScoutTierTest
07:53:34 [INFO] Running org.eclipse.scout.sdk.s2e.util.ScoutStatusTest
07:53:34 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.eclipse.scout.sdk.s2e.util.ScoutStatusTest
07:53:34 [INFO] Running org.eclipse.scout.sdk.s2e.test.ApiTest
07:53:35 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.915 s - in org.eclipse.scout.sdk.s2e.test.ApiTest
07:53:35 [INFO] Running org.eclipse.scout.sdk.s2e.operation.permission.PermissionNewOperationTest
07:53:36 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.93 s - in org.eclipse.scout.sdk.s2e.operation.permission.PermissionNewOperationTest
07:53:36 [INFO] Running org.eclipse.scout.sdk.s2e.operation.page.PageNewOperationTest
07:53:41 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.749 s - in org.eclipse.scout.sdk.s2e.operation.page.PageNewOperationTest
07:53:41 [INFO] Running org.eclipse.scout.sdk.s2e.operation.lookupcall.LookupCallNewOperationTest
07:53:42 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.764 s - in org.eclipse.scout.sdk.s2e.operation.lookupcall.LookupCallNewOperationTest
07:53:42 [INFO] Running org.eclipse.scout.sdk.s2e.operation.jaxws.WebServiceUpdateOperationTest
07:53:48 [WARNING]: Don't override file /tmp/CoreScoutTestingUtils-projectDir7161524979304753987/artifact/artifact/pom.xml
07:53:54 [WARNING]: CP Don't override file /tmp/jaxws-module-tmp7746860090016411579/artifact.server.jaxws/src/main/resources/META-INF/scout.xml
07:56:30 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir7161524979304753987/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/provider/multifile/ErrorResponse.java:[15] 
07:56:30 	public class ErrorResponse
07:56:30 	             ^^^^^^^^^^^^^
07:56:30 The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long
07:56:30 2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
07:56:30 3. WARNING: Annotation processing: Generate entry point for endpoint interface 'test.provider.multifile.IScoutQueryInterface2PortType' [entryPoint=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint, wsdl:portType=scoutQueryInterface2, wsdl:service=scoutQuery, wsdl:port=scoutQueryPort] [processor=JaxWsAnnotationProcessor]
07:56:30 4. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.WsProviderCorrelationIdHandler, handlerDelegate=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_WsProviderCorrelationIdHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
07:56:30 5. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.LogHandler, handlerDelegate=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_LogHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
07:56:30 6. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
07:56:30 7. WARNING: Annotation processing: Generate handler chain XML-file [file=ScoutQueryInterface2WebServiceEntryPoint_handler-chain.xml, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
07:56:30 8. WARNING: Annotation processing: Entry point successfully generated. [entryPoint=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType, entryPointDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition] [processor=JaxWsAnnotationProcessor]
07:56:30 9. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
07:56:30 10. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
07:56:30 10 problems (10 warnings)
07:56:35 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir7161524979304753987/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[5] 
07:56:35 	import org.eclipse.scout.rt.shared.ISession;
07:56:35 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
07:56:35 The import org.eclipse.scout.rt.shared.ISession is never used
07:56:35 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir7161524979304753987/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[7] 
07:56:35 	import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService;
07:56:35 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
07:56:35 The import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService is never used
07:56:35 2 problems (2 warnings)
07:57:08 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir7161524979304753987/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/provider/multifile/ErrorResponse.java:[15] 
07:57:08 	public class ErrorResponse
07:57:08 	             ^^^^^^^^^^^^^
07:57:08 The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long
07:57:08 2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
07:57:08 3. WARNING: Annotation processing: Generate entry point for endpoint interface 'test.provider.multifile.IScoutQueryInterface2PortType' [entryPoint=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint, wsdl:portType=scoutQueryInterface2, wsdl:service=scoutQuery, wsdl:port=scoutQueryPort] [processor=JaxWsAnnotationProcessor]
07:57:08 4. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.WsProviderCorrelationIdHandler, handlerDelegate=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_WsProviderCorrelationIdHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
07:57:08 5. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.LogHandler, handlerDelegate=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_LogHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
07:57:08 6. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
07:57:08 7. WARNING: Annotation processing: Generate handler chain XML-file [file=ScoutQueryInterface2WebServiceEntryPoint_handler-chain.xml, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
07:57:08 8. WARNING: Annotation processing: Entry point successfully generated. [entryPoint=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType, entryPointDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition] [processor=JaxWsAnnotationProcessor]
07:57:08 9. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
07:57:08 10. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
07:57:08 10 problems (10 warnings)
07:57:11 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir7161524979304753987/artifact/artifact.client/src/main/java/group/artifact/client/ClientSession.java:[4] 
07:57:11 	import org.eclipse.scout.rt.client.IClientSession;
07:57:11 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
07:57:11 The import org.eclipse.scout.rt.client.IClientSession is never used
07:57:11 1 problem (1 warning)
07:57:11 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir7161524979304753987/artifact/artifact.client/src/test/java/group/artifact/client/helloworld/HelloWorldFormTest.java:[8] 
07:57:11 	import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField;
07:57:11 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
07:57:11 The import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField is never used
07:57:11 1 problem (1 warning)
07:57:19 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir7161524979304753987/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[5] 
07:57:19 	import org.eclipse.scout.rt.shared.ISession;
07:57:19 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
07:57:19 The import org.eclipse.scout.rt.shared.ISession is never used
07:57:19 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir7161524979304753987/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[7] 
07:57:19 	import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService;
07:57:19 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
07:57:19 The import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService is never used
07:57:19 2 problems (2 warnings)
07:57:52 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir7161524979304753987/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/provider/newMultiFile/ErrorResponse.java:[15] 
07:57:52 	public class ErrorResponse
07:57:52 	             ^^^^^^^^^^^^^
07:57:52 The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long
07:57:52 2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
07:57:52 3. WARNING: Annotation processing: Generate entry point for endpoint interface 'test.provider.newMultiFile.IChangedPortType' [entryPoint=entry.point.changedpackage.ChangedEntryPointName, wsdl:portType=scoutQueryInterface2, wsdl:service=scoutQuery, wsdl:port=scoutQueryPort] [processor=JaxWsAnnotationProcessor]
07:57:52 4. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.WsProviderCorrelationIdHandler, handlerDelegate=entry.point.changedpackage.ChangedEntryPointName_WsProviderCorrelationIdHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.newMultiFile.IChangedPortType] [processor=JaxWsAnnotationProcessor]
07:57:52 5. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.LogHandler, handlerDelegate=entry.point.changedpackage.ChangedEntryPointName_LogHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.newMultiFile.IChangedPortType] [processor=JaxWsAnnotationProcessor]
07:57:52 6. WARNING: Annotation processing: Generate AuthHandler [authHandler=entry.point.changedpackage.ChangedEntryPointName_AuthHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.newMultiFile.IChangedPortType] [processor=JaxWsAnnotationProcessor]
07:57:52 7. WARNING: Annotation processing: Generate handler chain XML-file [file=ChangedEntryPointName_handler-chain.xml, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.newMultiFile.IChangedPortType] [processor=JaxWsAnnotationProcessor]
07:57:52 8. WARNING: Annotation processing: Entry point successfully generated. [entryPoint=entry.point.changedpackage.ChangedEntryPointName, endpointInterface=test.provider.newMultiFile.IChangedPortType, entryPointDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition] [processor=JaxWsAnnotationProcessor]
07:57:52 9. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
07:57:52 10. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
07:57:52 10 problems (10 warnings)
07:57:54 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir7161524979304753987/artifact/artifact.client/src/main/java/group/artifact/client/ClientSession.java:[4] 
07:57:54 	import org.eclipse.scout.rt.client.IClientSession;
07:57:54 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
07:57:54 The import org.eclipse.scout.rt.client.IClientSession is never used
07:57:54 1 problem (1 warning)
07:57:54 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir7161524979304753987/artifact/artifact.client/src/test/java/group/artifact/client/helloworld/HelloWorldFormTest.java:[8] 
07:57:54 	import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField;
07:57:54 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
07:57:54 The import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField is never used
07:57:54 1 problem (1 warning)
07:58:02 [WARNING]: Don't override file /tmp/CoreScoutTestingUtils-projectDir10868938775182877838/artifact/artifact/pom.xml
07:58:06 [WARNING]: CP Don't override file /tmp/jaxws-module-tmp8647497173802261919/artifact.server.jaxws/src/main/resources/META-INF/scout.xml
07:59:13 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir10868938775182877838/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/consumer/multifile/ErrorResponse.java:[15] 
07:59:13 	public class ErrorResponse
07:59:13 	             ^^^^^^^^^^^^^
07:59:13 The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long
07:59:13 2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
07:59:13 3. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multifile.IScoutQueryInterface2PortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
07:59:13 4. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
07:59:13 4 problems (4 warnings)
07:59:17 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir10868938775182877838/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[5] 
07:59:17 	import org.eclipse.scout.rt.shared.ISession;
07:59:17 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
07:59:17 The import org.eclipse.scout.rt.shared.ISession is never used
07:59:17 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir10868938775182877838/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[7] 
07:59:17 	import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService;
07:59:17 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
07:59:17 The import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService is never used
07:59:17 2 problems (2 warnings)
07:59:50 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir10868938775182877838/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/consumer/multifile/ErrorResponse.java:[15] 
07:59:50 	public class ErrorResponse
07:59:50 	             ^^^^^^^^^^^^^
07:59:50 The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long
07:59:50 2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
07:59:50 3. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multifile.IScoutQueryInterface2PortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
07:59:50 4. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
07:59:50 4 problems (4 warnings)
07:59:53 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir10868938775182877838/artifact/artifact.client/src/main/java/group/artifact/client/ClientSession.java:[4] 
07:59:53 	import org.eclipse.scout.rt.client.IClientSession;
07:59:53 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
07:59:53 The import org.eclipse.scout.rt.client.IClientSession is never used
07:59:53 1 problem (1 warning)
07:59:53 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir10868938775182877838/artifact/artifact.client/src/test/java/group/artifact/client/helloworld/HelloWorldFormTest.java:[8] 
07:59:53 	import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField;
07:59:53 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
07:59:53 The import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField is never used
07:59:53 1 problem (1 warning)
08:00:01 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir10868938775182877838/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[5] 
08:00:01 	import org.eclipse.scout.rt.shared.ISession;
08:00:01 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
08:00:01 The import org.eclipse.scout.rt.shared.ISession is never used
08:00:01 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir10868938775182877838/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[7] 
08:00:01 	import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService;
08:00:01 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
08:00:01 The import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService is never used
08:00:01 2 problems (2 warnings)
08:00:34 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir10868938775182877838/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/consumer/newMultiFile/ErrorResponse.java:[15] 
08:00:34 	public class ErrorResponse
08:00:34 	             ^^^^^^^^^^^^^
08:00:34 The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long
08:00:34 2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
08:00:34 3. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.newMultiFile.IChangedPortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
08:00:34 4. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
08:00:34 4 problems (4 warnings)
08:00:37 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir10868938775182877838/artifact/artifact.client/src/main/java/group/artifact/client/ClientSession.java:[4] 
08:00:37 	import org.eclipse.scout.rt.client.IClientSession;
08:00:37 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
08:00:37 The import org.eclipse.scout.rt.client.IClientSession is never used
08:00:37 1 problem (1 warning)
08:00:37 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir10868938775182877838/artifact/artifact.client/src/test/java/group/artifact/client/helloworld/HelloWorldFormTest.java:[8] 
08:00:37 	import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField;
08:00:37 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
08:00:37 The import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField is never used
08:00:37 1 problem (1 warning)
08:00:39 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 417.16 s - in org.eclipse.scout.sdk.s2e.operation.jaxws.WebServiceUpdateOperationTest
08:00:39 [INFO] Running org.eclipse.scout.sdk.s2e.operation.jaxws.WebServiceNewOperationTest
08:00:44 [WARNING]: Don't override file /tmp/CoreScoutTestingUtils-projectDir12539049669934878289/artifact/artifact/pom.xml
08:00:49 [WARNING]: CP Don't override file /tmp/jaxws-module-tmp12144222437023808243/artifact.server.jaxws/src/main/resources/META-INF/scout.xml
08:01:56 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir12539049669934878289/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/provider/multifile/ErrorResponse.java:[15] 
08:01:56 	public class ErrorResponse
08:01:56 	             ^^^^^^^^^^^^^
08:01:56 The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long
08:01:56 2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
08:01:56 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]
08:01:56 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]
08:01:56 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]
08:01:56 6. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
08:01:56 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]
08:01:56 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]
08:01:56 9. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
08:01:56 10. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
08:01:56 10 problems (10 warnings)
08:02:00 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir12539049669934878289/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[5] 
08:02:00 	import org.eclipse.scout.rt.shared.ISession;
08:02:00 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
08:02:00 The import org.eclipse.scout.rt.shared.ISession is never used
08:02:01 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir12539049669934878289/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[7] 
08:02:01 	import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService;
08:02:01 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
08:02:01 The import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService is never used
08:02:01 2 problems (2 warnings)
08:02:34 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir12539049669934878289/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/provider/multifile/ErrorResponse.java:[15] 
08:02:34 	public class ErrorResponse
08:02:34 	             ^^^^^^^^^^^^^
08:02:34 The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long
08:02:34 2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
08:02:34 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]
08:02:34 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]
08:02:34 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]
08:02:34 6. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
08:02:34 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]
08:02:34 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]
08:02:34 9. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
08:02:34 10. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
08:02:34 10 problems (10 warnings)
08:02:36 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir12539049669934878289/artifact/artifact.client/src/main/java/group/artifact/client/ClientSession.java:[4] 
08:02:36 	import org.eclipse.scout.rt.client.IClientSession;
08:02:36 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
08:02:36 The import org.eclipse.scout.rt.client.IClientSession is never used
08:02:36 1 problem (1 warning)
08:02:36 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir12539049669934878289/artifact/artifact.client/src/test/java/group/artifact/client/helloworld/HelloWorldFormTest.java:[8] 
08:02:36 	import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField;
08:02:36 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
08:02:36 The import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField is never used
08:02:36 1 problem (1 warning)
08:03:16 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir12539049669934878289/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/provider/multifile/ErrorResponse.java:[15] 
08:03:16 	public class ErrorResponse
08:03:16 	             ^^^^^^^^^^^^^
08:03:16 The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long
08:03:16 2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
08:03:16 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]
08:03:16 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]
08:03:16 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]
08:03:16 6. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
08:03:16 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]
08:03:16 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]
08:03:16 9. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.IFirstWebServiceOnePortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
08:03:16 10. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.IFirstWebServiceTwoPortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
08:03:16 11. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.ISecondWebServiceOnePortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
08:03:16 12. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.ISecondWebServiceTwoPortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
08:03:16 13. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
08:03:16 14. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
08:03:16 14 problems (14 warnings)
08:03:21 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir12539049669934878289/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[5] 
08:03:21 	import org.eclipse.scout.rt.shared.ISession;
08:03:21 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
08:03:21 The import org.eclipse.scout.rt.shared.ISession is never used
08:03:21 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir12539049669934878289/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[7] 
08:03:21 	import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService;
08:03:21 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
08:03:21 The import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService is never used
08:03:21 2 problems (2 warnings)
08:03:54 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir12539049669934878289/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/provider/multifile/ErrorResponse.java:[15] 
08:03:54 	public class ErrorResponse
08:03:54 	             ^^^^^^^^^^^^^
08:03:54 The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long
08:03:54 2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
08:03:54 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]
08:03:54 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]
08:03:54 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]
08:03:54 6. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
08:03:54 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]
08:03:54 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]
08:03:54 9. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.IFirstWebServiceOnePortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
08:03:54 10. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.IFirstWebServiceTwoPortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
08:03:54 11. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.ISecondWebServiceOnePortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
08:03:54 12. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.ISecondWebServiceTwoPortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
08:03:54 13. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
08:03:54 14. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
08:03:54 14 problems (14 warnings)
08:03:57 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir12539049669934878289/artifact/artifact.client/src/main/java/group/artifact/client/ClientSession.java:[4] 
08:03:57 	import org.eclipse.scout.rt.client.IClientSession;
08:03:57 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
08:03:57 The import org.eclipse.scout.rt.client.IClientSession is never used
08:03:57 1 problem (1 warning)
08:03:57 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir12539049669934878289/artifact/artifact.client/src/test/java/group/artifact/client/helloworld/HelloWorldFormTest.java:[8] 
08:03:57 	import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField;
08:03:57 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
08:03:57 The import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField is never used
08:03:57 1 problem (1 warning)
08:04:38 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir12539049669934878289/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/provider/multifile/ErrorResponse.java:[15] 
08:04:38 	public class ErrorResponse
08:04:38 	             ^^^^^^^^^^^^^
08:04:38 The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long
08:04:38 2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
08:04:38 3. 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]
08:04:38 4. 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]
08:04:38 5. 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]
08:04:38 6. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.empty.WhateverWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.empty.IWhateverWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.IWhateverPortType] [processor=JaxWsAnnotationProcessor]
08:04:38 7. 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]
08:04:38 8. WARNING: Annotation processing: Entry point successfully generated. [entryPoint=test.provider.empty.WhateverWebServiceEntryPoint, endpointInterface=test.provider.empty.IWhateverPortType, entryPointDefinition=test.provider.empty.IWhateverWebServiceEntryPointDefinition] [processor=JaxWsAnnotationProcessor]
08:04:38 9. 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]
08:04:38 10. 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]
08:04:38 11. 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]
08:04:38 12. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
08:04:38 13. 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]
08:04:38 14. WARNING: Annotation processing: Entry point successfully generated. [entryPoint=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType, entryPointDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition] [processor=JaxWsAnnotationProcessor]
08:04:38 15. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.IFirstWebServiceOnePortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
08:04:38 16. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.IFirstWebServiceTwoPortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
08:04:38 17. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.ISecondWebServiceOnePortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
08:04:38 18. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.ISecondWebServiceTwoPortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
08:04:38 19. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
08:04:38 20. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
08:04:38 20 problems (20 warnings)
08:04:43 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir12539049669934878289/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[5] 
08:04:43 	import org.eclipse.scout.rt.shared.ISession;
08:04:43 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
08:04:43 The import org.eclipse.scout.rt.shared.ISession is never used
08:04:43 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir12539049669934878289/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[7] 
08:04:43 	import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService;
08:04:43 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
08:04:43 The import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService is never used
08:04:43 2 problems (2 warnings)
08:05:18 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir12539049669934878289/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/provider/multifile/ErrorResponse.java:[15] 
08:05:18 	public class ErrorResponse
08:05:18 	             ^^^^^^^^^^^^^
08:05:18 The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long
08:05:18 2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
08:05:18 3. 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]
08:05:18 4. 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]
08:05:18 5. 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]
08:05:18 6. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.empty.WhateverWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.empty.IWhateverWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.IWhateverPortType] [processor=JaxWsAnnotationProcessor]
08:05:18 7. 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]
08:05:18 8. WARNING: Annotation processing: Entry point successfully generated. [entryPoint=test.provider.empty.WhateverWebServiceEntryPoint, endpointInterface=test.provider.empty.IWhateverPortType, entryPointDefinition=test.provider.empty.IWhateverWebServiceEntryPointDefinition] [processor=JaxWsAnnotationProcessor]
08:05:18 9. 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]
08:05:18 10. 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]
08:05:18 11. 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]
08:05:18 12. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
08:05:18 13. 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]
08:05:18 14. WARNING: Annotation processing: Entry point successfully generated. [entryPoint=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType, entryPointDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition] [processor=JaxWsAnnotationProcessor]
08:05:18 15. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.IFirstWebServiceOnePortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
08:05:18 16. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.IFirstWebServiceTwoPortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
08:05:18 17. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.ISecondWebServiceOnePortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
08:05:18 18. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.ISecondWebServiceTwoPortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
08:05:18 19. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
08:05:18 20. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
08:05:18 20 problems (20 warnings)
08:05:21 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir12539049669934878289/artifact/artifact.client/src/main/java/group/artifact/client/ClientSession.java:[4] 
08:05:21 	import org.eclipse.scout.rt.client.IClientSession;
08:05:21 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
08:05:21 The import org.eclipse.scout.rt.client.IClientSession is never used
08:05:21 1 problem (1 warning)
08:05:21 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir12539049669934878289/artifact/artifact.client/src/test/java/group/artifact/client/helloworld/HelloWorldFormTest.java:[8] 
08:05:21 	import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField;
08:05:21 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
08:05:21 The import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField is never used
08:05:21 1 problem (1 warning)
08:05:28 [WARNING]: Don't override file /tmp/CoreScoutTestingUtils-projectDir14593716337565876794/artifact/artifact/pom.xml
08:05:33 [WARNING]: CP Don't override file /tmp/jaxws-module-tmp2575658515018795681/artifact.server.jaxws/src/main/resources/META-INF/scout.xml
08:06:39 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir14593716337565876794/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/consumer/ErrorResponse.java:[15] 
08:06:39 	public class ErrorResponse
08:06:39 	             ^^^^^^^^^^^^^
08:06:39 The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long
08:06:39 2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
08:06:39 3. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.IScoutQueryInterface2PortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
08:06:39 4. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
08:06:39 4 problems (4 warnings)
08:06:44 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir14593716337565876794/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[5] 
08:06:44 	import org.eclipse.scout.rt.shared.ISession;
08:06:44 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
08:06:44 The import org.eclipse.scout.rt.shared.ISession is never used
08:06:44 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir14593716337565876794/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[7] 
08:06:44 	import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService;
08:06:44 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
08:06:44 The import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService is never used
08:06:44 2 problems (2 warnings)
08:07:17 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir14593716337565876794/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/consumer/ErrorResponse.java:[15] 
08:07:17 	public class ErrorResponse
08:07:17 	             ^^^^^^^^^^^^^
08:07:17 The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long
08:07:17 2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
08:07:17 3. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.IScoutQueryInterface2PortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
08:07:17 4. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
08:07:17 4 problems (4 warnings)
08:07:20 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir14593716337565876794/artifact/artifact.client/src/main/java/group/artifact/client/ClientSession.java:[4] 
08:07:20 	import org.eclipse.scout.rt.client.IClientSession;
08:07:20 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
08:07:20 The import org.eclipse.scout.rt.client.IClientSession is never used
08:07:20 1 problem (1 warning)
08:07:20 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir14593716337565876794/artifact/artifact.client/src/test/java/group/artifact/client/helloworld/HelloWorldFormTest.java:[8] 
08:07:20 	import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField;
08:07:20 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
08:07:20 The import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField is never used
08:07:20 1 problem (1 warning)
08:07:59 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir14593716337565876794/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/consumer/ErrorResponse.java:[15] 
08:07:59 	public class ErrorResponse
08:07:59 	             ^^^^^^^^^^^^^
08:07:59 The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long
08:07:59 2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
08:07:59 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]
08:07:59 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]
08:07:59 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]
08:07:59 6. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.empty.TestEmptyWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.empty.ITestEmptyWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.ITestEmptyPortType] [processor=JaxWsAnnotationProcessor]
08:07:59 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]
08:07:59 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]
08:07:59 9. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.IScoutQueryInterface2PortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
08:07:59 10. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
08:07:59 11. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
08:07:59 11 problems (11 warnings)
08:08:04 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir14593716337565876794/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[5] 
08:08:04 	import org.eclipse.scout.rt.shared.ISession;
08:08:04 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
08:08:04 The import org.eclipse.scout.rt.shared.ISession is never used
08:08:04 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir14593716337565876794/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[7] 
08:08:04 	import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService;
08:08:04 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
08:08:04 The import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService is never used
08:08:04 2 problems (2 warnings)
08:08:38 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir14593716337565876794/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/consumer/ErrorResponse.java:[15] 
08:08:38 	public class ErrorResponse
08:08:38 	             ^^^^^^^^^^^^^
08:08:38 The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long
08:08:38 2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
08:08:38 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]
08:08:38 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]
08:08:38 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]
08:08:38 6. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.empty.TestEmptyWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.empty.ITestEmptyWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.ITestEmptyPortType] [processor=JaxWsAnnotationProcessor]
08:08:38 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]
08:08:38 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]
08:08:38 9. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.IScoutQueryInterface2PortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
08:08:38 10. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
08:08:38 11. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
08:08:38 11 problems (11 warnings)
08:08:40 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir14593716337565876794/artifact/artifact.client/src/main/java/group/artifact/client/ClientSession.java:[4] 
08:08:40 	import org.eclipse.scout.rt.client.IClientSession;
08:08:40 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
08:08:40 The import org.eclipse.scout.rt.client.IClientSession is never used
08:08:40 1 problem (1 warning)
08:08:40 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir14593716337565876794/artifact/artifact.client/src/test/java/group/artifact/client/helloworld/HelloWorldFormTest.java:[8] 
08:08:40 	import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField;
08:08:40 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
08:08:40 The import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField is never used
08:08:40 1 problem (1 warning)
08:09:20 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir14593716337565876794/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/consumer/ErrorResponse.java:[15] 
08:09:20 	public class ErrorResponse
08:09:20 	             ^^^^^^^^^^^^^
08:09:20 The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long
08:09:20 2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
08:09:20 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]
08:09:20 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]
08:09:20 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]
08:09:20 6. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.empty.TestEmptyWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.empty.ITestEmptyWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.ITestEmptyPortType] [processor=JaxWsAnnotationProcessor]
08:09:20 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]
08:09:20 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]
08:09:20 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]
08:09:20 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]
08:09:20 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]
08:09:20 12. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multiservice.SecondWebServiceTwoWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multiservice.ISecondWebServiceTwoWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.ISecondWebServiceTwoPortType] [processor=JaxWsAnnotationProcessor]
08:09:20 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]
08:09:20 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]
08:09:20 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]
08:09:20 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]
08:09:20 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]
08:09:20 18. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multiservice.FirstWebServiceTwoWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multiservice.IFirstWebServiceTwoWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.IFirstWebServiceTwoPortType] [processor=JaxWsAnnotationProcessor]
08:09:20 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]
08:09:20 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]
08:09:20 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]
08:09:20 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]
08:09:20 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]
08:09:20 24. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multiservice.SecondWebServiceOneWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multiservice.ISecondWebServiceOneWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.ISecondWebServiceOnePortType] [processor=JaxWsAnnotationProcessor]
08:09:20 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]
08:09:20 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]
08:09:20 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]
08:09:20 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]
08:09:20 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]
08:09:20 30. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multiservice.FirstWebServiceOneWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multiservice.IFirstWebServiceOneWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.IFirstWebServiceOnePortType] [processor=JaxWsAnnotationProcessor]
08:09:20 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]
08:09:20 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]
08:09:20 33. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.IScoutQueryInterface2PortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
08:09:20 34. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
08:09:20 35. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
08:09:20 35 problems (35 warnings)
08:09:25 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir14593716337565876794/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[5] 
08:09:25 	import org.eclipse.scout.rt.shared.ISession;
08:09:25 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
08:09:25 The import org.eclipse.scout.rt.shared.ISession is never used
08:09:25 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir14593716337565876794/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[7] 
08:09:25 	import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService;
08:09:25 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
08:09:25 The import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService is never used
08:09:25 2 problems (2 warnings)
08:10:00 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir14593716337565876794/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/consumer/ErrorResponse.java:[15] 
08:10:00 	public class ErrorResponse
08:10:00 	             ^^^^^^^^^^^^^
08:10:00 The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long
08:10:00 2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
08:10:00 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]
08:10:00 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]
08:10:00 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]
08:10:00 6. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.empty.TestEmptyWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.empty.ITestEmptyWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.ITestEmptyPortType] [processor=JaxWsAnnotationProcessor]
08:10:00 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]
08:10:00 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]
08:10:00 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]
08:10:00 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]
08:10:00 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]
08:10:00 12. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multiservice.SecondWebServiceTwoWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multiservice.ISecondWebServiceTwoWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.ISecondWebServiceTwoPortType] [processor=JaxWsAnnotationProcessor]
08:10:00 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]
08:10:00 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]
08:10:00 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]
08:10:00 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]
08:10:00 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]
08:10:00 18. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multiservice.FirstWebServiceTwoWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multiservice.IFirstWebServiceTwoWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.IFirstWebServiceTwoPortType] [processor=JaxWsAnnotationProcessor]
08:10:00 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]
08:10:00 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]
08:10:00 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]
08:10:00 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]
08:10:00 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]
08:10:00 24. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multiservice.SecondWebServiceOneWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multiservice.ISecondWebServiceOneWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.ISecondWebServiceOnePortType] [processor=JaxWsAnnotationProcessor]
08:10:00 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]
08:10:00 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]
08:10:00 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]
08:10:00 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]
08:10:00 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]
08:10:00 30. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multiservice.FirstWebServiceOneWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multiservice.IFirstWebServiceOneWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.IFirstWebServiceOnePortType] [processor=JaxWsAnnotationProcessor]
08:10:00 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]
08:10:00 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]
08:10:00 33. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.IScoutQueryInterface2PortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
08:10:00 34. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
08:10:00 35. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
08:10:00 35 problems (35 warnings)
08:10:03 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir14593716337565876794/artifact/artifact.client/src/main/java/group/artifact/client/ClientSession.java:[4] 
08:10:03 	import org.eclipse.scout.rt.client.IClientSession;
08:10:03 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
08:10:03 The import org.eclipse.scout.rt.client.IClientSession is never used
08:10:03 1 problem (1 warning)
08:10:03 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir14593716337565876794/artifact/artifact.client/src/test/java/group/artifact/client/helloworld/HelloWorldFormTest.java:[8] 
08:10:03 	import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField;
08:10:03 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
08:10:03 The import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField is never used
08:10:03 1 problem (1 warning)
08:10:05 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 566.14 s - in org.eclipse.scout.sdk.s2e.operation.jaxws.WebServiceNewOperationTest
08:10:05 [INFO] Running org.eclipse.scout.sdk.s2e.operation.form.FormNewOperationTest
08:10:07 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.055 s - in org.eclipse.scout.sdk.s2e.operation.form.FormNewOperationTest
08:10:07 [INFO] Running org.eclipse.scout.sdk.s2e.operation.codetype.CodeTypeNewOperationTest
08:10:08 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s - in org.eclipse.scout.sdk.s2e.operation.codetype.CodeTypeNewOperationTest
08:10:08 [INFO] Running org.eclipse.scout.sdk.s2e.job.ResourceBlockingOperationJobTest
08:10:08 [WARNING]: operation 'org.eclipse.scout.sdk.s2e.operation.IOperation$MockitoMock$1104149790' does not have a name.
08:10:08 [WARNING]: operation 'org.eclipse.scout.sdk.s2e.operation.IOperation$MockitoMock$1104149790' does not have a name.
08:10:08 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s - in org.eclipse.scout.sdk.s2e.job.ResourceBlockingOperationJobTest
08:10:08 [INFO] 
08:10:08 [INFO] Results:
08:10:08 [INFO] 
08:10:08 [INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0
08:10:08 [INFO] 
08:10:08 [INFO] 
08:10:08 [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ org.eclipse.scout.sdk.s2e.test ---
08:10:08 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-9.0.0-SNAPSHOT.jar
08:10:08 [INFO] 
08:10:08 [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.s2e.test ---
08:10:08 [INFO] Skipping because packaging 'jar' is not pom.
08:10:08 [INFO] 
08:10:08 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.test ---
08:10:08 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-9.0.0-SNAPSHOT-tests.jar
08:10:08 [INFO] 
08:10:08 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.test ---
08:10:08 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-9.0.0-SNAPSHOT-test-sources.jar
08:10:08 [INFO] 
08:10:08 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.s2e.test ---
08:10:08 [INFO] Checking compile classpath
08:10:08 [INFO] Checking runtime classpath
08:10:08 [INFO] Checking test classpath
08:10:09 [INFO] 
08:10:09 [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.s2e.test ---
08:10:09 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
08:10:10 [INFO] 
08:10:10 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e.test ---
08:10:10 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-9.0.0-SNAPSHOT-sources.jar
08:10:10 [INFO] 
08:10:10 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.scout.sdk.s2e.test ---
08:10:10 [INFO] Skip jar signing
08:10:10 [INFO] 
08:10:10 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e.test ---
08:10:10 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.test/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.test-9.0.0-SNAPSHOT.jar
08:10:10 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.s2e.test/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.test/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.test-9.0.0-SNAPSHOT.pom
08:10:10 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-9.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.test/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.test-9.0.0-SNAPSHOT-tests.jar
08:10:10 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-9.0.0-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.test/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.test-9.0.0-SNAPSHOT-test-sources.jar
08:10:10 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-9.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.test/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.test-9.0.0-SNAPSHOT-sources.jar
08:10:10 [INFO] 
08:10:10 [INFO] ------< org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.doc >-------
08:10:10 [INFO] Building org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.doc 9.0.0-SNAPSHOT [11/15]
08:10:10 [INFO] -------------------------------[ bundle ]-------------------------------
08:10:10 [INFO] 
08:10:10 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.s2e.doc ---
08:10:10 [INFO] 
08:10:10 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e.doc ---
08:10:10 [INFO] Skipping Rule Enforcement.
08:10:10 [INFO] 
08:10:10 [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.sdk.s2e.doc ---
08:10:11 [INFO] 
08:10:11 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.doc ---
08:10:11 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.s2e.doc/../org.eclipse.scout.sdk/target/jacoco-all.exec
08:10:11 [INFO] 
08:10:11 [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.doc ---
08:10:11 [INFO] 
08:10:11 [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.doc ---
08:10:11 [INFO] 
08:10:11 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.s2e.doc ---
08:10:11 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:10:11 [INFO] Copying 63 resources
08:10:11 [INFO] 
08:10:11 [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.s2e.doc ---
08:10:11 [INFO] Changes detected - recompiling the module!
08:10:11 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.s2e.doc/target/classes
08:10:11 [INFO] 
08:10:11 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.doc ---
08:10:11 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:10:11 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.s2e.doc/src/test/resources
08:10:11 [INFO] 
08:10:11 [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.doc ---
08:10:11 [INFO] No sources to compile
08:10:11 [INFO] 
08:10:11 [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.s2e.doc ---
08:10:11 [INFO] No tests to run.
08:10:11 [INFO] 
08:10:11 [INFO] --- maven-bundle-plugin:4.1.0:bundle (default-bundle) @ org.eclipse.scout.sdk.s2e.doc ---
08:10:11 [INFO] 
08:10:11 [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.s2e.doc ---
08:10:11 [INFO] Skipping because packaging 'bundle' is not pom.
08:10:11 [INFO] 
08:10:11 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.doc ---
08:10:11 [INFO] Skipping packaging of the test-jar
08:10:11 [INFO] 
08:10:11 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.doc ---
08:10:11 [INFO] No sources in project. Archive not created.
08:10:11 [INFO] 
08:10:11 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.s2e.doc ---
08:10:11 [INFO] Checking compile classpath
08:10:11 [INFO] Checking runtime classpath
08:10:11 [INFO] Checking test classpath
08:10:11 [INFO] 
08:10:11 [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.s2e.doc ---
08:10:11 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
08:10:11 [INFO] 
08:10:11 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e.doc ---
08:10:11 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-9.0.0-SNAPSHOT-sources.jar
08:10:11 [INFO] 
08:10:11 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.scout.sdk.s2e.doc ---
08:10:11 [INFO] Skip jar signing
08:10:11 [INFO] 
08:10:11 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e.doc ---
08:10:11 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.doc/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.doc-9.0.0-SNAPSHOT.jar
08:10:11 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.s2e.doc/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.doc/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.doc-9.0.0-SNAPSHOT.pom
08:10:11 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-9.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.doc/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.doc-9.0.0-SNAPSHOT-sources.jar
08:10:11 [INFO] 
08:10:11 [INFO] --- maven-bundle-plugin:4.1.0:install (default-install) @ org.eclipse.scout.sdk.s2e.doc ---
08:10:11 [INFO] Local OBR update disabled (enable with -DobrRepository)
08:10:11 [INFO] 
08:10:11 [INFO] ------< org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.nls >-------
08:10:11 [INFO] Building org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.nls 9.0.0-SNAPSHOT [12/15]
08:10:11 [INFO] -------------------------------[ bundle ]-------------------------------
08:10:24 [INFO] 
08:10:24 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.s2e.nls ---
08:10:24 [INFO] 
08:10:24 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e.nls ---
08:10:24 [INFO] Skipping Rule Enforcement.
08:10:24 [INFO] 
08:10:24 [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.sdk.s2e.nls ---
08:10:25 [INFO] 
08:10:25 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.nls ---
08:10:25 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.s2e.nls/../org.eclipse.scout.sdk/target/jacoco-all.exec
08:10:25 [INFO] 
08:10:25 [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.nls ---
08:10:25 [INFO] 
08:10:25 [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.nls ---
08:10:25 [INFO] 
08:10:25 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.s2e.nls ---
08:10:25 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:10:25 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.s2e.nls/src/main/resources
08:10:25 [INFO] Copying 18 resources
08:10:25 [INFO] 
08:10:25 [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.s2e.nls ---
08:10:25 [INFO] Changes detected - recompiling the module!
08:10:25 [INFO] Compiling 97 source files to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.s2e.nls/target/classes
08:10:25 [INFO] 
08:10:25 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.nls ---
08:10:25 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:10:25 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.s2e.nls/src/test/resources
08:10:25 [INFO] 
08:10:25 [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.nls ---
08:10:25 [INFO] No sources to compile
08:10:25 [INFO] 
08:10:25 [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.s2e.nls ---
08:10:25 [INFO] No tests to run.
08:10:25 [INFO] 
08:10:25 [INFO] --- maven-bundle-plugin:4.1.0:bundle (default-bundle) @ org.eclipse.scout.sdk.s2e.nls ---
08:10:26 [INFO] 
08:10:26 [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.s2e.nls ---
08:10:26 [INFO] Skipping because packaging 'bundle' is not pom.
08:10:26 [INFO] 
08:10:26 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.nls ---
08:10:26 [INFO] Skipping packaging of the test-jar
08:10:26 [INFO] 
08:10:26 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.nls ---
08:10:26 [INFO] No sources in project. Archive not created.
08:10:26 [INFO] 
08:10:26 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.s2e.nls ---
08:10:26 [INFO] Skipping duplicate-finder execution!
08:10:26 [INFO] 
08:10:26 [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.s2e.nls ---
08:10:26 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
08:10:28 [INFO] 
08:10:28 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e.nls ---
08:10:28 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.s2e.nls/target/org.eclipse.scout.sdk.s2e.nls-9.0.0-SNAPSHOT-sources.jar
08:10:28 [INFO] 
08:10:28 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.scout.sdk.s2e.nls ---
08:10:28 [INFO] Skip jar signing
08:10:28 [INFO] 
08:10:28 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e.nls ---
08:10:28 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.s2e.nls/target/org.eclipse.scout.sdk.s2e.nls-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.nls/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.nls-9.0.0-SNAPSHOT.jar
08:10:28 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.s2e.nls/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.nls/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.nls-9.0.0-SNAPSHOT.pom
08:10:28 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.s2e.nls/target/org.eclipse.scout.sdk.s2e.nls-9.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.nls/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.nls-9.0.0-SNAPSHOT-sources.jar
08:10:28 [INFO] 
08:10:28 [INFO] --- maven-bundle-plugin:4.1.0:install (default-install) @ org.eclipse.scout.sdk.s2e.nls ---
08:10:28 [INFO] Local OBR update disabled (enable with -DobrRepository)
08:10:28 [INFO] 
08:10:28 [INFO] -------< org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.ui >-------
08:10:28 [INFO] Building org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.ui 9.0.0-SNAPSHOT [13/15]
08:10:28 [INFO] -------------------------------[ bundle ]-------------------------------
08:10:28 [INFO] 
08:10:28 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.s2e.ui ---
08:10:28 [INFO] 
08:10:28 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e.ui ---
08:10:28 [INFO] Skipping Rule Enforcement.
08:10:28 [INFO] 
08:10:28 [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.sdk.s2e.ui ---
08:10:29 [INFO] 
08:10:29 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.ui ---
08:10:29 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.s2e.ui/../org.eclipse.scout.sdk/target/jacoco-all.exec
08:10:29 [INFO] 
08:10:29 [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.ui ---
08:10:29 [INFO] 
08:10:29 [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.ui ---
08:10:29 [INFO] 
08:10:29 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.s2e.ui ---
08:10:29 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:10:29 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.s2e.ui/src/main/resources
08:10:29 [INFO] Copying 41 resources
08:10:29 [INFO] 
08:10:29 [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.s2e.ui ---
08:10:29 [INFO] Changes detected - recompiling the module!
08:10:29 [INFO] Compiling 133 source files to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.s2e.ui/target/classes
08:10:30 [INFO] 
08:10:30 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.ui ---
08:10:30 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:10:30 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.s2e.ui/src/test/resources
08:10:30 [INFO] 
08:10:30 [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.ui ---
08:10:30 [INFO] No sources to compile
08:10:30 [INFO] 
08:10:30 [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.s2e.ui ---
08:10:30 [INFO] No tests to run.
08:10:30 [INFO] 
08:10:30 [INFO] --- maven-bundle-plugin:4.1.0:bundle (default-bundle) @ org.eclipse.scout.sdk.s2e.ui ---
08:10:30 [INFO] 
08:10:30 [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.s2e.ui ---
08:10:30 [INFO] Skipping because packaging 'bundle' is not pom.
08:10:30 [INFO] 
08:10:30 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.ui ---
08:10:30 [INFO] Skipping packaging of the test-jar
08:10:30 [INFO] 
08:10:30 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.ui ---
08:10:30 [INFO] No sources in project. Archive not created.
08:10:30 [INFO] 
08:10:30 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.s2e.ui ---
08:10:30 [INFO] Skipping duplicate-finder execution!
08:10:30 [INFO] 
08:10:30 [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.s2e.ui ---
08:10:30 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
08:10:32 [INFO] 
08:10:32 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e.ui ---
08:10:32 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-9.0.0-SNAPSHOT-sources.jar
08:10:32 [INFO] 
08:10:32 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.scout.sdk.s2e.ui ---
08:10:32 [INFO] Skip jar signing
08:10:32 [INFO] 
08:10:32 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e.ui ---
08:10:32 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.ui/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.ui-9.0.0-SNAPSHOT.jar
08:10:32 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.s2e.ui/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.ui/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.ui-9.0.0-SNAPSHOT.pom
08:10:32 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-9.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.ui/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.ui-9.0.0-SNAPSHOT-sources.jar
08:10:32 [INFO] 
08:10:32 [INFO] --- maven-bundle-plugin:4.1.0:install (default-install) @ org.eclipse.scout.sdk.s2e.ui ---
08:10:32 [INFO] Local OBR update disabled (enable with -DobrRepository)
08:10:32 [INFO] 
08:10:32 [INFO] --------< org.eclipse.scout.sdk:org.eclipse.scout.sdk-settings >--------
08:10:32 [INFO] Building org.eclipse.scout.sdk-settings 9.0.0-SNAPSHOT           [14/15]
08:10:32 [INFO] --------------------------------[ jar ]---------------------------------
08:10:32 [INFO] 
08:10:32 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk-settings ---
08:10:32 [INFO] 
08:10:32 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk-settings ---
08:10:32 [INFO] Skipping Rule Enforcement.
08:10:32 [INFO] 
08:10:32 [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.sdk-settings ---
08:10:33 [INFO] 
08:10:33 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk-settings ---
08:10:33 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk-settings/../org.eclipse.scout.sdk/target/jacoco-all.exec
08:10:33 [INFO] 
08:10:33 [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk-settings ---
08:10:33 [INFO] 
08:10:33 [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk-settings ---
08:10:33 [INFO] 
08:10:33 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk-settings ---
08:10:33 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:10:33 [INFO] Copying 7 resources
08:10:33 [INFO] 
08:10:33 [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk-settings ---
08:10:33 [INFO] No sources to compile
08:10:33 [INFO] 
08:10:33 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk-settings ---
08:10:33 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:10:33 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk-settings/src/test/resources
08:10:33 [INFO] 
08:10:33 [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk-settings ---
08:10:33 [INFO] No sources to compile
08:10:33 [INFO] 
08:10:33 [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk-settings ---
08:10:33 [INFO] No tests to run.
08:10:33 [INFO] 
08:10:33 [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ org.eclipse.scout.sdk-settings ---
08:10:33 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk-settings/target/org.eclipse.scout.sdk-settings-9.0.0-SNAPSHOT.jar
08:10:33 [INFO] 
08:10:33 [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk-settings ---
08:10:33 [INFO] Skipping because packaging 'jar' is not pom.
08:10:33 [INFO] 
08:10:33 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk-settings ---
08:10:33 [INFO] Skipping packaging of the test-jar
08:10:33 [INFO] 
08:10:33 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk-settings ---
08:10:33 [INFO] No sources in project. Archive not created.
08:10:33 [INFO] 
08:10:33 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk-settings ---
08:10:33 [INFO] Checking compile classpath
08:10:33 [INFO] Checking runtime classpath
08:10:33 [INFO] Checking test classpath
08:10:33 [INFO] 
08:10:33 [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk-settings ---
08:10:33 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
08:10:33 [INFO] 
08:10:33 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk-settings ---
08:10:33 [INFO] No sources in project. Archive not created.
08:10:33 [INFO] 
08:10:33 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.scout.sdk-settings ---
08:10:33 [INFO] Skip jar signing
08:10:33 [INFO] 
08:10:33 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk-settings ---
08:10:33 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk-settings/target/org.eclipse.scout.sdk-settings-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-settings/9.0.0-SNAPSHOT/org.eclipse.scout.sdk-settings-9.0.0-SNAPSHOT.jar
08:10:33 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk-settings/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-settings/9.0.0-SNAPSHOT/org.eclipse.scout.sdk-settings-9.0.0-SNAPSHOT.pom
08:10:33 [INFO] 
08:10:33 [INFO] ----------< org.eclipse.scout.sdk:org.eclipse.scout.sdk-root >----------
08:10:33 [INFO] Building Eclipse Scout SDK 9.0.0-SNAPSHOT                        [15/15]
08:10:33 [INFO] --------------------------------[ pom ]---------------------------------
08:10:33 [INFO] 
08:10:33 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.scout.sdk-root ---
08:10:33 [INFO] 
08:10:33 [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.scout.sdk-root ---
08:10:33 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-root/9.0.0-SNAPSHOT/org.eclipse.scout.sdk-root-9.0.0-SNAPSHOT.pom
08:10:33 [INFO] ------------------------------------------------------------------------
08:10:33 [INFO] Reactor Summary for Eclipse Scout SDK 9.0.0-SNAPSHOT:
08:10:33 [INFO] 
08:10:33 [INFO] Scout Hello World Sample Application ............... SUCCESS [39:58 min]
08:10:33 [INFO] Scout JaxWs Module ................................. SUCCESS [  0.974 s]
08:10:33 [INFO] ScoutJS Sample Application ......................... SUCCESS [  1.205 s]
08:10:33 [INFO] Eclipse Scout SDK .................................. SUCCESS [  1.084 s]
08:10:33 [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core ... SUCCESS [02:57 min]
08:10:33 [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.test SUCCESS [ 17.080 s]
08:10:33 [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s . SUCCESS [ 11.778 s]
08:10:33 [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s.test SUCCESS [01:00 min]
08:10:33 [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e  SUCCESS [  9.104 s]
08:10:33 [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.test SUCCESS [16:39 min]
08:10:33 [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.doc SUCCESS [  1.321 s]
08:10:33 [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.nls SUCCESS [ 16.438 s]
08:10:33 [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.ui SUCCESS [  4.528 s]
08:10:33 [INFO] org.eclipse.scout.sdk-settings ..................... SUCCESS [  0.884 s]
08:10:33 [INFO] Eclipse Scout SDK .................................. SUCCESS [  0.103 s]
08:10:33 [INFO] ------------------------------------------------------------------------
08:10:33 [INFO] BUILD SUCCESS
08:10:33 [INFO] ------------------------------------------------------------------------
08:10:33 [INFO] Total time:  01:14 h
08:10:33 [INFO] Finished at: 2021-08-17T12:10:33Z
08:10:33 [INFO] ------------------------------------------------------------------------
08:10:33 [org.eclipse.scout.sdk.branch-9.0_continuous] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -Dbranch=origin/releases/9.0.x -Dcbi.jarsigner.skip=true -Dmaven.repo.local=/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository -Dgpg.skip=true clean install -U -B -Dp2 -Peclipse-sign -Dmaster_enforcerCheck_skip=true
08:10:34 Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
08:10:34 Maven home: /opt/tools/apache-maven/latest
08:10:34 Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9
08:10:34 Default locale: en_US, platform encoding: UTF-8
08:10:34 OS name: "linux", version: "5.12.7-300.fc34.x86_64", arch: "amd64", family: "unix"
08:10:34 [INFO] Scanning for projects...
08:14:34 [INFO] Computing target platform for MavenProject: org.eclipse.scout.sdk:org.eclipse.scout.sdk-feature:9.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk-feature/pom.xml
08:14:35 [WARNING] Invalid POM for org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.nls:jar:9.0.0-SNAPSHOT, transitive dependencies (if any) will not be available, enable debug logging for more details
08:14:35 [WARNING] Invalid POM for org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.nls:jar:sources:9.0.0-SNAPSHOT, transitive dependencies (if any) will not be available, enable debug logging for more details
08:14:35 [WARNING] Invalid POM for org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.ui:jar:9.0.0-SNAPSHOT, transitive dependencies (if any) will not be available, enable debug logging for more details
08:14:35 [WARNING] Invalid POM for org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.ui:jar:sources:9.0.0-SNAPSHOT, transitive dependencies (if any) will not be available, enable debug logging for more details
08:14:35 [INFO] Fetching p2.index from http://download.eclipse.org/releases/2018-12/ (122B)
08:14:35 [INFO] Fetching p2.index from http://download.eclipse.org/releases/2018-12/ (122B)
08:14:35 [INFO] Adding repository http://download.eclipse.org/releases/2018-12
08:14:35 [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/2018-12/ (491B)
08:14:35 [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/2018-12/ (491B)
08:14:36 [INFO] Fetching p2.index from https://download.eclipse.org/technology/epp/packages/2018-12/ (142B)
08:14:36 [INFO] Fetching p2.index from https://download.eclipse.org/technology/epp/packages/2018-12/ (142B)
08:14:36 WARNING: An illegal reflective access operation has occurred
08:14:36 WARNING: Illegal reflective access by org.eclipse.ecf.provider.filetransfer.httpclient4.SNIAwareHttpClient$1 (file:/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/eclipse/tycho/tycho-bundles-external/1.3.0/eclipse/plugins/org.eclipse.ecf.provider.filetransfer.httpclient4_1.1.300.v20180301-0132.jar) to method sun.security.ssl.SSLSocketImpl.setHost(java.lang.String)
08:14:36 WARNING: Please consider reporting this to the maintainers of org.eclipse.ecf.provider.filetransfer.httpclient4.SNIAwareHttpClient$1
08:14:36 WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
08:14:36 WARNING: All illegal access operations will be denied in a future release
08:14:36 [INFO] Fetching content.xml.xz from https://download.eclipse.org/technology/epp/packages/2018-12/ (25.15kB)
08:14:36 [INFO] Fetching content.xml.xz from https://download.eclipse.org/technology/epp/packages/2018-12/ (25.15kB)
08:14:36 [INFO] Fetching p2.index from http://download.eclipse.org/releases/2018-12/201812191000/ (142B)
08:14:36 [INFO] Fetching p2.index from http://download.eclipse.org/releases/2018-12/201812191000/ (142B)
08:14:36 [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/2018-12/201812191000/ (850.93kB)
08:14:36 [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/2018-12/201812191000/ (850.93kB)
08:14:38 [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/ (134B)
08:14:38 [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/ (134B)
08:14:38 [INFO] Adding repository http://download.eclipse.org/cbi/updates/license
08:14:38 [INFO] Fetching compositeContent.jar from http://download.eclipse.org/cbi/updates/license/ (423B)
08:14:38 [INFO] Fetching compositeContent.jar from http://download.eclipse.org/cbi/updates/license/ (423B)
08:14:38 [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB)
08:14:38 [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB)
08:14:38 [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB)
08:14:38 [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB)
08:14:38 [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B)
08:14:38 [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B)
08:14:38 [INFO] Fetching content.xml.xz from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (3.57kB)
08:14:38 [INFO] Fetching content.xml.xz from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (3.57kB)
08:14:38 [INFO] Resolving dependencies of MavenProject: org.eclipse.scout.sdk:org.eclipse.scout.sdk-feature:9.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk-feature/pom.xml
08:14:41 [INFO] Fetching 201812191000&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2018-12/
08:14:41 [INFO] Fetching 201812191000&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2018-12/
08:14:41 [INFO] Fetching com.google.gson_2.8.2.v20180104-1110.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (79.97kB)
08:14:41 [INFO] The user operation is waiting for background work to complete.
08:14:41 [INFO] Fetching com.google.gson_2.8.2.v20180104-1110.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (79.97kB)
08:14:41 [INFO] Unpacking com.google.gson_2.8.2.v20180104-1110...
08:14:41 [INFO] Fetching com.google.guava_21.0.0.v20170206-1425.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (676.21kB)
08:14:41 [INFO] The user operation is waiting for background work to complete.
08:14:41 [INFO] Fetching com.google.guava_21.0.0.v20170206-1425.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (676.21kB)
08:14:41 [INFO] Unpacking com.google.guava_21.0.0.v20170206-1425...
08:14:42 [INFO] Fetching com.ibm.icu_63.1.0.v20181030-1705.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.35MB)
08:14:42 [INFO] The user operation is waiting for background work to complete.
08:14:42 [INFO] Fetching com.ibm.icu_63.1.0.v20181030-1705.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.35MB)
08:14:42 [INFO] Unpacking com.ibm.icu_63.1.0.v20181030-1705...
08:14:44 [INFO] Fetching com.jcraft.jsch_0.1.54.v20170116-1932.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (106.45kB)
08:14:44 [INFO] The user operation is waiting for background work to complete.
08:14:44 [INFO] Fetching com.jcraft.jsch_0.1.54.v20170116-1932.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (106.45kB)
08:14:44 [INFO] Unpacking com.jcraft.jsch_0.1.54.v20170116-1932...
08:14:44 [INFO] Fetching com.sun.el_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (57.07kB)
08:14:44 [INFO] The user operation is waiting for background work to complete.
08:14:44 [INFO] Fetching com.sun.el_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (57.07kB)
08:14:44 [INFO] Unpacking com.sun.el_2.2.0.v201303151357...
08:14:44 [INFO] Fetching javax.el_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.08kB)
08:14:44 [INFO] The user operation is waiting for background work to complete.
08:14:44 [INFO] Fetching javax.el_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.08kB)
08:14:45 [INFO] Unpacking javax.el_2.2.0.v201303151357...
08:14:45 [INFO] Fetching javax.servlet_3.1.0.v201410161800.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (60.2kB)
08:14:45 [INFO] The user operation is waiting for background work to complete.
08:14:45 [INFO] Fetching javax.servlet_3.1.0.v201410161800.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (60.2kB)
08:14:45 [INFO] Unpacking javax.servlet_3.1.0.v201410161800...
08:14:45 [INFO] Fetching javax.annotation_1.2.0.v201602091430.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (21.32kB)
08:14:45 [INFO] The user operation is waiting for background work to complete.
08:14:45 [INFO] Fetching javax.annotation_1.2.0.v201602091430.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (21.32kB)
08:14:45 [INFO] Unpacking javax.annotation_1.2.0.v201602091430...
08:14:45 [INFO] Fetching org.eclipse.osgi_3.13.200.v20181130-2106.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (454.7kB)
08:14:45 [INFO] The user operation is waiting for background work to complete.
08:14:45 [INFO] Fetching org.eclipse.osgi_3.13.200.v20181130-2106.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (454.7kB)
08:14:45 [INFO] Unpacking org.eclipse.osgi_3.13.200.v20181130-2106...
08:14:45 [INFO] Fetching javax.servlet.jsp_2.2.0.v201112011158.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (55.73kB)
08:14:45 [INFO] The user operation is waiting for background work to complete.
08:14:45 [INFO] Fetching javax.servlet.jsp_2.2.0.v201112011158.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (55.73kB)
08:14:45 [INFO] Unpacking javax.servlet.jsp_2.2.0.v201112011158...
08:14:45 [INFO] Fetching javax.xml_1.3.4.v201005080400.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (249kB)
08:14:45 [INFO] Fetching javax.xml_1.3.4.v201005080400.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (249kB)
08:14:46 [INFO] Fetching org.apache.ant_1.10.5.v20180808-0324.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (2.74MB)
08:14:46 [INFO] The user operation is waiting for background work to complete.
08:14:46 [INFO] Fetching org.apache.ant_1.10.5.v20180808-0324.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (2.74MB)
08:14:46 [INFO] Unpacking org.apache.ant_1.10.5.v20180808-0324...
08:14:46 [INFO] Fetching org.apache.batik.css_1.10.0.v20180703-1553.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (99.62kB)
08:14:46 [INFO] The user operation is waiting for background work to complete.
08:14:46 [INFO] Fetching org.apache.batik.css_1.10.0.v20180703-1553.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (99.62kB)
08:14:46 [INFO] Unpacking org.apache.batik.css_1.10.0.v20180703-1553...
08:14:46 [INFO] Fetching org.apache.batik.util_1.10.0.v20180703-1553.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (63.37kB)
08:14:46 [INFO] The user operation is waiting for background work to complete.
08:14:46 [INFO] Fetching org.apache.batik.util_1.10.0.v20180703-1553.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (63.37kB)
08:14:46 [INFO] Unpacking org.apache.batik.util_1.10.0.v20180703-1553...
08:14:46 [INFO] Fetching org.apache.batik.constants_1.10.0.v20180703-1553.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.04kB)
08:14:46 [INFO] The user operation is waiting for background work to complete.
08:14:46 [INFO] Fetching org.apache.batik.constants_1.10.0.v20180703-1553.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.04kB)
08:14:46 [INFO] Unpacking org.apache.batik.constants_1.10.0.v20180703-1553...
08:14:46 [INFO] Fetching org.apache.batik.i18n_1.10.0.v20180703-1553.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.51kB)
08:14:46 [INFO] The user operation is waiting for background work to complete.
08:14:46 [INFO] Fetching org.apache.batik.i18n_1.10.0.v20180703-1553.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.51kB)
08:14:46 [INFO] Unpacking org.apache.batik.i18n_1.10.0.v20180703-1553...
08:14:47 [INFO] Fetching org.apache.xmlgraphics_2.2.0.v20180809-1640.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (248.02kB)
08:14:47 [INFO] The user operation is waiting for background work to complete.
08:14:47 [INFO] Fetching org.apache.xmlgraphics_2.2.0.v20180809-1640.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (248.02kB)
08:14:47 [INFO] Unpacking org.apache.xmlgraphics_2.2.0.v20180809-1640...
08:14:47 [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (95.26kB)
08:14:47 [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (95.26kB)
08:14:47 [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.35kB)
08:14:47 [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.35kB)
08:14:47 [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.59kB)
08:14:47 [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.59kB)
08:14:47 [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (33.71kB)
08:14:47 [INFO] The user operation is waiting for background work to complete.
08:14:47 [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (33.71kB)
08:14:48 [INFO] Unpacking org.apache.commons.logging_1.2.0.v20180409-1502...
08:14:48 [INFO] Fetching org.apache.felix.gogo.command_1.0.2.v20170914-1324.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (31.52kB)
08:14:48 [INFO] The user operation is waiting for background work to complete.
08:14:48 [INFO] Fetching org.apache.felix.gogo.command_1.0.2.v20170914-1324.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (31.52kB)
08:14:48 [INFO] Unpacking org.apache.felix.gogo.command_1.0.2.v20170914-1324...
08:14:48 [INFO] Fetching org.apache.felix.gogo.runtime_1.1.0.v20180713-1646.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (75.47kB)
08:14:48 [INFO] The user operation is waiting for background work to complete.
08:14:48 [INFO] Fetching org.apache.felix.gogo.runtime_1.1.0.v20180713-1646.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (75.47kB)
08:14:48 [INFO] Unpacking org.apache.felix.gogo.runtime_1.1.0.v20180713-1646...
08:14:48 [INFO] Fetching org.eclipse.osgi.services_3.7.100.v20180827-1536.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (43.25kB)
08:14:48 [INFO] The user operation is waiting for background work to complete.
08:14:48 [INFO] Fetching org.eclipse.osgi.services_3.7.100.v20180827-1536.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (43.25kB)
08:14:48 [INFO] Unpacking org.eclipse.osgi.services_3.7.100.v20180827-1536...
08:14:48 [INFO] Fetching org.apache.felix.gogo.shell_1.1.0.v20180713-1646.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.83kB)
08:14:48 [INFO] The user operation is waiting for background work to complete.
08:14:48 [INFO] Fetching org.apache.felix.gogo.shell_1.1.0.v20180713-1646.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.83kB)
08:14:48 [INFO] Unpacking org.apache.felix.gogo.shell_1.1.0.v20180713-1646...
08:14:48 [INFO] Fetching org.apache.felix.scr_2.0.14.v20180822-1822.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (137.64kB)
08:14:48 [INFO] The user operation is waiting for background work to complete.
08:14:48 [INFO] Fetching org.apache.felix.scr_2.0.14.v20180822-1822.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (137.64kB)
08:14:48 [INFO] Unpacking org.apache.felix.scr_2.0.14.v20180822-1822...
08:14:48 [INFO] Fetching org.eclipse.osgi.util_3.5.100.v20180827-1536.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.61kB)
08:14:48 [INFO] The user operation is waiting for background work to complete.
08:14:48 [INFO] Fetching org.eclipse.osgi.util_3.5.100.v20180827-1536.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.61kB)
08:14:48 [INFO] Unpacking org.eclipse.osgi.util_3.5.100.v20180827-1536...
08:14:52 [INFO] Fetching org.apache.jasper.glassfish_2.2.2.v201501141630.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (2.32MB)
08:14:52 [INFO] Fetching org.apache.jasper.glassfish_2.2.2.v201501141630.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (2.32MB)
08:14:52 [INFO] Fetching org.apache.lucene.analyzers-common_7.5.0.v20181003-1532.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (692.97kB)
08:14:52 [INFO] The user operation is waiting for background work to complete.
08:14:52 [INFO] Fetching org.apache.lucene.analyzers-common_7.5.0.v20181003-1532.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (692.97kB)
08:14:52 [INFO] Unpacking org.apache.lucene.analyzers-common_7.5.0.v20181003-1532...
08:14:52 [INFO] Fetching org.apache.lucene.core_7.5.0.v20181003-1532.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (899.59kB)
08:14:52 [INFO] The user operation is waiting for background work to complete.
08:14:52 [INFO] Fetching org.apache.lucene.core_7.5.0.v20181003-1532.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (899.59kB)
08:14:52 [INFO] Unpacking org.apache.lucene.core_7.5.0.v20181003-1532...
08:14:53 [INFO] Fetching org.apache.lucene.analyzers-smartcn_7.5.0.v20181003-1532.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (3.42MB)
08:14:53 [INFO] The user operation is waiting for background work to complete.
08:14:53 [INFO] Fetching org.apache.lucene.analyzers-smartcn_7.5.0.v20181003-1532.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (3.42MB)
08:14:53 [INFO] Unpacking org.apache.lucene.analyzers-smartcn_7.5.0.v20181003-1532...
08:14:54 [INFO] Fetching org.apache.xerces_2.9.0.v201101211617.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (405.11kB)
08:14:54 [INFO] The user operation is waiting for background work to complete.
08:14:54 [INFO] Fetching org.apache.xerces_2.9.0.v201101211617.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (405.11kB)
08:14:54 [INFO] Unpacking org.apache.xerces_2.9.0.v201101211617...
08:14:54 [INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.52kB)
08:14:54 [INFO] The user operation is waiting for background work to complete.
08:14:54 [INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.52kB)
08:14:54 [INFO] Unpacking org.apache.xml.resolver_1.2.0.v201005080400...
08:14:54 [INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (114.7kB)
08:14:54 [INFO] The user operation is waiting for background work to complete.
08:14:54 [INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (114.7kB)
08:14:54 [INFO] Unpacking org.apache.xml.serializer_2.7.1.v201005080400...
08:14:54 [INFO] Fetching org.apache.commons.io_2.2.0.v201405211200.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (73.56kB)
08:14:54 [INFO] The user operation is waiting for background work to complete.
08:14:54 [INFO] Fetching org.apache.commons.io_2.2.0.v201405211200.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (73.56kB)
08:14:54 [INFO] Unpacking org.apache.commons.io_2.2.0.v201405211200...
08:14:54 [INFO] Fetching org.apiguardian_1.0.0.v20181005-1442.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.39kB)
08:14:54 [INFO] The user operation is waiting for background work to complete.
08:14:54 [INFO] Fetching org.apiguardian_1.0.0.v20181005-1442.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.39kB)
08:14:54 [INFO] Unpacking org.apiguardian_1.0.0.v20181005-1442...
08:14:54 [INFO] Fetching org.eclipse.ant.core_3.5.200.v20180822-0553.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (70.96kB)
08:14:54 [INFO] The user operation is waiting for background work to complete.
08:14:54 [INFO] Fetching org.eclipse.ant.core_3.5.200.v20180822-0553.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (70.96kB)
08:14:55 [INFO] Unpacking org.eclipse.ant.core_3.5.200.v20180822-0553...
08:14:55 [INFO] Fetching org.eclipse.core.variables_3.4.300.v20181028-0627.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (18.04kB)
08:14:55 [INFO] The user operation is waiting for background work to complete.
08:14:55 [INFO] Fetching org.eclipse.core.variables_3.4.300.v20181028-0627.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (18.04kB)
08:14:55 [INFO] Unpacking org.eclipse.core.variables_3.4.300.v20181028-0627...
08:14:55 [INFO] Fetching org.eclipse.core.runtime_3.15.100.v20181107-1343.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.28kB)
08:14:55 [INFO] The user operation is waiting for background work to complete.
08:14:55 [INFO] Fetching org.eclipse.core.runtime_3.15.100.v20181107-1343.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.28kB)
08:14:55 [INFO] Unpacking org.eclipse.core.runtime_3.15.100.v20181107-1343...
08:14:55 [INFO] Fetching org.eclipse.ant.launching_1.2.300.v20181113-0420.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (100.85kB)
08:14:55 [INFO] The user operation is waiting for background work to complete.
08:14:55 [INFO] Fetching org.eclipse.ant.launching_1.2.300.v20181113-0420.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (100.85kB)
08:14:55 [INFO] Unpacking org.eclipse.ant.launching_1.2.300.v20181113-0420...
08:14:55 [INFO] Fetching org.eclipse.debug.core_3.13.100.v20181201-1650.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (125.32kB)
08:14:55 [INFO] The user operation is waiting for background work to complete.
08:14:55 [INFO] Fetching org.eclipse.debug.core_3.13.100.v20181201-1650.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (125.32kB)
08:14:55 [INFO] Unpacking org.eclipse.debug.core_3.13.100.v20181201-1650...
08:14:55 [INFO] Fetching org.eclipse.jdt.launching_3.12.0.v20181119-1621.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (270.56kB)
08:14:55 [INFO] The user operation is waiting for background work to complete.
08:14:55 [INFO] Fetching org.eclipse.jdt.launching_3.12.0.v20181119-1621.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (270.56kB)
08:14:55 [INFO] Unpacking org.eclipse.jdt.launching_3.12.0.v20181119-1621...
08:14:55 [INFO] Fetching org.eclipse.core.externaltools_1.1.200.v20180821-1744.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.51kB)
08:14:55 [INFO] The user operation is waiting for background work to complete.
08:14:55 [INFO] Fetching org.eclipse.core.externaltools_1.1.200.v20180821-1744.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.51kB)
08:14:55 [INFO] Unpacking org.eclipse.core.externaltools_1.1.200.v20180821-1744...
08:14:55 [INFO] Fetching org.eclipse.text_3.8.0.v20180923-1636.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (97.48kB)
08:14:55 [INFO] The user operation is waiting for background work to complete.
08:14:55 [INFO] Fetching org.eclipse.text_3.8.0.v20180923-1636.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (97.48kB)
08:14:56 [INFO] Unpacking org.eclipse.text_3.8.0.v20180923-1636...
08:14:56 [INFO] Fetching org.eclipse.jdt.core_3.16.0.v20181130-1748.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (6.56MB)
08:14:56 [INFO] Fetching org.eclipse.jdt.core_3.16.0.v20181130-1748.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (6.56MB)
08:14:56 [INFO] Fetching org.eclipse.core.resources_3.13.200.v20181121-1020.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (873.4kB)
08:14:56 [INFO] Fetching org.eclipse.core.resources_3.13.200.v20181121-1020.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (873.4kB)
08:14:56 [INFO] Fetching org.eclipse.ant.ui_3.7.300.v20180914-0847.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (491.5kB)
08:14:56 [INFO] The user operation is waiting for background work to complete.
08:14:56 [INFO] Fetching org.eclipse.ant.ui_3.7.300.v20180914-0847.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (491.5kB)
08:14:56 [INFO] Unpacking org.eclipse.ant.ui_3.7.300.v20180914-0847...
08:14:57 [INFO] Fetching org.eclipse.core.filesystem_1.7.200.v20180828-0158.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (27.76kB)
08:14:57 [INFO] The user operation is waiting for background work to complete.
08:14:57 [INFO] Fetching org.eclipse.core.filesystem_1.7.200.v20180828-0158.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (27.76kB)
08:14:57 [INFO] Unpacking org.eclipse.core.filesystem_1.7.200.v20180828-0158...
08:14:57 [INFO] Fetching org.eclipse.ui.externaltools_3.4.200.v20180821-1744.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (65.97kB)
08:14:57 [INFO] The user operation is waiting for background work to complete.
08:14:57 [INFO] Fetching org.eclipse.ui.externaltools_3.4.200.v20180821-1744.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (65.97kB)
08:14:57 [INFO] Unpacking org.eclipse.ui.externaltools_3.4.200.v20180821-1744...
08:14:57 [INFO] Fetching org.eclipse.ui_3.111.0.v20181117-0847.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (361.66kB)
08:14:57 [INFO] The user operation is waiting for background work to complete.
08:14:57 [INFO] Fetching org.eclipse.ui_3.111.0.v20181117-0847.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (361.66kB)
08:14:57 [INFO] Unpacking org.eclipse.ui_3.111.0.v20181117-0847...
08:14:57 [INFO] Fetching org.eclipse.ui.console_3.8.300.v20181019-1609.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (82.35kB)
08:14:57 [INFO] The user operation is waiting for background work to complete.
08:14:57 [INFO] Fetching org.eclipse.ui.console_3.8.300.v20181019-1609.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (82.35kB)
08:14:57 [INFO] Unpacking org.eclipse.ui.console_3.8.300.v20181019-1609...
08:14:57 [INFO] Fetching org.eclipse.debug.ui_3.13.200.v20181026-1523.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1,022.84kB)
08:14:57 [INFO] The user operation is waiting for background work to complete.
08:14:57 [INFO] Fetching org.eclipse.debug.ui_3.13.200.v20181026-1523.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1,022.84kB)
08:14:57 [INFO] Unpacking org.eclipse.debug.ui_3.13.200.v20181026-1523...
08:14:58 [INFO] Fetching org.eclipse.jdt.ui_3.16.0.v20181203-1249.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (4.02MB)
08:14:58 [INFO] The user operation is waiting for background work to complete.
08:14:58 [INFO] Fetching org.eclipse.jdt.ui_3.16.0.v20181203-1249.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (4.02MB)
08:14:58 [INFO] Unpacking org.eclipse.jdt.ui_3.16.0.v20181203-1249...
08:15:00 [INFO] Fetching org.eclipse.jdt.debug.ui_3.10.100.v20181120-0542.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.64MB)
08:15:00 [INFO] Fetching org.eclipse.jdt.debug.ui_3.10.100.v20181120-0542.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.64MB)
08:15:00 [INFO] Fetching org.eclipse.team.core_3.8.400.v20181109-0825.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (126.2kB)
08:15:00 [INFO] The user operation is waiting for background work to complete.
08:15:00 [INFO] Fetching org.eclipse.team.core_3.8.400.v20181109-0825.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (126.2kB)
08:15:00 [INFO] Unpacking org.eclipse.team.core_3.8.400.v20181109-0825...
08:15:00 [INFO] Fetching org.eclipse.ltk.core.refactoring_3.9.200.v20181024-1629.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (105.94kB)
08:15:00 [INFO] The user operation is waiting for background work to complete.
08:15:00 [INFO] Fetching org.eclipse.ltk.core.refactoring_3.9.200.v20181024-1629.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (105.94kB)
08:15:00 [INFO] Unpacking org.eclipse.ltk.core.refactoring_3.9.200.v20181024-1629...
08:15:00 [INFO] Fetching org.eclipse.core.expressions_3.6.200.v20180817-1401.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (33.74kB)
08:15:00 [INFO] The user operation is waiting for background work to complete.
08:15:00 [INFO] Fetching org.eclipse.core.expressions_3.6.200.v20180817-1401.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (33.74kB)
08:15:00 [INFO] Unpacking org.eclipse.core.expressions_3.6.200.v20180817-1401...
08:15:00 [INFO] Fetching org.eclipse.jdt.junit_3.11.200.v20181016-1025.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (235.54kB)
08:15:00 [INFO] The user operation is waiting for background work to complete.
08:15:00 [INFO] Fetching org.eclipse.jdt.junit_3.11.200.v20181016-1025.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (235.54kB)
08:15:00 [INFO] Unpacking org.eclipse.jdt.junit_3.11.200.v20181016-1025...
08:15:01 [INFO] Fetching org.eclipse.compare_3.7.400.v20181109-1335.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (302.72kB)
08:15:01 [INFO] The user operation is waiting for background work to complete.
08:15:01 [INFO] Fetching org.eclipse.compare_3.7.400.v20181109-1335.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (302.72kB)
08:15:01 [INFO] Unpacking org.eclipse.compare_3.7.400.v20181109-1335...
08:15:01 [INFO] Fetching org.eclipse.jface.text_3.15.0.v20181119-1708.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (317.85kB)
08:15:01 [INFO] The user operation is waiting for background work to complete.
08:15:01 [INFO] Fetching org.eclipse.jface.text_3.15.0.v20181119-1708.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (317.85kB)
08:15:01 [INFO] Unpacking org.eclipse.jface.text_3.15.0.v20181119-1708...
08:15:01 [INFO] Fetching org.eclipse.ui.ide_3.14.200.v20181205-2143.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (962.71kB)
08:15:01 [INFO] The user operation is waiting for background work to complete.
08:15:01 [INFO] Fetching org.eclipse.ui.ide_3.14.200.v20181205-2143.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (962.71kB)
08:15:01 [INFO] Unpacking org.eclipse.ui.ide_3.14.200.v20181205-2143...
08:15:02 [INFO] Fetching org.eclipse.ui.views_3.9.200.v20180828-0837.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (48.73kB)
08:15:02 [INFO] The user operation is waiting for background work to complete.
08:15:02 [INFO] Fetching org.eclipse.ui.views_3.9.200.v20180828-0837.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (48.73kB)
08:15:02 [INFO] Unpacking org.eclipse.ui.views_3.9.200.v20180828-0837...
08:15:02 [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.11.200.v20181108-1458.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (229.01kB)
08:15:02 [INFO] The user operation is waiting for background work to complete.
08:15:02 [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.11.200.v20181108-1458.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (229.01kB)
08:15:02 [INFO] Unpacking org.eclipse.ui.workbench.texteditor_3.11.200.v20181108-1458...
08:15:02 [INFO] Fetching org.eclipse.ui.editors_3.11.300.v20180914-0606.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (194.84kB)
08:15:02 [INFO] The user operation is waiting for background work to complete.
08:15:02 [INFO] Fetching org.eclipse.ui.editors_3.11.300.v20180914-0606.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (194.84kB)
08:15:02 [INFO] Unpacking org.eclipse.ui.editors_3.11.300.v20180914-0606...
08:15:02 [INFO] Fetching org.eclipse.ui.forms_3.7.400.v20181123-1505.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (123.16kB)
08:15:02 [INFO] The user operation is waiting for background work to complete.
08:15:02 [INFO] Fetching org.eclipse.ui.forms_3.7.400.v20181123-1505.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (123.16kB)
08:15:02 [INFO] Unpacking org.eclipse.ui.forms_3.7.400.v20181123-1505...
08:15:02 [INFO] Fetching org.eclipse.compare.core_3.6.300.v20180827-1041.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (32.72kB)
08:15:02 [INFO] The user operation is waiting for background work to complete.
08:15:02 [INFO] Fetching org.eclipse.compare.core_3.6.300.v20180827-1041.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (32.72kB)
08:15:02 [INFO] Unpacking org.eclipse.compare.core_3.6.300.v20180827-1041...
08:15:02 [INFO] Fetching org.eclipse.core.commands_3.9.200.v20180827-1727.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (43.41kB)
08:15:02 [INFO] The user operation is waiting for background work to complete.
08:15:02 [INFO] Fetching org.eclipse.core.commands_3.9.200.v20180827-1727.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (43.41kB)
08:15:03 [INFO] Unpacking org.eclipse.core.commands_3.9.200.v20180827-1727...
08:15:03 [INFO] Fetching org.eclipse.equinox.common_3.10.200.v20181021-1645.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (52.02kB)
08:15:03 [INFO] The user operation is waiting for background work to complete.
08:15:03 [INFO] Fetching org.eclipse.equinox.common_3.10.200.v20181021-1645.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (52.02kB)
08:15:03 [INFO] Unpacking org.eclipse.equinox.common_3.10.200.v20181021-1645...
08:15:03 [INFO] Fetching org.eclipse.core.contenttype_3.7.200.v20181107-1343.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.23kB)
08:15:03 [INFO] The user operation is waiting for background work to complete.
08:15:03 [INFO] Fetching org.eclipse.core.contenttype_3.7.200.v20181107-1343.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.23kB)
08:15:03 [INFO] Unpacking org.eclipse.core.contenttype_3.7.200.v20181107-1343...
08:15:03 [INFO] Fetching org.eclipse.equinox.preferences_3.7.200.v20180827-1235.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (54kB)
08:15:03 [INFO] The user operation is waiting for background work to complete.
08:15:03 [INFO] Fetching org.eclipse.equinox.preferences_3.7.200.v20180827-1235.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (54kB)
08:15:03 [INFO] Unpacking org.eclipse.equinox.preferences_3.7.200.v20180827-1235...
08:15:03 [INFO] Fetching org.eclipse.equinox.registry_3.8.200.v20181008-1820.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (76.99kB)
08:15:03 [INFO] The user operation is waiting for background work to complete.
08:15:03 [INFO] Fetching org.eclipse.equinox.registry_3.8.200.v20181008-1820.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (76.99kB)
08:15:03 [INFO] Unpacking org.eclipse.equinox.registry_3.8.200.v20181008-1820...
08:15:03 [INFO] Fetching org.eclipse.core.databinding_1.7.100.v20181030-1443.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (58.01kB)
08:15:03 [INFO] The user operation is waiting for background work to complete.
08:15:03 [INFO] Fetching org.eclipse.core.databinding_1.7.100.v20181030-1443.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (58.01kB)
08:15:03 [INFO] Unpacking org.eclipse.core.databinding_1.7.100.v20181030-1443...
08:15:03 [INFO] Fetching org.eclipse.core.databinding.observable_1.6.300.v20180827-2028.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (83.11kB)
08:15:03 [INFO] The user operation is waiting for background work to complete.
08:15:03 [INFO] Fetching org.eclipse.core.databinding.observable_1.6.300.v20180827-2028.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (83.11kB)
08:15:03 [INFO] Unpacking org.eclipse.core.databinding.observable_1.6.300.v20180827-2028...
08:15:03 [INFO] Fetching org.eclipse.core.databinding.property_1.6.300.v20180827-2028.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (45.1kB)
08:15:03 [INFO] The user operation is waiting for background work to complete.
08:15:03 [INFO] Fetching org.eclipse.core.databinding.property_1.6.300.v20180827-2028.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (45.1kB)
08:15:04 [INFO] Unpacking org.eclipse.core.databinding.property_1.6.300.v20180827-2028...
08:15:04 [INFO] Fetching org.eclipse.core.databinding.beans_1.4.300.v20181030-1443.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (22.87kB)
08:15:04 [INFO] The user operation is waiting for background work to complete.
08:15:04 [INFO] Fetching org.eclipse.core.databinding.beans_1.4.300.v20181030-1443.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (22.87kB)
08:15:04 [INFO] Unpacking org.eclipse.core.databinding.beans_1.4.300.v20181030-1443...
08:15:04 [INFO] Fetching org.eclipse.core.filebuffers_3.6.400.v20181028-0633.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.04kB)
08:15:04 [INFO] The user operation is waiting for background work to complete.
08:15:04 [INFO] Fetching org.eclipse.core.filebuffers_3.6.400.v20181028-0633.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.04kB)
08:15:04 [INFO] Unpacking org.eclipse.core.filebuffers_3.6.400.v20181028-0633...
08:15:04 [INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.300.v20180828-0158.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.18kB)
08:15:04 [INFO] The user operation is waiting for background work to complete.
08:15:04 [INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.300.v20180828-0158.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.18kB)
08:15:04 [INFO] Unpacking org.eclipse.core.filesystem.linux.x86_64_1.2.300.v20180828-0158...
08:15:04 [INFO] Fetching org.eclipse.core.jobs_3.10.200.v20180912-1356.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (46.05kB)
08:15:04 [INFO] The user operation is waiting for background work to complete.
08:15:04 [INFO] Fetching org.eclipse.core.jobs_3.10.200.v20180912-1356.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (46.05kB)
08:15:04 [INFO] Unpacking org.eclipse.core.jobs_3.10.200.v20180912-1356...
08:15:04 [INFO] Fetching org.eclipse.core.net_1.3.400.v20181030-1645.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (33.61kB)
08:15:04 [INFO] The user operation is waiting for background work to complete.
08:15:04 [INFO] Fetching org.eclipse.core.net_1.3.400.v20181030-1645.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (33.61kB)
08:15:04 [INFO] Unpacking org.eclipse.core.net_1.3.400.v20181030-1645...
08:15:04 [INFO] Fetching org.eclipse.equinox.security_1.3.0.v20181115-0746.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (44.47kB)
08:15:04 [INFO] The user operation is waiting for background work to complete.
08:15:04 [INFO] Fetching org.eclipse.equinox.security_1.3.0.v20181115-0746.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (44.47kB)
08:15:04 [INFO] Unpacking org.eclipse.equinox.security_1.3.0.v20181115-0746...
08:15:04 [INFO] Fetching org.eclipse.core.net.linux.x86_64_1.2.300.v20181130-0925.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (93.43kB)
08:15:04 [INFO] The user operation is waiting for background work to complete.
08:15:04 [INFO] Fetching org.eclipse.core.net.linux.x86_64_1.2.300.v20181130-0925.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (93.43kB)
08:15:04 [INFO] Unpacking org.eclipse.core.net.linux.x86_64_1.2.300.v20181130-0925...
08:15:04 [INFO] Fetching org.eclipse.equinox.app_1.4.0.v20181009-1752.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (41.76kB)
08:15:04 [INFO] The user operation is waiting for background work to complete.
08:15:04 [INFO] Fetching org.eclipse.equinox.app_1.4.0.v20181009-1752.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (41.76kB)
08:15:05 [INFO] Unpacking org.eclipse.equinox.app_1.4.0.v20181009-1752...
08:15:05 [INFO] Fetching org.eclipse.help_3.8.200.v20180821-0700.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (122.44kB)
08:15:05 [INFO] The user operation is waiting for background work to complete.
08:15:05 [INFO] Fetching org.eclipse.help_3.8.200.v20180821-0700.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (122.44kB)
08:15:05 [INFO] Unpacking org.eclipse.help_3.8.200.v20180821-0700...
08:15:05 [INFO] Fetching org.eclipse.e4.core.commands_0.12.400.v20181119-1026.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.78kB)
08:15:05 [INFO] The user operation is waiting for background work to complete.
08:15:05 [INFO] Fetching org.eclipse.e4.core.commands_0.12.400.v20181119-1026.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.78kB)
08:15:05 [INFO] Unpacking org.eclipse.e4.core.commands_0.12.400.v20181119-1026...
08:15:05 [INFO] Fetching org.eclipse.e4.core.di_1.7.100.v20180817-1215.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (25.97kB)
08:15:05 [INFO] The user operation is waiting for background work to complete.
08:15:05 [INFO] Fetching org.eclipse.e4.core.di_1.7.100.v20180817-1215.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (25.97kB)
08:15:05 [INFO] Unpacking org.eclipse.e4.core.di_1.7.100.v20180817-1215...
08:15:05 [INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.07kB)
08:15:05 [INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.07kB)
08:15:05 [INFO] Fetching org.eclipse.e4.core.contexts_1.7.100.v20180817-1215.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (22.66kB)
08:15:05 [INFO] The user operation is waiting for background work to complete.
08:15:05 [INFO] Fetching org.eclipse.e4.core.contexts_1.7.100.v20180817-1215.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (22.66kB)
08:15:05 [INFO] Unpacking org.eclipse.e4.core.contexts_1.7.100.v20180817-1215...
08:15:05 [INFO] Fetching org.eclipse.e4.core.services_2.1.300.v20180930-0910.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.92kB)
08:15:05 [INFO] The user operation is waiting for background work to complete.
08:15:05 [INFO] Fetching org.eclipse.e4.core.services_2.1.300.v20180930-0910.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.92kB)
08:15:05 [INFO] Unpacking org.eclipse.e4.core.services_2.1.300.v20180930-0910...
08:15:05 [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.200.v20180817-1215.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (7.7kB)
08:15:05 [INFO] The user operation is waiting for background work to complete.
08:15:05 [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.200.v20180817-1215.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (7.7kB)
08:15:05 [INFO] Unpacking org.eclipse.e4.core.di.annotations_1.6.200.v20180817-1215...
08:15:06 [INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.200.v20180817-1215.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (7.77kB)
08:15:06 [INFO] The user operation is waiting for background work to complete.
08:15:06 [INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.200.v20180817-1215.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (7.77kB)
08:15:06 [INFO] Unpacking org.eclipse.e4.core.di.extensions_0.15.200.v20180817-1215...
08:15:06 [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.200.v20180817-1215.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.56kB)
08:15:06 [INFO] The user operation is waiting for background work to complete.
08:15:06 [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.200.v20180817-1215.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.56kB)
08:15:06 [INFO] Unpacking org.eclipse.e4.core.di.extensions.supplier_0.15.200.v20180817-1215...
08:15:06 [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.200.v20180828-0227.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (21.21kB)
08:15:06 [INFO] The user operation is waiting for background work to complete.
08:15:06 [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.200.v20180828-0227.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (21.21kB)
08:15:06 [INFO] Unpacking org.eclipse.e4.emf.xpath_0.2.200.v20180828-0227...
08:15:06 [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (98kB)
08:15:06 [INFO] The user operation is waiting for background work to complete.
08:15:06 [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (98kB)
08:15:06 [INFO] Unpacking org.apache.commons.jxpath_1.3.0.v200911051830...
08:15:06 [INFO] Fetching org.eclipse.emf.ecore_2.16.0.v20181124-0637.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (485.15kB)
08:15:06 [INFO] The user operation is waiting for background work to complete.
08:15:06 [INFO] Fetching org.eclipse.emf.ecore_2.16.0.v20181124-0637.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (485.15kB)
08:15:06 [INFO] Unpacking org.eclipse.emf.ecore_2.16.0.v20181124-0637...
08:15:06 [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.400.v20181022-1348.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (71.16kB)
08:15:06 [INFO] The user operation is waiting for background work to complete.
08:15:06 [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.400.v20181022-1348.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (71.16kB)
08:15:06 [INFO] Unpacking org.eclipse.e4.ui.workbench.swt_0.14.400.v20181022-1348...
08:15:07 [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.300.v20180913-1535.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.07kB)
08:15:07 [INFO] The user operation is waiting for background work to complete.
08:15:07 [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.300.v20180913-1535.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.07kB)
08:15:07 [INFO] Unpacking org.eclipse.e4.ui.bindings_0.12.300.v20180913-1535...
08:15:07 [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.200.v20180920-1522.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (107.92kB)
08:15:07 [INFO] The user operation is waiting for background work to complete.
08:15:07 [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.200.v20180920-1522.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (107.92kB)
08:15:07 [INFO] Unpacking org.eclipse.e4.ui.model.workbench_2.1.200.v20180920-1522...
08:15:07 [INFO] Fetching org.eclipse.e4.ui.services_1.3.300.v20180920-1522.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.29kB)
08:15:07 [INFO] The user operation is waiting for background work to complete.
08:15:07 [INFO] Fetching org.eclipse.e4.ui.services_1.3.300.v20180920-1522.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.29kB)
08:15:07 [INFO] Unpacking org.eclipse.e4.ui.services_1.3.300.v20180920-1522...
08:15:07 [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.400.v20181112-1716.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (93.84kB)
08:15:07 [INFO] The user operation is waiting for background work to complete.
08:15:07 [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.400.v20181112-1716.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (93.84kB)
08:15:07 [INFO] Unpacking org.eclipse.e4.ui.workbench.renderers.swt_0.14.400.v20181112-1716...
08:15:07 [INFO] Fetching org.eclipse.e4.ui.workbench_1.8.0.v20181119-1304.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (86.61kB)
08:15:07 [INFO] The user operation is waiting for background work to complete.
08:15:07 [INFO] Fetching org.eclipse.e4.ui.workbench_1.8.0.v20181119-1304.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (86.61kB)
08:15:07 [INFO] Unpacking org.eclipse.e4.ui.workbench_1.8.0.v20181119-1304...
08:15:07 [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.400.v20180917-1628.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (64.25kB)
08:15:07 [INFO] The user operation is waiting for background work to complete.
08:15:07 [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.400.v20180917-1628.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (64.25kB)
08:15:07 [INFO] Unpacking org.eclipse.e4.ui.css.core_0.12.400.v20180917-1628...
08:15:07 [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.300.v20181030-1443.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (79.76kB)
08:15:07 [INFO] The user operation is waiting for background work to complete.
08:15:07 [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.300.v20181030-1443.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (79.76kB)
08:15:08 [INFO] Unpacking org.eclipse.e4.ui.css.swt_0.13.300.v20181030-1443...
08:15:08 [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.95kB)
08:15:08 [INFO] The user operation is waiting for background work to complete.
08:15:08 [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.95kB)
08:15:08 [INFO] Unpacking org.w3c.dom.smil_1.0.1.v200903091627...
08:15:08 [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.100.v20180828-0227.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.94kB)
08:15:08 [INFO] The user operation is waiting for background work to complete.
08:15:08 [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.100.v20180828-0227.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.94kB)
08:15:08 [INFO] Unpacking org.eclipse.e4.ui.css.swt.theme_0.12.100.v20180828-0227...
08:15:08 [INFO] Fetching org.eclipse.e4.ui.di_1.2.400.v20180920-1522.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.98kB)
08:15:08 [INFO] The user operation is waiting for background work to complete.
08:15:08 [INFO] Fetching org.eclipse.e4.ui.di_1.2.400.v20180920-1522.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.98kB)
08:15:08 [INFO] Unpacking org.eclipse.e4.ui.di_1.2.400.v20180920-1522...
08:15:08 [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.300.v20180920-1522.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.49kB)
08:15:08 [INFO] The user operation is waiting for background work to complete.
08:15:08 [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.300.v20180920-1522.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.49kB)
08:15:08 [INFO] Unpacking org.eclipse.e4.ui.widgets_1.2.300.v20180920-1522...
08:15:08 [INFO] Fetching org.eclipse.equinox.event_1.5.0.v20181008-1938.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.82kB)
08:15:08 [INFO] The user operation is waiting for background work to complete.
08:15:08 [INFO] Fetching org.eclipse.equinox.event_1.5.0.v20181008-1938.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.82kB)
08:15:08 [INFO] Unpacking org.eclipse.equinox.event_1.5.0.v20181008-1938...
08:15:08 [INFO] Fetching org.eclipse.equinox.launcher_1.5.200.v20180922-1751.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.73kB)
08:15:08 [INFO] The user operation is waiting for background work to complete.
08:15:08 [INFO] Fetching org.eclipse.equinox.launcher_1.5.200.v20180922-1751.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.73kB)
08:15:08 [INFO] Unpacking org.eclipse.equinox.launcher_1.5.200.v20180922-1751...
08:15:08 [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.200.v20181101-1115.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.9kB)
08:15:08 [INFO] The user operation is waiting for background work to complete.
08:15:08 [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.200.v20181101-1115.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.9kB)
08:15:09 [INFO] Unpacking org.eclipse.equinox.simpleconfigurator_1.3.200.v20181101-1115...
08:15:09 [INFO] Fetching org.eclipse.osgi.compatibility.state_1.1.300.v20181116-1550.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (102.07kB)
08:15:09 [INFO] The user operation is waiting for background work to complete.
08:15:09 [INFO] Fetching org.eclipse.osgi.compatibility.state_1.1.300.v20181116-1550.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (102.07kB)
08:15:09 [INFO] Unpacking org.eclipse.osgi.compatibility.state_1.1.300.v20181116-1550...
08:15:09 [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.900.v20180922-1751.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (69.12kB)
08:15:09 [INFO] The user operation is waiting for background work to complete.
08:15:09 [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.900.v20180922-1751.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (69.12kB)
08:15:09 [INFO] Unpacking org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.900.v20180922-1751...
08:15:09 [INFO] Fetching org.eclipse.swt_3.109.0.v20181204-1801.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.03kB)
08:15:09 [INFO] The user operation is waiting for background work to complete.
08:15:09 [INFO] Fetching org.eclipse.swt_3.109.0.v20181204-1801.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.03kB)
08:15:09 [INFO] Unpacking org.eclipse.swt_3.109.0.v20181204-1801...
08:15:09 [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.109.0.v20181204-1801.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (992.33kB)
08:15:09 [INFO] The user operation is waiting for background work to complete.
08:15:09 [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.109.0.v20181204-1801.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (992.33kB)
08:15:09 [INFO] Unpacking org.eclipse.swt.gtk.linux.x86_64_3.109.0.v20181204-1801...
08:15:10 [INFO] Fetching org.eclipse.equinox.util_1.1.200.v20181008-1820.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.34kB)
08:15:10 [INFO] The user operation is waiting for background work to complete.
08:15:10 [INFO] Fetching org.eclipse.equinox.util_1.1.200.v20181008-1820.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.34kB)
08:15:10 [INFO] Unpacking org.eclipse.equinox.util_1.1.200.v20181008-1820...
08:15:10 [INFO] Fetching org.eclipse.jface_3.15.0.v20181123-1505.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (354.7kB)
08:15:10 [INFO] The user operation is waiting for background work to complete.
08:15:10 [INFO] Fetching org.eclipse.jface_3.15.0.v20181123-1505.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (354.7kB)
08:15:10 [INFO] Unpacking org.eclipse.jface_3.15.0.v20181123-1505...
08:15:10 [INFO] Fetching org.eclipse.jface.databinding_1.8.400.v20181030-1443.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (69.03kB)
08:15:10 [INFO] The user operation is waiting for background work to complete.
08:15:10 [INFO] Fetching org.eclipse.jface.databinding_1.8.400.v20181030-1443.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (69.03kB)
08:15:10 [INFO] Unpacking org.eclipse.jface.databinding_1.8.400.v20181030-1443...
08:15:10 [INFO] Fetching org.eclipse.e4.ui.workbench3_0.14.200.v20180828-0227.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (7.93kB)
08:15:10 [INFO] The user operation is waiting for background work to complete.
08:15:10 [INFO] Fetching org.eclipse.e4.ui.workbench3_0.14.200.v20180828-0227.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (7.93kB)
08:15:10 [INFO] Unpacking org.eclipse.e4.ui.workbench3_0.14.200.v20180828-0227...
08:15:10 [INFO] Fetching org.eclipse.equinox.console_1.3.200.v20181115-0906.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (51.22kB)
08:15:10 [INFO] The user operation is waiting for background work to complete.
08:15:10 [INFO] Fetching org.eclipse.equinox.console_1.3.200.v20181115-0906.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (51.22kB)
08:15:10 [INFO] Unpacking org.eclipse.equinox.console_1.3.200.v20181115-0906...
08:15:10 [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.300.v20181102-1042.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (51.7kB)
08:15:10 [INFO] The user operation is waiting for background work to complete.
08:15:10 [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.300.v20181102-1042.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (51.7kB)
08:15:11 [INFO] Unpacking org.eclipse.e4.ui.workbench.addons.swt_1.3.300.v20181102-1042...
08:15:11 [INFO] Fetching org.eclipse.equinox.bidi_1.1.200.v20180827-1235.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.16kB)
08:15:11 [INFO] The user operation is waiting for background work to complete.
08:15:11 [INFO] Fetching org.eclipse.equinox.bidi_1.1.200.v20180827-1235.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.16kB)
08:15:11 [INFO] Unpacking org.eclipse.equinox.bidi_1.1.200.v20180827-1235...
08:15:11 [INFO] Fetching org.eclipse.e4.ui.dialogs_1.1.300.v20180828-0227.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.86kB)
08:15:11 [INFO] The user operation is waiting for background work to complete.
08:15:11 [INFO] Fetching org.eclipse.e4.ui.dialogs_1.1.300.v20180828-0227.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.86kB)
08:15:11 [INFO] Unpacking org.eclipse.e4.ui.dialogs_1.1.300.v20180828-0227...
08:15:11 [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.0.500.v20181106-0908.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (7.98kB)
08:15:11 [INFO] The user operation is waiting for background work to complete.
08:15:11 [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.0.500.v20181106-0908.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (7.98kB)
08:15:11 [INFO] Unpacking org.eclipse.e4.ui.swt.gtk_1.0.500.v20181106-0908...
08:15:11 [INFO] Fetching org.eclipse.e4.rcp_1.6.300.v20181204-1801.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (20.76kB)
08:15:11 [INFO] Fetching org.eclipse.e4.rcp_1.6.300.v20181204-1801.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (20.76kB)
08:15:11 [INFO] Fetching org.eclipse.emf.ecore.xmi_2.15.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (84.16kB)
08:15:11 [INFO] The user operation is waiting for background work to complete.
08:15:11 [INFO] Fetching org.eclipse.emf.ecore.xmi_2.15.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (84.16kB)
08:15:11 [INFO] Unpacking org.eclipse.emf.ecore.xmi_2.15.0.v20180706-1146...
08:15:11 [INFO] Fetching org.eclipse.emf.ecore.change_2.13.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (50.94kB)
08:15:11 [INFO] The user operation is waiting for background work to complete.
08:15:11 [INFO] Fetching org.eclipse.emf.ecore.change_2.13.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (50.94kB)
08:15:11 [INFO] Unpacking org.eclipse.emf.ecore.change_2.13.0.v20180706-1146...
08:15:11 [INFO] Fetching org.eclipse.ecf_3.9.3.v20181012-2016.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (48.13kB)
08:15:11 [INFO] The user operation is waiting for background work to complete.
08:15:11 [INFO] Fetching org.eclipse.ecf_3.9.3.v20181012-2016.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (48.13kB)
08:15:12 [INFO] Unpacking org.eclipse.ecf_3.9.3.v20181012-2016...
08:15:12 [INFO] Fetching org.eclipse.ecf.identity_3.9.1.v20180810-0833.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (27.19kB)
08:15:12 [INFO] The user operation is waiting for background work to complete.
08:15:12 [INFO] Fetching org.eclipse.ecf.identity_3.9.1.v20180810-0833.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (27.19kB)
08:15:12 [INFO] Unpacking org.eclipse.ecf.identity_3.9.1.v20180810-0833...
08:15:12 [INFO] Fetching org.eclipse.equinox.concurrent_1.1.200.v20180827-1235.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.22kB)
08:15:12 [INFO] The user operation is waiting for background work to complete.
08:15:12 [INFO] Fetching org.eclipse.equinox.concurrent_1.1.200.v20180827-1235.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.22kB)
08:15:12 [INFO] Unpacking org.eclipse.equinox.concurrent_1.1.200.v20180827-1235...
08:15:12 [INFO] Fetching org.eclipse.ecf.filetransfer_5.0.100.v20180301-0132.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.38kB)
08:15:12 [INFO] The user operation is waiting for background work to complete.
08:15:12 [INFO] Fetching org.eclipse.ecf.filetransfer_5.0.100.v20180301-0132.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.38kB)
08:15:12 [INFO] Unpacking org.eclipse.ecf.filetransfer_5.0.100.v20180301-0132...
08:15:12 [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.400.v20180306-0429.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (45.17kB)
08:15:12 [INFO] The user operation is waiting for background work to complete.
08:15:12 [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.400.v20180306-0429.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (45.17kB)
08:15:12 [INFO] Unpacking org.eclipse.ecf.provider.filetransfer_3.2.400.v20180306-0429...
08:15:12 [INFO] Fetching org.eclipse.emf.common_2.15.0.v20180914-1817.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (114.93kB)
08:15:12 [INFO] The user operation is waiting for background work to complete.
08:15:12 [INFO] Fetching org.eclipse.emf.common_2.15.0.v20180914-1817.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (114.93kB)
08:15:12 [INFO] Unpacking org.eclipse.emf.common_2.15.0.v20180914-1817...
08:15:13 [INFO] Fetching org.eclipse.emf.common_2.15.0.v20180914-1817.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (19.07kB)
08:15:13 [INFO] Fetching org.eclipse.emf.common_2.15.0.v20180914-1817.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (19.07kB)
08:15:13 [INFO] Fetching org.eclipse.emf.ecore.edit_2.11.0.v20180823-0905.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (61.37kB)
08:15:13 [INFO] The user operation is waiting for background work to complete.
08:15:13 [INFO] Fetching org.eclipse.emf.ecore.edit_2.11.0.v20180823-0905.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (61.37kB)
08:15:13 [INFO] Unpacking org.eclipse.emf.ecore.edit_2.11.0.v20180823-0905...
08:15:13 [INFO] Fetching org.eclipse.emf.edit_2.14.0.v20180823-0456.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (96.66kB)
08:15:13 [INFO] The user operation is waiting for background work to complete.
08:15:13 [INFO] Fetching org.eclipse.emf.edit_2.14.0.v20180823-0456.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (96.66kB)
08:15:13 [INFO] Unpacking org.eclipse.emf.edit_2.14.0.v20180823-0456...
08:15:13 [INFO] Fetching org.eclipse.emf.ecore_2.16.0.v20181124-0637.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (19.14kB)
08:15:13 [INFO] Fetching org.eclipse.emf.ecore_2.16.0.v20181124-0637.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (19.14kB)
08:15:13 [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.100.v20180822-1258.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.39kB)
08:15:13 [INFO] The user operation is waiting for background work to complete.
08:15:13 [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.100.v20180822-1258.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.39kB)
08:15:13 [INFO] Unpacking org.eclipse.equinox.frameworkadmin_2.1.100.v20180822-1258...
08:15:13 [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.100.v20180822-1258.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (33.94kB)
08:15:13 [INFO] The user operation is waiting for background work to complete.
08:15:13 [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.100.v20180822-1258.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (33.94kB)
08:15:13 [INFO] Unpacking org.eclipse.equinox.frameworkadmin.equinox_1.1.100.v20180822-1258...
08:15:13 [INFO] Fetching org.eclipse.equinox.http.jetty_3.6.200.v20181115-1346.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.31kB)
08:15:13 [INFO] The user operation is waiting for background work to complete.
08:15:13 [INFO] Fetching org.eclipse.equinox.http.jetty_3.6.200.v20181115-1346.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.31kB)
08:15:14 [INFO] Unpacking org.eclipse.equinox.http.jetty_3.6.200.v20181115-1346...
08:15:14 [INFO] Fetching org.eclipse.equinox.http.servlet_1.5.200.v20181008-1912.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (67.47kB)
08:15:14 [INFO] The user operation is waiting for background work to complete.
08:15:14 [INFO] Fetching org.eclipse.equinox.http.servlet_1.5.200.v20181008-1912.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (67.47kB)
08:15:14 [INFO] Unpacking org.eclipse.equinox.http.servlet_1.5.200.v20181008-1912...
08:15:14 [INFO] Fetching org.eclipse.jetty.http_9.4.14.v20181113.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (211.68kB)
08:15:14 [INFO] Fetching org.eclipse.jetty.http_9.4.14.v20181113.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (211.68kB)
08:15:14 [INFO] Fetching org.eclipse.jetty.server_9.4.14.v20181113.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (630.17kB)
08:15:14 [INFO] Fetching org.eclipse.jetty.server_9.4.14.v20181113.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (630.17kB)
08:15:14 [INFO] Fetching org.eclipse.jetty.servlet_9.4.14.v20181113.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (127.93kB)
08:15:14 [INFO] Fetching org.eclipse.jetty.servlet_9.4.14.v20181113.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (127.93kB)
08:15:14 [INFO] Fetching org.eclipse.jetty.util_9.4.14.v20181113.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (532.17kB)
08:15:14 [INFO] Fetching org.eclipse.jetty.util_9.4.14.v20181113.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (532.17kB)
08:15:14 [INFO] Fetching org.eclipse.equinox.http.registry_1.1.600.v20180827-1235.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (18.47kB)
08:15:14 [INFO] The user operation is waiting for background work to complete.
08:15:14 [INFO] Fetching org.eclipse.equinox.http.registry_1.1.600.v20180827-1235.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (18.47kB)
08:15:15 [INFO] Unpacking org.eclipse.equinox.http.registry_1.1.600.v20180827-1235...
08:15:15 [INFO] Fetching org.eclipse.equinox.jsp.jasper_1.1.100.v20180827-1235.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.67kB)
08:15:15 [INFO] The user operation is waiting for background work to complete.
08:15:15 [INFO] Fetching org.eclipse.equinox.jsp.jasper_1.1.100.v20180827-1235.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.67kB)
08:15:15 [INFO] Unpacking org.eclipse.equinox.jsp.jasper_1.1.100.v20180827-1235...
08:15:15 [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.1.100.v20180827-1235.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.7kB)
08:15:15 [INFO] The user operation is waiting for background work to complete.
08:15:15 [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.1.100.v20180827-1235.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.7kB)
08:15:15 [INFO] Unpacking org.eclipse.equinox.jsp.jasper.registry_1.1.100.v20180827-1235...
08:15:15 [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.2.200.v20181119-1308.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (57.8kB)
08:15:15 [INFO] The user operation is waiting for background work to complete.
08:15:15 [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.2.200.v20181119-1308.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (57.8kB)
08:15:15 [INFO] Unpacking org.eclipse.equinox.p2.artifact.repository_1.2.200.v20181119-1308...
08:15:15 [INFO] Fetching org.eclipse.equinox.p2.metadata_2.4.200.v20181102-0649.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (108.04kB)
08:15:15 [INFO] The user operation is waiting for background work to complete.
08:15:15 [INFO] Fetching org.eclipse.equinox.p2.metadata_2.4.200.v20181102-0649.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (108.04kB)
08:15:15 [INFO] Unpacking org.eclipse.equinox.p2.metadata_2.4.200.v20181102-0649...
08:15:15 [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (44.42kB)
08:15:15 [INFO] The user operation is waiting for background work to complete.
08:15:15 [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (44.42kB)
08:15:15 [INFO] Unpacking org.tukaani.xz_1.8.0.v20180207-1613...
08:15:15 [INFO] Fetching org.eclipse.equinox.p2.core_2.5.100.v20180822-1532.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (31.95kB)
08:15:15 [INFO] The user operation is waiting for background work to complete.
08:15:15 [INFO] Fetching org.eclipse.equinox.p2.core_2.5.100.v20180822-1532.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (31.95kB)
08:15:15 [INFO] Unpacking org.eclipse.equinox.p2.core_2.5.100.v20180822-1532...
08:15:15 [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.200.v20180921-1009.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.73kB)
08:15:15 [INFO] The user operation is waiting for background work to complete.
08:15:15 [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.200.v20180921-1009.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.73kB)
08:15:16 [INFO] Unpacking org.eclipse.equinox.p2.jarprocessor_1.1.200.v20180921-1009...
08:15:16 [INFO] Fetching org.eclipse.equinox.p2.repository_2.4.200.v20181005-1131.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (55.17kB)
08:15:16 [INFO] The user operation is waiting for background work to complete.
08:15:16 [INFO] Fetching org.eclipse.equinox.p2.repository_2.4.200.v20181005-1131.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (55.17kB)
08:15:16 [INFO] Unpacking org.eclipse.equinox.p2.repository_2.4.200.v20181005-1131...
08:15:16 [INFO] Fetching org.eclipse.equinox.p2.director_2.4.200.v20181102-0649.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (48.14kB)
08:15:16 [INFO] The user operation is waiting for background work to complete.
08:15:16 [INFO] Fetching org.eclipse.equinox.p2.director_2.4.200.v20181102-0649.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (48.14kB)
08:15:16 [INFO] Unpacking org.eclipse.equinox.p2.director_2.4.200.v20181102-0649...
08:15:16 [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.100.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (74.83kB)
08:15:16 [INFO] The user operation is waiting for background work to complete.
08:15:16 [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.100.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (74.83kB)
08:15:16 [INFO] Unpacking org.eclipse.equinox.p2.engine_2.6.100.v20180822-1302...
08:15:16 [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.100.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (51.01kB)
08:15:16 [INFO] The user operation is waiting for background work to complete.
08:15:16 [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.100.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (51.01kB)
08:15:16 [INFO] Unpacking org.eclipse.equinox.p2.metadata.repository_1.3.100.v20180822-1302...
08:15:16 [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.200.v20181123-1405.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.46kB)
08:15:16 [INFO] The user operation is waiting for background work to complete.
08:15:16 [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.200.v20181123-1405.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.46kB)
08:15:16 [INFO] Unpacking org.eclipse.equinox.simpleconfigurator.manipulator_2.1.200.v20181123-1405...
08:15:16 [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (103.26kB)
08:15:16 [INFO] The user operation is waiting for background work to complete.
08:15:16 [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (103.26kB)
08:15:16 [INFO] Unpacking org.sat4j.core_2.3.5.v201308161310...
08:15:16 [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (72.9kB)
08:15:16 [INFO] The user operation is waiting for background work to complete.
08:15:16 [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (72.9kB)
08:15:17 [INFO] Unpacking org.sat4j.pb_2.3.5.v201404071733...
08:15:17 [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.2.100.v20180822-1354.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (22.23kB)
08:15:17 [INFO] The user operation is waiting for background work to complete.
08:15:17 [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.2.100.v20180822-1354.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (22.23kB)
08:15:17 [INFO] Unpacking org.eclipse.equinox.p2.transport.ecf_1.2.100.v20180822-1354...
08:15:17 [INFO] Fetching org.eclipse.equinox.p2.operations_2.5.200.v20180928-1359.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (31.98kB)
08:15:17 [INFO] The user operation is waiting for background work to complete.
08:15:17 [INFO] Fetching org.eclipse.equinox.p2.operations_2.5.200.v20180928-1359.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (31.98kB)
08:15:17 [INFO] Unpacking org.eclipse.equinox.p2.operations_2.5.200.v20180928-1359...
08:15:17 [INFO] Fetching org.eclipse.equinox.security.linux.x86_64_1.1.200.v20181106-0957.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.67kB)
08:15:17 [INFO] The user operation is waiting for background work to complete.
08:15:17 [INFO] Fetching org.eclipse.equinox.security.linux.x86_64_1.1.200.v20181106-0957.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.67kB)
08:15:17 [INFO] Unpacking org.eclipse.equinox.security.linux.x86_64_1.1.200.v20181106-0957...
08:15:17 [INFO] Fetching org.eclipse.equinox.p2.discovery_1.1.100.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (17.03kB)
08:15:17 [INFO] The user operation is waiting for background work to complete.
08:15:17 [INFO] Fetching org.eclipse.equinox.p2.discovery_1.1.100.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (17.03kB)
08:15:17 [INFO] Unpacking org.eclipse.equinox.p2.discovery_1.1.100.v20180822-1302...
08:15:17 [INFO] Fetching org.eclipse.equinox.p2.discovery.compatibility_1.1.100.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (27.03kB)
08:15:17 [INFO] The user operation is waiting for background work to complete.
08:15:17 [INFO] Fetching org.eclipse.equinox.p2.discovery.compatibility_1.1.100.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (27.03kB)
08:15:17 [INFO] Unpacking org.eclipse.equinox.p2.discovery.compatibility_1.1.100.v20180822-1302...
08:15:17 [INFO] Fetching org.eclipse.equinox.p2.ui_2.5.400.v20181113-1303.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (284.88kB)
08:15:17 [INFO] The user operation is waiting for background work to complete.
08:15:17 [INFO] Fetching org.eclipse.equinox.p2.ui_2.5.400.v20181113-1303.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (284.88kB)
08:15:17 [INFO] Unpacking org.eclipse.equinox.p2.ui_2.5.400.v20181113-1303...
08:15:17 [INFO] Fetching org.eclipse.equinox.security.ui_1.2.200.v20181108-1420.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (72.14kB)
08:15:17 [INFO] The user operation is waiting for background work to complete.
08:15:17 [INFO] Fetching org.eclipse.equinox.security.ui_1.2.200.v20181108-1420.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (72.14kB)
08:15:18 [INFO] Unpacking org.eclipse.equinox.security.ui_1.2.200.v20181108-1420...
08:15:18 [INFO] Fetching org.eclipse.equinox.p2.ui.discovery_1.1.100.v20180822-1357.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (76.1kB)
08:15:18 [INFO] The user operation is waiting for background work to complete.
08:15:18 [INFO] Fetching org.eclipse.equinox.p2.ui.discovery_1.1.100.v20180822-1357.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (76.1kB)
08:15:18 [INFO] Unpacking org.eclipse.equinox.p2.ui.discovery_1.1.100.v20180822-1357...
08:15:18 [INFO] Fetching org.eclipse.ui.browser_3.6.300.v20180828-0837.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (97.35kB)
08:15:18 [INFO] The user operation is waiting for background work to complete.
08:15:18 [INFO] Fetching org.eclipse.ui.browser_3.6.300.v20180828-0837.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (97.35kB)
08:15:18 [INFO] Unpacking org.eclipse.ui.browser_3.6.300.v20180828-0837...
08:15:18 [INFO] Fetching org.eclipse.help.base_4.2.400.v20181206-0815.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (162.4kB)
08:15:18 [INFO] The user operation is waiting for background work to complete.
08:15:18 [INFO] Fetching org.eclipse.help.base_4.2.400.v20181206-0815.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (162.4kB)
08:15:18 [INFO] Unpacking org.eclipse.help.base_4.2.400.v20181206-0815...
08:15:18 [INFO] Fetching org.eclipse.help.ui_4.1.300.v20181018-1136.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (149.43kB)
08:15:18 [INFO] The user operation is waiting for background work to complete.
08:15:18 [INFO] Fetching org.eclipse.help.ui_4.1.300.v20181018-1136.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (149.43kB)
08:15:18 [INFO] Unpacking org.eclipse.help.ui_4.1.300.v20181018-1136...
08:15:18 [INFO] Fetching org.eclipse.help.webapp_3.9.300.v20181127-2310.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (238.57kB)
08:15:18 [INFO] The user operation is waiting for background work to complete.
08:15:18 [INFO] Fetching org.eclipse.help.webapp_3.9.300.v20181127-2310.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (238.57kB)
08:15:18 [INFO] Unpacking org.eclipse.help.webapp_3.9.300.v20181127-2310...
08:15:18 [INFO] Fetching org.eclipse.jetty.continuation_9.4.14.v20181113.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (31.79kB)
08:15:18 [INFO] Fetching org.eclipse.jetty.continuation_9.4.14.v20181113.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (31.79kB)
08:15:19 [INFO] Fetching org.eclipse.jetty.io_9.4.14.v20181113.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (157.48kB)
08:15:19 [INFO] Fetching org.eclipse.jetty.io_9.4.14.v20181113.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (157.48kB)
08:15:19 [INFO] Fetching org.eclipse.jetty.security_9.4.14.v20181113.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (123.47kB)
08:15:19 [INFO] Fetching org.eclipse.jetty.security_9.4.14.v20181113.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (123.47kB)
08:15:19 [INFO] Fetching org.eclipse.help_2.2.400.v20181206-0815.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (19.53kB)
08:15:19 [INFO] Fetching org.eclipse.help_2.2.400.v20181206-0815.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (19.53kB)
08:15:19 [INFO] Fetching org.eclipse.jdt_3.16.0.v20181206-0815.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.1kB)
08:15:19 [INFO] The user operation is waiting for background work to complete.
08:15:19 [INFO] Fetching org.eclipse.jdt_3.16.0.v20181206-0815.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.1kB)
08:15:19 [INFO] Unpacking org.eclipse.jdt_3.16.0.v20181206-0815...
08:15:19 [INFO] Fetching org.eclipse.ui.intro_3.5.400.v20181107-2118.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (141.99kB)
08:15:19 [INFO] The user operation is waiting for background work to complete.
08:15:19 [INFO] Fetching org.eclipse.ui.intro_3.5.400.v20181107-2118.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (141.99kB)
08:15:19 [INFO] Unpacking org.eclipse.ui.intro_3.5.400.v20181107-2118...
08:15:19 [INFO] Fetching org.eclipse.ui.cheatsheets_3.5.300.v20180823-1505.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (118.64kB)
08:15:19 [INFO] The user operation is waiting for background work to complete.
08:15:19 [INFO] Fetching org.eclipse.ui.cheatsheets_3.5.300.v20180823-1505.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (118.64kB)
08:15:19 [INFO] Unpacking org.eclipse.ui.cheatsheets_3.5.300.v20180823-1505...
08:15:20 [INFO] Fetching org.eclipse.jdt.annotation_1.1.400.v20180921-1416.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.52kB)
08:15:20 [INFO] The user operation is waiting for background work to complete.
08:15:20 [INFO] Fetching org.eclipse.jdt.annotation_1.1.400.v20180921-1416.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.52kB)
08:15:20 [INFO] Unpacking org.eclipse.jdt.annotation_1.1.400.v20180921-1416...
08:15:20 [INFO] Fetching org.eclipse.jdt.annotation_2.2.200.v20180921-1416.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.68kB)
08:15:20 [INFO] The user operation is waiting for background work to complete.
08:15:20 [INFO] Fetching org.eclipse.jdt.annotation_2.2.200.v20180921-1416.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.68kB)
08:15:20 [INFO] Unpacking org.eclipse.jdt.annotation_2.2.200.v20180921-1416...
08:15:20 [INFO] Fetching org.eclipse.jdt.apt.core_3.6.200.v20181008-0703.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (128.03kB)
08:15:20 [INFO] The user operation is waiting for background work to complete.
08:15:20 [INFO] Fetching org.eclipse.jdt.apt.core_3.6.200.v20181008-0703.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (128.03kB)
08:15:20 [INFO] Unpacking org.eclipse.jdt.apt.core_3.6.200.v20181008-0703...
08:15:20 [INFO] Fetching org.eclipse.jdt.apt.pluggable.core_1.2.300.v20181206-1038.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (18.07kB)
08:15:20 [INFO] The user operation is waiting for background work to complete.
08:15:20 [INFO] Fetching org.eclipse.jdt.apt.pluggable.core_1.2.300.v20181206-1038.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (18.07kB)
08:15:20 [INFO] Unpacking org.eclipse.jdt.apt.pluggable.core_1.2.300.v20181206-1038...
08:15:20 [INFO] Fetching org.eclipse.jdt.compiler.tool_1.2.400.v20181113-0926.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (144.82kB)
08:15:20 [INFO] The user operation is waiting for background work to complete.
08:15:20 [INFO] Fetching org.eclipse.jdt.compiler.tool_1.2.400.v20181113-0926.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (144.82kB)
08:15:20 [INFO] Unpacking org.eclipse.jdt.compiler.tool_1.2.400.v20181113-0926...
08:15:20 [INFO] Fetching org.eclipse.jdt.compiler.apt_1.3.400.v20181205-0900.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (76.75kB)
08:15:20 [INFO] The user operation is waiting for background work to complete.
08:15:20 [INFO] Fetching org.eclipse.jdt.compiler.apt_1.3.400.v20181205-0900.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (76.75kB)
08:15:20 [INFO] Unpacking org.eclipse.jdt.compiler.apt_1.3.400.v20181205-0900...
08:15:20 [INFO] Fetching org.eclipse.jdt.apt.ui_3.6.200.v20180921-1416.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (31.65kB)
08:15:20 [INFO] The user operation is waiting for background work to complete.
08:15:20 [INFO] Fetching org.eclipse.jdt.apt.ui_3.6.200.v20180921-1416.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (31.65kB)
08:15:20 [INFO] Unpacking org.eclipse.jdt.apt.ui_3.6.200.v20180921-1416...
08:15:21 [INFO] Fetching org.eclipse.jdt.core.manipulation_1.11.0.v20181126-0647.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (241.8kB)
08:15:21 [INFO] The user operation is waiting for background work to complete.
08:15:21 [INFO] Fetching org.eclipse.jdt.core.manipulation_1.11.0.v20181126-0647.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (241.8kB)
08:15:21 [INFO] Unpacking org.eclipse.jdt.core.manipulation_1.11.0.v20181126-0647...
08:15:21 [INFO] Fetching org.eclipse.jdt.debug_3.12.100.v20181116-1959.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (926.33kB)
08:15:21 [INFO] The user operation is waiting for background work to complete.
08:15:21 [INFO] Fetching org.eclipse.jdt.debug_3.12.100.v20181116-1959.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (926.33kB)
08:15:21 [INFO] Unpacking org.eclipse.jdt.debug_3.12.100.v20181116-1959...
08:15:21 [INFO] Fetching org.eclipse.search_3.11.400.v20181028-0633.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (216.5kB)
08:15:21 [INFO] The user operation is waiting for background work to complete.
08:15:21 [INFO] Fetching org.eclipse.search_3.11.400.v20181028-0633.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (216.5kB)
08:15:21 [INFO] Unpacking org.eclipse.search_3.11.400.v20181028-0633...
08:15:21 [INFO] Fetching org.eclipse.jdt.doc.user_3.15.100.v20181206-0718.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.76MB)
08:15:21 [INFO] The user operation is waiting for background work to complete.
08:15:21 [INFO] Fetching org.eclipse.jdt.doc.user_3.15.100.v20181206-0718.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.76MB)
08:15:22 [INFO] Unpacking org.eclipse.jdt.doc.user_3.15.100.v20181206-0718...
08:15:22 [INFO] Fetching org.eclipse.jdt.junit.core_3.10.200.v20181025-0713.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (65.59kB)
08:15:22 [INFO] The user operation is waiting for background work to complete.
08:15:22 [INFO] Fetching org.eclipse.jdt.junit.core_3.10.200.v20181025-0713.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (65.59kB)
08:15:22 [INFO] Unpacking org.eclipse.jdt.junit.core_3.10.200.v20181025-0713...
08:15:22 [INFO] Fetching org.eclipse.jdt.junit.runtime_3.4.900.v20181012-1045.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.45kB)
08:15:22 [INFO] The user operation is waiting for background work to complete.
08:15:22 [INFO] Fetching org.eclipse.jdt.junit.runtime_3.4.900.v20181012-1045.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.45kB)
08:15:22 [INFO] Unpacking org.eclipse.jdt.junit.runtime_3.4.900.v20181012-1045...
08:15:22 [INFO] Fetching org.eclipse.jdt.junit4.runtime_1.1.900.v20181123-0726.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.21kB)
08:15:22 [INFO] The user operation is waiting for background work to complete.
08:15:22 [INFO] Fetching org.eclipse.jdt.junit4.runtime_1.1.900.v20181123-0726.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.21kB)
08:15:23 [INFO] Unpacking org.eclipse.jdt.junit4.runtime_1.1.900.v20181123-0726...
08:15:23 [INFO] Fetching org.eclipse.jdt.junit5.runtime_1.0.300.v20181003-1407.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.75kB)
08:15:23 [INFO] The user operation is waiting for background work to complete.
08:15:23 [INFO] Fetching org.eclipse.jdt.junit5.runtime_1.0.300.v20181003-1407.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.75kB)
08:15:23 [INFO] Unpacking org.eclipse.jdt.junit5.runtime_1.0.300.v20181003-1407...
08:15:23 [INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (283.72kB)
08:15:23 [INFO] The user operation is waiting for background work to complete.
08:15:23 [INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (283.72kB)
08:15:23 [INFO] Unpacking org.junit_4.12.0.v201504281640...
08:15:23 [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (29.18kB)
08:15:23 [INFO] The user operation is waiting for background work to complete.
08:15:23 [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (29.18kB)
08:15:23 [INFO] Unpacking org.hamcrest.core_1.3.0.v20180420-1519...
08:15:23 [INFO] Fetching org.junit.jupiter.api_5.3.1.v20181005-1442.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (46.84kB)
08:15:23 [INFO] The user operation is waiting for background work to complete.
08:15:23 [INFO] Fetching org.junit.jupiter.api_5.3.1.v20181005-1442.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (46.84kB)
08:15:23 [INFO] Unpacking org.junit.jupiter.api_5.3.1.v20181005-1442...
08:15:23 [INFO] Fetching org.junit.jupiter.engine_5.3.1.v20181005-1442.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (58.28kB)
08:15:23 [INFO] The user operation is waiting for background work to complete.
08:15:23 [INFO] Fetching org.junit.jupiter.engine_5.3.1.v20181005-1442.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (58.28kB)
08:15:23 [INFO] Unpacking org.junit.jupiter.engine_5.3.1.v20181005-1442...
08:15:23 [INFO] Fetching org.junit.jupiter.migrationsupport_5.3.1.v20181005-1442.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.53kB)
08:15:23 [INFO] The user operation is waiting for background work to complete.
08:15:23 [INFO] Fetching org.junit.jupiter.migrationsupport_5.3.1.v20181005-1442.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.53kB)
08:15:23 [INFO] Unpacking org.junit.jupiter.migrationsupport_5.3.1.v20181005-1442...
08:15:23 [INFO] Fetching org.junit.jupiter.params_5.3.1.v20181005-1442.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (165.39kB)
08:15:23 [INFO] The user operation is waiting for background work to complete.
08:15:23 [INFO] Fetching org.junit.jupiter.params_5.3.1.v20181005-1442.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (165.39kB)
08:15:23 [INFO] Unpacking org.junit.jupiter.params_5.3.1.v20181005-1442...
08:15:24 [INFO] Fetching org.junit.platform.commons_1.3.1.v20181005-1442.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (44.29kB)
08:15:24 [INFO] The user operation is waiting for background work to complete.
08:15:24 [INFO] Fetching org.junit.platform.commons_1.3.1.v20181005-1442.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (44.29kB)
08:15:24 [INFO] Unpacking org.junit.platform.commons_1.3.1.v20181005-1442...
08:15:24 [INFO] Fetching org.junit.platform.engine_1.3.1.v20181005-1442.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (49.01kB)
08:15:24 [INFO] The user operation is waiting for background work to complete.
08:15:24 [INFO] Fetching org.junit.platform.engine_1.3.1.v20181005-1442.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (49.01kB)
08:15:24 [INFO] Unpacking org.junit.platform.engine_1.3.1.v20181005-1442...
08:15:24 [INFO] Fetching org.junit.platform.launcher_1.3.1.v20181005-1442.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.72kB)
08:15:24 [INFO] The user operation is waiting for background work to complete.
08:15:24 [INFO] Fetching org.junit.platform.launcher_1.3.1.v20181005-1442.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.72kB)
08:15:24 [INFO] Unpacking org.junit.platform.launcher_1.3.1.v20181005-1442...
08:15:24 [INFO] Fetching org.junit.platform.runner_1.3.1.v20181005-1442.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.9kB)
08:15:24 [INFO] The user operation is waiting for background work to complete.
08:15:24 [INFO] Fetching org.junit.platform.runner_1.3.1.v20181005-1442.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.9kB)
08:15:24 [INFO] Unpacking org.junit.platform.runner_1.3.1.v20181005-1442...
08:15:24 [INFO] Fetching org.junit.platform.suite.api_1.3.1.v20181005-1442.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.63kB)
08:15:24 [INFO] The user operation is waiting for background work to complete.
08:15:24 [INFO] Fetching org.junit.platform.suite.api_1.3.1.v20181005-1442.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.63kB)
08:15:24 [INFO] Unpacking org.junit.platform.suite.api_1.3.1.v20181005-1442...
08:15:24 [INFO] Fetching org.junit.vintage.engine_5.3.1.v20181005-1442.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (31.97kB)
08:15:24 [INFO] The user operation is waiting for background work to complete.
08:15:24 [INFO] Fetching org.junit.vintage.engine_5.3.1.v20181005-1442.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (31.97kB)
08:15:24 [INFO] Unpacking org.junit.vintage.engine_5.3.1.v20181005-1442...
08:15:24 [INFO] Fetching org.opentest4j_1.1.1.v20181005-1442.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.44kB)
08:15:24 [INFO] The user operation is waiting for background work to complete.
08:15:24 [INFO] Fetching org.opentest4j_1.1.1.v20181005-1442.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.44kB)
08:15:25 [INFO] Unpacking org.opentest4j_1.1.1.v20181005-1442...
08:15:25 [INFO] Fetching org.eclipse.jdt_3.16.0.v20181206-1038.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (19.7kB)
08:15:25 [INFO] Fetching org.eclipse.jdt_3.16.0.v20181206-1038.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (19.7kB)
08:15:25 [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.9.200.v20180828-0626.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (181.37kB)
08:15:25 [INFO] The user operation is waiting for background work to complete.
08:15:25 [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.9.200.v20180828-0626.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (181.37kB)
08:15:25 [INFO] Unpacking org.eclipse.ltk.ui.refactoring_3.9.200.v20180828-0626...
08:15:25 [INFO] Fetching org.eclipse.team.ui_3.8.300.v20181030-1259.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (492.55kB)
08:15:25 [INFO] The user operation is waiting for background work to complete.
08:15:25 [INFO] Fetching org.eclipse.team.ui_3.8.300.v20181030-1259.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (492.55kB)
08:15:25 [INFO] Unpacking org.eclipse.team.ui_3.8.300.v20181030-1259...
08:15:25 [INFO] Fetching org.eclipse.ui.navigator_3.7.300.v20181016-1531.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (132.43kB)
08:15:25 [INFO] The user operation is waiting for background work to complete.
08:15:25 [INFO] Fetching org.eclipse.ui.navigator_3.7.300.v20181016-1531.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (132.43kB)
08:15:25 [INFO] Unpacking org.eclipse.ui.navigator_3.7.300.v20181016-1531...
08:15:25 [INFO] Fetching org.eclipse.ui.navigator.resources_3.6.300.v20181110-1011.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (68.71kB)
08:15:25 [INFO] The user operation is waiting for background work to complete.
08:15:25 [INFO] Fetching org.eclipse.ui.navigator.resources_3.6.300.v20181110-1011.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (68.71kB)
08:15:26 [INFO] Unpacking org.eclipse.ui.navigator.resources_3.6.300.v20181110-1011...
08:15:26 [INFO] Fetching org.eclipse.jem.util_2.1.201.v201707201954.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (47.55kB)
08:15:26 [INFO] The user operation is waiting for background work to complete.
08:15:26 [INFO] Fetching org.eclipse.jem.util_2.1.201.v201707201954.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (47.55kB)
08:15:26 [INFO] Unpacking org.eclipse.jem.util_2.1.201.v201707201954...
08:15:26 [INFO] Fetching org.eclipse.wst.common.core_1.3.0.v201811122154.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.04kB)
08:15:26 [INFO] The user operation is waiting for background work to complete.
08:15:26 [INFO] Fetching org.eclipse.wst.common.core_1.3.0.v201811122154.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.04kB)
08:15:26 [INFO] Unpacking org.eclipse.wst.common.core_1.3.0.v201811122154...
08:15:26 [INFO] Fetching org.eclipse.jsch.core_1.3.300.v20181030-1237.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.71kB)
08:15:26 [INFO] The user operation is waiting for background work to complete.
08:15:26 [INFO] Fetching org.eclipse.jsch.core_1.3.300.v20181030-1237.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.71kB)
08:15:26 [INFO] Unpacking org.eclipse.jsch.core_1.3.300.v20181030-1237...
08:15:26 [INFO] Fetching org.eclipse.jsch.ui_1.3.300.v20181122-1141.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.3kB)
08:15:26 [INFO] The user operation is waiting for background work to complete.
08:15:26 [INFO] Fetching org.eclipse.jsch.ui_1.3.300.v20181122-1141.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.3kB)
08:15:26 [INFO] Unpacking org.eclipse.jsch.ui_1.3.300.v20181122-1141...
08:15:26 [INFO] Fetching org.eclipse.license_2.0.2.v20181016-2210.jar from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/features/ (13.05kB)
08:15:26 [INFO] Fetching org.eclipse.license_2.0.2.v20181016-2210.jar from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/features/ (13.05kB)
08:15:26 [INFO] Fetching org.eclipse.m2e.archetype.common_1.10.0.20181127-2120.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.91MB)
08:15:26 [INFO] Fetching org.eclipse.m2e.archetype.common_1.10.0.20181127-2120.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.91MB)
08:15:26 [INFO] Fetching org.eclipse.m2e.maven.runtime_1.10.0.20181127-2120.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (6.87MB)
08:15:26 [INFO] Fetching org.eclipse.m2e.maven.runtime_1.10.0.20181127-2120.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (6.87MB)
08:15:27 [INFO] Fetching org.eclipse.m2e.binaryproject_1.10.0.20181127-2120.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.19kB)
08:15:27 [INFO] The user operation is waiting for background work to complete.
08:15:27 [INFO] Fetching org.eclipse.m2e.binaryproject_1.10.0.20181127-2120.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.19kB)
08:15:27 [INFO] Unpacking org.eclipse.m2e.binaryproject_1.10.0.20181127-2120...
08:15:27 [INFO] Fetching org.eclipse.m2e.core_1.10.0.20181127-2120.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (198.76kB)
08:15:27 [INFO] The user operation is waiting for background work to complete.
08:15:27 [INFO] Fetching org.eclipse.m2e.core_1.10.0.20181127-2120.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (198.76kB)
08:15:27 [INFO] Unpacking org.eclipse.m2e.core_1.10.0.20181127-2120...
08:15:27 [INFO] Fetching org.eclipse.m2e.sourcelookup_1.10.0.20181127-2120.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.05kB)
08:15:27 [INFO] The user operation is waiting for background work to complete.
08:15:27 [INFO] Fetching org.eclipse.m2e.sourcelookup_1.10.0.20181127-2120.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.05kB)
08:15:27 [INFO] Unpacking org.eclipse.m2e.sourcelookup_1.10.0.20181127-2120...
08:15:27 [INFO] Fetching org.eclipse.m2e.jdt_1.10.0.20181127-2120.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (54.69kB)
08:15:27 [INFO] The user operation is waiting for background work to complete.
08:15:27 [INFO] Fetching org.eclipse.m2e.jdt_1.10.0.20181127-2120.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (54.69kB)
08:15:27 [INFO] Unpacking org.eclipse.m2e.jdt_1.10.0.20181127-2120...
08:15:27 [INFO] Fetching org.slf4j.api_1.7.2.v20121108-1250.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.96kB)
08:15:27 [INFO] The user operation is waiting for background work to complete.
08:15:27 [INFO] Fetching org.slf4j.api_1.7.2.v20121108-1250.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.96kB)
08:15:27 [INFO] Unpacking org.slf4j.api_1.7.2.v20121108-1250...
08:15:27 [INFO] Fetching org.eclipse.m2e.binaryproject.ui_1.10.0.20181127-2120.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.8kB)
08:15:27 [INFO] The user operation is waiting for background work to complete.
08:15:27 [INFO] Fetching org.eclipse.m2e.binaryproject.ui_1.10.0.20181127-2120.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.8kB)
08:15:28 [INFO] Unpacking org.eclipse.m2e.binaryproject.ui_1.10.0.20181127-2120...
08:15:28 [INFO] Fetching org.eclipse.m2e.core.ui_1.10.0.20181127-2120.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (224.46kB)
08:15:28 [INFO] The user operation is waiting for background work to complete.
08:15:28 [INFO] Fetching org.eclipse.m2e.core.ui_1.10.0.20181127-2120.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (224.46kB)
08:15:28 [INFO] Unpacking org.eclipse.m2e.core.ui_1.10.0.20181127-2120...
08:15:28 [INFO] Fetching org.eclipse.m2e.maven.indexer_1.10.0.20181127-2120.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.08MB)
08:15:28 [INFO] Fetching org.eclipse.m2e.maven.indexer_1.10.0.20181127-2120.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.08MB)
08:15:28 [INFO] Fetching org.eclipse.m2e.workspace.cli_0.3.1.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.56kB)
08:15:28 [INFO] Fetching org.eclipse.m2e.workspace.cli_0.3.1.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.56kB)
08:15:28 [INFO] Fetching org.eclipse.m2e.model.edit_1.10.0.20181127-2120.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (126.54kB)
08:15:28 [INFO] The user operation is waiting for background work to complete.
08:15:28 [INFO] Fetching org.eclipse.m2e.model.edit_1.10.0.20181127-2120.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (126.54kB)
08:15:28 [INFO] Unpacking org.eclipse.m2e.model.edit_1.10.0.20181127-2120...
08:15:28 [INFO] Fetching org.eclipse.m2e.discovery_1.10.0.20181127-2120.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.82kB)
08:15:28 [INFO] The user operation is waiting for background work to complete.
08:15:28 [INFO] Fetching org.eclipse.m2e.discovery_1.10.0.20181127-2120.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.82kB)
08:15:28 [INFO] Unpacking org.eclipse.m2e.discovery_1.10.0.20181127-2120...
08:15:28 [INFO] Fetching org.eclipse.m2e.editor_1.10.0.20181127-2120.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (93.66kB)
08:15:28 [INFO] The user operation is waiting for background work to complete.
08:15:28 [INFO] Fetching org.eclipse.m2e.editor_1.10.0.20181127-2120.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (93.66kB)
08:15:28 [INFO] Unpacking org.eclipse.m2e.editor_1.10.0.20181127-2120...
08:15:29 [INFO] Fetching org.eclipse.wst.sse.core_1.2.100.v201810290944.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (155.06kB)
08:15:29 [INFO] The user operation is waiting for background work to complete.
08:15:29 [INFO] Fetching org.eclipse.wst.sse.core_1.2.100.v201810290944.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (155.06kB)
08:15:29 [INFO] Unpacking org.eclipse.wst.sse.core_1.2.100.v201810290944...
08:15:29 [INFO] Fetching org.eclipse.wst.sse.ui_1.5.0.v201810290944.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (312.17kB)
08:15:29 [INFO] The user operation is waiting for background work to complete.
08:15:29 [INFO] Fetching org.eclipse.wst.sse.ui_1.5.0.v201810290944.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (312.17kB)
08:15:29 [INFO] Unpacking org.eclipse.wst.sse.ui_1.5.0.v201810290944...
08:15:29 [INFO] Fetching org.eclipse.wst.xml.core_1.2.200.v201811122127.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (254.74kB)
08:15:29 [INFO] The user operation is waiting for background work to complete.
08:15:29 [INFO] Fetching org.eclipse.wst.xml.core_1.2.200.v201811122127.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (254.74kB)
08:15:29 [INFO] Unpacking org.eclipse.wst.xml.core_1.2.200.v201811122127...
08:15:29 [INFO] Fetching org.eclipse.ui.workbench_3.112.100.v20181127-1518.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1,019.57kB)
08:15:29 [INFO] The user operation is waiting for background work to complete.
08:15:29 [INFO] Fetching org.eclipse.ui.workbench_3.112.100.v20181127-1518.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1,019.57kB)
08:15:29 [INFO] Unpacking org.eclipse.ui.workbench_3.112.100.v20181127-1518...
08:15:30 [INFO] Fetching org.eclipse.m2e.editor.xml_1.10.0.20181127-2120.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (101.57kB)
08:15:30 [INFO] The user operation is waiting for background work to complete.
08:15:30 [INFO] Fetching org.eclipse.m2e.editor.xml_1.10.0.20181127-2120.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (101.57kB)
08:15:30 [INFO] Unpacking org.eclipse.m2e.editor.xml_1.10.0.20181127-2120...
08:15:30 [INFO] Fetching org.eclipse.wst.common.emf_1.2.600.v201803151712.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (77.3kB)
08:15:30 [INFO] The user operation is waiting for background work to complete.
08:15:30 [INFO] Fetching org.eclipse.wst.common.emf_1.2.600.v201803151712.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (77.3kB)
08:15:30 [INFO] Unpacking org.eclipse.wst.common.emf_1.2.600.v201803151712...
08:15:30 [INFO] Fetching org.eclipse.wst.xml.ui_1.2.200.v201811192212.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (332.33kB)
08:15:30 [INFO] The user operation is waiting for background work to complete.
08:15:30 [INFO] Fetching org.eclipse.wst.xml.ui_1.2.200.v201811192212.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (332.33kB)
08:15:30 [INFO] Unpacking org.eclipse.wst.xml.ui_1.2.200.v201811192212...
08:15:30 [INFO] Fetching org.eclipse.wst.common.uriresolver_1.2.300.v201802151734.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.71kB)
08:15:30 [INFO] The user operation is waiting for background work to complete.
08:15:30 [INFO] Fetching org.eclipse.wst.common.uriresolver_1.2.300.v201802151734.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.71kB)
08:15:31 [INFO] Unpacking org.eclipse.wst.common.uriresolver_1.2.300.v201802151734...
08:15:31 [INFO] Fetching org.eclipse.m2e.launching_1.10.0.20181127-2120.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (40.28kB)
08:15:31 [INFO] The user operation is waiting for background work to complete.
08:15:31 [INFO] Fetching org.eclipse.m2e.launching_1.10.0.20181127-2120.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (40.28kB)
08:15:31 [INFO] Unpacking org.eclipse.m2e.launching_1.10.0.20181127-2120...
08:15:31 [INFO] Fetching org.eclipse.m2e.feature_1.10.0.20181127-2120.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (19.92kB)
08:15:31 [INFO] Fetching org.eclipse.m2e.feature_1.10.0.20181127-2120.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (19.92kB)
08:15:31 [INFO] Fetching org.eclipse.m2e.importer_1.10.0.20181127-2120.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.42kB)
08:15:31 [INFO] The user operation is waiting for background work to complete.
08:15:31 [INFO] Fetching org.eclipse.m2e.importer_1.10.0.20181127-2120.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.42kB)
08:15:31 [INFO] Unpacking org.eclipse.m2e.importer_1.10.0.20181127-2120...
08:15:31 [INFO] Fetching org.eclipse.m2e.lifecyclemapping.defaults_1.10.0.20181127-2120.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.18kB)
08:15:31 [INFO] The user operation is waiting for background work to complete.
08:15:31 [INFO] Fetching org.eclipse.m2e.lifecyclemapping.defaults_1.10.0.20181127-2120.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.18kB)
08:15:31 [INFO] Unpacking org.eclipse.m2e.lifecyclemapping.defaults_1.10.0.20181127-2120...
08:15:31 [INFO] Fetching org.eclipse.m2e.refactoring_1.10.0.20181127-2120.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (31.78kB)
08:15:31 [INFO] The user operation is waiting for background work to complete.
08:15:31 [INFO] Fetching org.eclipse.m2e.refactoring_1.10.0.20181127-2120.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (31.78kB)
08:15:31 [INFO] Unpacking org.eclipse.m2e.refactoring_1.10.0.20181127-2120...
08:15:31 [INFO] Fetching org.eclipse.m2e.maven.runtime.slf4j.simple_1.10.0.20181127-2120.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.31kB)
08:15:31 [INFO] Fetching org.eclipse.m2e.maven.runtime.slf4j.simple_1.10.0.20181127-2120.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.31kB)
08:15:31 [INFO] Fetching org.eclipse.m2e.scm_1.10.0.20181127-2120.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (28.49kB)
08:15:31 [INFO] The user operation is waiting for background work to complete.
08:15:31 [INFO] Fetching org.eclipse.m2e.scm_1.10.0.20181127-2120.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (28.49kB)
08:15:31 [INFO] Unpacking org.eclipse.m2e.scm_1.10.0.20181127-2120...
08:15:31 [INFO] Fetching org.eclipse.platform_4.10.0.v20181206-0815.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (255.52kB)
08:15:31 [INFO] The user operation is waiting for background work to complete.
08:15:31 [INFO] Fetching org.eclipse.platform_4.10.0.v20181206-0815.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (255.52kB)
08:15:32 [INFO] Unpacking org.eclipse.platform_4.10.0.v20181206-0815...
08:15:32 [INFO] Fetching org.eclipse.m2e.jdt.ui_1.10.0.20181127-2120.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.79kB)
08:15:32 [INFO] The user operation is waiting for background work to complete.
08:15:32 [INFO] Fetching org.eclipse.m2e.jdt.ui_1.10.0.20181127-2120.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.79kB)
08:15:32 [INFO] Unpacking org.eclipse.m2e.jdt.ui_1.10.0.20181127-2120...
08:15:32 [INFO] Fetching org.eclipse.m2e.sourcelookup.ui_1.10.0.20181127-2120.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.56kB)
08:15:32 [INFO] The user operation is waiting for background work to complete.
08:15:32 [INFO] Fetching org.eclipse.m2e.sourcelookup.ui_1.10.0.20181127-2120.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.56kB)
08:15:32 [INFO] Unpacking org.eclipse.m2e.sourcelookup.ui_1.10.0.20181127-2120...
08:15:32 [INFO] Fetching org.eclipse.m2e.profiles.core_1.10.0.20181127-2120.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.73kB)
08:15:32 [INFO] The user operation is waiting for background work to complete.
08:15:32 [INFO] Fetching org.eclipse.m2e.profiles.core_1.10.0.20181127-2120.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.73kB)
08:15:32 [INFO] Unpacking org.eclipse.m2e.profiles.core_1.10.0.20181127-2120...
08:15:32 [INFO] Fetching org.eclipse.m2e.profiles.ui_1.10.0.20181127-2120.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.82kB)
08:15:32 [INFO] The user operation is waiting for background work to complete.
08:15:32 [INFO] Fetching org.eclipse.m2e.profiles.ui_1.10.0.20181127-2120.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.82kB)
08:15:32 [INFO] Unpacking org.eclipse.m2e.profiles.ui_1.10.0.20181127-2120...
08:15:32 [INFO] Fetching org.eclipse.wst.xsd.core_1.2.0.v201802171838.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (28.94kB)
08:15:32 [INFO] The user operation is waiting for background work to complete.
08:15:32 [INFO] Fetching org.eclipse.wst.xsd.core_1.2.0.v201802171838.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (28.94kB)
08:15:32 [INFO] Unpacking org.eclipse.wst.xsd.core_1.2.0.v201802171838...
08:15:32 [INFO] Fetching org.eclipse.platform.doc.user_4.10.0.v20181206-0718.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.01MB)
08:15:32 [INFO] The user operation is waiting for background work to complete.
08:15:32 [INFO] Fetching org.eclipse.platform.doc.user_4.10.0.v20181206-0718.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.01MB)
08:15:32 [INFO] Unpacking org.eclipse.platform.doc.user_4.10.0.v20181206-0718...
08:15:33 [INFO] Fetching org.eclipse.ui.intro.universal_3.3.300.v20180821-0700.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.74MB)
08:15:33 [INFO] The user operation is waiting for background work to complete.
08:15:33 [INFO] Fetching org.eclipse.ui.intro.universal_3.3.300.v20180821-0700.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.74MB)
08:15:33 [INFO] Unpacking org.eclipse.ui.intro.universal_3.3.300.v20180821-0700...
08:15:33 [INFO] Fetching org.eclipse.ui.genericeditor_1.1.200.v20180921-0739.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.6kB)
08:15:33 [INFO] The user operation is waiting for background work to complete.
08:15:33 [INFO] Fetching org.eclipse.ui.genericeditor_1.1.200.v20180921-0739.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.6kB)
08:15:33 [INFO] Unpacking org.eclipse.ui.genericeditor_1.1.200.v20180921-0739...
08:15:34 [INFO] Fetching org.eclipse.ui.monitoring_1.1.300.v20180828-1350.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (27.91kB)
08:15:34 [INFO] The user operation is waiting for background work to complete.
08:15:34 [INFO] Fetching org.eclipse.ui.monitoring_1.1.300.v20180828-1350.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (27.91kB)
08:15:34 [INFO] Unpacking org.eclipse.ui.monitoring_1.1.300.v20180828-1350...
08:15:34 [INFO] Fetching org.eclipse.ui.net_1.3.300.v20180827-1041.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.33kB)
08:15:34 [INFO] The user operation is waiting for background work to complete.
08:15:34 [INFO] Fetching org.eclipse.ui.net_1.3.300.v20180827-1041.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.33kB)
08:15:34 [INFO] Unpacking org.eclipse.ui.net_1.3.300.v20180827-1041...
08:15:34 [INFO] Fetching org.eclipse.ui.ide.application_1.3.100.v20181129-0817.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (55.48kB)
08:15:34 [INFO] The user operation is waiting for background work to complete.
08:15:34 [INFO] Fetching org.eclipse.ui.ide.application_1.3.100.v20181129-0817.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (55.48kB)
08:15:34 [INFO] Unpacking org.eclipse.ui.ide.application_1.3.100.v20181129-0817...
08:15:34 [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.300.v20180921-1036.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (40.71kB)
08:15:34 [INFO] The user operation is waiting for background work to complete.
08:15:34 [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.300.v20180921-1036.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (40.71kB)
08:15:34 [INFO] Unpacking org.eclipse.ui.views.properties.tabbed_3.8.300.v20180921-1036...
08:15:34 [INFO] Fetching org.eclipse.ui.themes_1.2.300.v20181108-1102.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (29.1kB)
08:15:34 [INFO] The user operation is waiting for background work to complete.
08:15:34 [INFO] Fetching org.eclipse.ui.themes_1.2.300.v20181108-1102.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (29.1kB)
08:15:34 [INFO] Unpacking org.eclipse.ui.themes_1.2.300.v20181108-1102...
08:15:34 [INFO] Fetching org.eclipse.ui.intro.quicklinks_1.0.300.v20180821-0700.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.29kB)
08:15:34 [INFO] The user operation is waiting for background work to complete.
08:15:34 [INFO] Fetching org.eclipse.ui.intro.quicklinks_1.0.300.v20180821-0700.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.29kB)
08:15:34 [INFO] Unpacking org.eclipse.ui.intro.quicklinks_1.0.300.v20180821-0700...
08:15:34 [INFO] Fetching org.eclipse.team.genericeditor.diff.extension_1.0.200.v20180827-1041.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.79kB)
08:15:34 [INFO] The user operation is waiting for background work to complete.
08:15:34 [INFO] Fetching org.eclipse.team.genericeditor.diff.extension_1.0.200.v20180827-1041.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.79kB)
08:15:34 [INFO] Unpacking org.eclipse.team.genericeditor.diff.extension_1.0.200.v20180827-1041...
08:15:34 [INFO] Fetching org.eclipse.urischeme_1.0.100.v20181204-1430.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (21.64kB)
08:15:34 [INFO] The user operation is waiting for background work to complete.
08:15:34 [INFO] Fetching org.eclipse.urischeme_1.0.100.v20181204-1430.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (21.64kB)
08:15:34 [INFO] Unpacking org.eclipse.urischeme_1.0.100.v20181204-1430...
08:15:34 [INFO] Fetching org.eclipse.platform_4.10.0.v20181206-0815.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (20.45kB)
08:15:34 [INFO] Fetching org.eclipse.platform_4.10.0.v20181206-0815.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (20.45kB)
08:15:35 [INFO] Fetching org.eclipse.platform_root_4.10.0.v20181206-0815 from http://download.eclipse.org/releases/2018-12/201812191000/binary/ (196B)
08:15:35 [INFO] Fetching org.eclipse.platform_root_4.10.0.v20181206-0815 from http://download.eclipse.org/releases/2018-12/201812191000/binary/ (196B)
08:15:35 [INFO] Fetching org.eclipse.update.configurator_3.4.100.v20180821-1913.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (43.11kB)
08:15:35 [INFO] The user operation is waiting for background work to complete.
08:15:35 [INFO] Fetching org.eclipse.update.configurator_3.4.100.v20180821-1913.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (43.11kB)
08:15:35 [INFO] Unpacking org.eclipse.update.configurator_3.4.100.v20180821-1913...
08:15:35 [INFO] Fetching org.eclipse.rcp_4.10.0.v20181206-0815.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.43kB)
08:15:35 [INFO] The user operation is waiting for background work to complete.
08:15:35 [INFO] Fetching org.eclipse.rcp_4.10.0.v20181206-0815.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.43kB)
08:15:35 [INFO] Unpacking org.eclipse.rcp_4.10.0.v20181206-0815...
08:15:35 [INFO] Fetching org.eclipse.rcp_4.10.0.v20181206-0815.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (19.11kB)
08:15:35 [INFO] Fetching org.eclipse.rcp_4.10.0.v20181206-0815.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (19.11kB)
08:15:35 [INFO] Fetching org.eclipse.rcp_root_4.10.0.v20181206-0815 from http://download.eclipse.org/releases/2018-12/201812191000/binary/ (25.78kB)
08:15:35 [INFO] Fetching org.eclipse.rcp_root_4.10.0.v20181206-0815 from http://download.eclipse.org/releases/2018-12/201812191000/binary/ (25.78kB)
08:15:35 [INFO] Fetching org.apache.commons.lang3_3.1.0.v201403281430.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (124.12kB)
08:15:35 [INFO] The user operation is waiting for background work to complete.
08:15:35 [INFO] Fetching org.apache.commons.lang3_3.1.0.v201403281430.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (124.12kB)
08:15:35 [INFO] Unpacking org.apache.commons.lang3_3.1.0.v201403281430...
08:15:36 [INFO] Fetching javax.wsdl_1.6.2.v201012040545.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.48kB)
08:15:36 [INFO] The user operation is waiting for background work to complete.
08:15:36 [INFO] Fetching javax.wsdl_1.6.2.v201012040545.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.48kB)
08:15:36 [INFO] Unpacking javax.wsdl_1.6.2.v201012040545...
08:15:38 [INFO] Fetching org.eclipse.wst.common.frameworks_1.2.201.v201707201954.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (43.3kB)
08:15:38 [INFO] The user operation is waiting for background work to complete.
08:15:38 [INFO] Fetching org.eclipse.wst.common.frameworks_1.2.201.v201707201954.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (43.3kB)
08:15:38 [INFO] Unpacking org.eclipse.wst.common.frameworks_1.2.201.v201707201954...
08:15:38 [INFO] Fetching org.eclipse.wst.common.environment_1.0.400.v201810290944.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.09kB)
08:15:38 [INFO] The user operation is waiting for background work to complete.
08:15:38 [INFO] Fetching org.eclipse.wst.common.environment_1.0.400.v201810290944.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.09kB)
08:15:38 [INFO] Unpacking org.eclipse.wst.common.environment_1.0.400.v201810290944...
08:15:38 [INFO] Fetching org.eclipse.wst.common.frameworks.ui_1.2.400.v201802151734.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (53.33kB)
08:15:38 [INFO] The user operation is waiting for background work to complete.
08:15:38 [INFO] Fetching org.eclipse.wst.common.frameworks.ui_1.2.400.v201802151734.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (53.33kB)
08:15:38 [INFO] Unpacking org.eclipse.wst.common.frameworks.ui_1.2.400.v201802151734...
08:15:38 [INFO] Fetching org.eclipse.wst.common.project.facet.core_1.4.400.v201808012032.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (119.04kB)
08:15:38 [INFO] The user operation is waiting for background work to complete.
08:15:38 [INFO] Fetching org.eclipse.wst.common.project.facet.core_1.4.400.v201808012032.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (119.04kB)
08:15:38 [INFO] Unpacking org.eclipse.wst.common.project.facet.core_1.4.400.v201808012032...
08:15:38 [INFO] Fetching org.eclipse.wst.common.ui_1.1.600.v201811161824.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (55.87kB)
08:15:38 [INFO] The user operation is waiting for background work to complete.
08:15:38 [INFO] Fetching org.eclipse.wst.common.ui_1.1.600.v201811161824.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (55.87kB)
08:15:39 [INFO] Unpacking org.eclipse.wst.common.ui_1.1.600.v201811161824...
08:15:39 [INFO] Fetching org.eclipse.wst.validation_1.2.701.v201810290944.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (134.38kB)
08:15:39 [INFO] The user operation is waiting for background work to complete.
08:15:39 [INFO] Fetching org.eclipse.wst.validation_1.2.701.v201810290944.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (134.38kB)
08:15:39 [INFO] Unpacking org.eclipse.wst.validation_1.2.701.v201810290944...
08:15:39 [INFO] Fetching org.eclipse.wst.validation.ui_1.2.600.v201811122154.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (49.33kB)
08:15:39 [INFO] The user operation is waiting for background work to complete.
08:15:39 [INFO] Fetching org.eclipse.wst.validation.ui_1.2.600.v201811122154.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (49.33kB)
08:15:39 [INFO] Unpacking org.eclipse.wst.validation.ui_1.2.600.v201811122154...
08:15:39 [INFO] Fetching org.eclipse.xsd_2.16.0.v20181127-0852.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (535.85kB)
08:15:39 [INFO] The user operation is waiting for background work to complete.
08:15:39 [INFO] Fetching org.eclipse.xsd_2.16.0.v20181127-0852.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (535.85kB)
08:15:39 [INFO] Unpacking org.eclipse.xsd_2.16.0.v20181127-0852...
08:15:40 [INFO] Fetching org.eclipse.compare.win32_1.2.300.v20180926-0905.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.46kB)
08:15:40 [INFO] The user operation is waiting for background work to complete.
08:15:40 [INFO] Fetching org.eclipse.compare.win32_1.2.300.v20180926-0905.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.46kB)
08:15:40 [INFO] Unpacking org.eclipse.compare.win32_1.2.300.v20180926-0905...
08:15:40 [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.109.0.v20181204-1801.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.09MB)
08:15:40 [INFO] The user operation is waiting for background work to complete.
08:15:40 [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.109.0.v20181204-1801.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.09MB)
08:15:40 [INFO] Unpacking org.eclipse.swt.win32.win32.x86_64_3.109.0.v20181204-1801...
08:15:40 [INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.4.100.v20180828-0158.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.88kB)
08:15:40 [INFO] The user operation is waiting for background work to complete.
08:15:40 [INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.4.100.v20180828-0158.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.88kB)
08:15:41 [INFO] Unpacking org.eclipse.core.filesystem.win32.x86_64_1.4.100.v20180828-0158...
08:15:41 [INFO] Fetching org.eclipse.core.net.win32.x86_64_1.1.300.v20181126-0635.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (27.76kB)
08:15:41 [INFO] The user operation is waiting for background work to complete.
08:15:41 [INFO] Fetching org.eclipse.core.net.win32.x86_64_1.1.300.v20181126-0635.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (27.76kB)
08:15:41 [INFO] Unpacking org.eclipse.core.net.win32.x86_64_1.1.300.v20181126-0635...
08:15:41 [INFO] Fetching org.eclipse.core.resources.win32.x86_64_3.5.300.v20181030-1942.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (51.27kB)
08:15:41 [INFO] The user operation is waiting for background work to complete.
08:15:41 [INFO] Fetching org.eclipse.core.resources.win32.x86_64_3.5.300.v20181030-1942.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (51.27kB)
08:15:41 [INFO] Unpacking org.eclipse.core.resources.win32.x86_64_3.5.300.v20181030-1942...
08:15:41 [INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.900.v20180922-1751.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (75.25kB)
08:15:41 [INFO] The user operation is waiting for background work to complete.
08:15:41 [INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.900.v20180922-1751.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (75.25kB)
08:15:41 [INFO] Unpacking org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.900.v20180922-1751...
08:15:41 [INFO] Fetching org.eclipse.equinox.security.win32.x86_64_1.1.100.v20180827-1235.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (31.33kB)
08:15:41 [INFO] The user operation is waiting for background work to complete.
08:15:41 [INFO] Fetching org.eclipse.equinox.security.win32.x86_64_1.1.100.v20180827-1235.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (31.33kB)
08:15:41 [INFO] Unpacking org.eclipse.equinox.security.win32.x86_64_1.1.100.v20180827-1235...
08:15:41 [INFO] Fetching org.eclipse.ui.win32_3.4.100.v20180828-0838.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.38kB)
08:15:41 [INFO] The user operation is waiting for background work to complete.
08:15:41 [INFO] Fetching org.eclipse.ui.win32_3.4.100.v20180828-0838.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.38kB)
08:15:41 [INFO] Unpacking org.eclipse.ui.win32_3.4.100.v20180828-0838...
08:15:42 [INFO] Fetching org.eclipse.core.filesystem.macosx_1.3.100.v20180828-0158.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.95kB)
08:15:42 [INFO] The user operation is waiting for background work to complete.
08:15:42 [INFO] Fetching org.eclipse.core.filesystem.macosx_1.3.100.v20180828-0158.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.95kB)
08:15:42 [INFO] Unpacking org.eclipse.core.filesystem.macosx_1.3.100.v20180828-0158...
08:15:42 [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.100.v20180828-0227.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.13kB)
08:15:42 [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.100.v20180828-0227.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.13kB)
08:15:42 [INFO] The user operation is waiting for background work to complete.
08:15:42 [INFO] Unpacking org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.100.v20180828-0227...
08:15:42 [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.900.v20180922-1751.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (33.09kB)
08:15:42 [INFO] The user operation is waiting for background work to complete.
08:15:42 [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.900.v20180922-1751.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (33.09kB)
08:15:42 [INFO] Unpacking org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.900.v20180922-1751...
08:15:42 [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.109.0.v20181204-1801.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (792.43kB)
08:15:42 [INFO] The user operation is waiting for background work to complete.
08:15:42 [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.109.0.v20181204-1801.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (792.43kB)
08:15:42 [INFO] Unpacking org.eclipse.swt.cocoa.macosx.x86_64_3.109.0.v20181204-1801...
08:15:42 [INFO] Fetching org.eclipse.equinox.security.macosx_1.101.100.v20180827-1235.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.51kB)
08:15:42 [INFO] The user operation is waiting for background work to complete.
08:15:42 [INFO] Fetching org.eclipse.equinox.security.macosx_1.101.100.v20180827-1235.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.51kB)
08:15:42 [INFO] Unpacking org.eclipse.equinox.security.macosx_1.101.100.v20180827-1235...
08:15:42 [INFO] Fetching org.eclipse.jdt.launching.macosx_3.4.200.v20180823-0805.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.13kB)
08:15:42 [INFO] The user operation is waiting for background work to complete.
08:15:42 [INFO] Fetching org.eclipse.jdt.launching.macosx_3.4.200.v20180823-0805.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.13kB)
08:15:43 [INFO] Unpacking org.eclipse.jdt.launching.macosx_3.4.200.v20180823-0805...
08:15:43 [INFO] Fetching org.eclipse.jdt.launching.ui.macosx_1.2.200.v20180823-0805.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (29.21kB)
08:15:43 [INFO] The user operation is waiting for background work to complete.
08:15:43 [INFO] Fetching org.eclipse.jdt.launching.ui.macosx_1.2.200.v20180823-0805.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (29.21kB)
08:15:43 [INFO] Unpacking org.eclipse.jdt.launching.ui.macosx_1.2.200.v20180823-0805...
08:15:43 [INFO] Fetching org.eclipse.ui.cocoa_1.2.100.v20180828-0838.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (7.62kB)
08:15:43 [INFO] The user operation is waiting for background work to complete.
08:15:43 [INFO] Fetching org.eclipse.ui.cocoa_1.2.100.v20180828-0838.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (7.62kB)
08:15:43 [INFO] Unpacking org.eclipse.ui.cocoa_1.2.100.v20180828-0838...
08:15:43 [INFO] Resolving class path of MavenProject: org.eclipse.scout.sdk:org.eclipse.scout.sdk-feature:9.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk-feature/pom.xml
08:15:43 [INFO] Computing target platform for MavenProject: org.eclipse.scout.sdk:org.eclipse.scout.sdk-repository:9.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk-repository/pom.xml
08:15:43 [INFO] Resolving dependencies of MavenProject: org.eclipse.scout.sdk:org.eclipse.scout.sdk-repository:9.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk-repository/pom.xml
08:15:44 [INFO] Resolving class path of MavenProject: org.eclipse.scout.sdk:org.eclipse.scout.sdk-repository:9.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk-repository/pom.xml
08:15:44 [INFO] ------------------------------------------------------------------------
08:15:44 [INFO] Reactor Build Order:
08:15:44 [INFO] 
08:15:44 [INFO] Eclipse Scout SDK P2                                               [pom]
08:15:44 [INFO] Eclipse Scout SDK P2 Build Target                                  [pom]
08:15:44 [INFO] Eclipse Scout SDK Feature                              [eclipse-feature]
08:15:44 [INFO] Eclipse Scout SDK Repository                        [eclipse-repository]
08:15:44 [INFO] Eclipse Scout SDK                                                  [pom]
08:15:44 [INFO] 
08:15:44 [INFO] -----------< org.eclipse.scout.sdk:org.eclipse.scout.sdk.p2 >-----------
08:15:44 [INFO] Building Eclipse Scout SDK P2 9.0.0-SNAPSHOT                       [1/5]
08:15:44 [INFO] --------------------------------[ pom ]---------------------------------
08:15:44 [WARNING] The POM for org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.nls:jar:9.0.0-SNAPSHOT is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
08:15:44 [WARNING] The POM for org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.nls:jar:sources:9.0.0-SNAPSHOT is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
08:15:44 [WARNING] The POM for org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.ui:jar:9.0.0-SNAPSHOT is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
08:15:44 [WARNING] The POM for org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.ui:jar:sources:9.0.0-SNAPSHOT is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
08:15:44 [INFO] 
08:15:44 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.p2 ---
08:15:45 [INFO] 
08:15:45 [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ org.eclipse.scout.sdk.p2 ---
08:15:45 [INFO] 
08:15:45 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.p2 ---
08:15:45 [INFO] Skipping Rule Enforcement.
08:15:45 [INFO] 
08:15:45 [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.sdk.p2 ---
08:15:45 [INFO] 
08:15:45 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk.p2 ---
08:15:45 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.p2/../target/jacoco-all.exec
08:15:45 [INFO] 
08:15:45 [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.p2 ---
08:15:45 [INFO] 
08:15:45 [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.p2 ---
08:15:45 [INFO] 
08:15:45 [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ org.eclipse.scout.sdk.p2 ---
08:15:45 [INFO] Generating flattened POM of project org.eclipse.scout.sdk:org.eclipse.scout.sdk.p2:pom:9.0.0-SNAPSHOT...
08:15:45 [INFO] 
08:15:45 [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.p2 ---
08:15:45 [INFO] No site descriptor found: nothing to attach.
08:15:45 [INFO] 
08:15:45 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.p2 ---
08:15:45 [INFO] Skipping packaging of the test-jar
08:15:45 [INFO] 
08:15:45 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.p2 ---
08:15:45 [INFO] 
08:15:45 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.p2 ---
08:15:45 [INFO] Checking compile classpath
08:15:46 [INFO] Checking runtime classpath
08:15:46 [INFO] Checking test classpath
08:15:46 [INFO] 
08:15:46 [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.p2 ---
08:15:46 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
08:15:46 [INFO] 
08:15:46 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.p2 ---
08:15:46 [INFO] 
08:15:46 [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.scout.sdk.p2 ---
08:15:56 [INFO] 
08:15:56 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.scout.sdk.p2 ---
08:15:56 [INFO] Skip jar signing
08:15:56 [INFO] 
08:15:56 [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.scout.sdk.p2 ---
08:15:56 [INFO] 
08:15:56 [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk.p2 ---
08:15:56 [INFO] 
08:15:56 [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.scout.sdk.p2 ---
08:15:59 [INFO] 
08:15:59 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.p2 ---
08:15:59 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.p2/.flattened-pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.p2/9.0.0-SNAPSHOT/org.eclipse.scout.sdk.p2-9.0.0-SNAPSHOT.pom
08:15:59 [INFO] 
08:15:59 [INFO] ---------< org.eclipse.scout.sdk:org.eclipse.scout.sdk-target >---------
08:15:59 [INFO] Building Eclipse Scout SDK P2 Build Target 9.0.0-SNAPSHOT          [2/5]
08:15:59 [INFO] --------------------------------[ pom ]---------------------------------
08:15:59 [INFO] 
08:15:59 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk-target ---
08:15:59 [INFO] 
08:15:59 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk-target ---
08:15:59 [INFO] Skipping Rule Enforcement.
08:15:59 [INFO] 
08:15:59 [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.sdk-target ---
08:15:59 [INFO] 
08:15:59 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk-target ---
08:15:59 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk-target/../target/jacoco-all.exec
08:15:59 [INFO] 
08:15:59 [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk-target ---
08:15:59 [INFO] 
08:15:59 [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk-target ---
08:15:59 [INFO] 
08:15:59 [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk-target ---
08:15:59 [INFO] No site descriptor found: nothing to attach.
08:15:59 [INFO] 
08:15:59 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk-target ---
08:15:59 [INFO] Skipping packaging of the test-jar
08:15:59 [INFO] 
08:15:59 [INFO] --- build-helper-maven-plugin:3.0.0:attach-artifact (attach-artifacts) @ org.eclipse.scout.sdk-target ---
08:15:59 [INFO] 
08:15:59 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk-target ---
08:15:59 [INFO] 
08:15:59 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk-target ---
08:15:59 [INFO] Checking compile classpath
08:15:59 [INFO] Checking runtime classpath
08:16:00 [INFO] Checking test classpath
08:16:00 [INFO] 
08:16:00 [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk-target ---
08:16:00 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
08:16:00 [INFO] 
08:16:00 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk-target ---
08:16:00 [INFO] 
08:16:00 [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.scout.sdk-target ---
08:16:00 [INFO] 
08:16:00 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.scout.sdk-target ---
08:16:00 [INFO] Skip jar signing
08:16:00 [INFO] 
08:16:00 [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.scout.sdk-target ---
08:16:00 [INFO] 
08:16:00 [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk-target ---
08:16:00 [INFO] 
08:16:00 [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.scout.sdk-target ---
08:16:00 [INFO] 
08:16:00 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk-target ---
08:16:00 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk-target/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-target/9.0.0-SNAPSHOT/org.eclipse.scout.sdk-target-9.0.0-SNAPSHOT.pom
08:16:00 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk-target/org.eclipse.2018-12-dependencies.target to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-target/9.0.0-SNAPSHOT/org.eclipse.scout.sdk-target-9.0.0-SNAPSHOT-org.eclipse.2018-12.target
08:16:00 [INFO] 
08:16:00 [INFO] --------< org.eclipse.scout.sdk:org.eclipse.scout.sdk-feature >---------
08:16:00 [INFO] Building Eclipse Scout SDK Feature 9.0.0-SNAPSHOT                  [3/5]
08:16:00 [INFO] --------------------------[ eclipse-feature ]---------------------------
08:16:00 [INFO] 
08:16:00 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk-feature ---
08:16:00 [INFO] Deleting /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk-feature/target
08:16:00 [INFO] 
08:16:00 [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.scout.sdk-feature ---
08:16:01 [INFO] The project's OSGi version is 9.0.0.20210821-0737
08:16:01 [INFO] 
08:16:01 [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.scout.sdk-feature ---
08:16:01 [INFO] 
08:16:01 [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.scout.sdk-feature ---
08:16:01 [INFO] 
08:16:01 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk-feature ---
08:16:01 [INFO] Skipping Rule Enforcement.
08:16:01 [INFO] 
08:16:01 [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.sdk-feature ---
08:16:02 [INFO] 
08:16:02 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk-feature ---
08:16:02 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk-feature/../target/jacoco-all.exec
08:16:02 [INFO] 
08:16:02 [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk-feature ---
08:16:02 [INFO] 
08:16:02 [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk-feature ---
08:16:02 [INFO] 
08:16:02 [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.scout.sdk-feature ---
08:16:02 [INFO] 
08:16:02 [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.scout.sdk-feature ---
08:16:02 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk-feature/target/org.eclipse.scout.sdk-feature-9.0.0-SNAPSHOT.jar
08:16:02 [INFO] 
08:16:02 [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.scout.sdk-feature ---
08:16:02 [INFO] 
08:16:02 [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.scout.sdk-feature ---
08:16:02 [INFO] 
08:16:02 [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk-feature ---
08:16:02 [INFO] Skipping because packaging 'eclipse-feature' is not pom.
08:16:02 [INFO] 
08:16:02 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk-feature ---
08:16:02 [INFO] Skipping packaging of the test-jar
08:16:02 [INFO] 
08:16:02 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk-feature ---
08:16:02 [INFO] No sources in project. Archive not created.
08:16:02 [INFO] 
08:16:02 [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (generate-source-feature) @ org.eclipse.scout.sdk-feature ---
08:16:02 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk-feature/target/org.eclipse.scout.sdk-feature-9.0.0-SNAPSHOT-sources-feature.jar
08:16:02 [INFO] 
08:16:02 [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk-feature ---
08:16:02 [INFO] No baseline version MavenProject: org.eclipse.scout.sdk:org.eclipse.scout.sdk-feature:9.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk-feature/pom.xml
08:16:02 [INFO] 
08:16:02 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk-feature ---
08:16:02 [INFO] Skipping duplicate-finder execution!
08:16:02 [INFO] 
08:16:02 [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk-feature ---
08:16:02 [INFO] Signature checking is skipped.
08:16:02 [INFO] 
08:16:02 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk-feature ---
08:16:02 [INFO] No sources in project. Archive not created.
08:16:02 [INFO] 
08:16:02 [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.scout.sdk-feature ---
08:16:02 [INFO] 
08:16:02 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.scout.sdk-feature ---
08:16:02 [INFO] Skip jar signing
08:16:02 [INFO] 
08:16:02 [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.scout.sdk-feature ---
08:16:02 [INFO] 
08:16:02 [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.scout.sdk-feature ---
08:16:02 [INFO] 
08:16:02 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk-feature ---
08:16:02 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk-feature/target/org.eclipse.scout.sdk-feature-9.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-feature/9.0.0-SNAPSHOT/org.eclipse.scout.sdk-feature-9.0.0-SNAPSHOT.jar
08:16:02 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk-feature/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-feature/9.0.0-SNAPSHOT/org.eclipse.scout.sdk-feature-9.0.0-SNAPSHOT.pom
08:16:02 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk-feature/target/org.eclipse.scout.sdk-feature-9.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-feature/9.0.0-SNAPSHOT/org.eclipse.scout.sdk-feature-9.0.0-SNAPSHOT-sources-feature.jar
08:16:02 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk-feature/target/p2content.xml to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-feature/9.0.0-SNAPSHOT/org.eclipse.scout.sdk-feature-9.0.0-SNAPSHOT-p2metadata.xml
08:16:02 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk-feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-feature/9.0.0-SNAPSHOT/org.eclipse.scout.sdk-feature-9.0.0-SNAPSHOT-p2artifacts.xml
08:16:02 [INFO] 
08:16:02 [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.scout.sdk-feature ---
08:16:02 [INFO] 
08:16:02 [INFO] -------< org.eclipse.scout.sdk:org.eclipse.scout.sdk-repository >-------
08:16:02 [INFO] Building Eclipse Scout SDK Repository 9.0.0-SNAPSHOT               [4/5]
08:16:02 [INFO] -------------------------[ eclipse-repository ]-------------------------
08:16:02 [INFO] 
08:16:02 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk-repository ---
08:16:02 [INFO] 
08:16:02 [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.scout.sdk-repository ---
08:16:02 [INFO] The project's OSGi version is 9.0.0.20210821-0737
08:16:02 [INFO] 
08:16:02 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk-repository ---
08:16:02 [INFO] Skipping Rule Enforcement.
08:16:02 [INFO] 
08:16:02 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean-1) @ org.eclipse.scout.sdk-repository ---
08:16:02 [INFO] 
08:16:02 [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.sdk-repository ---
08:16:03 [INFO] 
08:16:03 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk-repository ---
08:16:03 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk-repository/../target/jacoco-all.exec
08:16:03 [INFO] 
08:16:03 [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk-repository ---
08:16:03 [INFO] 
08:16:03 [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk-repository ---
08:16:03 [INFO] 
08:16:03 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk-repository ---
08:16:03 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:16:03 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk-repository/src/main/resources
08:16:03 [INFO] Copying 1 resource
08:16:03 [INFO] 
08:16:03 [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.scout.sdk-repository ---
08:16:03 [INFO] 
08:16:03 [INFO] --- tycho-p2-publisher-plugin:1.3.0:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.scout.sdk-repository ---
08:16:03 [INFO] Published profile IUs: [a.jre.javase 10.0.0, config.a.jre.javase 10.0.0]
08:16:03 [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0]
08:16:03 [INFO] 
08:16:03 [INFO] --- tycho-p2-publisher-plugin:1.3.0:publish-products (default-publish-products) @ org.eclipse.scout.sdk-repository ---
08:16:03 [INFO] 
08:16:03 [INFO] --- tycho-p2-publisher-plugin:1.3.0:publish-categories (default-publish-categories) @ org.eclipse.scout.sdk-repository ---
08:16:03 [INFO] 
08:16:03 [INFO] --- tycho-p2-publisher-plugin:1.3.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.scout.sdk-repository ---
08:16:03 [INFO] 
08:16:03 [INFO] --- tycho-p2-repository-plugin:1.3.0:assemble-repository (default-assemble-repository) @ org.eclipse.scout.sdk-repository ---
08:16:03 [INFO] Copying resources from /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk-repository/target/classes to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk-repository/target/repository
08:16:04 [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from 20210821-0737.Default 1.0.0.7D7E3cXKU--_kE7AE9GAU9OKG to org.eclipse.equinox.p2.iu; org.apache.commons.lang3 [3.1.0,3.1.0].]
08:16:04 [WARNING] More information on the preceding warning(s) can be found here:
08:16:04 [WARNING] - http://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool
08:16:04 [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from 20210821-0737.Default 1.0.0.7D7E3cXKU--_kE7AE9GAU9OKG to org.eclipse.equinox.p2.iu; org.apache.commons.lang3 [3.1.0,3.1.0].]
08:16:04 [WARNING] More information on the preceding warning(s) can be found here:
08:16:04 [WARNING] - http://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool
08:16:04 [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from 20210821-0737.Default 1.0.0.7D7E3cXKU--_kE7AE9GAU9OKG to org.eclipse.equinox.p2.iu; org.apache.commons.lang3 [3.1.0,3.1.0].]
08:16:04 [WARNING] More information on the preceding warning(s) can be found here:
08:16:04 [WARNING] - http://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool
08:16:04 [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from 20210821-0737.Default 1.0.0.7D7E3cXKU--_kE7AE9GAU9OKG to org.eclipse.equinox.p2.iu; org.apache.commons.lang3 [3.1.0,3.1.0].]
08:16:04 [WARNING] More information on the preceding warning(s) can be found here:
08:16:04 [WARNING] - http://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool
08:16:05 [INFO] 
08:16:05 [INFO] --- tycho-p2-repository-plugin:1.3.0:archive-repository (default-archive-repository) @ org.eclipse.scout.sdk-repository ---
08:16:06 [INFO] Building zip: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk-repository/target/org.eclipse.scout.sdk-repository-9.0.0-SNAPSHOT.zip
08:16:06 [INFO] 
08:16:06 [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk-repository ---
08:16:06 [INFO] Skipping because packaging 'eclipse-repository' is not pom.
08:16:06 [INFO] 
08:16:06 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk-repository ---
08:16:06 [INFO] Skipping packaging of the test-jar
08:16:06 [INFO] 
08:16:06 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk-repository ---
08:16:06 [INFO] No sources in project. Archive not created.
08:16:06 [INFO] 
08:16:06 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk-repository ---
08:16:06 [INFO] Skipping duplicate-finder execution!
08:16:06 [INFO] 
08:16:06 [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk-repository ---
08:16:06 [INFO] Signature checking is skipped.
08:16:06 [INFO] 
08:16:06 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk-repository ---
08:16:06 [INFO] No sources in project. Archive not created.
08:16:06 [INFO] 
08:16:06 [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.scout.sdk-repository ---
08:16:06 [INFO] 
08:16:06 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.scout.sdk-repository ---
08:16:06 [INFO] Skip jar signing
08:16:06 [INFO] 
08:16:06 [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.scout.sdk-repository ---
08:16:06 [INFO] 
08:16:06 [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk-repository ---
08:16:06 [INFO] 
08:16:06 [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.scout.sdk-repository ---
08:16:06 [INFO] 
08:16:06 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk-repository ---
08:16:06 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk-repository/target/org.eclipse.scout.sdk-repository-9.0.0-SNAPSHOT.zip to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-repository/9.0.0-SNAPSHOT/org.eclipse.scout.sdk-repository-9.0.0-SNAPSHOT.zip
08:16:06 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk-repository/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-repository/9.0.0-SNAPSHOT/org.eclipse.scout.sdk-repository-9.0.0-SNAPSHOT.pom
08:16:06 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk-repository/target/p2content.xml to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-repository/9.0.0-SNAPSHOT/org.eclipse.scout.sdk-repository-9.0.0-SNAPSHOT-p2metadata.xml
08:16:06 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk-repository/target/p2artifacts.xml to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-repository/9.0.0-SNAPSHOT/org.eclipse.scout.sdk-repository-9.0.0-SNAPSHOT-p2artifacts.xml
08:16:06 [INFO] 
08:16:06 [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.scout.sdk-repository ---
08:16:06 [INFO] 
08:16:06 [INFO] ----------< org.eclipse.scout.sdk:org.eclipse.scout.sdk-root >----------
08:16:06 [INFO] Building Eclipse Scout SDK 9.0.0-SNAPSHOT                          [5/5]
08:16:06 [INFO] --------------------------------[ pom ]---------------------------------
08:16:06 [INFO] 
08:16:06 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.scout.sdk-root ---
08:16:06 [INFO] 
08:16:06 [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.scout.sdk-root ---
08:16:06 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-root/9.0.0-SNAPSHOT/org.eclipse.scout.sdk-root-9.0.0-SNAPSHOT.pom
08:16:06 [INFO] ------------------------------------------------------------------------
08:16:06 [INFO] Reactor Summary for Eclipse Scout SDK 9.0.0-SNAPSHOT:
08:16:06 [INFO] 
08:16:06 [INFO] Eclipse Scout SDK P2 ............................... SUCCESS [ 14.969 s]
08:16:06 [INFO] Eclipse Scout SDK P2 Build Target .................. SUCCESS [  0.952 s]
08:16:06 [INFO] Eclipse Scout SDK Feature .......................... SUCCESS [  1.614 s]
08:16:06 [INFO] Eclipse Scout SDK Repository ....................... SUCCESS [  3.620 s]
08:16:06 [INFO] Eclipse Scout SDK .................................. SUCCESS [  0.064 s]
08:16:06 [INFO] ------------------------------------------------------------------------
08:16:06 [INFO] BUILD SUCCESS
08:16:06 [INFO] ------------------------------------------------------------------------
08:16:06 [INFO] Total time:  05:31 min
08:16:06 [INFO] Finished at: 2021-08-17T12:16:06Z
08:16:06 [INFO] ------------------------------------------------------------------------
08:16:07 Recording test results
08:16:08 [Checks API] No suitable checks publisher found.
08:16:08 Finished: SUCCESS