Skip to content
Success

Console Output

06:27:11 Started by an SCM change
06:27:11 Running as SYSTEM
06:27:11 Agent basic-jzgmr is provisioned from template basic
06:27:11 ---
06:27:11 apiVersion: "v1"
06:27:11 kind: "Pod"
06:27:11 metadata:
06:27:11   annotations: {}
06:27:11   labels:
06:27:11     jenkins: "slave"
06:27:11     jenkins/label: "basic"
06:27:11   name: "basic-jzgmr"
06:27:11 spec:
06:27:11   containers:
06:27:11   - env:
06:27:11     - name: "JENKINS_SECRET"
06:27:11       value: "********"
06:27:11     - name: "JENKINS_TUNNEL"
06:27:11       value: "jenkins-discovery.scout.svc.cluster.local:50000"
06:27:11     - name: "JENKINS_AGENT_NAME"
06:27:11       value: "basic-jzgmr"
06:27:11     - name: "JENKINS_REMOTING_JAVA_OPTS"
06:27:11       value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
06:27:11         \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
06:27:11     - name: "JAVA_TOOL_OPTIONS"
06:27:11       value: ""
06:27:11     - name: "_JAVA_OPTIONS"
06:27:11       value: ""
06:27:11     - name: "OPENJ9_JAVA_OPTIONS"
06:27:11       value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
06:27:11     - name: "JENKINS_NAME"
06:27:11       value: "basic-jzgmr"
06:27:11     - name: "JENKINS_AGENT_WORKDIR"
06:27:11       value: "/home/jenkins/agent"
06:27:11     - name: "JENKINS_URL"
06:27:11       value: "http://jenkins-ui.scout.svc.cluster.local/scout/"
06:27:11     image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.5"
06:27:11     imagePullPolicy: "Always"
06:27:11     name: "jnlp"
06:27:11     resources:
06:27:11       limits:
06:27:11         memory: "4096Mi"
06:27:11         cpu: "2000m"
06:27:11       requests:
06:27:11         memory: "4096Mi"
06:27:11         cpu: "1000m"
06:27:11     securityContext:
06:27:11       privileged: false
06:27:11     tty: true
06:27:11     volumeMounts:
06:27:11     - mountPath: "/home/jenkins/.m2/toolchains.xml"
06:27:11       name: "m2-dir"
06:27:11       readOnly: true
06:27:11       subPath: "toolchains.xml"
06:27:11     - mountPath: "/home/jenkins/.mavenrc"
06:27:11       name: "m2-dir"
06:27:11       readOnly: true
06:27:11       subPath: ".mavenrc"
06:27:11     - mountPath: "/opt/tools"
06:27:11       name: "volume-0"
06:27:11       readOnly: false
06:27:11     - mountPath: "/home/jenkins"
06:27:11       name: "volume-2"
06:27:11       readOnly: false
06:27:11     - mountPath: "/home/jenkins/.m2/repository"
06:27:11       name: "volume-3"
06:27:11       readOnly: false
06:27:11     - mountPath: "/home/jenkins/.m2/settings-security.xml"
06:27:11       name: "m2-secret-dir"
06:27:11       readOnly: true
06:27:11       subPath: "settings-security.xml"
06:27:11     - mountPath: "/home/jenkins/.m2/wrapper"
06:27:11       name: "volume-4"
06:27:11       readOnly: false
06:27:11     - mountPath: "/home/jenkins/.m2/settings.xml"
06:27:11       name: "m2-secret-dir"
06:27:11       readOnly: true
06:27:11       subPath: "settings.xml"
06:27:11     - mountPath: "/home/jenkins/.ssh"
06:27:11       name: "volume-1"
06:27:11       readOnly: false
06:27:11     - mountPath: "/home/jenkins/agent"
06:27:11       name: "workspace-volume"
06:27:11       readOnly: false
06:27:11     workingDir: "/home/jenkins/agent"
06:27:11   nodeSelector:
06:27:11     beta.kubernetes.io/os: "linux"
06:27:11   restartPolicy: "Never"
06:27:11   securityContext: {}
06:27:11   volumes:
06:27:11   - name: "volume-0"
06:27:11     persistentVolumeClaim:
06:27:11       claimName: "tools-claim-jiro-scout"
06:27:11       readOnly: true
06:27:11   - name: "m2-secret-dir"
06:27:11     secret:
06:27:11       secretName: "m2-secret-dir"
06:27:11   - emptyDir:
06:27:11       medium: ""
06:27:11     name: "volume-2"
06:27:11   - configMap:
06:27:11       name: "m2-dir"
06:27:11     name: "m2-dir"
06:27:11   - configMap:
06:27:11       name: "known-hosts"
06:27:11     name: "volume-1"
06:27:11   - emptyDir:
06:27:11       medium: ""
06:27:11     name: "workspace-volume"
06:27:11   - emptyDir:
06:27:11       medium: ""
06:27:11     name: "volume-4"
06:27:11   - emptyDir:
06:27:11       medium: ""
06:27:11     name: "volume-3"
06:27:11 
06:27:11 Building remotely on basic-jzgmr (basic) in workspace /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous
06:27:11 The recommended git tool is: NONE
06:27:12 No credentials specified
06:27:12 Cloning the remote Git repository
06:27:12 Cloning repository git://git.eclipse.org/gitroot/scout/org.eclipse.scout.sdk.git
06:27:12  > git init /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous # timeout=10
06:27:12 Fetching upstream changes from git://git.eclipse.org/gitroot/scout/org.eclipse.scout.sdk.git
06:27:12  > git --version # timeout=10
06:27:12  > git --version # 'git version 2.20.1'
06:27:12  > git fetch --tags --force --progress -- git://git.eclipse.org/gitroot/scout/org.eclipse.scout.sdk.git +refs/heads/*:refs/remotes/origin/* # timeout=10
06:27:17  > git config remote.origin.url git://git.eclipse.org/gitroot/scout/org.eclipse.scout.sdk.git # timeout=10
06:27:17  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
06:27:17 Avoid second fetch
06:27:17  > git rev-parse refs/remotes/origin/releases/9.0.x^{commit} # timeout=10
06:27:17 Checking out Revision 539e519082cea9fe2cc198774648c8f5e541d1d7 (refs/remotes/origin/releases/9.0.x)
06:27:17  > git config core.sparsecheckout # timeout=10
06:27:17  > git checkout -f 539e519082cea9fe2cc198774648c8f5e541d1d7 # timeout=10
06:27:21 Commit message: "Specify missing transitive dependency versions"
06:27:21  > git rev-list --no-walk c5cc815dcdb95ed0ddfdcd2b25729b7c41fd525e # timeout=10
06:27:21 [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:27:22 Apache Maven 3.8.1 (05c21c65bdfed0f71a2f2ada8b84da59348c4c5d)
06:27:22 Maven home: /opt/tools/apache-maven/latest
06:27:22 Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9
06:27:22 Default locale: en_US, platform encoding: UTF-8
06:27:22 OS name: "linux", version: "5.10.19-200.fc33.x86_64", arch: "amd64", family: "unix"
06:27:23 [INFO] Scanning for projects...
06:27:30 [WARNING] 
06:27:30 [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
06:27:30 [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
06:27:30 [WARNING] 
06:27:30 [WARNING] Some problems were encountered while building the effective model for org.eclipse.scout.sdk:org.eclipse.scout.sdk:pom:9.0.0-SNAPSHOT
06:27:30 [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
06:27:30 [WARNING] 
06:27:30 [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
06:27:30 [WARNING] 
06:27:30 [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
06:27:30 [WARNING] 
06:27:30 [INFO] ------------------------------------------------------------------------
06:27:30 [INFO] Reactor Build Order:
06:27:30 [INFO] 
06:27:30 [INFO] Scout Hello World Sample Application                   [maven-archetype]
06:27:30 [INFO] Scout JaxWs Module                                     [maven-archetype]
06:27:30 [INFO] ScoutJS Sample Application                             [maven-archetype]
06:27:30 [INFO] Eclipse Scout SDK                                                  [pom]
06:27:30 [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core                   [jar]
06:27:30 [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.test              [jar]
06:27:30 [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s                 [jar]
06:27:30 [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s.test            [jar]
06:27:30 [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e             [bundle]
06:27:30 [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.test           [jar]
06:27:30 [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.doc         [bundle]
06:27:30 [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.nls         [bundle]
06:27:30 [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.ui          [bundle]
06:27:30 [INFO] org.eclipse.scout.sdk-settings                                     [jar]
06:27:30 [INFO] Eclipse Scout SDK                                                  [pom]
06:27:30 [INFO] 
06:27:30 [INFO] ---------< org.eclipse.scout.archetypes:scout-helloworld-app >----------
06:27:30 [INFO] Building Scout Hello World Sample Application 9.0.0-SNAPSHOT      [1/15]
06:27:30 [INFO] --------------------------[ maven-archetype ]---------------------------
06:27:33 [INFO] 
06:27:33 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ scout-helloworld-app ---
06:27:33 [INFO] 
06:27:33 [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ scout-helloworld-app ---
06:27:34 [INFO] 
06:27:34 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ scout-helloworld-app ---
06:27:36 [INFO] Skipping Rule Enforcement.
06:27:36 [INFO] 
06:27:36 [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ scout-helloworld-app ---
06:27:39 [INFO] 
06:27:39 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ scout-helloworld-app ---
06:27:41 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/scout-helloworld-app/../target/jacoco-all.exec
06:27:41 [INFO] 
06:27:41 [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ scout-helloworld-app ---
06:27:42 [INFO] 
06:27:42 [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ scout-helloworld-app ---
06:27:42 [INFO] 
06:27:42 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ scout-helloworld-app ---
06:27:42 [INFO] Using 'UTF-8' encoding to copy filtered resources.
06:27:42 [INFO] Copying 105 resources
06:27:42 [INFO] Copying 2 resources
06:27:42 [INFO] 
06:27:42 [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ scout-helloworld-app ---
06:27:42 [INFO] Generating flattened POM of project org.eclipse.scout.archetypes:scout-helloworld-app:maven-archetype:9.0.0-SNAPSHOT...
06:27:42 [INFO] 
06:27:42 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ scout-helloworld-app ---
06:27:42 [INFO] Using 'UTF-8' encoding to copy filtered resources.
06:27:42 [INFO] Copying 2 resources
06:27:42 [INFO] 
06:27:42 [INFO] --- maven-archetype-plugin:3.0.1:jar (default-jar) @ scout-helloworld-app ---
06:27:45 [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
06:27:45 [INFO] 
06:27:45 [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ scout-helloworld-app ---
06:28:07 [INFO] Skipping because packaging 'maven-archetype' is not pom.
06:28:07 [INFO] 
06:28:07 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ scout-helloworld-app ---
06:28:07 [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
06:28:07 [INFO] 
06:28:07 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ scout-helloworld-app ---
06:28:08 [INFO] No sources in project. Archive not created.
06:28:08 [INFO] 
06:28:08 [INFO] --- maven-archetype-plugin:3.0.1:integration-test (default-integration-test) @ scout-helloworld-app ---
06:28:08 [INFO] Processing Archetype IT project: basic
06:28:08 [INFO] ----------------------------------------------------------------------------
06:28:08 [INFO] Using following parameters for creating project from Archetype: scout-helloworld-app:9.0.0-SNAPSHOT
06:28:08 [INFO] ----------------------------------------------------------------------------
06:28:08 [INFO] Parameter: groupId, Value: org.eclipse.scout.apps
06:28:08 [INFO] Parameter: artifactId, Value: helloworld
06:28:08 [INFO] Parameter: version, Value: 1.0.0-SNAPSHOT
06:28:08 [INFO] Parameter: package, Value: org.eclipse.scout.apps.helloworld
06:28:08 [INFO] Parameter: packageInPathFormat, Value: org/eclipse/scout/apps/helloworld
06:28:08 [INFO] Parameter: package, Value: org.eclipse.scout.apps.helloworld
06:28:08 [INFO] Parameter: displayName, Value: My Application
06:28:08 [INFO] Parameter: javaVersion, Value: 1.8
06:28:08 [INFO] Parameter: groupId, Value: org.eclipse.scout.apps
06:28:08 [INFO] Parameter: scoutAuthPrivateKeyDev, Value: TODO (use org.eclipse.scout.rt.platform.security.SecurityUtility.generateKeyPair())
06:28:08 [INFO] Parameter: scoutAuthPrivateKey, Value: TODO (use org.eclipse.scout.rt.platform.security.SecurityUtility.generateKeyPair())
06:28:08 [INFO] Parameter: artifactId, Value: helloworld
06:28:08 [INFO] Parameter: scoutAuthPublicKey, Value: TODO (use org.eclipse.scout.rt.platform.security.SecurityUtility.generateKeyPair())
06:28:08 [INFO] Parameter: scoutAuthPublicKeyDev, Value: TODO (use org.eclipse.scout.rt.platform.security.SecurityUtility.generateKeyPair())
06:28:08 [INFO] Parameter: userName, Value: Scout Robot
06:28:08 [INFO] Parameter: version, Value: 1.0.0-SNAPSHOT
06:28:08 WARNING: An illegal reflective access operation has occurred
06:28:08 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()
06:28:08 WARNING: Please consider reporting this to the maintainers of org.dom4j.io.SAXContentHandler
06:28:08 WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
06:28:08 WARNING: All illegal access operations will be denied in a future release
06:28:08 [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
06:28:08 [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
06:28:08 [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
06:28:08 [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
06:28:08 [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
06:28:08 [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
06:28:08 [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
06:28:08 [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
06:28:08 [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
06:28:08 [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
06:28:08 [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
06:28:08 [INFO] 
06:28:08 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ scout-helloworld-app ---
06:28:08 [INFO] Checking compile classpath
06:28:08 [INFO] Checking runtime classpath
06:28:08 [INFO] Checking test classpath
06:28:08 [INFO] 
06:28:08 [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ scout-helloworld-app ---
06:28:09 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
06:28:10 [INFO] 
06:28:10 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ scout-helloworld-app ---
06:28:10 [INFO] No sources in project. Archive not created.
06:28:10 [INFO] 
06:28:10 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ scout-helloworld-app ---
06:28:11 [INFO] Skip jar signing
06:28:11 [INFO] 
06:28:11 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ scout-helloworld-app ---
06:28:11 [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
06:28:11 [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
06:28:11 [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
06:28:11 [INFO] 
06:28:11 [INFO] --- maven-archetype-plugin:3.0.1:update-local-catalog (default-update-local-catalog) @ scout-helloworld-app ---
06:28:11 [INFO] 
06:28:11 [INFO] ----------< org.eclipse.scout.archetypes:scout-jaxws-module >-----------
06:28:11 [INFO] Building Scout JaxWs Module 9.0.0-SNAPSHOT                        [2/15]
06:28:11 [INFO] --------------------------[ maven-archetype ]---------------------------
06:28:11 [INFO] 
06:28:11 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ scout-jaxws-module ---
06:28:11 [INFO] 
06:28:11 [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ scout-jaxws-module ---
06:28:11 [INFO] 
06:28:11 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ scout-jaxws-module ---
06:28:11 [INFO] Skipping Rule Enforcement.
06:28:11 [INFO] 
06:28:11 [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ scout-jaxws-module ---
06:28:12 [INFO] 
06:28:12 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ scout-jaxws-module ---
06:28:12 [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
06:28:12 [INFO] 
06:28:12 [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ scout-jaxws-module ---
06:28:12 [INFO] 
06:28:12 [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ scout-jaxws-module ---
06:28:12 [INFO] 
06:28:12 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ scout-jaxws-module ---
06:28:12 [INFO] Using 'UTF-8' encoding to copy filtered resources.
06:28:12 [INFO] Copying 7 resources
06:28:12 [INFO] Copying 2 resources
06:28:12 [INFO] 
06:28:12 [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ scout-jaxws-module ---
06:28:12 [INFO] Generating flattened POM of project org.eclipse.scout.archetypes:scout-jaxws-module:maven-archetype:9.0.0-SNAPSHOT...
06:28:12 [INFO] 
06:28:12 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ scout-jaxws-module ---
06:28:12 [INFO] Using 'UTF-8' encoding to copy filtered resources.
06:28:12 [INFO] Copying 2 resources
06:28:12 [INFO] 
06:28:12 [INFO] --- maven-archetype-plugin:3.0.1:jar (default-jar) @ scout-jaxws-module ---
06:28:12 [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
06:28:12 [INFO] 
06:28:12 [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ scout-jaxws-module ---
06:28:12 [INFO] Skipping because packaging 'maven-archetype' is not pom.
06:28:12 [INFO] 
06:28:12 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ scout-jaxws-module ---
06:28:12 [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
06:28:12 [INFO] 
06:28:12 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ scout-jaxws-module ---
06:28:12 [INFO] No sources in project. Archive not created.
06:28:12 [INFO] 
06:28:12 [INFO] --- maven-archetype-plugin:3.0.1:integration-test (default-integration-test) @ scout-jaxws-module ---
06:28:12 [INFO] Processing Archetype IT project: basic
06:28:12 [INFO] ----------------------------------------------------------------------------
06:28:12 [INFO] Using following parameters for creating project from Archetype: scout-jaxws-module:9.0.0-SNAPSHOT
06:28:12 [INFO] ----------------------------------------------------------------------------
06:28:12 [INFO] Parameter: groupId, Value: org.eclipse.scout.apps
06:28:12 [INFO] Parameter: artifactId, Value: helloworld.server.jaxws
06:28:12 [INFO] Parameter: version, Value: 1.0.0-SNAPSHOT
06:28:12 [INFO] Parameter: package, Value: org.eclipse.scout.apps.helloworld
06:28:12 [INFO] Parameter: packageInPathFormat, Value: org/eclipse/scout/apps/helloworld
06:28:12 [INFO] Parameter: package, Value: org.eclipse.scout.apps.helloworld
06:28:12 [INFO] Parameter: displayName, Value: My Application
06:28:12 [INFO] Parameter: groupId, Value: org.eclipse.scout.apps
06:28:12 [INFO] Parameter: artifactId, Value: helloworld.server.jaxws
06:28:12 [INFO] Parameter: version, Value: 1.0.0-SNAPSHOT
06:28:12 [INFO] Parameter: parentArtifactId, Value: helloworld
06:28:12 [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
06:28:12 [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
06:28:12 [INFO] 
06:28:12 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ scout-jaxws-module ---
06:28:12 [INFO] Checking compile classpath
06:28:12 [INFO] Checking runtime classpath
06:28:12 [INFO] Checking test classpath
06:28:12 [INFO] 
06:28:12 [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ scout-jaxws-module ---
06:28:12 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
06:28:12 [INFO] 
06:28:12 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ scout-jaxws-module ---
06:28:12 [INFO] No sources in project. Archive not created.
06:28:12 [INFO] 
06:28:12 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ scout-jaxws-module ---
06:28:12 [INFO] Skip jar signing
06:28:12 [INFO] 
06:28:12 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ scout-jaxws-module ---
06:28:12 [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
06:28:12 [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
06:28:12 [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
06:28:12 [INFO] 
06:28:12 [INFO] --- maven-archetype-plugin:3.0.1:update-local-catalog (default-update-local-catalog) @ scout-jaxws-module ---
06:28:12 [INFO] 
06:28:12 [INFO] -----------< org.eclipse.scout.archetypes:scout-hellojs-app >-----------
06:28:12 [INFO] Building ScoutJS Sample Application 9.0.0-SNAPSHOT                [3/15]
06:28:12 [INFO] --------------------------[ maven-archetype ]---------------------------
06:28:12 [INFO] 
06:28:12 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ scout-hellojs-app ---
06:28:12 [INFO] 
06:28:12 [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ scout-hellojs-app ---
06:28:12 [INFO] 
06:28:12 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ scout-hellojs-app ---
06:28:12 [INFO] Skipping Rule Enforcement.
06:28:12 [INFO] 
06:28:12 [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ scout-hellojs-app ---
06:28:13 [INFO] 
06:28:13 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ scout-hellojs-app ---
06:28:13 [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
06:28:13 [INFO] 
06:28:13 [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ scout-hellojs-app ---
06:28:13 [INFO] 
06:28:13 [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ scout-hellojs-app ---
06:28:13 [INFO] 
06:28:13 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ scout-hellojs-app ---
06:28:13 [INFO] Using 'UTF-8' encoding to copy filtered resources.
06:28:13 [INFO] Copying 146 resources
06:28:13 [INFO] Copying 2 resources
06:28:13 [INFO] 
06:28:13 [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ scout-hellojs-app ---
06:28:13 [INFO] Generating flattened POM of project org.eclipse.scout.archetypes:scout-hellojs-app:maven-archetype:9.0.0-SNAPSHOT...
06:28:13 [INFO] 
06:28:13 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ scout-hellojs-app ---
06:28:13 [INFO] Using 'UTF-8' encoding to copy filtered resources.
06:28:13 [INFO] Copying 2 resources
06:28:13 [INFO] 
06:28:13 [INFO] --- maven-archetype-plugin:3.0.1:jar (default-jar) @ scout-hellojs-app ---
06:28:13 [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
06:28:13 [INFO] 
06:28:13 [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ scout-hellojs-app ---
06:28:13 [INFO] Skipping because packaging 'maven-archetype' is not pom.
06:28:13 [INFO] 
06:28:13 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ scout-hellojs-app ---
06:28:13 [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
06:28:13 [INFO] 
06:28:13 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ scout-hellojs-app ---
06:28:13 [INFO] No sources in project. Archive not created.
06:28:13 [INFO] 
06:28:13 [INFO] --- maven-archetype-plugin:3.0.1:integration-test (default-integration-test) @ scout-hellojs-app ---
06:28:13 [INFO] Processing Archetype IT project: basic
06:28:13 [INFO] ----------------------------------------------------------------------------
06:28:13 [INFO] Using following parameters for creating project from Archetype: scout-hellojs-app:9.0.0-SNAPSHOT
06:28:13 [INFO] ----------------------------------------------------------------------------
06:28:13 [INFO] Parameter: groupId, Value: org.eclipse.scout.apps
06:28:13 [INFO] Parameter: artifactId, Value: hellojs
06:28:13 [INFO] Parameter: version, Value: 1.0.0-SNAPSHOT
06:28:13 [INFO] Parameter: package, Value: org.eclipse.scout.apps.hellojs
06:28:13 [INFO] Parameter: packageInPathFormat, Value: org/eclipse/scout/apps/hellojs
06:28:13 [INFO] Parameter: package, Value: org.eclipse.scout.apps.hellojs
06:28:13 [INFO] Parameter: displayName, Value: My Application
06:28:13 [INFO] Parameter: javaVersion, Value: 1.8
06:28:13 [INFO] Parameter: groupId, Value: org.eclipse.scout.apps
06:28:13 [INFO] Parameter: simpleArtifactName, Value: hellojs
06:28:13 [INFO] Parameter: artifactId, Value: hellojs
06:28:13 [INFO] Parameter: scoutAuthPublicKeyDev, Value: changeme_database_password
06:28:13 [INFO] Parameter: version, Value: 1.0.0-SNAPSHOT
06:28:13 [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
06:28:13 [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
06:28:13 [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
06:28:13 [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
06:28:13 [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
06:28:13 [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
06:28:13 [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
06:28:13 [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
06:28:13 [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
06:28:13 [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
06:28:13 [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
06:28:13 [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
06:28:13 [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
06:28:13 [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
06:28:13 [INFO] 
06:28:13 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ scout-hellojs-app ---
06:28:13 [INFO] Checking compile classpath
06:28:13 [INFO] Checking runtime classpath
06:28:13 [INFO] Checking test classpath
06:28:13 [INFO] 
06:28:13 [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ scout-hellojs-app ---
06:28:13 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
06:28:13 [INFO] 
06:28:13 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ scout-hellojs-app ---
06:28:13 [INFO] No sources in project. Archive not created.
06:28:13 [INFO] 
06:28:13 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ scout-hellojs-app ---
06:28:13 [INFO] Skip jar signing
06:28:13 [INFO] 
06:28:13 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ scout-hellojs-app ---
06:28:13 [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
06:28:13 [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
06:28:13 [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
06:28:13 [INFO] 
06:28:13 [INFO] --- maven-archetype-plugin:3.0.1:update-local-catalog (default-update-local-catalog) @ scout-hellojs-app ---
06:28:13 [INFO] 
06:28:13 [INFO] ------------< org.eclipse.scout.sdk:org.eclipse.scout.sdk >-------------
06:28:13 [INFO] Building Eclipse Scout SDK 9.0.0-SNAPSHOT                         [4/15]
06:28:13 [INFO] --------------------------------[ pom ]---------------------------------
06:28:13 [INFO] 
06:28:13 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk ---
06:28:13 [INFO] 
06:28:13 [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ org.eclipse.scout.sdk ---
06:28:13 [INFO] 
06:28:13 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk ---
06:28:13 [INFO] Skipping Rule Enforcement.
06:28:13 [INFO] 
06:28:13 [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.sdk ---
06:28:13 [INFO] 
06:28:13 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk ---
06:28:14 [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
06:28:14 [INFO] 
06:28:14 [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk ---
06:28:14 [INFO] 
06:28:14 [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk ---
06:28:14 [INFO] 
06:28:14 [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ org.eclipse.scout.sdk ---
06:28:14 [INFO] Generating flattened POM of project org.eclipse.scout.sdk:org.eclipse.scout.sdk:pom:9.0.0-SNAPSHOT...
06:28:14 [INFO] 
06:28:14 [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk ---
06:28:14 [INFO] No site descriptor found: nothing to attach.
06:28:14 [INFO] 
06:28:14 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk ---
06:28:14 [INFO] Skipping packaging of the test-jar
06:28:14 [INFO] 
06:28:14 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk ---
06:28:14 [INFO] 
06:28:14 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk ---
06:28:14 [INFO] Checking compile classpath
06:28:14 [INFO] Checking runtime classpath
06:28:14 [INFO] Checking test classpath
06:28:14 [INFO] 
06:28:14 [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk ---
06:28:14 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
06:28:14 [INFO] 
06:28:14 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk ---
06:28:14 [INFO] 
06:28:14 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.scout.sdk ---
06:28:14 [INFO] Skip jar signing
06:28:14 [INFO] 
06:28:14 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk ---
06:28:14 [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
06:28:14 [INFO] 
06:28:14 [INFO] ----------< org.eclipse.scout.sdk:org.eclipse.scout.sdk.core >----------
06:28:14 [INFO] Building org.eclipse.scout.sdk:org.eclipse.scout.sdk.core 9.0.0-SNAPSHOT [5/15]
06:28:14 [INFO] --------------------------------[ jar ]---------------------------------
06:28:15 [INFO] 
06:28:15 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.core ---
06:28:15 [INFO] 
06:28:15 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.core ---
06:28:15 [INFO] Skipping Rule Enforcement.
06:28:15 [INFO] 
06:28:15 [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.sdk.core ---
06:28:16 [INFO] 
06:28:16 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk.core ---
06:28:16 [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
06:28:16 [INFO] 
06:28:16 [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.core ---
06:28:16 [INFO] 
06:28:16 [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.core ---
06:28:16 [INFO] 
06:28:16 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.core ---
06:28:16 [INFO] Using 'UTF-8' encoding to copy filtered resources.
06:28:16 [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
06:28:16 [INFO] Copying 2 resources
06:28:16 [INFO] 
06:28:16 [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.core ---
06:28:17 [INFO] Changes detected - recompiling the module!
06:28:17 [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
06:28:19 [INFO] 
06:28:19 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.core ---
06:28:19 [INFO] Using 'UTF-8' encoding to copy filtered resources.
06:28:19 [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
06:28:19 [INFO] 
06:28:19 [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.core ---
06:28:19 [INFO] No sources to compile
06:28:19 [INFO] 
06:28:19 [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.core ---
06:28:21 [INFO] No tests to run.
06:28:21 [INFO] 
06:28:21 [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ org.eclipse.scout.sdk.core ---
06:28:21 [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
06:28:21 [INFO] 
06:28:21 [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.core ---
06:28:21 [INFO] Skipping because packaging 'jar' is not pom.
06:28:21 [INFO] 
06:28:21 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.core ---
06:28:21 [INFO] Skipping packaging of the test-jar
06:28:21 [INFO] 
06:28:21 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.core ---
06:28:21 [INFO] No sources in project. Archive not created.
06:28:21 [INFO] 
06:28:21 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.core ---
06:28:21 [INFO] Checking compile classpath
06:28:21 [INFO] Checking runtime classpath
06:28:21 [INFO] Checking test classpath
06:28:21 [INFO] 
06:28:21 [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.core ---
06:28:21 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
06:28:21 [INFO] 
06:28:21 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.core ---
06:28:22 [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
06:28:22 [INFO] 
06:28:22 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.scout.sdk.core ---
06:28:22 [INFO] Skip jar signing
06:28:22 [INFO] 
06:28:22 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.core ---
06:28:22 [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
06:28:22 [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
06:28:22 [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
06:28:22 [INFO] 
06:28:22 [INFO] -------< org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.test >--------
06:28:22 [INFO] Building org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.test 9.0.0-SNAPSHOT [6/15]
06:28:22 [INFO] --------------------------------[ jar ]---------------------------------
06:28:22 [INFO] 
06:28:22 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.core.test ---
06:28:22 [INFO] 
06:28:22 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.core.test ---
06:28:22 [INFO] Skipping Rule Enforcement.
06:28:22 [INFO] 
06:28:22 [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.sdk.core.test ---
06:28:22 [INFO] 
06:28:22 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk.core.test ---
06:28:22 [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
06:28:22 [INFO] 
06:28:22 [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.core.test ---
06:28:22 [INFO] 
06:28:22 [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.core.test ---
06:28:22 [INFO] 
06:28:22 [INFO] --- build-helper-maven-plugin:3.0.0:add-source (add-source) @ org.eclipse.scout.sdk.core.test ---
06:28:22 [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.
06:28:22 [INFO] 
06:28:22 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.core.test ---
06:28:22 [INFO] Using 'UTF-8' encoding to copy filtered resources.
06:28:22 [INFO] Copying 2 resources
06:28:22 [INFO] Copying 2 resources
06:28:22 [INFO] 
06:28:22 [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.core.test ---
06:28:22 [INFO] Changes detected - recompiling the module!
06:28:22 [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
06:28:23 [INFO] 
06:28:23 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.core.test ---
06:28:23 [INFO] Using 'UTF-8' encoding to copy filtered resources.
06:28:23 [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
06:28:23 [INFO] 
06:28:23 [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.core.test ---
06:28:23 [INFO] Changes detected - recompiling the module!
06:28:23 [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
06:28:23 [INFO] 
06:28:23 [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.core.test ---
06:28:23 [INFO] 
06:28:23 [INFO] -------------------------------------------------------
06:28:23 [INFO]  T E S T S
06:28:23 [INFO] -------------------------------------------------------
06:28:24 [INFO] Running org.eclipse.scout.sdk.core.importvalidator.ImportValidatorTest
06:28:25 [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.094 s - in org.eclipse.scout.sdk.core.importvalidator.ImportValidatorTest
06:28:25 [INFO] Running org.eclipse.scout.sdk.core.model.AnnotationElementTest
06:28:25 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 s - in org.eclipse.scout.sdk.core.model.AnnotationElementTest
06:28:25 [INFO] Running org.eclipse.scout.sdk.core.model.AnnotationQueryTest
06:28:25 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 s - in org.eclipse.scout.sdk.core.model.AnnotationQueryTest
06:28:25 [INFO] Running org.eclipse.scout.sdk.core.model.AnnotationSourceTest
06:28:25 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.194 s - in org.eclipse.scout.sdk.core.model.AnnotationSourceTest
06:28:25 [INFO] Running org.eclipse.scout.sdk.core.model.AnnotationTest
06:28:25 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.scout.sdk.core.model.AnnotationTest
06:28:25 [INFO] Running org.eclipse.scout.sdk.core.model.ArrayTypeTest
06:28:25 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s - in org.eclipse.scout.sdk.core.model.ArrayTypeTest
06:28:25 [INFO] Running org.eclipse.scout.sdk.core.model.CompilationUnitTest
06:28:25 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.sdk.core.model.CompilationUnitTest
06:28:25 [INFO] Running org.eclipse.scout.sdk.core.model.CreateAndOverrideNewCompilationUnitTest
06:28:25 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s - in org.eclipse.scout.sdk.core.model.CreateAndOverrideNewCompilationUnitTest
06:28:25 [INFO] Running org.eclipse.scout.sdk.core.model.FieldTest
06:28:25 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.scout.sdk.core.model.FieldTest
06:28:25 [INFO] Running org.eclipse.scout.sdk.core.model.GenericMethodTest
06:28:26 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 s - in org.eclipse.scout.sdk.core.model.GenericMethodTest
06:28:26 [INFO] Running org.eclipse.scout.sdk.core.model.ImportDeclarationTest
06:28:26 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.sdk.core.model.ImportDeclarationTest
06:28:26 [INFO] Running org.eclipse.scout.sdk.core.model.ManagedAnnotationTest
06:28:26 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.28 s - in org.eclipse.scout.sdk.core.model.ManagedAnnotationTest
06:28:26 [INFO] Running org.eclipse.scout.sdk.core.model.MethodParameterTest
06:28:26 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.scout.sdk.core.model.MethodParameterTest
06:28:26 [INFO] Running org.eclipse.scout.sdk.core.model.MethodTest
06:28:26 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.scout.sdk.core.model.MethodTest
06:28:26 [INFO] Running org.eclipse.scout.sdk.core.model.PackageTest
06:28:26 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.sdk.core.model.PackageTest
06:28:26 [INFO] Running org.eclipse.scout.sdk.core.model.PrimitiveTypeTest
06:28:26 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.scout.sdk.core.model.PrimitiveTypeTest
06:28:26 [INFO] Running org.eclipse.scout.sdk.core.model.SourceRangeTest
06:28:26 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.sdk.core.model.SourceRangeTest
06:28:26 [INFO] Running org.eclipse.scout.sdk.core.model.TypeParameterTest
06:28:26 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.scout.sdk.core.model.TypeParameterTest
06:28:26 [INFO] Running org.eclipse.scout.sdk.core.model.TypeTest
06:28:26 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 s - in org.eclipse.scout.sdk.core.model.TypeTest
06:28:26 [INFO] Running org.eclipse.scout.sdk.core.model.spi.internal.ClasspathBuilderTest
06:28:26 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.sdk.core.model.spi.internal.ClasspathBuilderTest
06:28:26 [INFO] Running org.eclipse.scout.sdk.core.model.spi.internal.CompositeObjectTest
06:28:26 [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
06:28:26 [INFO] Running org.eclipse.scout.sdk.core.model.spi.internal.metavalue.MetaValueFactoryTest
06:28:26 [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.scout.sdk.core.model.spi.internal.metavalue.MetaValueFactoryTest
06:28:26 [INFO] Running org.eclipse.scout.sdk.core.model.sugar.QueryTest
06:28:26 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.177 s - in org.eclipse.scout.sdk.core.model.sugar.QueryTest
06:28:26 [INFO] Running org.eclipse.scout.sdk.core.signature.SignatureTest
06:28:26 [INFO] Tests run: 189, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s - in org.eclipse.scout.sdk.core.signature.SignatureTest
06:28:26 [INFO] Running org.eclipse.scout.sdk.core.signature.SignatureUtilsTest
06:28:26 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.sdk.core.signature.SignatureUtilsTest
06:28:26 [INFO] Running org.eclipse.scout.sdk.core.sourcebuilder.SourceModelRoundtripTest
06:28:26 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.eclipse.scout.sdk.core.sourcebuilder.SourceModelRoundtripTest
06:28:26 [INFO] Running org.eclipse.scout.sdk.core.util.CoreUtilsTest
06:28:27 [INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.341 s - in org.eclipse.scout.sdk.core.util.CoreUtilsTest
06:28:27 [INFO] Running org.eclipse.scout.sdk.core.util.JavaEnvironmentImportExportTest
06:28:27 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.scout.sdk.core.util.JavaEnvironmentImportExportTest
06:28:27 [INFO] Running org.eclipse.scout.sdk.core.util.SdkLogTest
06:28:27 Unable to parse log level 'aa'. Fallback to default: 'WARNING'.
06:28:27 java.lang.IllegalArgumentException: Bad level "aa"
06:28:27 	at java.logging/java.util.logging.Level.parse(Level.java:517)
06:28:27 	at org.eclipse.scout.sdk.core.util.SdkLog.parseLevel(SdkLog.java:424)
06:28:27 	at org.eclipse.scout.sdk.core.util.SdkLogTest.testParseLevel(SdkLogTest.java:96)
06:28:27 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:28:27 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:28:27 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:28:27 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:28:27 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
06:28:27 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
06:28:27 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
06:28:27 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
06:28:27 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
06:28:27 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
06:28:27 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
06:28:27 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
06:28:27 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
06:28:27 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
06:28:27 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
06:28:27 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
06:28:27 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
06:28:27 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
06:28:27 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
06:28:27 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
06:28:27 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
06:28:27 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
06:28:27 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
06:28:27 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
06:28:27 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
06:28:27 Scout SdkLog: Failed toString() invocation on an object of type [org.eclipse.scout.sdk.core.util.SdkLogTest$ClassWithToStringThrowingNpeFixture]
06:28:27 java.lang.NullPointerException: NPE of test class org.eclipse.scout.sdk.core.util.SdkLogTest
06:28:27 	at org.eclipse.scout.sdk.core.util.SdkLogTest$ClassWithToStringThrowingNpeFixture.toString(SdkLogTest.java:156)
06:28:27 	at org.eclipse.scout.sdk.core.util.SdkLog.safeObjectToString(SdkLog.java:223)
06:28:27 	at org.eclipse.scout.sdk.core.util.SdkLog.toString(SdkLog.java:159)
06:28:27 	at org.eclipse.scout.sdk.core.util.SdkLog.handlePlaceholders(SdkLog.java:149)
06:28:27 	at org.eclipse.scout.sdk.core.util.SdkLog.log(SdkLog.java:93)
06:28:27 	at org.eclipse.scout.sdk.core.util.SdkLog.error(SdkLog.java:317)
06:28:27 	at org.eclipse.scout.sdk.core.util.SdkLogTest$1.run(SdkLogTest.java:104)
06:28:27 	at org.eclipse.scout.sdk.core.util.SdkLogTest.runWithPrivateLogger(SdkLogTest.java:193)
06:28:27 	at org.eclipse.scout.sdk.core.util.SdkLogTest.testLogOfObjectWithToStringThrowingException(SdkLogTest.java:101)
06:28:27 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:28:27 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:28:27 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:28:27 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:28:27 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
06:28:27 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
06:28:27 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
06:28:27 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
06:28:27 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
06:28:27 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
06:28:27 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
06:28:27 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
06:28:27 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
06:28:27 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
06:28:27 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
06:28:27 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
06:28:27 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
06:28:27 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
06:28:27 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
06:28:27 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
06:28:27 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
06:28:27 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
06:28:27 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
06:28:27 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
06:28:27 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
06:28:27 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.scout.sdk.core.util.SdkLogTest
06:28:27 [INFO] 
06:28:27 [INFO] Results:
06:28:27 [INFO] 
06:28:27 [INFO] Tests run: 364, Failures: 0, Errors: 0, Skipped: 0
06:28:27 [INFO] 
06:28:27 [INFO] 
06:28:27 [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ org.eclipse.scout.sdk.core.test ---
06:28:27 [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
06:28:27 [INFO] 
06:28:27 [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.core.test ---
06:28:27 [INFO] Skipping because packaging 'jar' is not pom.
06:28:27 [INFO] 
06:28:27 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.core.test ---
06:28:27 [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
06:28:27 [INFO] 
06:28:27 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.core.test ---
06:28:27 [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
06:28:27 [INFO] 
06:28:27 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.core.test ---
06:28:27 [INFO] Checking compile classpath
06:28:27 [INFO] Checking runtime classpath
06:28:27 [INFO] Checking test classpath
06:28:27 [INFO] 
06:28:27 [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.core.test ---
06:28:27 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
06:28:28 [INFO] 
06:28:28 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.core.test ---
06:28:28 [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
06:28:28 [INFO] 
06:28:28 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.scout.sdk.core.test ---
06:28:28 [INFO] Skip jar signing
06:28:28 [INFO] 
06:28:28 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.core.test ---
06:28:28 [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
06:28:28 [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
06:28:28 [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
06:28:28 [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
06:28:28 [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
06:28:30 [INFO] 
06:28:30 [INFO] ---------< org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s >---------
06:28:30 [INFO] Building org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s 9.0.0-SNAPSHOT [7/15]
06:28:30 [INFO] --------------------------------[ jar ]---------------------------------
06:28:32 [INFO] 
06:28:32 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.core.s ---
06:28:32 [INFO] 
06:28:32 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.core.s ---
06:28:32 [INFO] Skipping Rule Enforcement.
06:28:32 [INFO] 
06:28:32 [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.sdk.core.s ---
06:28:32 [INFO] 
06:28:32 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk.core.s ---
06:28:32 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.core.s/../org.eclipse.scout.sdk/target/jacoco-all.exec
06:28:32 [INFO] 
06:28:32 [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.core.s ---
06:28:32 [INFO] 
06:28:32 [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.core.s ---
06:28:32 [INFO] 
06:28:32 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.core.s ---
06:28:32 [INFO] Using 'UTF-8' encoding to copy filtered resources.
06:28:32 [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
06:28:32 [INFO] Copying 2 resources
06:28:32 [INFO] 
06:28:32 [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.core.s ---
06:28:32 [INFO] Changes detected - recompiling the module!
06:28:32 [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
06:28:32 [INFO] 
06:28:32 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.core.s ---
06:28:32 [INFO] Using 'UTF-8' encoding to copy filtered resources.
06:28:32 [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
06:28:32 [INFO] 
06:28:32 [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.core.s ---
06:28:32 [INFO] No sources to compile
06:28:32 [INFO] 
06:28:32 [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.core.s ---
06:28:32 [INFO] No tests to run.
06:28:32 [INFO] 
06:28:32 [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ org.eclipse.scout.sdk.core.s ---
06:28:32 [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
06:28:32 [INFO] 
06:28:32 [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.core.s ---
06:28:32 [INFO] Skipping because packaging 'jar' is not pom.
06:28:32 [INFO] 
06:28:32 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.core.s ---
06:28:32 [INFO] Skipping packaging of the test-jar
06:28:32 [INFO] 
06:28:32 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.core.s ---
06:28:32 [INFO] No sources in project. Archive not created.
06:28:32 [INFO] 
06:28:32 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.core.s ---
06:28:32 [INFO] Checking compile classpath
06:28:33 [INFO] Checking runtime classpath
06:28:33 [INFO] Checking test classpath
06:28:33 [INFO] 
06:28:33 [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.core.s ---
06:28:33 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
06:28:33 [INFO] 
06:28:33 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.core.s ---
06:28:33 [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
06:28:33 [INFO] 
06:28:33 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.scout.sdk.core.s ---
06:28:33 [INFO] Skip jar signing
06:28:33 [INFO] 
06:28:33 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.core.s ---
06:28:33 [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
06:28:33 [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
06:28:33 [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
06:28:33 [INFO] 
06:28:33 [INFO] ------< org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s.test >-------
06:28:33 [INFO] Building org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s.test 9.0.0-SNAPSHOT [8/15]
06:28:33 [INFO] --------------------------------[ jar ]---------------------------------
06:28:37 [INFO] 
06:28:37 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.core.s.test ---
06:28:37 [INFO] 
06:28:37 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.core.s.test ---
06:28:37 [INFO] Skipping Rule Enforcement.
06:28:37 [INFO] 
06:28:37 [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.sdk.core.s.test ---
06:28:38 [INFO] 
06:28:38 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk.core.s.test ---
06:28:38 [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
06:28:38 [INFO] 
06:28:38 [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.core.s.test ---
06:28:38 [INFO] 
06:28:38 [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.core.s.test ---
06:28:38 [INFO] 
06:28:38 [INFO] --- build-helper-maven-plugin:3.0.0:add-source (add-source) @ org.eclipse.scout.sdk.core.s.test ---
06:28:38 [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.
06:28:38 [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.
06:28:38 [INFO] 
06:28:38 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.core.s.test ---
06:28:38 [INFO] Using 'UTF-8' encoding to copy filtered resources.
06:28:38 [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
06:28:38 [INFO] Copying 2 resources
06:28:38 [INFO] 
06:28:38 [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.core.s.test ---
06:28:38 [INFO] Changes detected - recompiling the module!
06:28:38 [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
06:28:38 [INFO] 
06:28:38 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.core.s.test ---
06:28:38 [INFO] Using 'UTF-8' encoding to copy filtered resources.
06:28:38 [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
06:28:38 [INFO] 
06:28:38 [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.core.s.test ---
06:28:38 [INFO] Changes detected - recompiling the module!
06:28:38 [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
06:28:38 [INFO] 
06:28:38 [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.core.s.test ---
06:28:38 [INFO] 
06:28:38 [INFO] -------------------------------------------------------
06:28:38 [INFO]  T E S T S
06:28:38 [INFO] -------------------------------------------------------
06:28:39 [INFO] Running org.eclipse.scout.sdk.core.s.ScoutRuntimeTypesTest
06:28:41 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.692 s - in org.eclipse.scout.sdk.core.s.ScoutRuntimeTypesTest
06:28:41 [INFO] Running org.eclipse.scout.sdk.core.s.jaxws.JaxWsModuleNewHelperTest
06:28:41 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.172 s - in org.eclipse.scout.sdk.core.s.jaxws.JaxWsModuleNewHelperTest
06:28:41 [INFO] Running org.eclipse.scout.sdk.core.s.jaxws.JaxWsUtilsTest
06:28:41 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s - in org.eclipse.scout.sdk.core.s.jaxws.JaxWsUtilsTest
06:28:41 [INFO] Running org.eclipse.scout.sdk.core.s.project.ScoutProjectNewTest
06:28:50 [WARNING]: Don't override file /tmp/CoreScoutTestingUtils-projectDir5932200218249867209/artifact/artifact/pom.xml
06:28:59 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir5932200218249867209/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[5] 
06:28:59 	import org.eclipse.scout.rt.shared.ISession;
06:28:59 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:28:59 The import org.eclipse.scout.rt.shared.ISession is never used
06:28:59 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir5932200218249867209/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[7] 
06:28:59 	import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService;
06:28:59 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:28:59 The import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService is never used
06:28:59 2 problems (2 warnings)
06:29:05 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir5932200218249867209/artifact/artifact.client/src/main/java/group/artifact/client/ClientSession.java:[4] 
06:29:05 	import org.eclipse.scout.rt.client.IClientSession;
06:29:05 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:29:05 The import org.eclipse.scout.rt.client.IClientSession is never used
06:29:05 1 problem (1 warning)
06:29:05 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir5932200218249867209/artifact/artifact.client/src/test/java/group/artifact/client/helloworld/HelloWorldFormTest.java:[8] 
06:29:05 	import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField;
06:29:05 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:29:05 The import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField is never used
06:29:05 1 problem (1 warning)
06:29:08 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 26.39 s - in org.eclipse.scout.sdk.core.s.project.ScoutProjectNewTest
06:29:08 [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.codetype.CodeTypeSourceBuilderTest
06:29:08 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.14 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.codetype.CodeTypeSourceBuilderTest
06:29:08 [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.AnnotationCopyTest
06:29:08 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.126 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.AnnotationCopyTest
06:29:08 [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ExtensionFormDataTest
06:29:08 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.505 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ExtensionFormDataTest
06:29:08 [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ExternalCheckboxFieldTest
06:29:08 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ExternalCheckboxFieldTest
06:29:08 [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ExternalGroupboxTest
06:29:08 [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
06:29:08 [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ExternalTableFieldTest
06:29:09 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.137 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ExternalTableFieldTest
06:29:09 [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.FormFieldMenuTest
06:29:09 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.FormFieldMenuTest
06:29:09 [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.FormPropertiesTest
06:29:09 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.FormPropertiesTest
06:29:09 [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.FormWithGroupboxesTest
06:29:09 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.FormWithGroupboxesTest
06:29:09 [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.FormWithTemplateTest
06:29:09 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.FormWithTemplateTest
06:29:09 [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.IgnoredFieldsFormTest
06:29:09 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.IgnoredFieldsFormTest
06:29:09 [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ListBoxFormTest
06:29:09 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ListBoxFormTest
06:29:09 [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.MasterFieldFormDataTest
06:29:09 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.MasterFieldFormDataTest
06:29:09 [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.MixedValueFieldTest
06:29:09 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.MixedValueFieldTest
06:29:09 [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.NestedMultiLevelFormFieldTest
06:29:10 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.302 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.NestedMultiLevelFormFieldTest
06:29:10 [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.PageBeanDataTest
06:29:10 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.792 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.PageBeanDataTest
06:29:10 [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ReplaceFormFieldTest
06:29:11 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.384 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ReplaceFormFieldTest
06:29:11 [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ReplaceWithTemplatesTest
06:29:11 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.409 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ReplaceWithTemplatesTest
06:29:11 [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ReplacingFormTest
06:29:11 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ReplacingFormTest
06:29:11 [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ReplacingPageTest
06:29:11 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.147 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ReplacingPageTest
06:29:11 [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ScopeTest
06:29:12 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.147 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ScopeTest
06:29:12 [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.SimpleFormTest
06:29:12 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.SimpleFormTest
06:29:12 [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.TableFieldBeanTest
06:29:13 [WARNING]: Column 'formdata.client.ui.forms.ColumnWithoutTypeForm$MainBox$MyTableField$Table$MyColumn' has no value type.
06:29:13 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.476 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.TableFieldBeanTest
06:29:13 [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.TableFieldExtensionTest
06:29:13 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.TableFieldExtensionTest
06:29:13 [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.TableFieldFormTest
06:29:14 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.354 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.TableFieldFormTest
06:29:14 [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.TableFieldWithIgnoredColumnsTest
06:29:14 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.687 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.TableFieldWithIgnoredColumnsTest
06:29:14 [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.form.FormSourceBuilderTest
06:29:14 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.form.FormSourceBuilderTest
06:29:14 [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.lookupcall.LookupCallSourceBuilderTest
06:29:14 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.lookupcall.LookupCallSourceBuilderTest
06:29:14 [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.page.PageSourceBuilderTest
06:29:15 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.199 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.page.PageSourceBuilderTest
06:29:15 [INFO] Running org.eclipse.scout.sdk.core.s.sourcebuilder.testcase.TestSourceBuilderTest
06:29:15 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s - in org.eclipse.scout.sdk.core.s.sourcebuilder.testcase.TestSourceBuilderTest
06:29:15 [INFO] Running org.eclipse.scout.sdk.core.s.structured.WellformTest
06:29:16 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.955 s - in org.eclipse.scout.sdk.core.s.structured.WellformTest
06:29:16 [INFO] Running org.eclipse.scout.sdk.core.s.util.CoreScoutUtilsTest
06:29:16 [WARNING]: The @Order value 100000000000000000 is very large and therefore may not be precise enough. It is recommended to use a lower value.
06:29:16 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s - in org.eclipse.scout.sdk.core.s.util.CoreScoutUtilsTest
06:29:16 [INFO] 
06:29:16 [INFO] Results:
06:29:16 [INFO] 
06:29:16 [INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0
06:29:16 [INFO] 
06:29:16 [INFO] 
06:29:16 [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ org.eclipse.scout.sdk.core.s.test ---
06:29:16 [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
06:29:16 [INFO] 
06:29:16 [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.core.s.test ---
06:29:16 [INFO] Skipping because packaging 'jar' is not pom.
06:29:16 [INFO] 
06:29:16 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.core.s.test ---
06:29:16 [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
06:29:16 [INFO] 
06:29:16 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.core.s.test ---
06:29:16 [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
06:29:16 [INFO] 
06:29:16 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.core.s.test ---
06:29:16 [INFO] Checking compile classpath
06:29:17 [INFO] Checking runtime classpath
06:29:17 [INFO] Checking test classpath
06:29:17 [INFO] 
06:29:17 [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.core.s.test ---
06:29:17 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
06:29:18 [INFO] 
06:29:18 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.core.s.test ---
06:29:18 [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
06:29:18 [INFO] 
06:29:18 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.scout.sdk.core.s.test ---
06:29:18 [INFO] Skip jar signing
06:29:18 [INFO] 
06:29:18 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.core.s.test ---
06:29:18 [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
06:29:18 [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
06:29:18 [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
06:29:18 [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
06:29:18 [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
06:29:18 [INFO] 
06:29:18 [INFO] --------< org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e >---------
06:29:18 [INFO] Building org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e 9.0.0-SNAPSHOT [9/15]
06:29:18 [INFO] -------------------------------[ bundle ]-------------------------------
06:29:24 [INFO] 
06:29:24 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.s2e ---
06:29:24 [INFO] 
06:29:24 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e ---
06:29:24 [INFO] Skipping Rule Enforcement.
06:29:24 [INFO] 
06:29:24 [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.sdk.s2e ---
06:29:25 [INFO] 
06:29:25 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk.s2e ---
06:29: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/../org.eclipse.scout.sdk/target/jacoco-all.exec
06:29:25 [INFO] 
06:29:25 [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e ---
06:29:25 [INFO] 
06:29:25 [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e ---
06:29:25 [INFO] 
06:29:25 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.s2e ---
06:29:25 [INFO] Using 'UTF-8' encoding to copy filtered resources.
06:29:25 [INFO] Copying 2 resources
06:29:25 [INFO] Copying 5 resources
06:29:25 [INFO] 
06:29:25 [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.s2e ---
06:29:26 [INFO] Changes detected - recompiling the module!
06:29: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
06:29:27 [INFO] 
06:29:27 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e ---
06:29:27 [INFO] Using 'UTF-8' encoding to copy filtered resources.
06:29: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
06:29:27 [INFO] 
06:29:27 [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e ---
06:29:27 [INFO] No sources to compile
06:29:27 [INFO] 
06:29:27 [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.s2e ---
06:29:27 [INFO] No tests to run.
06:29:27 [INFO] 
06:29:27 [INFO] --- maven-bundle-plugin:4.1.0:bundle (default-bundle) @ org.eclipse.scout.sdk.s2e ---
06:29:28 [INFO] 
06:29:28 [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.s2e ---
06:29:28 [INFO] Skipping because packaging 'bundle' is not pom.
06:29:28 [INFO] 
06:29:28 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e ---
06:29:28 [INFO] Skipping packaging of the test-jar
06:29:28 [INFO] 
06:29:28 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e ---
06:29:28 [INFO] No sources in project. Archive not created.
06:29:28 [INFO] 
06:29:28 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.s2e ---
06:29:28 [INFO] Checking compile classpath
06:29:28 [INFO] Checking runtime classpath
06:29:28 [INFO] Checking test classpath
06:29:29 [INFO] 
06:29:29 [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.s2e ---
06:29:29 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
06:29:29 [INFO] 
06:29:29 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e ---
06:29: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
06:29:30 [INFO] 
06:29:30 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.scout.sdk.s2e ---
06:29:30 [INFO] Skip jar signing
06:29:30 [INFO] 
06:29:30 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e ---
06:29: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
06:29: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
06:29: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
06:29:30 [INFO] 
06:29:30 [INFO] --- maven-bundle-plugin:4.1.0:install (default-install) @ org.eclipse.scout.sdk.s2e ---
06:29:30 [INFO] Local OBR update disabled (enable with -DobrRepository)
06:29:30 [INFO] 
06:29:30 [INFO] ------< org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.test >------
06:29:30 [INFO] Building org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.test 9.0.0-SNAPSHOT [10/15]
06:29:30 [INFO] --------------------------------[ jar ]---------------------------------
06:29:30 [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
06:29:30 [INFO] 
06:29:30 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.s2e.test ---
06:29:30 [INFO] 
06:29:30 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e.test ---
06:29:30 [INFO] Skipping Rule Enforcement.
06:29:30 [INFO] 
06:29:30 [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.sdk.s2e.test ---
06:29:30 [INFO] 
06:29:30 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.test ---
06:29: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.s2e.test/../org.eclipse.scout.sdk/target/jacoco-all.exec
06:29:30 [INFO] 
06:29:30 [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.test ---
06:29:30 [INFO] 
06:29:30 [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.test ---
06:29:30 [INFO] 
06:29:30 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.s2e.test ---
06:29:30 [INFO] Using 'UTF-8' encoding to copy filtered resources.
06:29:30 [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
06:29:30 [INFO] Copying 2 resources
06:29:30 [INFO] 
06:29:30 [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.s2e.test ---
06:29:30 [INFO] Changes detected - recompiling the module!
06:29:30 [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
06:29:31 [INFO] 
06:29:31 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.test ---
06:29:31 [INFO] Using 'UTF-8' encoding to copy filtered resources.
06:29:31 [INFO] Copying 7 resources
06:29:31 [INFO] 
06:29:31 [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.test ---
06:29:31 [INFO] Changes detected - recompiling the module!
06:29:31 [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
06:29:31 [INFO] 
06:29:31 [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.s2e.test ---
06:29:31 [INFO] 
06:29:31 [INFO] -------------------------------------------------------
06:29:31 [INFO]  T E S T S
06:29:31 [INFO] -------------------------------------------------------
06:29:32 [INFO] Running org.eclipse.scout.sdk.s2e.job.ResourceBlockingOperationJobTest
06:29:33 [WARNING]: operation 'org.eclipse.scout.sdk.s2e.operation.IOperation$MockitoMock$624213243' does not have a name.
06:29:33 [WARNING]: operation 'org.eclipse.scout.sdk.s2e.operation.IOperation$MockitoMock$624213243' does not have a name.
06:29:33 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.089 s - in org.eclipse.scout.sdk.s2e.job.ResourceBlockingOperationJobTest
06:29:33 [INFO] Running org.eclipse.scout.sdk.s2e.operation.codetype.CodeTypeNewOperationTest
06:29:35 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.186 s - in org.eclipse.scout.sdk.s2e.operation.codetype.CodeTypeNewOperationTest
06:29:35 [INFO] Running org.eclipse.scout.sdk.s2e.operation.form.FormNewOperationTest
06:29:38 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.289 s - in org.eclipse.scout.sdk.s2e.operation.form.FormNewOperationTest
06:29:38 [INFO] Running org.eclipse.scout.sdk.s2e.operation.jaxws.WebServiceNewOperationTest
06:29:44 [WARNING]: Don't override file /tmp/CoreScoutTestingUtils-projectDir17142926313519810384/artifact/artifact/pom.xml
06:29:49 [WARNING]: CP Don't override file /tmp/jaxws-module-tmp5854699292943802433/artifact.server.jaxws/src/main/resources/META-INF/scout.xml
06:31:12 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir17142926313519810384/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/provider/multifile/ErrorResponse.java:[15] 
06:31:12 	public class ErrorResponse
06:31:12 	             ^^^^^^^^^^^^^
06:31:12 The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long
06:31:12 2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
06:31:12 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]
06:31:12 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]
06:31:12 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]
06:31:12 6. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
06:31:12 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]
06:31:12 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]
06:31:12 9. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
06:31:12 10. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
06:31:12 10 problems (10 warnings)
06:31:17 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir17142926313519810384/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[5] 
06:31:17 	import org.eclipse.scout.rt.shared.ISession;
06:31:17 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:31:17 The import org.eclipse.scout.rt.shared.ISession is never used
06:31:17 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir17142926313519810384/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[7] 
06:31:17 	import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService;
06:31:17 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:31:17 The import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService is never used
06:31:17 2 problems (2 warnings)
06:31:50 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir17142926313519810384/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/provider/multifile/ErrorResponse.java:[15] 
06:31:50 	public class ErrorResponse
06:31:50 	             ^^^^^^^^^^^^^
06:31:50 The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long
06:31:50 2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
06:31:50 3. WARNING: Annotation processing: Generate entry point for endpoint interface 'test.provider.multifile.IScoutQueryInterface2PortType' [entryPoint=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint, wsdl:portType=scoutQueryInterface2, wsdl:service=scoutQuery, wsdl:port=scoutQueryPort] [processor=JaxWsAnnotationProcessor]
06:31:50 4. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.WsProviderCorrelationIdHandler, handlerDelegate=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_WsProviderCorrelationIdHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
06:31:50 5. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.LogHandler, handlerDelegate=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_LogHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
06:31:50 6. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
06:31:50 7. WARNING: Annotation processing: Generate handler chain XML-file [file=ScoutQueryInterface2WebServiceEntryPoint_handler-chain.xml, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
06:31:50 8. WARNING: Annotation processing: Entry point successfully generated. [entryPoint=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType, entryPointDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition] [processor=JaxWsAnnotationProcessor]
06:31:50 9. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
06:31:50 10. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
06:31:50 10 problems (10 warnings)
06:31:53 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir17142926313519810384/artifact/artifact.client/src/main/java/group/artifact/client/ClientSession.java:[4] 
06:31:53 	import org.eclipse.scout.rt.client.IClientSession;
06:31:53 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:31:53 The import org.eclipse.scout.rt.client.IClientSession is never used
06:31:53 1 problem (1 warning)
06:31:53 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir17142926313519810384/artifact/artifact.client/src/test/java/group/artifact/client/helloworld/HelloWorldFormTest.java:[8] 
06:31:53 	import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField;
06:31:53 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:31:53 The import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField is never used
06:31:53 1 problem (1 warning)
06:32:33 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir17142926313519810384/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/provider/multifile/ErrorResponse.java:[15] 
06:32:33 	public class ErrorResponse
06:32:33 	             ^^^^^^^^^^^^^
06:32:33 The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long
06:32:33 2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
06:32:33 3. WARNING: Annotation processing: Generate entry point for endpoint interface 'test.provider.multifile.IScoutQueryInterface2PortType' [entryPoint=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint, wsdl:portType=scoutQueryInterface2, wsdl:service=scoutQuery, wsdl:port=scoutQueryPort] [processor=JaxWsAnnotationProcessor]
06:32:33 4. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.WsProviderCorrelationIdHandler, handlerDelegate=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_WsProviderCorrelationIdHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
06:32:33 5. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.LogHandler, handlerDelegate=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_LogHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
06:32:33 6. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
06:32:33 7. WARNING: Annotation processing: Generate handler chain XML-file [file=ScoutQueryInterface2WebServiceEntryPoint_handler-chain.xml, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
06:32:33 8. WARNING: Annotation processing: Entry point successfully generated. [entryPoint=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType, entryPointDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition] [processor=JaxWsAnnotationProcessor]
06:32:33 9. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.IFirstWebServiceOnePortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
06:32:33 10. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.IFirstWebServiceTwoPortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
06:32:33 11. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.ISecondWebServiceOnePortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
06:32:33 12. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.ISecondWebServiceTwoPortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
06:32:33 13. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
06:32:33 14. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
06:32:33 14 problems (14 warnings)
06:32:38 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir17142926313519810384/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[5] 
06:32:38 	import org.eclipse.scout.rt.shared.ISession;
06:32:38 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:32:38 The import org.eclipse.scout.rt.shared.ISession is never used
06:32:38 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir17142926313519810384/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[7] 
06:32:38 	import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService;
06:32:38 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:32:38 The import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService is never used
06:32:38 2 problems (2 warnings)
06:33:12 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir17142926313519810384/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/provider/multifile/ErrorResponse.java:[15] 
06:33:12 	public class ErrorResponse
06:33:12 	             ^^^^^^^^^^^^^
06:33:12 The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long
06:33:12 2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
06:33:12 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]
06:33:12 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]
06:33:12 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]
06:33:12 6. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
06:33:12 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]
06:33:12 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]
06:33:12 9. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.IFirstWebServiceOnePortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
06:33:12 10. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.IFirstWebServiceTwoPortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
06:33:12 11. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.ISecondWebServiceOnePortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
06:33:12 12. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.ISecondWebServiceTwoPortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
06:33:12 13. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
06:33:12 14. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
06:33:12 14 problems (14 warnings)
06:33:15 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir17142926313519810384/artifact/artifact.client/src/main/java/group/artifact/client/ClientSession.java:[4] 
06:33:15 	import org.eclipse.scout.rt.client.IClientSession;
06:33:15 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:33:15 The import org.eclipse.scout.rt.client.IClientSession is never used
06:33:15 1 problem (1 warning)
06:33:15 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir17142926313519810384/artifact/artifact.client/src/test/java/group/artifact/client/helloworld/HelloWorldFormTest.java:[8] 
06:33:15 	import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField;
06:33:15 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:33:15 The import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField is never used
06:33:15 1 problem (1 warning)
06:33:55 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir17142926313519810384/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/provider/multifile/ErrorResponse.java:[15] 
06:33:55 	public class ErrorResponse
06:33:55 	             ^^^^^^^^^^^^^
06:33:55 The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long
06:33:55 2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
06:33:55 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]
06:33:55 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]
06:33:55 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]
06:33:55 6. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.empty.WhateverWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.empty.IWhateverWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.IWhateverPortType] [processor=JaxWsAnnotationProcessor]
06:33:55 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]
06:33:55 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]
06:33:55 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]
06:33:55 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]
06:33:55 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]
06:33:55 12. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
06:33:55 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]
06:33:55 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]
06:33:55 15. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.IFirstWebServiceOnePortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
06:33:55 16. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.IFirstWebServiceTwoPortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
06:33:55 17. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.ISecondWebServiceOnePortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
06:33:55 18. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.ISecondWebServiceTwoPortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
06:33:55 19. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
06:33:55 20. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
06:33:55 20 problems (20 warnings)
06:33:59 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir17142926313519810384/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[5] 
06:33:59 	import org.eclipse.scout.rt.shared.ISession;
06:33:59 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:33:59 The import org.eclipse.scout.rt.shared.ISession is never used
06:33:59 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir17142926313519810384/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[7] 
06:33:59 	import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService;
06:33:59 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:33:59 The import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService is never used
06:33:59 2 problems (2 warnings)
06:34:34 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir17142926313519810384/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/provider/multifile/ErrorResponse.java:[15] 
06:34:34 	public class ErrorResponse
06:34:34 	             ^^^^^^^^^^^^^
06:34:34 The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long
06:34:34 2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
06:34:34 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]
06:34:34 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]
06:34:34 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]
06:34:34 6. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.empty.WhateverWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.empty.IWhateverWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.IWhateverPortType] [processor=JaxWsAnnotationProcessor]
06:34:34 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]
06:34:34 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]
06:34:34 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]
06:34:34 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]
06:34:34 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]
06:34:34 12. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
06:34:34 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]
06:34:34 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]
06:34:34 15. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.IFirstWebServiceOnePortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
06:34:34 16. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.IFirstWebServiceTwoPortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
06:34:34 17. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.ISecondWebServiceOnePortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
06:34:34 18. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multiservice.ISecondWebServiceTwoPortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
06:34:34 19. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
06:34:34 20. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
06:34:34 20 problems (20 warnings)
06:34:37 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir17142926313519810384/artifact/artifact.client/src/main/java/group/artifact/client/ClientSession.java:[4] 
06:34:37 	import org.eclipse.scout.rt.client.IClientSession;
06:34:37 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:34:37 The import org.eclipse.scout.rt.client.IClientSession is never used
06:34:37 1 problem (1 warning)
06:34:37 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir17142926313519810384/artifact/artifact.client/src/test/java/group/artifact/client/helloworld/HelloWorldFormTest.java:[8] 
06:34:37 	import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField;
06:34:37 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:34:37 The import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField is never used
06:34:37 1 problem (1 warning)
06:34:44 [WARNING]: Don't override file /tmp/CoreScoutTestingUtils-projectDir14024354943622223790/artifact/artifact/pom.xml
06:34:48 [WARNING]: CP Don't override file /tmp/jaxws-module-tmp461040733773535869/artifact.server.jaxws/src/main/resources/META-INF/scout.xml
06:35:55 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir14024354943622223790/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/consumer/ErrorResponse.java:[15] 
06:35:55 	public class ErrorResponse
06:35:55 	             ^^^^^^^^^^^^^
06:35:55 The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long
06:35:55 2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
06:35:55 3. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.IScoutQueryInterface2PortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
06:35:55 4. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
06:35:55 4 problems (4 warnings)
06:36:00 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir14024354943622223790/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[5] 
06:36:00 	import org.eclipse.scout.rt.shared.ISession;
06:36:00 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:36:00 The import org.eclipse.scout.rt.shared.ISession is never used
06:36:00 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir14024354943622223790/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[7] 
06:36:00 	import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService;
06:36:00 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:36:00 The import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService is never used
06:36:00 2 problems (2 warnings)
06:36:33 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir14024354943622223790/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/consumer/ErrorResponse.java:[15] 
06:36:33 	public class ErrorResponse
06:36:33 	             ^^^^^^^^^^^^^
06:36:33 The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long
06:36:33 2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
06:36:33 3. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.IScoutQueryInterface2PortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
06:36:33 4. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
06:36:33 4 problems (4 warnings)
06:36:36 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir14024354943622223790/artifact/artifact.client/src/main/java/group/artifact/client/ClientSession.java:[4] 
06:36:36 	import org.eclipse.scout.rt.client.IClientSession;
06:36:36 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:36:36 The import org.eclipse.scout.rt.client.IClientSession is never used
06:36:36 1 problem (1 warning)
06:36:36 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir14024354943622223790/artifact/artifact.client/src/test/java/group/artifact/client/helloworld/HelloWorldFormTest.java:[8] 
06:36:36 	import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField;
06:36:36 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:36:36 The import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField is never used
06:36:36 1 problem (1 warning)
06:37:15 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir14024354943622223790/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/consumer/ErrorResponse.java:[15] 
06:37:15 	public class ErrorResponse
06:37:15 	             ^^^^^^^^^^^^^
06:37:15 The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long
06:37:15 2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
06:37:15 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]
06:37:15 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]
06:37:15 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]
06:37:15 6. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.empty.TestEmptyWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.empty.ITestEmptyWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.ITestEmptyPortType] [processor=JaxWsAnnotationProcessor]
06:37:15 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]
06:37:15 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]
06:37:15 9. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.IScoutQueryInterface2PortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
06:37:15 10. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
06:37:15 11. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
06:37:15 11 problems (11 warnings)
06:37:20 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir14024354943622223790/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[5] 
06:37:20 	import org.eclipse.scout.rt.shared.ISession;
06:37:20 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:37:20 The import org.eclipse.scout.rt.shared.ISession is never used
06:37:20 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir14024354943622223790/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[7] 
06:37:20 	import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService;
06:37:20 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:37:20 The import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService is never used
06:37:20 2 problems (2 warnings)
06:37:54 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir14024354943622223790/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/consumer/ErrorResponse.java:[15] 
06:37:54 	public class ErrorResponse
06:37:54 	             ^^^^^^^^^^^^^
06:37:54 The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long
06:37:54 2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
06:37:54 3. WARNING: Annotation processing: Generate entry point for endpoint interface 'test.provider.empty.ITestEmptyPortType' [entryPoint=test.provider.empty.TestEmptyWebServiceEntryPoint, wsdl:portType=TestEmptyPortType, wsdl:service=TestEmptyWebService, wsdl:port=TestEmptyPort] [processor=JaxWsAnnotationProcessor]
06:37:54 4. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.WsProviderCorrelationIdHandler, handlerDelegate=test.provider.empty.TestEmptyWebServiceEntryPoint_WsProviderCorrelationIdHandler, portTypeDefinition=test.provider.empty.ITestEmptyWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.ITestEmptyPortType] [processor=JaxWsAnnotationProcessor]
06:37:54 5. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.LogHandler, handlerDelegate=test.provider.empty.TestEmptyWebServiceEntryPoint_LogHandler, portTypeDefinition=test.provider.empty.ITestEmptyWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.ITestEmptyPortType] [processor=JaxWsAnnotationProcessor]
06:37:54 6. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.empty.TestEmptyWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.empty.ITestEmptyWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.ITestEmptyPortType] [processor=JaxWsAnnotationProcessor]
06:37:54 7. WARNING: Annotation processing: Generate handler chain XML-file [file=TestEmptyWebServiceEntryPoint_handler-chain.xml, portTypeDefinition=test.provider.empty.ITestEmptyWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.ITestEmptyPortType] [processor=JaxWsAnnotationProcessor]
06:37:54 8. WARNING: Annotation processing: Entry point successfully generated. [entryPoint=test.provider.empty.TestEmptyWebServiceEntryPoint, endpointInterface=test.provider.empty.ITestEmptyPortType, entryPointDefinition=test.provider.empty.ITestEmptyWebServiceEntryPointDefinition] [processor=JaxWsAnnotationProcessor]
06:37:54 9. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.IScoutQueryInterface2PortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
06:37:54 10. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
06:37:54 11. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
06:37:54 11 problems (11 warnings)
06:37:57 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir14024354943622223790/artifact/artifact.client/src/main/java/group/artifact/client/ClientSession.java:[4] 
06:37:57 	import org.eclipse.scout.rt.client.IClientSession;
06:37:57 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:37:57 The import org.eclipse.scout.rt.client.IClientSession is never used
06:37:57 1 problem (1 warning)
06:37:57 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir14024354943622223790/artifact/artifact.client/src/test/java/group/artifact/client/helloworld/HelloWorldFormTest.java:[8] 
06:37:57 	import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField;
06:37:57 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:37:57 The import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField is never used
06:37:57 1 problem (1 warning)
06:38:37 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir14024354943622223790/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/consumer/ErrorResponse.java:[15] 
06:38:37 	public class ErrorResponse
06:38:37 	             ^^^^^^^^^^^^^
06:38:37 The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long
06:38:37 2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
06:38:37 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]
06:38:37 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]
06:38:37 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]
06:38:37 6. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.empty.TestEmptyWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.empty.ITestEmptyWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.ITestEmptyPortType] [processor=JaxWsAnnotationProcessor]
06:38:37 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]
06:38:37 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]
06:38:37 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]
06:38:37 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]
06:38:37 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]
06:38:37 12. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multiservice.SecondWebServiceTwoWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multiservice.ISecondWebServiceTwoWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.ISecondWebServiceTwoPortType] [processor=JaxWsAnnotationProcessor]
06:38:37 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]
06:38:37 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]
06:38:37 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]
06:38:37 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]
06:38:37 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]
06:38:37 18. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multiservice.FirstWebServiceTwoWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multiservice.IFirstWebServiceTwoWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.IFirstWebServiceTwoPortType] [processor=JaxWsAnnotationProcessor]
06:38:37 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]
06:38:37 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]
06:38:37 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]
06:38:37 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]
06:38:37 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]
06:38:37 24. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multiservice.SecondWebServiceOneWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multiservice.ISecondWebServiceOneWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.ISecondWebServiceOnePortType] [processor=JaxWsAnnotationProcessor]
06:38:37 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]
06:38:37 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]
06:38:37 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]
06:38:37 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]
06:38:37 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]
06:38:37 30. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multiservice.FirstWebServiceOneWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multiservice.IFirstWebServiceOneWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.IFirstWebServiceOnePortType] [processor=JaxWsAnnotationProcessor]
06:38:37 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]
06:38:37 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]
06:38:37 33. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.IScoutQueryInterface2PortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
06:38:37 34. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
06:38:37 35. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
06:38:37 35 problems (35 warnings)
06:38:42 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir14024354943622223790/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[5] 
06:38:42 	import org.eclipse.scout.rt.shared.ISession;
06:38:42 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:38:42 The import org.eclipse.scout.rt.shared.ISession is never used
06:38:42 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir14024354943622223790/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[7] 
06:38:42 	import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService;
06:38:42 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:38:42 The import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService is never used
06:38:42 2 problems (2 warnings)
06:39:17 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir14024354943622223790/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/consumer/ErrorResponse.java:[15] 
06:39:17 	public class ErrorResponse
06:39:17 	             ^^^^^^^^^^^^^
06:39:17 The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long
06:39:17 2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
06:39:17 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]
06:39:17 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]
06:39:17 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]
06:39:17 6. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.empty.TestEmptyWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.empty.ITestEmptyWebServiceEntryPointDefinition, endpointInterface=test.provider.empty.ITestEmptyPortType] [processor=JaxWsAnnotationProcessor]
06:39:17 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]
06:39:17 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]
06:39:17 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]
06:39:17 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]
06:39:17 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]
06:39:17 12. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multiservice.SecondWebServiceTwoWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multiservice.ISecondWebServiceTwoWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.ISecondWebServiceTwoPortType] [processor=JaxWsAnnotationProcessor]
06:39:17 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]
06:39:17 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]
06:39:17 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]
06:39:17 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]
06:39:17 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]
06:39:17 18. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multiservice.FirstWebServiceTwoWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multiservice.IFirstWebServiceTwoWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.IFirstWebServiceTwoPortType] [processor=JaxWsAnnotationProcessor]
06:39:17 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]
06:39:17 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]
06:39:17 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]
06:39:17 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]
06:39:17 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]
06:39:17 24. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multiservice.SecondWebServiceOneWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multiservice.ISecondWebServiceOneWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.ISecondWebServiceOnePortType] [processor=JaxWsAnnotationProcessor]
06:39:17 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]
06:39:17 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]
06:39:17 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]
06:39:17 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]
06:39:17 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]
06:39:17 30. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multiservice.FirstWebServiceOneWebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multiservice.IFirstWebServiceOneWebServiceEntryPointDefinition, endpointInterface=test.provider.multiservice.IFirstWebServiceOnePortType] [processor=JaxWsAnnotationProcessor]
06:39:17 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]
06:39:17 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]
06:39:17 33. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.IScoutQueryInterface2PortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
06:39:17 34. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
06:39:17 35. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
06:39:17 35 problems (35 warnings)
06:39:20 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir14024354943622223790/artifact/artifact.client/src/main/java/group/artifact/client/ClientSession.java:[4] 
06:39:20 	import org.eclipse.scout.rt.client.IClientSession;
06:39:20 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:39:20 The import org.eclipse.scout.rt.client.IClientSession is never used
06:39:20 1 problem (1 warning)
06:39:20 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir14024354943622223790/artifact/artifact.client/src/test/java/group/artifact/client/helloworld/HelloWorldFormTest.java:[8] 
06:39:20 	import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField;
06:39:20 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:39:20 The import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField is never used
06:39:20 1 problem (1 warning)
06:39:23 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 585.116 s - in org.eclipse.scout.sdk.s2e.operation.jaxws.WebServiceNewOperationTest
06:39:23 [INFO] Running org.eclipse.scout.sdk.s2e.operation.jaxws.WebServiceUpdateOperationTest
06:39:28 [WARNING]: Don't override file /tmp/CoreScoutTestingUtils-projectDir7385149615200700432/artifact/artifact/pom.xml
06:39:33 [WARNING]: CP Don't override file /tmp/jaxws-module-tmp15317018799732610486/artifact.server.jaxws/src/main/resources/META-INF/scout.xml
06:40:40 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir7385149615200700432/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/provider/multifile/ErrorResponse.java:[15] 
06:40:40 	public class ErrorResponse
06:40:40 	             ^^^^^^^^^^^^^
06:40:40 The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long
06:40:40 2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
06:40:40 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]
06:40:40 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]
06:40:40 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]
06:40:40 6. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
06:40:40 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]
06:40:40 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]
06:40:40 9. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
06:40:40 10. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
06:40:40 10 problems (10 warnings)
06:40:44 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir7385149615200700432/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[5] 
06:40:44 	import org.eclipse.scout.rt.shared.ISession;
06:40:44 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:40:44 The import org.eclipse.scout.rt.shared.ISession is never used
06:40:44 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir7385149615200700432/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[7] 
06:40:44 	import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService;
06:40:44 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:40:44 The import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService is never used
06:40:44 2 problems (2 warnings)
06:41:17 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir7385149615200700432/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/provider/multifile/ErrorResponse.java:[15] 
06:41:17 	public class ErrorResponse
06:41:17 	             ^^^^^^^^^^^^^
06:41:17 The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long
06:41:17 2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
06:41:17 3. WARNING: Annotation processing: Generate entry point for endpoint interface 'test.provider.multifile.IScoutQueryInterface2PortType' [entryPoint=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint, wsdl:portType=scoutQueryInterface2, wsdl:service=scoutQuery, wsdl:port=scoutQueryPort] [processor=JaxWsAnnotationProcessor]
06:41:17 4. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.WsProviderCorrelationIdHandler, handlerDelegate=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_WsProviderCorrelationIdHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
06:41:17 5. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.LogHandler, handlerDelegate=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_LogHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
06:41:17 6. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
06:41:17 7. WARNING: Annotation processing: Generate handler chain XML-file [file=ScoutQueryInterface2WebServiceEntryPoint_handler-chain.xml, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor]
06:41:17 8. WARNING: Annotation processing: Entry point successfully generated. [entryPoint=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType, entryPointDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition] [processor=JaxWsAnnotationProcessor]
06:41:17 9. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
06:41:17 10. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
06:41:17 10 problems (10 warnings)
06:41:20 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir7385149615200700432/artifact/artifact.client/src/main/java/group/artifact/client/ClientSession.java:[4] 
06:41:20 	import org.eclipse.scout.rt.client.IClientSession;
06:41:20 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:41:20 The import org.eclipse.scout.rt.client.IClientSession is never used
06:41:20 1 problem (1 warning)
06:41:20 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir7385149615200700432/artifact/artifact.client/src/test/java/group/artifact/client/helloworld/HelloWorldFormTest.java:[8] 
06:41:20 	import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField;
06:41:20 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:41:20 The import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField is never used
06:41:20 1 problem (1 warning)
06:41:27 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir7385149615200700432/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[5] 
06:41:27 	import org.eclipse.scout.rt.shared.ISession;
06:41:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:41:27 The import org.eclipse.scout.rt.shared.ISession is never used
06:41:27 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir7385149615200700432/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[7] 
06:41:27 	import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService;
06:41:27 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:41:27 The import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService is never used
06:41:27 2 problems (2 warnings)
06:42:00 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir7385149615200700432/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/provider/newMultiFile/ErrorResponse.java:[15] 
06:42:00 	public class ErrorResponse
06:42:00 	             ^^^^^^^^^^^^^
06:42:00 The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long
06:42:00 2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
06:42:00 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]
06:42:00 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]
06:42:00 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]
06:42:00 6. WARNING: Annotation processing: Generate AuthHandler [authHandler=entry.point.changedpackage.ChangedEntryPointName_AuthHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.newMultiFile.IChangedPortType] [processor=JaxWsAnnotationProcessor]
06:42:00 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]
06:42:00 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]
06:42:00 9. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
06:42:00 10. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
06:42:00 10 problems (10 warnings)
06:42:03 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir7385149615200700432/artifact/artifact.client/src/main/java/group/artifact/client/ClientSession.java:[4] 
06:42:03 	import org.eclipse.scout.rt.client.IClientSession;
06:42:03 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:42:03 The import org.eclipse.scout.rt.client.IClientSession is never used
06:42:03 1 problem (1 warning)
06:42:03 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir7385149615200700432/artifact/artifact.client/src/test/java/group/artifact/client/helloworld/HelloWorldFormTest.java:[8] 
06:42:03 	import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField;
06:42:03 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:42:03 The import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField is never used
06:42:03 1 problem (1 warning)
06:42:10 [WARNING]: Don't override file /tmp/CoreScoutTestingUtils-projectDir18080322407329198612/artifact/artifact/pom.xml
06:42:14 [WARNING]: CP Don't override file /tmp/jaxws-module-tmp18042028806573562635/artifact.server.jaxws/src/main/resources/META-INF/scout.xml
06:43:21 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir18080322407329198612/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/consumer/multifile/ErrorResponse.java:[15] 
06:43:21 	public class ErrorResponse
06:43:21 	             ^^^^^^^^^^^^^
06:43:21 The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long
06:43:21 2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
06:43:21 3. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multifile.IScoutQueryInterface2PortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
06:43:21 4. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
06:43:21 4 problems (4 warnings)
06:43:26 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir18080322407329198612/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[5] 
06:43:26 	import org.eclipse.scout.rt.shared.ISession;
06:43:26 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:43:26 The import org.eclipse.scout.rt.shared.ISession is never used
06:43:26 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir18080322407329198612/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[7] 
06:43:26 	import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService;
06:43:26 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:43:26 The import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService is never used
06:43:26 2 problems (2 warnings)
06:43:59 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir18080322407329198612/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/consumer/multifile/ErrorResponse.java:[15] 
06:43:59 	public class ErrorResponse
06:43:59 	             ^^^^^^^^^^^^^
06:43:59 The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long
06:43:59 2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
06:43:59 3. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multifile.IScoutQueryInterface2PortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
06:43:59 4. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
06:43:59 4 problems (4 warnings)
06:44:02 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir18080322407329198612/artifact/artifact.client/src/main/java/group/artifact/client/ClientSession.java:[4] 
06:44:02 	import org.eclipse.scout.rt.client.IClientSession;
06:44:02 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:44:02 The import org.eclipse.scout.rt.client.IClientSession is never used
06:44:02 1 problem (1 warning)
06:44:02 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir18080322407329198612/artifact/artifact.client/src/test/java/group/artifact/client/helloworld/HelloWorldFormTest.java:[8] 
06:44:02 	import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField;
06:44:02 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:44:02 The import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField is never used
06:44:02 1 problem (1 warning)
06:44:09 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir18080322407329198612/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[5] 
06:44:09 	import org.eclipse.scout.rt.shared.ISession;
06:44:09 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:44:09 The import org.eclipse.scout.rt.shared.ISession is never used
06:44:09 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir18080322407329198612/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[7] 
06:44:09 	import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService;
06:44:09 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:44:09 The import org.eclipse.scout.rt.shared.services.common.security.IAccessControlService is never used
06:44:09 2 problems (2 warnings)
06:44:42 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir18080322407329198612/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/consumer/newMultiFile/ErrorResponse.java:[15] 
06:44:42 	public class ErrorResponse
06:44:42 	             ^^^^^^^^^^^^^
06:44:42 The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long
06:44:42 2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
06:44:42 3. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.newMultiFile.IChangedPortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
06:44:42 4. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
06:44:42 4 problems (4 warnings)
06:44:45 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir18080322407329198612/artifact/artifact.client/src/main/java/group/artifact/client/ClientSession.java:[4] 
06:44:45 	import org.eclipse.scout.rt.client.IClientSession;
06:44:45 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:44:45 The import org.eclipse.scout.rt.client.IClientSession is never used
06:44:45 1 problem (1 warning)
06:44:45 [WARNING]: /tmp/CoreScoutTestingUtils-projectDir18080322407329198612/artifact/artifact.client/src/test/java/group/artifact/client/helloworld/HelloWorldFormTest.java:[8] 
06:44:45 	import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField;
06:44:45 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:44:45 The import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField is never used
06:44:45 1 problem (1 warning)
06:44:48 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 324.586 s - in org.eclipse.scout.sdk.s2e.operation.jaxws.WebServiceUpdateOperationTest
06:44:48 [INFO] Running org.eclipse.scout.sdk.s2e.operation.lookupcall.LookupCallNewOperationTest
06:44:48 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.557 s - in org.eclipse.scout.sdk.s2e.operation.lookupcall.LookupCallNewOperationTest
06:44:48 [INFO] Running org.eclipse.scout.sdk.s2e.operation.page.PageNewOperationTest
06:44:52 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.609 s - in org.eclipse.scout.sdk.s2e.operation.page.PageNewOperationTest
06:44:52 [INFO] Running org.eclipse.scout.sdk.s2e.operation.permission.PermissionNewOperationTest
06:44:52 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.scout.sdk.s2e.operation.permission.PermissionNewOperationTest
06:44:52 [INFO] Running org.eclipse.scout.sdk.s2e.test.ApiTest
06:44:52 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s - in org.eclipse.scout.sdk.s2e.test.ApiTest
06:44:52 [INFO] Running org.eclipse.scout.sdk.s2e.util.ScoutStatusTest
06:44:52 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.sdk.s2e.util.ScoutStatusTest
06:44:52 [INFO] Running org.eclipse.scout.sdk.s2e.util.ScoutTierTest
06:44:52 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.sdk.s2e.util.ScoutTierTest
06:44:53 [INFO] 
06:44:53 [INFO] Results:
06:44:53 [INFO] 
06:44:53 [INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0
06:44:53 [INFO] 
06:44:53 [INFO] 
06:44:53 [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ org.eclipse.scout.sdk.s2e.test ---
06:44:53 [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
06:44:53 [INFO] 
06:44:53 [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.s2e.test ---
06:44:53 [INFO] Skipping because packaging 'jar' is not pom.
06:44:53 [INFO] 
06:44:53 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.test ---
06:44:53 [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
06:44:53 [INFO] 
06:44:53 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.test ---
06:44:53 [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
06:44:53 [INFO] 
06:44:53 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.s2e.test ---
06:44:53 [INFO] Checking compile classpath
06:44:53 [INFO] Checking runtime classpath
06:44:53 [INFO] Checking test classpath
06:44:53 [INFO] 
06:44:53 [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.s2e.test ---
06:44:53 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
06:44:54 [INFO] 
06:44:54 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e.test ---
06:44:54 [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
06:44:55 [INFO] 
06:44:55 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.scout.sdk.s2e.test ---
06:44:55 [INFO] Skip jar signing
06:44:55 [INFO] 
06:44:55 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e.test ---
06:44:55 [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
06:44:55 [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
06:44:55 [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
06:44:55 [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
06:44:55 [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
06:44:55 [INFO] 
06:44:55 [INFO] ------< org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.doc >-------
06:44:55 [INFO] Building org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.doc 9.0.0-SNAPSHOT [11/15]
06:44:55 [INFO] -------------------------------[ bundle ]-------------------------------
06:44:55 [INFO] 
06:44:55 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.s2e.doc ---
06:44:55 [INFO] 
06:44:55 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e.doc ---
06:44:55 [INFO] Skipping Rule Enforcement.
06:44:55 [INFO] 
06:44:55 [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.sdk.s2e.doc ---
06:44:55 [INFO] 
06:44:55 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.doc ---
06:44:55 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.s2e.doc/../org.eclipse.scout.sdk/target/jacoco-all.exec
06:44:55 [INFO] 
06:44:55 [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.doc ---
06:44:55 [INFO] 
06:44:55 [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.doc ---
06:44:55 [INFO] 
06:44:55 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.s2e.doc ---
06:44:55 [INFO] Using 'UTF-8' encoding to copy filtered resources.
06:44:55 [INFO] Copying 63 resources
06:44:55 [INFO] 
06:44:55 [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.s2e.doc ---
06:44:55 [INFO] Changes detected - recompiling the module!
06:44:55 [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
06:44:55 [INFO] 
06:44:55 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.doc ---
06:44:55 [INFO] Using 'UTF-8' encoding to copy filtered resources.
06:44:55 [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
06:44:55 [INFO] 
06:44:55 [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.doc ---
06:44:55 [INFO] No sources to compile
06:44:55 [INFO] 
06:44:55 [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.s2e.doc ---
06:44:55 [INFO] No tests to run.
06:44:55 [INFO] 
06:44:55 [INFO] --- maven-bundle-plugin:4.1.0:bundle (default-bundle) @ org.eclipse.scout.sdk.s2e.doc ---
06:44:55 [INFO] 
06:44:55 [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.s2e.doc ---
06:44:55 [INFO] Skipping because packaging 'bundle' is not pom.
06:44:55 [INFO] 
06:44:55 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.doc ---
06:44:55 [INFO] Skipping packaging of the test-jar
06:44:55 [INFO] 
06:44:55 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.doc ---
06:44:55 [INFO] No sources in project. Archive not created.
06:44:55 [INFO] 
06:44:55 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.s2e.doc ---
06:44:55 [INFO] Checking compile classpath
06:44:55 [INFO] Checking runtime classpath
06:44:55 [INFO] Checking test classpath
06:44:55 [INFO] 
06:44:55 [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.s2e.doc ---
06:44:55 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
06:44:56 [INFO] 
06:44:56 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e.doc ---
06:44:56 [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
06:44:56 [INFO] 
06:44:56 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.scout.sdk.s2e.doc ---
06:44:56 [INFO] Skip jar signing
06:44:56 [INFO] 
06:44:56 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e.doc ---
06:44:56 [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
06:44:56 [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
06:44:56 [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
06:44:56 [INFO] 
06:44:56 [INFO] --- maven-bundle-plugin:4.1.0:install (default-install) @ org.eclipse.scout.sdk.s2e.doc ---
06:44:56 [INFO] Local OBR update disabled (enable with -DobrRepository)
06:44:56 [INFO] 
06:44:56 [INFO] ------< org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.nls >-------
06:44:56 [INFO] Building org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.nls 9.0.0-SNAPSHOT [12/15]
06:44:56 [INFO] -------------------------------[ bundle ]-------------------------------
06:45:03 [INFO] 
06:45:03 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.s2e.nls ---
06:45:03 [INFO] 
06:45:03 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e.nls ---
06:45:03 [INFO] Skipping Rule Enforcement.
06:45:03 [INFO] 
06:45:03 [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.sdk.s2e.nls ---
06:45:03 [INFO] 
06:45:03 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.nls ---
06:45: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.s2e.nls/../org.eclipse.scout.sdk/target/jacoco-all.exec
06:45:03 [INFO] 
06:45:03 [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.nls ---
06:45:03 [INFO] 
06:45:03 [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.nls ---
06:45:03 [INFO] 
06:45:03 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.s2e.nls ---
06:45:03 [INFO] Using 'UTF-8' encoding to copy filtered resources.
06:45:03 [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
06:45:03 [INFO] Copying 18 resources
06:45:03 [INFO] 
06:45:03 [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.s2e.nls ---
06:45:03 [INFO] Changes detected - recompiling the module!
06:45:03 [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
06:45:04 [INFO] 
06:45:04 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.nls ---
06:45:04 [INFO] Using 'UTF-8' encoding to copy filtered resources.
06:45:04 [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
06:45:04 [INFO] 
06:45:04 [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.nls ---
06:45:04 [INFO] No sources to compile
06:45:04 [INFO] 
06:45:04 [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.s2e.nls ---
06:45:04 [INFO] No tests to run.
06:45:04 [INFO] 
06:45:04 [INFO] --- maven-bundle-plugin:4.1.0:bundle (default-bundle) @ org.eclipse.scout.sdk.s2e.nls ---
06:45:04 [INFO] 
06:45:04 [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.s2e.nls ---
06:45:04 [INFO] Skipping because packaging 'bundle' is not pom.
06:45:04 [INFO] 
06:45:04 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.nls ---
06:45:04 [INFO] Skipping packaging of the test-jar
06:45:04 [INFO] 
06:45:04 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.nls ---
06:45:04 [INFO] No sources in project. Archive not created.
06:45:04 [INFO] 
06:45:04 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.s2e.nls ---
06:45:04 [INFO] Skipping duplicate-finder execution!
06:45:04 [INFO] 
06:45:04 [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.s2e.nls ---
06:45:04 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
06:45:06 [INFO] 
06:45:06 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e.nls ---
06:45:06 [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
06:45:07 [INFO] 
06:45:07 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.scout.sdk.s2e.nls ---
06:45:07 [INFO] Skip jar signing
06:45:07 [INFO] 
06:45:07 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e.nls ---
06:45:07 [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
06:45:07 [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
06:45:07 [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
06:45:07 [INFO] 
06:45:07 [INFO] --- maven-bundle-plugin:4.1.0:install (default-install) @ org.eclipse.scout.sdk.s2e.nls ---
06:45:07 [INFO] Local OBR update disabled (enable with -DobrRepository)
06:45:07 [INFO] 
06:45:07 [INFO] -------< org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.ui >-------
06:45:07 [INFO] Building org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.ui 9.0.0-SNAPSHOT [13/15]
06:45:07 [INFO] -------------------------------[ bundle ]-------------------------------
06:45:07 [INFO] 
06:45:07 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.s2e.ui ---
06:45:07 [INFO] 
06:45:07 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e.ui ---
06:45:07 [INFO] Skipping Rule Enforcement.
06:45:07 [INFO] 
06:45:07 [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.sdk.s2e.ui ---
06:45:07 [INFO] 
06:45:07 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.ui ---
06:45:07 [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
06:45:07 [INFO] 
06:45:07 [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.ui ---
06:45:07 [INFO] 
06:45:07 [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.ui ---
06:45:07 [INFO] 
06:45:07 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.s2e.ui ---
06:45:07 [INFO] Using 'UTF-8' encoding to copy filtered resources.
06:45:07 [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
06:45:07 [INFO] Copying 41 resources
06:45:07 [INFO] 
06:45:07 [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.s2e.ui ---
06:45:07 [INFO] Changes detected - recompiling the module!
06:45:07 [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
06:45:08 [INFO] 
06:45:08 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.ui ---
06:45:08 [INFO] Using 'UTF-8' encoding to copy filtered resources.
06:45:08 [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
06:45:08 [INFO] 
06:45:08 [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.ui ---
06:45:08 [INFO] No sources to compile
06:45:08 [INFO] 
06:45:08 [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.s2e.ui ---
06:45:08 [INFO] No tests to run.
06:45:08 [INFO] 
06:45:08 [INFO] --- maven-bundle-plugin:4.1.0:bundle (default-bundle) @ org.eclipse.scout.sdk.s2e.ui ---
06:45:09 [INFO] 
06:45:09 [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.s2e.ui ---
06:45:09 [INFO] Skipping because packaging 'bundle' is not pom.
06:45:09 [INFO] 
06:45:09 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.ui ---
06:45:09 [INFO] Skipping packaging of the test-jar
06:45:09 [INFO] 
06:45:09 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.ui ---
06:45:09 [INFO] No sources in project. Archive not created.
06:45:09 [INFO] 
06:45:09 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.s2e.ui ---
06:45:09 [INFO] Skipping duplicate-finder execution!
06:45:09 [INFO] 
06:45:09 [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.s2e.ui ---
06:45:09 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
06:45:11 [INFO] 
06:45:11 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e.ui ---
06:45:11 [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
06:45:11 [INFO] 
06:45:11 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.scout.sdk.s2e.ui ---
06:45:11 [INFO] Skip jar signing
06:45:11 [INFO] 
06:45:11 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e.ui ---
06:45:11 [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
06:45:11 [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
06:45:11 [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
06:45:11 [INFO] 
06:45:11 [INFO] --- maven-bundle-plugin:4.1.0:install (default-install) @ org.eclipse.scout.sdk.s2e.ui ---
06:45:11 [INFO] Local OBR update disabled (enable with -DobrRepository)
06:45:11 [INFO] 
06:45:11 [INFO] --------< org.eclipse.scout.sdk:org.eclipse.scout.sdk-settings >--------
06:45:11 [INFO] Building org.eclipse.scout.sdk-settings 9.0.0-SNAPSHOT           [14/15]
06:45:11 [INFO] --------------------------------[ jar ]---------------------------------
06:45:11 [INFO] 
06:45:11 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk-settings ---
06:45:11 [INFO] 
06:45:11 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk-settings ---
06:45:11 [INFO] Skipping Rule Enforcement.
06:45:11 [INFO] 
06:45:11 [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.sdk-settings ---
06:45:12 [INFO] 
06:45:12 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk-settings ---
06:45:12 [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
06:45:12 [INFO] 
06:45:12 [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk-settings ---
06:45:12 [INFO] 
06:45:12 [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk-settings ---
06:45:12 [INFO] 
06:45:12 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk-settings ---
06:45:12 [INFO] Using 'UTF-8' encoding to copy filtered resources.
06:45:12 [INFO] Copying 7 resources
06:45:12 [INFO] 
06:45:12 [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk-settings ---
06:45:12 [INFO] No sources to compile
06:45:12 [INFO] 
06:45:12 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk-settings ---
06:45:12 [INFO] Using 'UTF-8' encoding to copy filtered resources.
06:45:12 [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
06:45:12 [INFO] 
06:45:12 [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk-settings ---
06:45:12 [INFO] No sources to compile
06:45:12 [INFO] 
06:45:12 [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk-settings ---
06:45:12 [INFO] No tests to run.
06:45:12 [INFO] 
06:45:12 [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ org.eclipse.scout.sdk-settings ---
06:45:12 [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
06:45:12 [INFO] 
06:45:12 [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk-settings ---
06:45:12 [INFO] Skipping because packaging 'jar' is not pom.
06:45:12 [INFO] 
06:45:12 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk-settings ---
06:45:12 [INFO] Skipping packaging of the test-jar
06:45:12 [INFO] 
06:45:12 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk-settings ---
06:45:12 [INFO] No sources in project. Archive not created.
06:45:12 [INFO] 
06:45:12 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk-settings ---
06:45:12 [INFO] Checking compile classpath
06:45:12 [INFO] Checking runtime classpath
06:45:12 [INFO] Checking test classpath
06:45:12 [INFO] 
06:45:12 [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk-settings ---
06:45:12 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
06:45:12 [INFO] 
06:45:12 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk-settings ---
06:45:12 [INFO] No sources in project. Archive not created.
06:45:12 [INFO] 
06:45:12 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.scout.sdk-settings ---
06:45:12 [INFO] Skip jar signing
06:45:12 [INFO] 
06:45:12 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk-settings ---
06:45:12 [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
06:45:12 [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
06:45:12 [INFO] 
06:45:12 [INFO] ----------< org.eclipse.scout.sdk:org.eclipse.scout.sdk-root >----------
06:45:12 [INFO] Building Eclipse Scout SDK 9.0.0-SNAPSHOT                        [15/15]
06:45:12 [INFO] --------------------------------[ pom ]---------------------------------
06:45:12 [INFO] 
06:45:12 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.scout.sdk-root ---
06:45:12 [INFO] 
06:45:12 [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.scout.sdk-root ---
06:45:12 [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
06:45:12 [INFO] ------------------------------------------------------------------------
06:45:12 [INFO] Reactor Summary for Eclipse Scout SDK 9.0.0-SNAPSHOT:
06:45:12 [INFO] 
06:45:12 [INFO] Scout Hello World Sample Application ............... SUCCESS [ 40.834 s]
06:45:12 [INFO] Scout JaxWs Module ................................. SUCCESS [  1.007 s]
06:45:12 [INFO] ScoutJS Sample Application ......................... SUCCESS [  1.164 s]
06:45:12 [INFO] Eclipse Scout SDK .................................. SUCCESS [  1.009 s]
06:45:12 [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core ... SUCCESS [  7.387 s]
06:45:12 [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.test SUCCESS [  7.746 s]
06:45:12 [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s . SUCCESS [  3.739 s]
06:45:12 [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s.test SUCCESS [ 44.479 s]
06:45:12 [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e  SUCCESS [ 11.926 s]
06:45:12 [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.test SUCCESS [15:24 min]
06:45:12 [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.doc SUCCESS [  1.273 s]
06:45:12 [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.nls SUCCESS [ 10.710 s]
06:45:12 [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.ui SUCCESS [  4.371 s]
06:45:12 [INFO] org.eclipse.scout.sdk-settings ..................... SUCCESS [  1.104 s]
06:45:12 [INFO] Eclipse Scout SDK .................................. SUCCESS [  0.237 s]
06:45:12 [INFO] ------------------------------------------------------------------------
06:45:12 [INFO] BUILD SUCCESS
06:45:12 [INFO] ------------------------------------------------------------------------
06:45:12 [INFO] Total time:  17:49 min
06:45:12 [INFO] Finished at: 2021-06-18T10:45:12Z
06:45:12 [INFO] ------------------------------------------------------------------------
06:45:12 [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
06:45:13 Apache Maven 3.8.1 (05c21c65bdfed0f71a2f2ada8b84da59348c4c5d)
06:45:13 Maven home: /opt/tools/apache-maven/latest
06:45:13 Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9
06:45:13 Default locale: en_US, platform encoding: UTF-8
06:45:13 OS name: "linux", version: "5.10.19-200.fc33.x86_64", arch: "amd64", family: "unix"
06:45:13 [INFO] Scanning for projects...
06:45:19 [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
06:45:20 [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
06:45:20 [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
06:45:20 [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
06:45:20 [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
06:45:20 [INFO] Fetching p2.index from http://download.eclipse.org/releases/2018-12/ (122B)
06:45:20 [INFO] Fetching p2.index from http://download.eclipse.org/releases/2018-12/ (122B)
06:45:20 [INFO] Adding repository http://download.eclipse.org/releases/2018-12
06:45:20 [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/2018-12/ (491B)
06:45:20 [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/2018-12/ (491B)
06:45:20 [INFO] Fetching p2.index from https://download.eclipse.org/technology/epp/packages/2018-12/ (142B)
06:45:20 [INFO] Fetching p2.index from https://download.eclipse.org/technology/epp/packages/2018-12/ (142B)
06:45:20 WARNING: An illegal reflective access operation has occurred
06:45:20 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)
06:45:20 WARNING: Please consider reporting this to the maintainers of org.eclipse.ecf.provider.filetransfer.httpclient4.SNIAwareHttpClient$1
06:45:20 WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
06:45:20 WARNING: All illegal access operations will be denied in a future release
06:45:20 [INFO] Fetching content.xml.xz from https://download.eclipse.org/technology/epp/packages/2018-12/ (25.15kB)
06:45:20 [INFO] Fetching content.xml.xz from https://download.eclipse.org/technology/epp/packages/2018-12/ (25.15kB)
06:45:21 [INFO] Fetching p2.index from http://download.eclipse.org/releases/2018-12/201812191000/ (142B)
06:45:21 [INFO] Fetching p2.index from http://download.eclipse.org/releases/2018-12/201812191000/ (142B)
06:45:21 [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/2018-12/201812191000/ (850.93kB)
06:45:21 [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/2018-12/201812191000/ (850.93kB)
06:45:22 [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/ (134B)
06:45:22 [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/ (134B)
06:45:22 [INFO] Adding repository http://download.eclipse.org/cbi/updates/license
06:45:22 [INFO] Fetching compositeContent.jar from http://download.eclipse.org/cbi/updates/license/ (423B)
06:45:22 [INFO] Fetching compositeContent.jar from http://download.eclipse.org/cbi/updates/license/ (423B)
06:45:23 [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB)
06:45:23 [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB)
06:45:23 [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB)
06:45:23 [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB)
06:45:23 [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B)
06:45:23 [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B)
06:45:23 [INFO] Fetching content.xml.xz from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (3.57kB)
06:45:23 [INFO] Fetching content.xml.xz from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (3.57kB)
06:45:23 [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
06:45:25 [INFO] Fetching 201812191000&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2018-12/
06:45:25 [INFO] Fetching 201812191000&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2018-12/
06:45:25 [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)
06:45:25 [INFO] The user operation is waiting for background work to complete.
06:45:25 [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)
06:45:25 [INFO] Unpacking com.google.gson_2.8.2.v20180104-1110...
06:45:25 [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)
06:45:25 [INFO] The user operation is waiting for background work to complete.
06:45:25 [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)
06:45:26 [INFO] Unpacking com.google.guava_21.0.0.v20170206-1425...
06:45:26 [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)
06:45:26 [INFO] The user operation is waiting for background work to complete.
06:45:26 [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)
06:45:26 [INFO] Unpacking com.ibm.icu_63.1.0.v20181030-1705...
06:45:29 [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)
06:45:29 [INFO] The user operation is waiting for background work to complete.
06:45:29 [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)
06:45:29 [INFO] Unpacking com.jcraft.jsch_0.1.54.v20170116-1932...
06:45:29 [INFO] Fetching com.sun.el_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (57.07kB)
06:45:29 [INFO] The user operation is waiting for background work to complete.
06:45:29 [INFO] Fetching com.sun.el_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (57.07kB)
06:45:29 [INFO] Unpacking com.sun.el_2.2.0.v201303151357...
06:45:30 [INFO] Fetching javax.el_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.08kB)
06:45:30 [INFO] The user operation is waiting for background work to complete.
06:45:30 [INFO] Fetching javax.el_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.08kB)
06:45:30 [INFO] Unpacking javax.el_2.2.0.v201303151357...
06:45:30 [INFO] Fetching javax.servlet_3.1.0.v201410161800.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (60.2kB)
06:45:30 [INFO] The user operation is waiting for background work to complete.
06:45:30 [INFO] Fetching javax.servlet_3.1.0.v201410161800.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (60.2kB)
06:45:30 [INFO] Unpacking javax.servlet_3.1.0.v201410161800...
06:45:30 [INFO] Fetching javax.annotation_1.2.0.v201602091430.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (21.32kB)
06:45:30 [INFO] The user operation is waiting for background work to complete.
06:45:30 [INFO] Fetching javax.annotation_1.2.0.v201602091430.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (21.32kB)
06:45:30 [INFO] Unpacking javax.annotation_1.2.0.v201602091430...
06:45:30 [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)
06:45:30 [INFO] The user operation is waiting for background work to complete.
06:45:30 [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)
06:45:31 [INFO] Unpacking org.eclipse.osgi_3.13.200.v20181130-2106...
06:45:31 [INFO] Fetching javax.servlet.jsp_2.2.0.v201112011158.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (55.73kB)
06:45:31 [INFO] The user operation is waiting for background work to complete.
06:45:31 [INFO] Fetching javax.servlet.jsp_2.2.0.v201112011158.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (55.73kB)
06:45:31 [INFO] Unpacking javax.servlet.jsp_2.2.0.v201112011158...
06:45:31 [INFO] Fetching javax.xml_1.3.4.v201005080400.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (249kB)
06:45:31 [INFO] Fetching javax.xml_1.3.4.v201005080400.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (249kB)
06:45:31 [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)
06:45:31 [INFO] The user operation is waiting for background work to complete.
06:45:31 [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)
06:45:31 [INFO] Unpacking org.apache.ant_1.10.5.v20180808-0324...
06:45:31 [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)
06:45:31 [INFO] The user operation is waiting for background work to complete.
06:45:31 [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)
06:45:32 [INFO] Unpacking org.apache.batik.css_1.10.0.v20180703-1553...
06:45:32 [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)
06:45:32 [INFO] The user operation is waiting for background work to complete.
06:45:32 [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)
06:45:32 [INFO] Unpacking org.apache.batik.util_1.10.0.v20180703-1553...
06:45:32 [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)
06:45:32 [INFO] The user operation is waiting for background work to complete.
06:45:32 [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)
06:45:32 [INFO] Unpacking org.apache.batik.constants_1.10.0.v20180703-1553...
06:45:32 [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)
06:45:32 [INFO] The user operation is waiting for background work to complete.
06:45:32 [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)
06:45:32 [INFO] Unpacking org.apache.batik.i18n_1.10.0.v20180703-1553...
06:45:32 [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)
06:45:32 [INFO] The user operation is waiting for background work to complete.
06:45:32 [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)
06:45:32 [INFO] Unpacking org.apache.xmlgraphics_2.2.0.v20180809-1640...
06:45:33 [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (95.26kB)
06:45:33 [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (95.26kB)
06:45:33 [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.35kB)
06:45:33 [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.35kB)
06:45:34 [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.59kB)
06:45:34 [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.59kB)
06:45:34 [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)
06:45:34 [INFO] The user operation is waiting for background work to complete.
06:45:34 [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)
06:45:34 [INFO] Unpacking org.apache.commons.logging_1.2.0.v20180409-1502...
06:45:34 [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)
06:45:34 [INFO] The user operation is waiting for background work to complete.
06:45:34 [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)
06:45:34 [INFO] Unpacking org.apache.felix.gogo.command_1.0.2.v20170914-1324...
06:45:34 [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)
06:45:34 [INFO] The user operation is waiting for background work to complete.
06:45:34 [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)
06:45:34 [INFO] Unpacking org.apache.felix.gogo.runtime_1.1.0.v20180713-1646...
06:45:34 [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)
06:45:34 [INFO] The user operation is waiting for background work to complete.
06:45:34 [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)
06:45:34 [INFO] Unpacking org.eclipse.osgi.services_3.7.100.v20180827-1536...
06:45:34 [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)
06:45:34 [INFO] The user operation is waiting for background work to complete.
06:45:34 [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)
06:45:34 [INFO] Unpacking org.apache.felix.gogo.shell_1.1.0.v20180713-1646...
06:45:34 [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)
06:45:34 [INFO] The user operation is waiting for background work to complete.
06:45:34 [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)
06:45:34 [INFO] Unpacking org.apache.felix.scr_2.0.14.v20180822-1822...
06:45:34 [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)
06:45:34 [INFO] The user operation is waiting for background work to complete.
06:45:34 [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)
06:45:35 [INFO] Unpacking org.eclipse.osgi.util_3.5.100.v20180827-1536...
06:45:35 [INFO] Fetching org.apache.jasper.glassfish_2.2.2.v201501141630.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (2.32MB)
06:45:35 [INFO] Fetching org.apache.jasper.glassfish_2.2.2.v201501141630.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (2.32MB)
06:45:35 [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)
06:45:35 [INFO] The user operation is waiting for background work to complete.
06:45:35 [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)
06:45:35 [INFO] Unpacking org.apache.lucene.analyzers-common_7.5.0.v20181003-1532...
06:45:35 [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)
06:45:35 [INFO] The user operation is waiting for background work to complete.
06:45:35 [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)
06:45:36 [INFO] Unpacking org.apache.lucene.core_7.5.0.v20181003-1532...
06:45:36 [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)
06:45:36 [INFO] The user operation is waiting for background work to complete.
06:45:36 [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)
06:45:36 [INFO] Unpacking org.apache.lucene.analyzers-smartcn_7.5.0.v20181003-1532...
06:45:37 [INFO] Fetching org.apache.xerces_2.9.0.v201101211617.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (405.11kB)
06:45:37 [INFO] The user operation is waiting for background work to complete.
06:45:37 [INFO] Fetching org.apache.xerces_2.9.0.v201101211617.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (405.11kB)
06:45:37 [INFO] Unpacking org.apache.xerces_2.9.0.v201101211617...
06:45:37 [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)
06:45:37 [INFO] The user operation is waiting for background work to complete.
06:45:37 [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)
06:45:37 [INFO] Unpacking org.apache.xml.resolver_1.2.0.v201005080400...
06:45:37 [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)
06:45:37 [INFO] The user operation is waiting for background work to complete.
06:45:37 [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)
06:45:37 [INFO] Unpacking org.apache.xml.serializer_2.7.1.v201005080400...
06:45:37 [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)
06:45:37 [INFO] The user operation is waiting for background work to complete.
06:45:37 [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)
06:45:38 [INFO] Unpacking org.apache.commons.io_2.2.0.v201405211200...
06:45:38 [INFO] Fetching org.apiguardian_1.0.0.v20181005-1442.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.39kB)
06:45:38 [INFO] The user operation is waiting for background work to complete.
06:45:38 [INFO] Fetching org.apiguardian_1.0.0.v20181005-1442.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.39kB)
06:45:38 [INFO] Unpacking org.apiguardian_1.0.0.v20181005-1442...
06:45:38 [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)
06:45:38 [INFO] The user operation is waiting for background work to complete.
06:45:38 [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)
06:45:38 [INFO] Unpacking org.eclipse.ant.core_3.5.200.v20180822-0553...
06:45:38 [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)
06:45:38 [INFO] The user operation is waiting for background work to complete.
06:45:38 [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)
06:45:38 [INFO] Unpacking org.eclipse.core.variables_3.4.300.v20181028-0627...
06:45:38 [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)
06:45:38 [INFO] The user operation is waiting for background work to complete.
06:45:38 [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)
06:45:38 [INFO] Unpacking org.eclipse.core.runtime_3.15.100.v20181107-1343...
06:45:38 [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)
06:45:38 [INFO] The user operation is waiting for background work to complete.
06:45:38 [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)
06:45:38 [INFO] Unpacking org.eclipse.ant.launching_1.2.300.v20181113-0420...
06:45:38 [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)
06:45:38 [INFO] The user operation is waiting for background work to complete.
06:45:38 [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)
06:45:38 [INFO] Unpacking org.eclipse.debug.core_3.13.100.v20181201-1650...
06:45:39 [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)
06:45:39 [INFO] The user operation is waiting for background work to complete.
06:45:39 [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)
06:45:39 [INFO] Unpacking org.eclipse.jdt.launching_3.12.0.v20181119-1621...
06:45:39 [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)
06:45:39 [INFO] The user operation is waiting for background work to complete.
06:45:39 [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)
06:45:39 [INFO] Unpacking org.eclipse.core.externaltools_1.1.200.v20180821-1744...
06:45:39 [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)
06:45:39 [INFO] The user operation is waiting for background work to complete.
06:45:39 [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)
06:45:39 [INFO] Unpacking org.eclipse.text_3.8.0.v20180923-1636...
06:45:39 [INFO] Fetching org.eclipse.jdt.core_3.16.0.v20181130-1748.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (6.56MB)
06:45:39 [INFO] Fetching org.eclipse.jdt.core_3.16.0.v20181130-1748.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (6.56MB)
06:45:40 [INFO] Fetching org.eclipse.core.resources_3.13.200.v20181121-1020.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (873.4kB)
06:45:40 [INFO] Fetching org.eclipse.core.resources_3.13.200.v20181121-1020.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (873.4kB)
06:45:40 [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)
06:45:40 [INFO] The user operation is waiting for background work to complete.
06:45:40 [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)
06:45:40 [INFO] Unpacking org.eclipse.ant.ui_3.7.300.v20180914-0847...
06:45:40 [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)
06:45:40 [INFO] The user operation is waiting for background work to complete.
06:45:40 [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)
06:45:40 [INFO] Unpacking org.eclipse.core.filesystem_1.7.200.v20180828-0158...
06:45:40 [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)
06:45:40 [INFO] The user operation is waiting for background work to complete.
06:45:40 [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)
06:45:40 [INFO] Unpacking org.eclipse.ui.externaltools_3.4.200.v20180821-1744...
06:45:40 [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)
06:45:40 [INFO] The user operation is waiting for background work to complete.
06:45:40 [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)
06:45:40 [INFO] Unpacking org.eclipse.ui_3.111.0.v20181117-0847...
06:45:40 [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)
06:45:40 [INFO] The user operation is waiting for background work to complete.
06:45:40 [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)
06:45:41 [INFO] Unpacking org.eclipse.ui.console_3.8.300.v20181019-1609...
06:45:41 [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)
06:45:41 [INFO] The user operation is waiting for background work to complete.
06:45:41 [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)
06:45:41 [INFO] Unpacking org.eclipse.debug.ui_3.13.200.v20181026-1523...
06:45:42 [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)
06:45:42 [INFO] The user operation is waiting for background work to complete.
06:45:42 [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)
06:45:42 [INFO] Unpacking org.eclipse.jdt.ui_3.16.0.v20181203-1249...
06:45:44 [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)
06:45:44 [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)
06:45:44 [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)
06:45:44 [INFO] The user operation is waiting for background work to complete.
06:45:44 [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)
06:45:44 [INFO] Unpacking org.eclipse.team.core_3.8.400.v20181109-0825...
06:45:44 [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)
06:45:44 [INFO] The user operation is waiting for background work to complete.
06:45:44 [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)
06:45:44 [INFO] Unpacking org.eclipse.ltk.core.refactoring_3.9.200.v20181024-1629...
06:45:44 [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)
06:45:44 [INFO] The user operation is waiting for background work to complete.
06:45:44 [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)
06:45:44 [INFO] Unpacking org.eclipse.core.expressions_3.6.200.v20180817-1401...
06:45:44 [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)
06:45:44 [INFO] The user operation is waiting for background work to complete.
06:45:44 [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)
06:45:44 [INFO] Unpacking org.eclipse.jdt.junit_3.11.200.v20181016-1025...
06:45:44 [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)
06:45:44 [INFO] The user operation is waiting for background work to complete.
06:45:44 [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)
06:45:44 [INFO] Unpacking org.eclipse.compare_3.7.400.v20181109-1335...
06:45:45 [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)
06:45:45 [INFO] The user operation is waiting for background work to complete.
06:45:45 [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)
06:45:45 [INFO] Unpacking org.eclipse.jface.text_3.15.0.v20181119-1708...
06:45:45 [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)
06:45:45 [INFO] The user operation is waiting for background work to complete.
06:45:45 [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)
06:45:45 [INFO] Unpacking org.eclipse.ui.ide_3.14.200.v20181205-2143...
06:45:45 [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)
06:45:45 [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)
06:45:45 [INFO] The user operation is waiting for background work to complete.
06:45:46 [INFO] Unpacking org.eclipse.ui.views_3.9.200.v20180828-0837...
06:45:46 [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)
06:45:46 [INFO] The user operation is waiting for background work to complete.
06:45:46 [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)
06:45:46 [INFO] Unpacking org.eclipse.ui.workbench.texteditor_3.11.200.v20181108-1458...
06:45:46 [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)
06:45:46 [INFO] The user operation is waiting for background work to complete.
06:45:46 [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)
06:45:46 [INFO] Unpacking org.eclipse.ui.editors_3.11.300.v20180914-0606...
06:45:46 [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)
06:45:46 [INFO] The user operation is waiting for background work to complete.
06:45:46 [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)
06:45:46 [INFO] Unpacking org.eclipse.ui.forms_3.7.400.v20181123-1505...
06:45:46 [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)
06:45:46 [INFO] The user operation is waiting for background work to complete.
06:45:46 [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)
06:45:46 [INFO] Unpacking org.eclipse.compare.core_3.6.300.v20180827-1041...
06:45:46 [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)
06:45:46 [INFO] The user operation is waiting for background work to complete.
06:45:46 [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)
06:45:46 [INFO] Unpacking org.eclipse.core.commands_3.9.200.v20180827-1727...
06:45:46 [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)
06:45:46 [INFO] The user operation is waiting for background work to complete.
06:45:46 [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)
06:45:47 [INFO] Unpacking org.eclipse.equinox.common_3.10.200.v20181021-1645...
06:45:47 [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)
06:45:47 [INFO] The user operation is waiting for background work to complete.
06:45:47 [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)
06:45:47 [INFO] Unpacking org.eclipse.core.contenttype_3.7.200.v20181107-1343...
06:45:47 [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)
06:45:47 [INFO] The user operation is waiting for background work to complete.
06:45:47 [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)
06:45:47 [INFO] Unpacking org.eclipse.equinox.preferences_3.7.200.v20180827-1235...
06:45:47 [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)
06:45:47 [INFO] The user operation is waiting for background work to complete.
06:45:47 [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)
06:45:47 [INFO] Unpacking org.eclipse.equinox.registry_3.8.200.v20181008-1820...
06:45:47 [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)
06:45:47 [INFO] The user operation is waiting for background work to complete.
06:45:47 [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)
06:45:47 [INFO] Unpacking org.eclipse.core.databinding_1.7.100.v20181030-1443...
06:45:47 [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)
06:45:47 [INFO] The user operation is waiting for background work to complete.
06:45:47 [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)
06:45:47 [INFO] Unpacking org.eclipse.core.databinding.observable_1.6.300.v20180827-2028...
06:45:47 [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)
06:45:47 [INFO] The user operation is waiting for background work to complete.
06:45:47 [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)
06:45:47 [INFO] Unpacking org.eclipse.core.databinding.property_1.6.300.v20180827-2028...
06:45:48 [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)
06:45:48 [INFO] The user operation is waiting for background work to complete.
06:45:48 [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)
06:45:48 [INFO] Unpacking org.eclipse.core.databinding.beans_1.4.300.v20181030-1443...
06:45:48 [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)
06:45:48 [INFO] The user operation is waiting for background work to complete.
06:45:48 [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)
06:45:48 [INFO] Unpacking org.eclipse.core.filebuffers_3.6.400.v20181028-0633...
06:45:48 [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)
06:45:48 [INFO] The user operation is waiting for background work to complete.
06:45:48 [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)
06:45:48 [INFO] Unpacking org.eclipse.core.filesystem.linux.x86_64_1.2.300.v20180828-0158...
06:45:48 [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)
06:45:48 [INFO] The user operation is waiting for background work to complete.
06:45:48 [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)
06:45:48 [INFO] Unpacking org.eclipse.core.jobs_3.10.200.v20180912-1356...
06:45:48 [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)
06:45:48 [INFO] The user operation is waiting for background work to complete.
06:45:48 [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)
06:45:48 [INFO] Unpacking org.eclipse.core.net_1.3.400.v20181030-1645...
06:45:48 [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)
06:45:48 [INFO] The user operation is waiting for background work to complete.
06:45:48 [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)
06:45:48 [INFO] Unpacking org.eclipse.equinox.security_1.3.0.v20181115-0746...
06:45:48 [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)
06:45:48 [INFO] The user operation is waiting for background work to complete.
06:45:48 [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)
06:45:48 [INFO] Unpacking org.eclipse.core.net.linux.x86_64_1.2.300.v20181130-0925...
06:45:48 [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)
06:45:48 [INFO] The user operation is waiting for background work to complete.
06:45:48 [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)
06:45:49 [INFO] Unpacking org.eclipse.equinox.app_1.4.0.v20181009-1752...
06:45:49 [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)
06:45:49 [INFO] The user operation is waiting for background work to complete.
06:45:49 [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)
06:45:49 [INFO] Unpacking org.eclipse.help_3.8.200.v20180821-0700...
06:45:50 [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)
06:45:50 [INFO] The user operation is waiting for background work to complete.
06:45:50 [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)
06:45:50 [INFO] Unpacking org.eclipse.e4.core.commands_0.12.400.v20181119-1026...
06:45:50 [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)
06:45:50 [INFO] The user operation is waiting for background work to complete.
06:45:50 [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)
06:45:50 [INFO] Unpacking org.eclipse.e4.core.di_1.7.100.v20180817-1215...
06:45:50 [INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.07kB)
06:45:50 [INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.07kB)
06:45:50 [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)
06:45:50 [INFO] The user operation is waiting for background work to complete.
06:45:50 [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)
06:45:50 [INFO] Unpacking org.eclipse.e4.core.contexts_1.7.100.v20180817-1215...
06:45:50 [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)
06:45:50 [INFO] The user operation is waiting for background work to complete.
06:45:50 [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)
06:45:50 [INFO] Unpacking org.eclipse.e4.core.services_2.1.300.v20180930-0910...
06:45:50 [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)
06:45:50 [INFO] The user operation is waiting for background work to complete.
06:45:50 [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)
06:45:50 [INFO] Unpacking org.eclipse.e4.core.di.annotations_1.6.200.v20180817-1215...
06:45:50 [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)
06:45:50 [INFO] The user operation is waiting for background work to complete.
06:45:50 [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)
06:45:51 [INFO] Unpacking org.eclipse.e4.core.di.extensions_0.15.200.v20180817-1215...
06:45:51 [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)
06:45:51 [INFO] The user operation is waiting for background work to complete.
06:45:51 [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)
06:45:51 [INFO] Unpacking org.eclipse.e4.core.di.extensions.supplier_0.15.200.v20180817-1215...
06:45:51 [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)
06:45:51 [INFO] The user operation is waiting for background work to complete.
06:45:51 [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)
06:45:51 [INFO] Unpacking org.eclipse.e4.emf.xpath_0.2.200.v20180828-0227...
06:45:51 [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (98kB)
06:45:51 [INFO] The user operation is waiting for background work to complete.
06:45:51 [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (98kB)
06:45:51 [INFO] Unpacking org.apache.commons.jxpath_1.3.0.v200911051830...
06:45:51 [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)
06:45:51 [INFO] The user operation is waiting for background work to complete.
06:45:51 [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)
06:45:51 [INFO] Unpacking org.eclipse.emf.ecore_2.16.0.v20181124-0637...
06:45:51 [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)
06:45:51 [INFO] The user operation is waiting for background work to complete.
06:45:51 [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)
06:45:52 [INFO] Unpacking org.eclipse.e4.ui.workbench.swt_0.14.400.v20181022-1348...
06:45:52 [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)
06:45:52 [INFO] The user operation is waiting for background work to complete.
06:45:52 [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)
06:45:52 [INFO] Unpacking org.eclipse.e4.ui.bindings_0.12.300.v20180913-1535...
06:45:52 [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)
06:45:52 [INFO] The user operation is waiting for background work to complete.
06:45:52 [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)
06:45:52 [INFO] Unpacking org.eclipse.e4.ui.model.workbench_2.1.200.v20180920-1522...
06:45:52 [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)
06:45:52 [INFO] The user operation is waiting for background work to complete.
06:45:52 [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)
06:45:52 [INFO] Unpacking org.eclipse.e4.ui.services_1.3.300.v20180920-1522...
06:45:52 [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)
06:45:52 [INFO] The user operation is waiting for background work to complete.
06:45:52 [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)
06:45:52 [INFO] Unpacking org.eclipse.e4.ui.workbench.renderers.swt_0.14.400.v20181112-1716...
06:45:52 [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)
06:45:52 [INFO] The user operation is waiting for background work to complete.
06:45:52 [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)
06:45:52 [INFO] Unpacking org.eclipse.e4.ui.workbench_1.8.0.v20181119-1304...
06:45:52 [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)
06:45:52 [INFO] The user operation is waiting for background work to complete.
06:45:52 [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)
06:45:52 [INFO] Unpacking org.eclipse.e4.ui.css.core_0.12.400.v20180917-1628...
06:45:52 [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)
06:45:52 [INFO] The user operation is waiting for background work to complete.
06:45:52 [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)
06:45:53 [INFO] Unpacking org.eclipse.e4.ui.css.swt_0.13.300.v20181030-1443...
06:45:53 [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)
06:45:53 [INFO] The user operation is waiting for background work to complete.
06:45:53 [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)
06:45:53 [INFO] Unpacking org.w3c.dom.smil_1.0.1.v200903091627...
06:45:53 [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)
06:45:53 [INFO] The user operation is waiting for background work to complete.
06:45:53 [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)
06:45:53 [INFO] Unpacking org.eclipse.e4.ui.css.swt.theme_0.12.100.v20180828-0227...
06:45:53 [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)
06:45:53 [INFO] The user operation is waiting for background work to complete.
06:45:53 [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)
06:45:53 [INFO] Unpacking org.eclipse.e4.ui.di_1.2.400.v20180920-1522...
06:45:53 [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)
06:45:53 [INFO] The user operation is waiting for background work to complete.
06:45:53 [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)
06:45:53 [INFO] Unpacking org.eclipse.e4.ui.widgets_1.2.300.v20180920-1522...
06:45:53 [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)
06:45:53 [INFO] The user operation is waiting for background work to complete.
06:45:53 [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)
06:45:53 [INFO] Unpacking org.eclipse.equinox.event_1.5.0.v20181008-1938...
06:45:53 [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)
06:45:53 [INFO] The user operation is waiting for background work to complete.
06:45:53 [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)
06:45:53 [INFO] Unpacking org.eclipse.equinox.launcher_1.5.200.v20180922-1751...
06:45:53 [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)
06:45:53 [INFO] The user operation is waiting for background work to complete.
06:45:53 [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)
06:45:53 [INFO] Unpacking org.eclipse.equinox.simpleconfigurator_1.3.200.v20181101-1115...
06:45:53 [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)
06:45:53 [INFO] The user operation is waiting for background work to complete.
06:45:53 [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)
06:45:54 [INFO] Unpacking org.eclipse.osgi.compatibility.state_1.1.300.v20181116-1550...
06:45:54 [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)
06:45:54 [INFO] The user operation is waiting for background work to complete.
06:45:54 [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)
06:45:54 [INFO] Unpacking org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.900.v20180922-1751...
06:45:54 [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)
06:45:54 [INFO] The user operation is waiting for background work to complete.
06:45:54 [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)
06:45:54 [INFO] Unpacking org.eclipse.swt_3.109.0.v20181204-1801...
06:45:54 [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)
06:45:54 [INFO] The user operation is waiting for background work to complete.
06:45:54 [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)
06:45:54 [INFO] Unpacking org.eclipse.swt.gtk.linux.x86_64_3.109.0.v20181204-1801...
06:45:54 [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)
06:45:54 [INFO] The user operation is waiting for background work to complete.
06:45:54 [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)
06:45:54 [INFO] Unpacking org.eclipse.equinox.util_1.1.200.v20181008-1820...
06:45:54 [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)
06:45:54 [INFO] The user operation is waiting for background work to complete.
06:45:54 [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)
06:45:55 [INFO] Unpacking org.eclipse.jface_3.15.0.v20181123-1505...
06:45:55 [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)
06:45:55 [INFO] The user operation is waiting for background work to complete.
06:45:55 [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)
06:45:55 [INFO] Unpacking org.eclipse.jface.databinding_1.8.400.v20181030-1443...
06:45:55 [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)
06:45:55 [INFO] The user operation is waiting for background work to complete.
06:45:55 [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)
06:45:55 [INFO] Unpacking org.eclipse.e4.ui.workbench3_0.14.200.v20180828-0227...
06:45:55 [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)
06:45:55 [INFO] The user operation is waiting for background work to complete.
06:45:55 [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)
06:45:55 [INFO] Unpacking org.eclipse.equinox.console_1.3.200.v20181115-0906...
06:45:55 [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)
06:45:55 [INFO] The user operation is waiting for background work to complete.
06:45:55 [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)
06:45:55 [INFO] Unpacking org.eclipse.e4.ui.workbench.addons.swt_1.3.300.v20181102-1042...
06:45:55 [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)
06:45:55 [INFO] The user operation is waiting for background work to complete.
06:45:55 [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)
06:45:56 [INFO] Unpacking org.eclipse.equinox.bidi_1.1.200.v20180827-1235...
06:45:56 [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)
06:45:56 [INFO] The user operation is waiting for background work to complete.
06:45:56 [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)
06:45:56 [INFO] Unpacking org.eclipse.e4.ui.dialogs_1.1.300.v20180828-0227...
06:45:56 [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)
06:45:56 [INFO] The user operation is waiting for background work to complete.
06:45:56 [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)
06:45:56 [INFO] Unpacking org.eclipse.e4.ui.swt.gtk_1.0.500.v20181106-0908...
06:45:56 [INFO] Fetching org.eclipse.e4.rcp_1.6.300.v20181204-1801.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (20.76kB)
06:45:56 [INFO] Fetching org.eclipse.e4.rcp_1.6.300.v20181204-1801.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (20.76kB)
06:45:56 [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)
06:45:56 [INFO] The user operation is waiting for background work to complete.
06:45:56 [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)
06:45:56 [INFO] Unpacking org.eclipse.emf.ecore.xmi_2.15.0.v20180706-1146...
06:45:56 [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)
06:45:56 [INFO] The user operation is waiting for background work to complete.
06:45:56 [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)
06:45:56 [INFO] Unpacking org.eclipse.emf.ecore.change_2.13.0.v20180706-1146...
06:45:56 [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)
06:45:56 [INFO] The user operation is waiting for background work to complete.
06:45:56 [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)
06:45:56 [INFO] Unpacking org.eclipse.ecf_3.9.3.v20181012-2016...
06:45:57 [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)
06:45:57 [INFO] The user operation is waiting for background work to complete.
06:45:57 [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)
06:45:57 [INFO] Unpacking org.eclipse.ecf.identity_3.9.1.v20180810-0833...
06:45:57 [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)
06:45:57 [INFO] The user operation is waiting for background work to complete.
06:45:57 [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)
06:45:57 [INFO] Unpacking org.eclipse.equinox.concurrent_1.1.200.v20180827-1235...
06:45:57 [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)
06:45:57 [INFO] The user operation is waiting for background work to complete.
06:45:57 [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)
06:45:57 [INFO] Unpacking org.eclipse.ecf.filetransfer_5.0.100.v20180301-0132...
06:45:57 [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)
06:45:57 [INFO] The user operation is waiting for background work to complete.
06:45:57 [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)
06:45:57 [INFO] Unpacking org.eclipse.ecf.provider.filetransfer_3.2.400.v20180306-0429...
06:45:58 [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)
06:45:58 [INFO] The user operation is waiting for background work to complete.
06:45:58 [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)
06:45:58 [INFO] Unpacking org.eclipse.emf.common_2.15.0.v20180914-1817...
06:45:58 [INFO] Fetching org.eclipse.emf.common_2.15.0.v20180914-1817.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (19.07kB)
06:45:58 [INFO] Fetching org.eclipse.emf.common_2.15.0.v20180914-1817.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (19.07kB)
06:45:58 [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)
06:45:58 [INFO] The user operation is waiting for background work to complete.
06:45:58 [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)
06:45:58 [INFO] Unpacking org.eclipse.emf.ecore.edit_2.11.0.v20180823-0905...
06:45:59 [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)
06:45:59 [INFO] The user operation is waiting for background work to complete.
06:45:59 [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)
06:45:59 [INFO] Unpacking org.eclipse.emf.edit_2.14.0.v20180823-0456...
06:45:59 [INFO] Fetching org.eclipse.emf.ecore_2.16.0.v20181124-0637.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (19.14kB)
06:45:59 [INFO] Fetching org.eclipse.emf.ecore_2.16.0.v20181124-0637.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (19.14kB)
06:45:59 [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)
06:45:59 [INFO] The user operation is waiting for background work to complete.
06:45:59 [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)
06:45:59 [INFO] Unpacking org.eclipse.equinox.frameworkadmin_2.1.100.v20180822-1258...
06:45:59 [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)
06:45:59 [INFO] The user operation is waiting for background work to complete.
06:45:59 [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)
06:45:59 [INFO] Unpacking org.eclipse.equinox.frameworkadmin.equinox_1.1.100.v20180822-1258...
06:45:59 [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)
06:45:59 [INFO] The user operation is waiting for background work to complete.
06:45:59 [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)
06:45:59 [INFO] Unpacking org.eclipse.equinox.http.jetty_3.6.200.v20181115-1346...
06:45:59 [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)
06:45:59 [INFO] The user operation is waiting for background work to complete.
06:45:59 [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)
06:45:59 [INFO] Unpacking org.eclipse.equinox.http.servlet_1.5.200.v20181008-1912...
06:45:59 [INFO] Fetching org.eclipse.jetty.http_9.4.14.v20181113.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (211.68kB)
06:45:59 [INFO] Fetching org.eclipse.jetty.http_9.4.14.v20181113.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (211.68kB)
06:46:00 [INFO] Fetching org.eclipse.jetty.server_9.4.14.v20181113.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (630.17kB)
06:46:00 [INFO] Fetching org.eclipse.jetty.server_9.4.14.v20181113.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (630.17kB)
06:46:00 [INFO] Fetching org.eclipse.jetty.servlet_9.4.14.v20181113.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (127.93kB)
06:46:00 [INFO] Fetching org.eclipse.jetty.servlet_9.4.14.v20181113.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (127.93kB)
06:46:00 [INFO] Fetching org.eclipse.jetty.util_9.4.14.v20181113.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (532.17kB)
06:46:00 [INFO] Fetching org.eclipse.jetty.util_9.4.14.v20181113.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (532.17kB)
06:46:00 [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)
06:46:00 [INFO] The user operation is waiting for background work to complete.
06:46:00 [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)
06:46:00 [INFO] Unpacking org.eclipse.equinox.http.registry_1.1.600.v20180827-1235...
06:46:00 [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)
06:46:00 [INFO] The user operation is waiting for background work to complete.
06:46:00 [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)
06:46:00 [INFO] Unpacking org.eclipse.equinox.jsp.jasper_1.1.100.v20180827-1235...
06:46:00 [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)
06:46:00 [INFO] The user operation is waiting for background work to complete.
06:46:00 [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)
06:46:00 [INFO] Unpacking org.eclipse.equinox.jsp.jasper.registry_1.1.100.v20180827-1235...
06:46:01 [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)
06:46:01 [INFO] The user operation is waiting for background work to complete.
06:46:01 [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)
06:46:01 [INFO] Unpacking org.eclipse.equinox.p2.artifact.repository_1.2.200.v20181119-1308...
06:46:01 [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)
06:46:01 [INFO] The user operation is waiting for background work to complete.
06:46:01 [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)
06:46:01 [INFO] Unpacking org.eclipse.equinox.p2.metadata_2.4.200.v20181102-0649...
06:46:01 [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)
06:46:01 [INFO] The user operation is waiting for background work to complete.
06:46:01 [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)
06:46:01 [INFO] Unpacking org.tukaani.xz_1.8.0.v20180207-1613...
06:46:01 [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)
06:46:01 [INFO] The user operation is waiting for background work to complete.
06:46:01 [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)
06:46:01 [INFO] Unpacking org.eclipse.equinox.p2.core_2.5.100.v20180822-1532...
06:46:01 [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)
06:46:01 [INFO] The user operation is waiting for background work to complete.
06:46:01 [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)
06:46:01 [INFO] Unpacking org.eclipse.equinox.p2.jarprocessor_1.1.200.v20180921-1009...
06:46:01 [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)
06:46:01 [INFO] The user operation is waiting for background work to complete.
06:46:01 [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)
06:46:01 [INFO] Unpacking org.eclipse.equinox.p2.repository_2.4.200.v20181005-1131...
06:46:01 [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)
06:46:01 [INFO] The user operation is waiting for background work to complete.
06:46:01 [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)
06:46:01 [INFO] Unpacking org.eclipse.equinox.p2.director_2.4.200.v20181102-0649...
06:46:01 [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)
06:46:01 [INFO] The user operation is waiting for background work to complete.
06:46:01 [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)
06:46:02 [INFO] Unpacking org.eclipse.equinox.p2.engine_2.6.100.v20180822-1302...
06:46:02 [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)
06:46:02 [INFO] The user operation is waiting for background work to complete.
06:46:02 [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)
06:46:02 [INFO] Unpacking org.eclipse.equinox.p2.metadata.repository_1.3.100.v20180822-1302...
06:46:02 [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)
06:46:02 [INFO] The user operation is waiting for background work to complete.
06:46:02 [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)
06:46:02 [INFO] Unpacking org.eclipse.equinox.simpleconfigurator.manipulator_2.1.200.v20181123-1405...
06:46:02 [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (103.26kB)
06:46:02 [INFO] The user operation is waiting for background work to complete.
06:46:02 [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (103.26kB)
06:46:02 [INFO] Unpacking org.sat4j.core_2.3.5.v201308161310...
06:46:02 [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (72.9kB)
06:46:02 [INFO] The user operation is waiting for background work to complete.
06:46:02 [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (72.9kB)
06:46:02 [INFO] Unpacking org.sat4j.pb_2.3.5.v201404071733...
06:46:02 [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)
06:46:02 [INFO] The user operation is waiting for background work to complete.
06:46:02 [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)
06:46:02 [INFO] Unpacking org.eclipse.equinox.p2.transport.ecf_1.2.100.v20180822-1354...
06:46:02 [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)
06:46:02 [INFO] The user operation is waiting for background work to complete.
06:46:02 [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)
06:46:02 [INFO] Unpacking org.eclipse.equinox.p2.operations_2.5.200.v20180928-1359...
06:46:02 [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)
06:46:02 [INFO] The user operation is waiting for background work to complete.
06:46:02 [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)
06:46:03 [INFO] Unpacking org.eclipse.equinox.security.linux.x86_64_1.1.200.v20181106-0957...
06:46:04 [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)
06:46:04 [INFO] The user operation is waiting for background work to complete.
06:46:04 [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)
06:46:04 [INFO] Unpacking org.eclipse.equinox.p2.discovery_1.1.100.v20180822-1302...
06:46:04 [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)
06:46:04 [INFO] The user operation is waiting for background work to complete.
06:46:04 [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)
06:46:04 [INFO] Unpacking org.eclipse.equinox.p2.discovery.compatibility_1.1.100.v20180822-1302...
06:46:04 [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)
06:46:04 [INFO] The user operation is waiting for background work to complete.
06:46:04 [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)
06:46:04 [INFO] Unpacking org.eclipse.equinox.p2.ui_2.5.400.v20181113-1303...
06:46:04 [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)
06:46:04 [INFO] The user operation is waiting for background work to complete.
06:46:04 [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)
06:46:04 [INFO] Unpacking org.eclipse.equinox.security.ui_1.2.200.v20181108-1420...
06:46:04 [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)
06:46:04 [INFO] The user operation is waiting for background work to complete.
06:46:04 [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)
06:46:04 [INFO] Unpacking org.eclipse.equinox.p2.ui.discovery_1.1.100.v20180822-1357...
06:46:04 [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)
06:46:04 [INFO] The user operation is waiting for background work to complete.
06:46:04 [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)
06:46:04 [INFO] Unpacking org.eclipse.ui.browser_3.6.300.v20180828-0837...
06:46:04 [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)
06:46:04 [INFO] The user operation is waiting for background work to complete.
06:46:04 [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)
06:46:05 [INFO] Unpacking org.eclipse.help.base_4.2.400.v20181206-0815...
06:46:05 [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)
06:46:05 [INFO] The user operation is waiting for background work to complete.
06:46:05 [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)
06:46:05 [INFO] Unpacking org.eclipse.help.ui_4.1.300.v20181018-1136...
06:46:05 [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)
06:46:05 [INFO] The user operation is waiting for background work to complete.
06:46:05 [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)
06:46:05 [INFO] Unpacking org.eclipse.help.webapp_3.9.300.v20181127-2310...
06:46:05 [INFO] Fetching org.eclipse.jetty.continuation_9.4.14.v20181113.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (31.79kB)
06:46:05 [INFO] Fetching org.eclipse.jetty.continuation_9.4.14.v20181113.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (31.79kB)
06:46:05 [INFO] Fetching org.eclipse.jetty.io_9.4.14.v20181113.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (157.48kB)
06:46:05 [INFO] Fetching org.eclipse.jetty.io_9.4.14.v20181113.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (157.48kB)
06:46:05 [INFO] Fetching org.eclipse.jetty.security_9.4.14.v20181113.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (123.47kB)
06:46:05 [INFO] Fetching org.eclipse.jetty.security_9.4.14.v20181113.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (123.47kB)
06:46:06 [INFO] Fetching org.eclipse.help_2.2.400.v20181206-0815.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (19.53kB)
06:46:06 [INFO] Fetching org.eclipse.help_2.2.400.v20181206-0815.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (19.53kB)
06:46:06 [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)
06:46:06 [INFO] The user operation is waiting for background work to complete.
06:46:06 [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)
06:46:06 [INFO] Unpacking org.eclipse.jdt_3.16.0.v20181206-0815...
06:46:06 [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)
06:46:06 [INFO] The user operation is waiting for background work to complete.
06:46:06 [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)
06:46:06 [INFO] Unpacking org.eclipse.ui.intro_3.5.400.v20181107-2118...
06:46:06 [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)
06:46:06 [INFO] The user operation is waiting for background work to complete.
06:46:06 [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)
06:46:06 [INFO] Unpacking org.eclipse.ui.cheatsheets_3.5.300.v20180823-1505...
06:46:06 [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)
06:46:06 [INFO] The user operation is waiting for background work to complete.
06:46:06 [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)
06:46:06 [INFO] Unpacking org.eclipse.jdt.annotation_1.1.400.v20180921-1416...
06:46:06 [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)
06:46:06 [INFO] The user operation is waiting for background work to complete.
06:46:06 [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)
06:46:06 [INFO] Unpacking org.eclipse.jdt.annotation_2.2.200.v20180921-1416...
06:46:06 [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)
06:46:06 [INFO] The user operation is waiting for background work to complete.
06:46:06 [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)
06:46:07 [INFO] Unpacking org.eclipse.jdt.apt.core_3.6.200.v20181008-0703...
06:46:07 [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)
06:46:07 [INFO] The user operation is waiting for background work to complete.
06:46:07 [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)
06:46:07 [INFO] Unpacking org.eclipse.jdt.apt.pluggable.core_1.2.300.v20181206-1038...
06:46:07 [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)
06:46:07 [INFO] The user operation is waiting for background work to complete.
06:46:07 [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)
06:46:07 [INFO] Unpacking org.eclipse.jdt.compiler.tool_1.2.400.v20181113-0926...
06:46:07 [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)
06:46:07 [INFO] The user operation is waiting for background work to complete.
06:46:07 [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)
06:46:07 [INFO] Unpacking org.eclipse.jdt.compiler.apt_1.3.400.v20181205-0900...
06:46:07 [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)
06:46:07 [INFO] The user operation is waiting for background work to complete.
06:46:07 [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)
06:46:07 [INFO] Unpacking org.eclipse.jdt.apt.ui_3.6.200.v20180921-1416...
06:46:07 [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)
06:46:07 [INFO] The user operation is waiting for background work to complete.
06:46:07 [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)
06:46:07 [INFO] Unpacking org.eclipse.jdt.core.manipulation_1.11.0.v20181126-0647...
06:46:07 [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)
06:46:07 [INFO] The user operation is waiting for background work to complete.
06:46:07 [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)
06:46:07 [INFO] Unpacking org.eclipse.jdt.debug_3.12.100.v20181116-1959...
06:46:08 [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)
06:46:08 [INFO] The user operation is waiting for background work to complete.
06:46:08 [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)
06:46:08 [INFO] Unpacking org.eclipse.search_3.11.400.v20181028-0633...
06:46:08 [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)
06:46:08 [INFO] The user operation is waiting for background work to complete.
06:46:08 [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)
06:46:09 [INFO] Unpacking org.eclipse.jdt.doc.user_3.15.100.v20181206-0718...
06:46:09 [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)
06:46:09 [INFO] The user operation is waiting for background work to complete.
06:46:09 [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)
06:46:09 [INFO] Unpacking org.eclipse.jdt.junit.core_3.10.200.v20181025-0713...
06:46:09 [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)
06:46:09 [INFO] The user operation is waiting for background work to complete.
06:46:09 [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)
06:46:09 [INFO] Unpacking org.eclipse.jdt.junit.runtime_3.4.900.v20181012-1045...
06:46:09 [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)
06:46:09 [INFO] The user operation is waiting for background work to complete.
06:46:09 [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)
06:46:10 [INFO] Unpacking org.eclipse.jdt.junit4.runtime_1.1.900.v20181123-0726...
06:46:10 [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)
06:46:10 [INFO] The user operation is waiting for background work to complete.
06:46:10 [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)
06:46:10 [INFO] Unpacking org.eclipse.jdt.junit5.runtime_1.0.300.v20181003-1407...
06:46:10 [INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (283.72kB)
06:46:10 [INFO] The user operation is waiting for background work to complete.
06:46:10 [INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (283.72kB)
06:46:10 [INFO] Unpacking org.junit_4.12.0.v201504281640...
06:46:10 [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)
06:46:10 [INFO] The user operation is waiting for background work to complete.
06:46:10 [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)
06:46:10 [INFO] Unpacking org.hamcrest.core_1.3.0.v20180420-1519...
06:46:10 [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)
06:46:10 [INFO] The user operation is waiting for background work to complete.
06:46:10 [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)
06:46:10 [INFO] Unpacking org.junit.jupiter.api_5.3.1.v20181005-1442...
06:46:10 [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)
06:46:10 [INFO] The user operation is waiting for background work to complete.
06:46:10 [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)
06:46:10 [INFO] Unpacking org.junit.jupiter.engine_5.3.1.v20181005-1442...
06:46:10 [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)
06:46:10 [INFO] The user operation is waiting for background work to complete.
06:46:10 [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)
06:46:10 [INFO] Unpacking org.junit.jupiter.migrationsupport_5.3.1.v20181005-1442...
06:46:11 [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)
06:46:11 [INFO] The user operation is waiting for background work to complete.
06:46:11 [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)
06:46:11 [INFO] Unpacking org.junit.jupiter.params_5.3.1.v20181005-1442...
06:46:11 [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)
06:46:11 [INFO] The user operation is waiting for background work to complete.
06:46:11 [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)
06:46:11 [INFO] Unpacking org.junit.platform.commons_1.3.1.v20181005-1442...
06:46:11 [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)
06:46:11 [INFO] The user operation is waiting for background work to complete.
06:46:11 [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)
06:46:11 [INFO] Unpacking org.junit.platform.engine_1.3.1.v20181005-1442...
06:46:11 [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)
06:46:11 [INFO] The user operation is waiting for background work to complete.
06:46:11 [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)
06:46:11 [INFO] Unpacking org.junit.platform.launcher_1.3.1.v20181005-1442...
06:46:11 [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)
06:46:11 [INFO] The user operation is waiting for background work to complete.
06:46:11 [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)
06:46:11 [INFO] Unpacking org.junit.platform.runner_1.3.1.v20181005-1442...
06:46:11 [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)
06:46:11 [INFO] The user operation is waiting for background work to complete.
06:46:11 [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)
06:46:11 [INFO] Unpacking org.junit.platform.suite.api_1.3.1.v20181005-1442...
06:46:11 [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)
06:46:11 [INFO] The user operation is waiting for background work to complete.
06:46:11 [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)
06:46:12 [INFO] Unpacking org.junit.vintage.engine_5.3.1.v20181005-1442...
06:46:12 [INFO] Fetching org.opentest4j_1.1.1.v20181005-1442.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.44kB)
06:46:12 [INFO] The user operation is waiting for background work to complete.
06:46:12 [INFO] Fetching org.opentest4j_1.1.1.v20181005-1442.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.44kB)
06:46:12 [INFO] Unpacking org.opentest4j_1.1.1.v20181005-1442...
06:46:12 [INFO] Fetching org.eclipse.jdt_3.16.0.v20181206-1038.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (19.7kB)
06:46:12 [INFO] Fetching org.eclipse.jdt_3.16.0.v20181206-1038.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (19.7kB)
06:46:12 [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)
06:46:12 [INFO] The user operation is waiting for background work to complete.
06:46:12 [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)
06:46:12 [INFO] Unpacking org.eclipse.ltk.ui.refactoring_3.9.200.v20180828-0626...
06:46:12 [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)
06:46:12 [INFO] The user operation is waiting for background work to complete.
06:46:12 [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)
06:46:12 [INFO] Unpacking org.eclipse.team.ui_3.8.300.v20181030-1259...
06:46:13 [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)
06:46:13 [INFO] The user operation is waiting for background work to complete.
06:46:13 [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)
06:46:13 [INFO] Unpacking org.eclipse.ui.navigator_3.7.300.v20181016-1531...
06:46:13 [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)
06:46:13 [INFO] The user operation is waiting for background work to complete.
06:46:13 [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)
06:46:13 [INFO] Unpacking org.eclipse.ui.navigator.resources_3.6.300.v20181110-1011...
06:46:13 [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)
06:46:13 [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)
06:46:13 [INFO] The user operation is waiting for background work to complete.
06:46:13 [INFO] Unpacking org.eclipse.jem.util_2.1.201.v201707201954...
06:46:13 [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)
06:46:13 [INFO] The user operation is waiting for background work to complete.
06:46:13 [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)
06:46:13 [INFO] Unpacking org.eclipse.wst.common.core_1.3.0.v201811122154...
06:46:13 [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)
06:46:13 [INFO] The user operation is waiting for background work to complete.
06:46:13 [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)
06:46:13 [INFO] Unpacking org.eclipse.jsch.core_1.3.300.v20181030-1237...
06:46:13 [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)
06:46:13 [INFO] The user operation is waiting for background work to complete.
06:46:13 [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)
06:46:13 [INFO] Unpacking org.eclipse.jsch.ui_1.3.300.v20181122-1141...
06:46:13 [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)
06:46:13 [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)
06:46:14 [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)
06:46:14 [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)
06:46:14 [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)
06:46:14 [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)
06:46:14 [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)
06:46:14 [INFO] The user operation is waiting for background work to complete.
06:46:14 [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)
06:46:14 [INFO] Unpacking org.eclipse.m2e.binaryproject_1.10.0.20181127-2120...
06:46:14 [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)
06:46:14 [INFO] The user operation is waiting for background work to complete.
06:46:14 [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)
06:46:14 [INFO] Unpacking org.eclipse.m2e.core_1.10.0.20181127-2120...
06:46:14 [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)
06:46:14 [INFO] The user operation is waiting for background work to complete.
06:46:14 [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)
06:46:14 [INFO] Unpacking org.eclipse.m2e.sourcelookup_1.10.0.20181127-2120...
06:46:14 [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)
06:46:14 [INFO] The user operation is waiting for background work to complete.
06:46:14 [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)
06:46:15 [INFO] Unpacking org.eclipse.m2e.jdt_1.10.0.20181127-2120...
06:46:15 [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)
06:46:15 [INFO] The user operation is waiting for background work to complete.
06:46:15 [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)
06:46:15 [INFO] Unpacking org.slf4j.api_1.7.2.v20121108-1250...
06:46:15 [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)
06:46:15 [INFO] The user operation is waiting for background work to complete.
06:46:15 [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)
06:46:15 [INFO] Unpacking org.eclipse.m2e.binaryproject.ui_1.10.0.20181127-2120...
06:46:15 [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)
06:46:15 [INFO] The user operation is waiting for background work to complete.
06:46:15 [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)
06:46:15 [INFO] Unpacking org.eclipse.m2e.core.ui_1.10.0.20181127-2120...
06:46:15 [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)
06:46:15 [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)
06:46:15 [INFO] Fetching org.eclipse.m2e.workspace.cli_0.3.1.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.56kB)
06:46:15 [INFO] Fetching org.eclipse.m2e.workspace.cli_0.3.1.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.56kB)
06:46:15 [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)
06:46:15 [INFO] The user operation is waiting for background work to complete.
06:46:15 [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)
06:46:15 [INFO] Unpacking org.eclipse.m2e.model.edit_1.10.0.20181127-2120...
06:46:16 [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)
06:46:16 [INFO] The user operation is waiting for background work to complete.
06:46:16 [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)
06:46:16 [INFO] Unpacking org.eclipse.m2e.discovery_1.10.0.20181127-2120...
06:46:16 [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)
06:46:16 [INFO] The user operation is waiting for background work to complete.
06:46:16 [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)
06:46:16 [INFO] Unpacking org.eclipse.m2e.editor_1.10.0.20181127-2120...
06:46:16 [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)
06:46:16 [INFO] The user operation is waiting for background work to complete.
06:46:16 [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)
06:46:16 [INFO] Unpacking org.eclipse.wst.sse.core_1.2.100.v201810290944...
06:46:16 [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)
06:46:16 [INFO] The user operation is waiting for background work to complete.
06:46:16 [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)
06:46:16 [INFO] Unpacking org.eclipse.wst.sse.ui_1.5.0.v201810290944...
06:46:16 [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)
06:46:16 [INFO] The user operation is waiting for background work to complete.
06:46:16 [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)
06:46:16 [INFO] Unpacking org.eclipse.wst.xml.core_1.2.200.v201811122127...
06:46:17 [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)
06:46:17 [INFO] The user operation is waiting for background work to complete.
06:46:17 [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)
06:46:17 [INFO] Unpacking org.eclipse.ui.workbench_3.112.100.v20181127-1518...
06:46:17 [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)
06:46:17 [INFO] The user operation is waiting for background work to complete.
06:46:17 [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)
06:46:17 [INFO] Unpacking org.eclipse.m2e.editor.xml_1.10.0.20181127-2120...
06:46:17 [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)
06:46:17 [INFO] The user operation is waiting for background work to complete.
06:46:17 [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)
06:46:17 [INFO] Unpacking org.eclipse.wst.common.emf_1.2.600.v201803151712...
06:46:18 [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)
06:46:18 [INFO] The user operation is waiting for background work to complete.
06:46:18 [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)
06:46:18 [INFO] Unpacking org.eclipse.wst.xml.ui_1.2.200.v201811192212...
06:46:18 [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)
06:46:18 [INFO] The user operation is waiting for background work to complete.
06:46:18 [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)
06:46:18 [INFO] Unpacking org.eclipse.wst.common.uriresolver_1.2.300.v201802151734...
06:46:18 [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)
06:46:18 [INFO] The user operation is waiting for background work to complete.
06:46:18 [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)
06:46:18 [INFO] Unpacking org.eclipse.m2e.launching_1.10.0.20181127-2120...
06:46:18 [INFO] Fetching org.eclipse.m2e.feature_1.10.0.20181127-2120.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (19.92kB)
06:46:18 [INFO] Fetching org.eclipse.m2e.feature_1.10.0.20181127-2120.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (19.92kB)
06:46:18 [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)
06:46:18 [INFO] The user operation is waiting for background work to complete.
06:46:18 [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)
06:46:18 [INFO] Unpacking org.eclipse.m2e.importer_1.10.0.20181127-2120...
06:46:18 [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)
06:46:18 [INFO] The user operation is waiting for background work to complete.
06:46:18 [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)
06:46:18 [INFO] Unpacking org.eclipse.m2e.lifecyclemapping.defaults_1.10.0.20181127-2120...
06:46:18 [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)
06:46:18 [INFO] The user operation is waiting for background work to complete.
06:46:18 [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)
06:46:19 [INFO] Unpacking org.eclipse.m2e.refactoring_1.10.0.20181127-2120...
06:46:19 [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)
06:46:19 [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)
06:46:19 [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)
06:46:19 [INFO] The user operation is waiting for background work to complete.
06:46:19 [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)
06:46:19 [INFO] Unpacking org.eclipse.m2e.scm_1.10.0.20181127-2120...
06:46:19 [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)
06:46:19 [INFO] The user operation is waiting for background work to complete.
06:46:19 [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)
06:46:19 [INFO] Unpacking org.eclipse.platform_4.10.0.v20181206-0815...
06:46:19 [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)
06:46:19 [INFO] The user operation is waiting for background work to complete.
06:46:19 [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)
06:46:19 [INFO] Unpacking org.eclipse.m2e.jdt.ui_1.10.0.20181127-2120...
06:46:19 [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)
06:46:19 [INFO] The user operation is waiting for background work to complete.
06:46:19 [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)
06:46:19 [INFO] Unpacking org.eclipse.m2e.sourcelookup.ui_1.10.0.20181127-2120...
06:46:19 [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)
06:46:19 [INFO] The user operation is waiting for background work to complete.
06:46:19 [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)
06:46:19 [INFO] Unpacking org.eclipse.m2e.profiles.core_1.10.0.20181127-2120...
06:46:20 [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)
06:46:20 [INFO] The user operation is waiting for background work to complete.
06:46:20 [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)
06:46:20 [INFO] Unpacking org.eclipse.m2e.profiles.ui_1.10.0.20181127-2120...
06:46:20 [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)
06:46:20 [INFO] The user operation is waiting for background work to complete.
06:46:20 [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)
06:46:20 [INFO] Unpacking org.eclipse.wst.xsd.core_1.2.0.v201802171838...
06:46:20 [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)
06:46:20 [INFO] The user operation is waiting for background work to complete.
06:46:20 [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)
06:46:20 [INFO] Unpacking org.eclipse.platform.doc.user_4.10.0.v20181206-0718...
06:46:21 [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)
06:46:21 [INFO] The user operation is waiting for background work to complete.
06:46:21 [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)
06:46:21 [INFO] Unpacking org.eclipse.ui.intro.universal_3.3.300.v20180821-0700...
06:46:21 [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)
06:46:21 [INFO] The user operation is waiting for background work to complete.
06:46:21 [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)
06:46:21 [INFO] Unpacking org.eclipse.ui.genericeditor_1.1.200.v20180921-0739...
06:46:21 [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)
06:46:21 [INFO] The user operation is waiting for background work to complete.
06:46:21 [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)
06:46:21 [INFO] Unpacking org.eclipse.ui.monitoring_1.1.300.v20180828-1350...
06:46:21 [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)
06:46:21 [INFO] The user operation is waiting for background work to complete.
06:46:21 [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)
06:46:21 [INFO] Unpacking org.eclipse.ui.net_1.3.300.v20180827-1041...
06:46:21 [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)
06:46:21 [INFO] The user operation is waiting for background work to complete.
06:46:21 [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)
06:46:21 [INFO] Unpacking org.eclipse.ui.ide.application_1.3.100.v20181129-0817...
06:46:21 [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)
06:46:21 [INFO] The user operation is waiting for background work to complete.
06:46:21 [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)
06:46:22 [INFO] Unpacking org.eclipse.ui.views.properties.tabbed_3.8.300.v20180921-1036...
06:46:22 [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)
06:46:22 [INFO] The user operation is waiting for background work to complete.
06:46:22 [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)
06:46:22 [INFO] Unpacking org.eclipse.ui.themes_1.2.300.v20181108-1102...
06:46:22 [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)
06:46:22 [INFO] The user operation is waiting for background work to complete.
06:46:22 [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)
06:46:22 [INFO] Unpacking org.eclipse.ui.intro.quicklinks_1.0.300.v20180821-0700...
06:46:22 [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)
06:46:22 [INFO] The user operation is waiting for background work to complete.
06:46:22 [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)
06:46:22 [INFO] Unpacking org.eclipse.team.genericeditor.diff.extension_1.0.200.v20180827-1041...
06:46:22 [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)
06:46:22 [INFO] The user operation is waiting for background work to complete.
06:46:22 [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)
06:46:22 [INFO] Unpacking org.eclipse.urischeme_1.0.100.v20181204-1430...
06:46:22 [INFO] Fetching org.eclipse.platform_4.10.0.v20181206-0815.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (20.45kB)
06:46:22 [INFO] Fetching org.eclipse.platform_4.10.0.v20181206-0815.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (20.45kB)
06:46:22 [INFO] Fetching org.eclipse.platform_root_4.10.0.v20181206-0815 from http://download.eclipse.org/releases/2018-12/201812191000/binary/ (196B)
06:46:22 [INFO] Fetching org.eclipse.platform_root_4.10.0.v20181206-0815 from http://download.eclipse.org/releases/2018-12/201812191000/binary/ (196B)
06:46:22 [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)
06:46:22 [INFO] The user operation is waiting for background work to complete.
06:46:22 [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)
06:46:22 [INFO] Unpacking org.eclipse.update.configurator_3.4.100.v20180821-1913...
06:46:22 [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)
06:46:22 [INFO] The user operation is waiting for background work to complete.
06:46:22 [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)
06:46:23 [INFO] Unpacking org.eclipse.rcp_4.10.0.v20181206-0815...
06:46:23 [INFO] Fetching org.eclipse.rcp_4.10.0.v20181206-0815.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (19.11kB)
06:46:23 [INFO] Fetching org.eclipse.rcp_4.10.0.v20181206-0815.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (19.11kB)
06:46:23 [INFO] Fetching org.eclipse.rcp_root_4.10.0.v20181206-0815 from http://download.eclipse.org/releases/2018-12/201812191000/binary/ (25.78kB)
06:46:23 [INFO] Fetching org.eclipse.rcp_root_4.10.0.v20181206-0815 from http://download.eclipse.org/releases/2018-12/201812191000/binary/ (25.78kB)
06:46:23 [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)
06:46:23 [INFO] The user operation is waiting for background work to complete.
06:46:23 [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)
06:46:23 [INFO] Unpacking org.apache.commons.lang3_3.1.0.v201403281430...
06:46:23 [INFO] Fetching javax.wsdl_1.6.2.v201012040545.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.48kB)
06:46:23 [INFO] The user operation is waiting for background work to complete.
06:46:23 [INFO] Fetching javax.wsdl_1.6.2.v201012040545.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.48kB)
06:46:23 [INFO] Unpacking javax.wsdl_1.6.2.v201012040545...
06:46:24 [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)
06:46:24 [INFO] The user operation is waiting for background work to complete.
06:46:24 [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)
06:46:24 [INFO] Unpacking org.eclipse.wst.common.frameworks_1.2.201.v201707201954...
06:46:24 [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)
06:46:24 [INFO] The user operation is waiting for background work to complete.
06:46:24 [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)
06:46:24 [INFO] Unpacking org.eclipse.wst.common.environment_1.0.400.v201810290944...
06:46:24 [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)
06:46:24 [INFO] The user operation is waiting for background work to complete.
06:46:24 [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)
06:46:25 [INFO] Unpacking org.eclipse.wst.common.frameworks.ui_1.2.400.v201802151734...
06:46:25 [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)
06:46:25 [INFO] The user operation is waiting for background work to complete.
06:46:25 [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)
06:46:25 [INFO] Unpacking org.eclipse.wst.common.project.facet.core_1.4.400.v201808012032...
06:46:25 [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)
06:46:25 [INFO] The user operation is waiting for background work to complete.
06:46:25 [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)
06:46:25 [INFO] Unpacking org.eclipse.wst.common.ui_1.1.600.v201811161824...
06:46:25 [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)
06:46:25 [INFO] The user operation is waiting for background work to complete.
06:46:25 [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)
06:46:25 [INFO] Unpacking org.eclipse.wst.validation_1.2.701.v201810290944...
06:46:25 [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)
06:46:25 [INFO] The user operation is waiting for background work to complete.
06:46:25 [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)
06:46:25 [INFO] Unpacking org.eclipse.wst.validation.ui_1.2.600.v201811122154...
06:46:25 [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)
06:46:25 [INFO] The user operation is waiting for background work to complete.
06:46:25 [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)
06:46:25 [INFO] Unpacking org.eclipse.xsd_2.16.0.v20181127-0852...
06:46:26 [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)
06:46:26 [INFO] The user operation is waiting for background work to complete.
06:46:26 [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)
06:46:26 [INFO] Unpacking org.eclipse.compare.win32_1.2.300.v20180926-0905...
06:46:26 [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)
06:46:26 [INFO] The user operation is waiting for background work to complete.
06:46:26 [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)
06:46:26 [INFO] Unpacking org.eclipse.swt.win32.win32.x86_64_3.109.0.v20181204-1801...
06:46:27 [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)
06:46:27 [INFO] The user operation is waiting for background work to complete.
06:46:27 [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)
06:46:27 [INFO] Unpacking org.eclipse.core.filesystem.win32.x86_64_1.4.100.v20180828-0158...
06:46:27 [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)
06:46:27 [INFO] The user operation is waiting for background work to complete.
06:46:27 [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)
06:46:27 [INFO] Unpacking org.eclipse.core.net.win32.x86_64_1.1.300.v20181126-0635...
06:46:27 [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)
06:46:27 [INFO] The user operation is waiting for background work to complete.
06:46:27 [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)
06:46:27 [INFO] Unpacking org.eclipse.core.resources.win32.x86_64_3.5.300.v20181030-1942...
06:46:27 [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)
06:46:27 [INFO] The user operation is waiting for background work to complete.
06:46:27 [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)
06:46:27 [INFO] Unpacking org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.900.v20180922-1751...
06:46:27 [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)
06:46:27 [INFO] The user operation is waiting for background work to complete.
06:46:27 [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)
06:46:27 [INFO] Unpacking org.eclipse.equinox.security.win32.x86_64_1.1.100.v20180827-1235...
06:46:27 [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)
06:46:27 [INFO] The user operation is waiting for background work to complete.
06:46:27 [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)
06:46:28 [INFO] Unpacking org.eclipse.ui.win32_3.4.100.v20180828-0838...
06:46:28 [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)
06:46:28 [INFO] The user operation is waiting for background work to complete.
06:46:28 [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)
06:46:28 [INFO] Unpacking org.eclipse.core.filesystem.macosx_1.3.100.v20180828-0158...
06:46:28 [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)
06:46:28 [INFO] The user operation is waiting for background work to complete.
06:46:28 [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)
06:46:28 [INFO] Unpacking org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.100.v20180828-0227...
06:46:28 [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)
06:46:28 [INFO] The user operation is waiting for background work to complete.
06:46:28 [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)
06:46:28 [INFO] Unpacking org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.900.v20180922-1751...
06:46:28 [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)
06:46:28 [INFO] The user operation is waiting for background work to complete.
06:46:28 [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)
06:46:29 [INFO] Unpacking org.eclipse.swt.cocoa.macosx.x86_64_3.109.0.v20181204-1801...
06:46:29 [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)
06:46:29 [INFO] The user operation is waiting for background work to complete.
06:46:29 [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)
06:46:29 [INFO] Unpacking org.eclipse.equinox.security.macosx_1.101.100.v20180827-1235...
06:46:29 [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)
06:46:29 [INFO] The user operation is waiting for background work to complete.
06:46:29 [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)
06:46:29 [INFO] Unpacking org.eclipse.jdt.launching.macosx_3.4.200.v20180823-0805...
06:46:29 [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)
06:46:29 [INFO] The user operation is waiting for background work to complete.
06:46:29 [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)
06:46:29 [INFO] Unpacking org.eclipse.jdt.launching.ui.macosx_1.2.200.v20180823-0805...
06:46:29 [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)
06:46:29 [INFO] The user operation is waiting for background work to complete.
06:46:29 [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)
06:46:29 [INFO] Unpacking org.eclipse.ui.cocoa_1.2.100.v20180828-0838...
06:46:30 [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
06:46:30 [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
06:46:30 [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
06:46:31 [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
06:46:31 [INFO] ------------------------------------------------------------------------
06:46:31 [INFO] Reactor Build Order:
06:46:31 [INFO] 
06:46:31 [INFO] Eclipse Scout SDK P2                                               [pom]
06:46:31 [INFO] Eclipse Scout SDK P2 Build Target                                  [pom]
06:46:31 [INFO] Eclipse Scout SDK Feature                              [eclipse-feature]
06:46:31 [INFO] Eclipse Scout SDK Repository                        [eclipse-repository]
06:46:31 [INFO] Eclipse Scout SDK                                                  [pom]
06:46:31 [INFO] 
06:46:31 [INFO] -----------< org.eclipse.scout.sdk:org.eclipse.scout.sdk.p2 >-----------
06:46:31 [INFO] Building Eclipse Scout SDK P2 9.0.0-SNAPSHOT                       [1/5]
06:46:31 [INFO] --------------------------------[ pom ]---------------------------------
06:46:31 [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
06:46:31 [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
06:46:31 [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
06:46:31 [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
06:46:31 [INFO] 
06:46:31 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.p2 ---
06:46:31 [INFO] 
06:46:31 [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ org.eclipse.scout.sdk.p2 ---
06:46:31 [INFO] 
06:46:31 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.p2 ---
06:46:31 [INFO] Skipping Rule Enforcement.
06:46:31 [INFO] 
06:46:31 [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.sdk.p2 ---
06:46:32 [INFO] 
06:46:32 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk.p2 ---
06:46:32 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk.p2/../target/jacoco-all.exec
06:46:32 [INFO] 
06:46:32 [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.p2 ---
06:46:32 [INFO] 
06:46:32 [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.p2 ---
06:46:32 [INFO] 
06:46:32 [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ org.eclipse.scout.sdk.p2 ---
06:46:32 [INFO] Generating flattened POM of project org.eclipse.scout.sdk:org.eclipse.scout.sdk.p2:pom:9.0.0-SNAPSHOT...
06:46:32 [INFO] 
06:46:32 [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.p2 ---
06:46:32 [INFO] No site descriptor found: nothing to attach.
06:46:32 [INFO] 
06:46:32 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.p2 ---
06:46:32 [INFO] Skipping packaging of the test-jar
06:46:32 [INFO] 
06:46:32 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.p2 ---
06:46:32 [INFO] 
06:46:32 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.p2 ---
06:46:32 [INFO] Checking compile classpath
06:46:32 [INFO] Checking runtime classpath
06:46:32 [INFO] Checking test classpath
06:46:33 [INFO] 
06:46:33 [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.p2 ---
06:46:33 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
06:46:33 [INFO] 
06:46:33 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.p2 ---
06:46:33 [INFO] 
06:46:33 [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.scout.sdk.p2 ---
06:46:33 [INFO] 
06:46:33 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.scout.sdk.p2 ---
06:46:33 [INFO] Skip jar signing
06:46:33 [INFO] 
06:46:33 [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.scout.sdk.p2 ---
06:46:33 [INFO] 
06:46:33 [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk.p2 ---
06:46:33 [INFO] 
06:46:33 [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.scout.sdk.p2 ---
06:46:33 [INFO] 
06:46:33 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.p2 ---
06:46:34 [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
06:46:34 [INFO] 
06:46:34 [INFO] ---------< org.eclipse.scout.sdk:org.eclipse.scout.sdk-target >---------
06:46:34 [INFO] Building Eclipse Scout SDK P2 Build Target 9.0.0-SNAPSHOT          [2/5]
06:46:34 [INFO] --------------------------------[ pom ]---------------------------------
06:46:34 [INFO] 
06:46:34 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk-target ---
06:46:34 [INFO] 
06:46:34 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk-target ---
06:46:34 [INFO] Skipping Rule Enforcement.
06:46:34 [INFO] 
06:46:34 [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.sdk-target ---
06:46:34 [INFO] 
06:46:34 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk-target ---
06:46:34 [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
06:46:34 [INFO] 
06:46:34 [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk-target ---
06:46:34 [INFO] 
06:46:34 [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk-target ---
06:46:34 [INFO] 
06:46:34 [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk-target ---
06:46:34 [INFO] No site descriptor found: nothing to attach.
06:46:34 [INFO] 
06:46:34 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk-target ---
06:46:34 [INFO] Skipping packaging of the test-jar
06:46:34 [INFO] 
06:46:34 [INFO] --- build-helper-maven-plugin:3.0.0:attach-artifact (attach-artifacts) @ org.eclipse.scout.sdk-target ---
06:46:34 [INFO] 
06:46:34 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk-target ---
06:46:34 [INFO] 
06:46:34 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk-target ---
06:46:34 [INFO] Checking compile classpath
06:46:34 [INFO] Checking runtime classpath
06:46:34 [INFO] Checking test classpath
06:46:34 [INFO] 
06:46:34 [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk-target ---
06:46:34 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
06:46:34 [INFO] 
06:46:34 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk-target ---
06:46:34 [INFO] 
06:46:34 [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.scout.sdk-target ---
06:46:34 [INFO] 
06:46:34 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.scout.sdk-target ---
06:46:34 [INFO] Skip jar signing
06:46:34 [INFO] 
06:46:34 [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.scout.sdk-target ---
06:46:34 [INFO] 
06:46:34 [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk-target ---
06:46:34 [INFO] 
06:46:34 [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.scout.sdk-target ---
06:46:34 [INFO] 
06:46:34 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk-target ---
06:46:34 [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
06:46:34 [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
06:46:34 [INFO] 
06:46:34 [INFO] --------< org.eclipse.scout.sdk:org.eclipse.scout.sdk-feature >---------
06:46:34 [INFO] Building Eclipse Scout SDK Feature 9.0.0-SNAPSHOT                  [3/5]
06:46:34 [INFO] --------------------------[ eclipse-feature ]---------------------------
06:46:34 [INFO] 
06:46:34 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk-feature ---
06:46:34 [INFO] Deleting /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-9.0_continuous/org.eclipse.scout.sdk-feature/target
06:46:34 [INFO] 
06:46:34 [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.scout.sdk-feature ---
06:46:35 [INFO] The project's OSGi version is 9.0.0.20210620-0722
06:46:35 [INFO] 
06:46:35 [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.scout.sdk-feature ---
06:46:35 [INFO] 
06:46:35 [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.scout.sdk-feature ---
06:46:35 [INFO] 
06:46:35 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk-feature ---
06:46:35 [INFO] Skipping Rule Enforcement.
06:46:35 [INFO] 
06:46:35 [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.sdk-feature ---
06:46:36 [INFO] 
06:46:36 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk-feature ---
06:46:36 [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
06:46:36 [INFO] 
06:46:36 [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk-feature ---
06:46:36 [INFO] 
06:46:36 [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk-feature ---
06:46:36 [INFO] 
06:46:36 [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.scout.sdk-feature ---
06:46:36 [INFO] 
06:46:36 [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.scout.sdk-feature ---
06:46:36 [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
06:46:36 [INFO] 
06:46:36 [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.scout.sdk-feature ---
06:46:36 [INFO] 
06:46:36 [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.scout.sdk-feature ---
06:46:36 [INFO] 
06:46:36 [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk-feature ---
06:46:36 [INFO] Skipping because packaging 'eclipse-feature' is not pom.
06:46:36 [INFO] 
06:46:36 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk-feature ---
06:46:36 [INFO] Skipping packaging of the test-jar
06:46:36 [INFO] 
06:46:36 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk-feature ---
06:46:36 [INFO] No sources in project. Archive not created.
06:46:36 [INFO] 
06:46:36 [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (generate-source-feature) @ org.eclipse.scout.sdk-feature ---
06:46:36 [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
06:46:36 [INFO] 
06:46:36 [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk-feature ---
06:46:36 [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
06:46:36 [INFO] 
06:46:36 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk-feature ---
06:46:36 [INFO] Skipping duplicate-finder execution!
06:46:36 [INFO] 
06:46:36 [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk-feature ---
06:46:36 [INFO] Signature checking is skipped.
06:46:36 [INFO] 
06:46:36 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk-feature ---
06:46:36 [INFO] No sources in project. Archive not created.
06:46:36 [INFO] 
06:46:36 [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.scout.sdk-feature ---
06:46:36 [INFO] 
06:46:36 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.scout.sdk-feature ---
06:46:36 [INFO] Skip jar signing
06:46:36 [INFO] 
06:46:36 [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.scout.sdk-feature ---
06:46:36 [INFO] 
06:46:36 [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.scout.sdk-feature ---
06:46:36 [INFO] 
06:46:36 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk-feature ---
06:46:36 [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
06:46:36 [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
06:46:36 [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
06:46:36 [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
06:46:36 [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
06:46:36 [INFO] 
06:46:36 [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.scout.sdk-feature ---
06:46:36 [INFO] 
06:46:36 [INFO] -------< org.eclipse.scout.sdk:org.eclipse.scout.sdk-repository >-------
06:46:36 [INFO] Building Eclipse Scout SDK Repository 9.0.0-SNAPSHOT               [4/5]
06:46:36 [INFO] -------------------------[ eclipse-repository ]-------------------------
06:46:36 [INFO] 
06:46:36 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk-repository ---
06:46:36 [INFO] 
06:46:36 [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.scout.sdk-repository ---
06:46:36 [INFO] The project's OSGi version is 9.0.0.20210620-0722
06:46:36 [INFO] 
06:46:36 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk-repository ---
06:46:36 [INFO] Skipping Rule Enforcement.
06:46:36 [INFO] 
06:46:36 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean-1) @ org.eclipse.scout.sdk-repository ---
06:46:36 [INFO] 
06:46:36 [INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ org.eclipse.scout.sdk-repository ---
06:46:37 [INFO] 
06:46:37 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk-repository ---
06:46:37 [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
06:46:37 [INFO] 
06:46:37 [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk-repository ---
06:46:37 [INFO] 
06:46:37 [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk-repository ---
06:46:37 [INFO] 
06:46:37 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk-repository ---
06:46:37 [INFO] Using 'UTF-8' encoding to copy filtered resources.
06:46:37 [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
06:46:37 [INFO] Copying 1 resource
06:46:37 [INFO] 
06:46:37 [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.scout.sdk-repository ---
06:46:37 [INFO] 
06:46:37 [INFO] --- tycho-p2-publisher-plugin:1.3.0:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.scout.sdk-repository ---
06:46:37 [INFO] Published profile IUs: [a.jre.javase 10.0.0, config.a.jre.javase 10.0.0]
06:46:37 [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0]
06:46:37 [INFO] 
06:46:37 [INFO] --- tycho-p2-publisher-plugin:1.3.0:publish-products (default-publish-products) @ org.eclipse.scout.sdk-repository ---
06:46:37 [INFO] 
06:46:37 [INFO] --- tycho-p2-publisher-plugin:1.3.0:publish-categories (default-publish-categories) @ org.eclipse.scout.sdk-repository ---
06:46:37 [INFO] 
06:46:37 [INFO] --- tycho-p2-publisher-plugin:1.3.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.scout.sdk-repository ---
06:46:37 [INFO] 
06:46:37 [INFO] --- tycho-p2-repository-plugin:1.3.0:assemble-repository (default-assemble-repository) @ org.eclipse.scout.sdk-repository ---
06:46:37 [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
06:46:38 [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from 20210620-0722.Default 1.0.0.7D7E3cXKU--_kE7AE9GAU9OKG to org.eclipse.equinox.p2.iu; org.apache.commons.lang3 [3.1.0,3.1.0].]
06:46:39 [WARNING] More information on the preceding warning(s) can be found here:
06:46:39 [WARNING] - http://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool
06:46:39 [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from 20210620-0722.Default 1.0.0.7D7E3cXKU--_kE7AE9GAU9OKG to org.eclipse.equinox.p2.iu; org.apache.commons.lang3 [3.1.0,3.1.0].]
06:46:39 [WARNING] More information on the preceding warning(s) can be found here:
06:46:39 [WARNING] - http://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool
06:46:39 [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from 20210620-0722.Default 1.0.0.7D7E3cXKU--_kE7AE9GAU9OKG to org.eclipse.equinox.p2.iu; org.apache.commons.lang3 [3.1.0,3.1.0].]
06:46:39 [WARNING] More information on the preceding warning(s) can be found here:
06:46:39 [WARNING] - http://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool
06:46:39 [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from 20210620-0722.Default 1.0.0.7D7E3cXKU--_kE7AE9GAU9OKG to org.eclipse.equinox.p2.iu; org.apache.commons.lang3 [3.1.0,3.1.0].]
06:46:39 [WARNING] More information on the preceding warning(s) can be found here:
06:46:39 [WARNING] - http://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool
06:46:39 [INFO] 
06:46:39 [INFO] --- tycho-p2-repository-plugin:1.3.0:archive-repository (default-archive-repository) @ org.eclipse.scout.sdk-repository ---
06:46:39 [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
06:46:40 [INFO] 
06:46:40 [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk-repository ---
06:46:40 [INFO] Skipping because packaging 'eclipse-repository' is not pom.
06:46:40 [INFO] 
06:46:40 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk-repository ---
06:46:40 [INFO] Skipping packaging of the test-jar
06:46:40 [INFO] 
06:46:40 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk-repository ---
06:46:40 [INFO] No sources in project. Archive not created.
06:46:40 [INFO] 
06:46:40 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk-repository ---
06:46:40 [INFO] Skipping duplicate-finder execution!
06:46:40 [INFO] 
06:46:40 [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk-repository ---
06:46:40 [INFO] Signature checking is skipped.
06:46:40 [INFO] 
06:46:40 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk-repository ---
06:46:40 [INFO] No sources in project. Archive not created.
06:46:40 [INFO] 
06:46:40 [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.scout.sdk-repository ---
06:46:40 [INFO] 
06:46:40 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.scout.sdk-repository ---
06:46:40 [INFO] Skip jar signing
06:46:40 [INFO] 
06:46:40 [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.scout.sdk-repository ---
06:46:40 [INFO] 
06:46:40 [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk-repository ---
06:46:40 [INFO] 
06:46:40 [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.scout.sdk-repository ---
06:46:40 [INFO] 
06:46:40 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk-repository ---
06:46:40 [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
06:46:40 [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
06:46:40 [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
06:46:40 [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
06:46:40 [INFO] 
06:46:40 [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.scout.sdk-repository ---
06:46:40 [INFO] 
06:46:40 [INFO] ----------< org.eclipse.scout.sdk:org.eclipse.scout.sdk-root >----------
06:46:40 [INFO] Building Eclipse Scout SDK 9.0.0-SNAPSHOT                          [5/5]
06:46:40 [INFO] --------------------------------[ pom ]---------------------------------
06:46:40 [INFO] 
06:46:40 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.scout.sdk-root ---
06:46:40 [INFO] 
06:46:40 [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.scout.sdk-root ---
06:46:40 [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
06:46:40 [INFO] ------------------------------------------------------------------------
06:46:40 [INFO] Reactor Summary for Eclipse Scout SDK 9.0.0-SNAPSHOT:
06:46:40 [INFO] 
06:46:40 [INFO] Eclipse Scout SDK P2 ............................... SUCCESS [  2.319 s]
06:46:40 [INFO] Eclipse Scout SDK P2 Build Target .................. SUCCESS [  0.887 s]
06:46:40 [INFO] Eclipse Scout SDK Feature .......................... SUCCESS [  1.593 s]
06:46:40 [INFO] Eclipse Scout SDK Repository ....................... SUCCESS [  3.604 s]
06:46:40 [INFO] Eclipse Scout SDK .................................. SUCCESS [  0.029 s]
06:46:40 [INFO] ------------------------------------------------------------------------
06:46:40 [INFO] BUILD SUCCESS
06:46:40 [INFO] ------------------------------------------------------------------------
06:46:40 [INFO] Total time:  01:26 min
06:46:40 [INFO] Finished at: 2021-06-18T10:46:40Z
06:46:40 [INFO] ------------------------------------------------------------------------
06:46:41 Recording test results
06:46:42 [Checks API] No suitable checks publisher found.
06:46:42 Finished: SUCCESS