Skip to content
Success

Console Output

04:03:32 Started by an SCM change
04:03:32 Running as SYSTEM
04:03:32 Agent basic-z3p1x is provisioned from template basic
04:03:32 ---
04:03:32 apiVersion: "v1"
04:03:32 kind: "Pod"
04:03:32 metadata:
04:03:32   annotations: {}
04:03:32   labels:
04:03:32     jenkins: "slave"
04:03:32     jenkins/label: ""
04:03:32   name: "basic-z3p1x"
04:03:32 spec:
04:03:32   containers:
04:03:32   - env:
04:03:32     - name: "JENKINS_SECRET"
04:03:32       value: "********"
04:03:32     - name: "JENKINS_TUNNEL"
04:03:32       value: "jenkins-discovery.scout.svc.cluster.local:50000"
04:03:32     - name: "JENKINS_AGENT_NAME"
04:03:32       value: "basic-z3p1x"
04:03:32     - name: "JENKINS_REMOTING_JAVA_OPTS"
04:03:32       value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
04:03:32         \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
04:03:32     - name: "JAVA_TOOL_OPTIONS"
04:03:32       value: ""
04:03:32     - name: "_JAVA_OPTIONS"
04:03:32       value: ""
04:03:32     - name: "OPENJ9_JAVA_OPTIONS"
04:03:32       value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
04:03:32     - name: "JENKINS_NAME"
04:03:32       value: "basic-z3p1x"
04:03:32     - name: "JENKINS_AGENT_WORKDIR"
04:03:32       value: "/home/jenkins/agent"
04:03:32     - name: "JENKINS_URL"
04:03:32       value: "http://jenkins-ui.scout.svc.cluster.local/scout/"
04:03:32     image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.5"
04:03:32     imagePullPolicy: "Always"
04:03:32     name: "jnlp"
04:03:32     resources:
04:03:32       limits:
04:03:32         memory: "4096Mi"
04:03:32         cpu: "2000m"
04:03:32       requests:
04:03:32         memory: "4096Mi"
04:03:32         cpu: "1000m"
04:03:32     securityContext:
04:03:32       privileged: false
04:03:32     tty: true
04:03:32     volumeMounts:
04:03:32     - mountPath: "/home/jenkins/.m2/toolchains.xml"
04:03:32       name: "m2-dir"
04:03:32       readOnly: true
04:03:32       subPath: "toolchains.xml"
04:03:32     - mountPath: "/home/jenkins/.mavenrc"
04:03:32       name: "m2-dir"
04:03:32       readOnly: true
04:03:32       subPath: ".mavenrc"
04:03:32     - mountPath: "/opt/tools"
04:03:32       name: "volume-0"
04:03:32       readOnly: false
04:03:32     - mountPath: "/home/jenkins"
04:03:32       name: "volume-2"
04:03:32       readOnly: false
04:03:32     - mountPath: "/home/jenkins/.m2/repository"
04:03:32       name: "volume-3"
04:03:32       readOnly: false
04:03:32     - mountPath: "/home/jenkins/.m2/settings-security.xml"
04:03:32       name: "m2-secret-dir"
04:03:32       readOnly: true
04:03:32       subPath: "settings-security.xml"
04:03:32     - mountPath: "/home/jenkins/.m2/wrapper"
04:03:32       name: "volume-4"
04:03:32       readOnly: false
04:03:32     - mountPath: "/home/jenkins/.m2/settings.xml"
04:03:32       name: "m2-secret-dir"
04:03:32       readOnly: true
04:03:32       subPath: "settings.xml"
04:03:32     - mountPath: "/home/jenkins/.ssh"
04:03:32       name: "volume-1"
04:03:32       readOnly: false
04:03:32     - mountPath: "/home/jenkins/agent"
04:03:32       name: "workspace-volume"
04:03:32       readOnly: false
04:03:32     workingDir: "/home/jenkins/agent"
04:03:32   nodeSelector:
04:03:32     beta.kubernetes.io/os: "linux"
04:03:32   restartPolicy: "Never"
04:03:32   securityContext: {}
04:03:32   volumes:
04:03:32   - name: "volume-0"
04:03:32     persistentVolumeClaim:
04:03:32       claimName: "tools-claim-jiro-scout"
04:03:32       readOnly: true
04:03:32   - name: "m2-secret-dir"
04:03:32     secret:
04:03:32       secretName: "m2-secret-dir"
04:03:32   - emptyDir:
04:03:32       medium: ""
04:03:32     name: "volume-2"
04:03:32   - configMap:
04:03:32       name: "m2-dir"
04:03:32     name: "m2-dir"
04:03:32   - configMap:
04:03:32       name: "known-hosts"
04:03:32     name: "volume-1"
04:03:32   - emptyDir:
04:03:32       medium: ""
04:03:32     name: "workspace-volume"
04:03:32   - emptyDir:
04:03:32       medium: ""
04:03:32     name: "volume-4"
04:03:32   - emptyDir:
04:03:32       medium: ""
04:03:32     name: "volume-3"
04:03:32 
04:03:32 Building remotely on basic-z3p1x in workspace /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous
04:03:32 The recommended git tool is: NONE
04:03:33 No credentials specified
04:03:33 Cloning the remote Git repository
04:03:33 Cloning repository git://git.eclipse.org/gitroot/scout/org.eclipse.scout.sdk.git
04:03:33  > git init /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous # timeout=10
04:03:33 Fetching upstream changes from git://git.eclipse.org/gitroot/scout/org.eclipse.scout.sdk.git
04:03:33  > git --version # timeout=10
04:03:33  > git --version # 'git version 2.26.2'
04:03:33  > git fetch --tags --force --progress -- git://git.eclipse.org/gitroot/scout/org.eclipse.scout.sdk.git +refs/heads/*:refs/remotes/origin/* # timeout=10
04:03:41  > git config remote.origin.url git://git.eclipse.org/gitroot/scout/org.eclipse.scout.sdk.git # timeout=10
04:03:41  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
04:03:41 Avoid second fetch
04:03:41  > git rev-parse refs/remotes/origin/releases/10.0^{commit} # timeout=10
04:03:41 Checking out Revision d5070cdbf80ca49185dcd950c1e13f647534ec75 (refs/remotes/origin/releases/10.0)
04:03:41  > git config core.sparsecheckout # timeout=10
04:03:41  > git checkout -f d5070cdbf80ca49185dcd950c1e13f647534ec75 # timeout=10
04:03:45 Commit message: "Remove qualified name migration helper"
04:03:45  > git rev-list --no-walk 2371745123b396e056c3897edb41f447566ff11c # timeout=10
04:03:46 [org.eclipse.scout.sdk.branch-10.0_continuous] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -Dbranch=origin/releases/10.0 -Dcbi.jarsigner.skip=true -Dmaven.repo.local=/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/.repository -Dgpg.skip=true clean install -U -B -Psign -Dmaster_enforcerCheck_skip=true -DexcludedGroups=IntegrationTest
04:03:46 Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
04:03:46 Maven home: /opt/tools/apache-maven/latest
04:03:46 Java version: 11.0.10, vendor: AdoptOpenJDK, runtime: /opt/java/openjdk
04:03:46 Default locale: en_US, platform encoding: UTF-8
04:03:46 OS name: "linux", version: "3.10.0-1062.el7.x86_64", arch: "amd64", family: "unix"
04:03:47 [INFO] Scanning for projects...
04:04:08 [INFO] ------------------------------------------------------------------------
04:04:08 [INFO] Reactor Build Order:
04:04:08 [INFO] 
04:04:08 [INFO] Scout Hello World Sample Application                   [maven-archetype]
04:04:08 [INFO] Scout JaxWs Module                                     [maven-archetype]
04:04:08 [INFO] ScoutJS Sample Application                             [maven-archetype]
04:04:08 [INFO] Eclipse Scout SDK                                                  [pom]
04:04:08 [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core                   [jar]
04:04:08 [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.ecj               [jar]
04:04:08 [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.test              [jar]
04:04:08 [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s                 [jar]
04:04:08 [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s.test            [jar]
04:04:08 [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e             [bundle]
04:04:08 [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.test           [jar]
04:04:08 [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.doc         [bundle]
04:04:08 [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.ui          [bundle]
04:04:08 [INFO] org.eclipse.scout.sdk-settings                                     [jar]
04:04:08 [INFO] Eclipse Scout SDK                                                  [pom]
04:04:09 [INFO] 
04:04:09 [INFO] ---------< org.eclipse.scout.archetypes:scout-helloworld-app >----------
04:04:09 [INFO] Building Scout Hello World Sample Application 10.0.0-SNAPSHOT     [1/15]
04:04:09 [INFO] --------------------------[ maven-archetype ]---------------------------
04:04:12 [INFO] 
04:04:12 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ scout-helloworld-app ---
04:04:13 [INFO] 
04:04:13 [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-rules) @ scout-helloworld-app ---
04:04:17 [INFO] Skipping Rule Enforcement.
04:04:17 [INFO] 
04:04:17 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ scout-helloworld-app ---
04:04:21 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.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-10.0_continuous/scout-helloworld-app/../target/jacoco-all.exec
04:04:22 [INFO] 
04:04:22 [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ scout-helloworld-app ---
04:04:22 [INFO] 
04:04:22 [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ scout-helloworld-app ---
04:04:22 [INFO] 
04:04:22 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ scout-helloworld-app ---
04:04:23 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:04:23 [INFO] Copying 116 resources
04:04:23 [INFO] Copying 2 resources
04:04:23 [INFO] 
04:04:23 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ scout-helloworld-app ---
04:04:23 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:04:23 [INFO] Copying 2 resources
04:04:23 [INFO] 
04:04:23 [INFO] --- maven-archetype-plugin:3.1.2:jar (default-jar) @ scout-helloworld-app ---
04:04:27 [INFO] Building archetype jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/scout-helloworld-app/target/scout-helloworld-app-10.0.0-SNAPSHOT
04:04:27 [INFO] 
04:04:27 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ scout-helloworld-app ---
04:04:29 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/scout-helloworld-app/target/scout-helloworld-app-10.0.0-SNAPSHOT-tests.jar
04:04:29 [INFO] 
04:04:29 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ scout-helloworld-app ---
04:04:30 [INFO] No sources in project. Archive not created.
04:04:30 [INFO] 
04:04:30 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ scout-helloworld-app ---
04:04:30 [INFO] No sources in project. Archive not created.
04:04:30 [INFO] 
04:04:30 [INFO] --- maven-archetype-plugin:3.1.2:integration-test (default-integration-test) @ scout-helloworld-app ---
04:04:30 [INFO] Processing Archetype IT project: basic
04:04:30 [INFO] ----------------------------------------------------------------------------
04:04:30 [INFO] Using following parameters for creating project from Archetype: scout-helloworld-app:10.0.0-SNAPSHOT
04:04:30 [INFO] ----------------------------------------------------------------------------
04:04:30 [INFO] Parameter: groupId, Value: org.eclipse.scout.apps
04:04:30 [INFO] Parameter: artifactId, Value: helloworld
04:04:30 [INFO] Parameter: version, Value: 1.0.0-SNAPSHOT
04:04:30 [INFO] Parameter: package, Value: org.eclipse.scout.apps.helloworld
04:04:30 [INFO] Parameter: packageInPathFormat, Value: org/eclipse/scout/apps/helloworld
04:04:30 [INFO] Parameter: package, Value: org.eclipse.scout.apps.helloworld
04:04:30 [INFO] Parameter: debug, Value: false
04:04:30 [INFO] Parameter: displayName, Value: My Application
04:04:30 [INFO] Parameter: javaVersion, Value: 1.8
04:04:30 [INFO] Parameter: groupId, Value: org.eclipse.scout.apps
04:04:30 [INFO] Parameter: scoutAuthPrivateKeyDev, Value: TODO (use org.eclipse.scout.rt.platform.security.SecurityUtility.generateKeyPair())
04:04:30 [INFO] Parameter: simpleArtifactName, Value: hellojs
04:04:30 [INFO] Parameter: scoutAuthPrivateKey, Value: TODO (use org.eclipse.scout.rt.platform.security.SecurityUtility.generateKeyPair())
04:04:30 [INFO] Parameter: scoutAuthPublicKey, Value: TODO (use org.eclipse.scout.rt.platform.security.SecurityUtility.generateKeyPair())
04:04:30 [INFO] Parameter: scoutAuthPublicKeyDev, Value: TODO (use org.eclipse.scout.rt.platform.security.SecurityUtility.generateKeyPair())
04:04:30 [INFO] Parameter: userName, Value: Scout Robot
04:04:30 [INFO] Parameter: version, Value: 1.0.0-SNAPSHOT
04:04:30 [INFO] Parameter: artifactId, Value: helloworld
04:04:30 [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld/pom.xml
04:04:30 [WARNING] Don't override file /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld/pom.xml
04:04:30 [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.shared/pom.xml
04:04:30 [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.server/pom.xml
04:04:30 [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.client/pom.xml
04:04:30 [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.server.app.war/pom.xml
04:04:30 [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.server.app.dev/pom.xml
04:04:30 [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.ui.html/pom.xml
04:04:30 [WARNING] Don't override file /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.ui.html/src/main/js/hellojs.js
04:04:30 [WARNING] Don't override file /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.ui.html/src/main/js/index.js
04:04:30 [WARNING] Don't override file /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.ui.html/src/main/js/login.js
04:04:30 [WARNING] Don't override file /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.ui.html/src/main/js/logout.js
04:04:30 [WARNING] Don't override file /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.ui.html/src/main/resources/WebContent/favicon/manifest.json
04:04:30 [WARNING] Don't override file /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.ui.html/src/main/resources/WebContent/popup-window.js
04:04:30 [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.ui.html.app.war/pom.xml
04:04:30 [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.ui.html.app.dev/pom.xml
04:04:30 [INFO] Executing META-INF/archetype-post-generate.groovy post-generation script
04:04:30 WARNING: An illegal reflective access operation has occurred
04:04:30 WARNING: Illegal reflective access by org.codehaus.groovy.reflection.CachedClass (file:/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/.repository/org/codehaus/groovy/groovy/2.4.16/groovy-2.4.16.jar) to method java.lang.Object.clone()
04:04:30 WARNING: Please consider reporting this to the maintainers of org.codehaus.groovy.reflection.CachedClass
04:04:30 WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
04:04:30 WARNING: All illegal access operations will be denied in a future release
04:04:31 [INFO] Project created from Archetype in dir: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld
04:04:31 [INFO] 
04:04:31 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ scout-helloworld-app ---
04:04:33 [INFO] Checking compile classpath
04:04:33 [INFO] Checking runtime classpath
04:04:33 [INFO] Checking test classpath
04:04:33 [INFO] 
04:04:33 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ scout-helloworld-app ---
04:04:33 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/scout-helloworld-app/target/scout-helloworld-app-10.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/.repository/org/eclipse/scout/archetypes/scout-helloworld-app/10.0.0-SNAPSHOT/scout-helloworld-app-10.0.0-SNAPSHOT.jar
04:04:33 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/scout-helloworld-app/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/.repository/org/eclipse/scout/archetypes/scout-helloworld-app/10.0.0-SNAPSHOT/scout-helloworld-app-10.0.0-SNAPSHOT.pom
04:04:33 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/scout-helloworld-app/target/scout-helloworld-app-10.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/.repository/org/eclipse/scout/archetypes/scout-helloworld-app/10.0.0-SNAPSHOT/scout-helloworld-app-10.0.0-SNAPSHOT-tests.jar
04:04:33 [INFO] 
04:04:33 [INFO] --- maven-archetype-plugin:3.1.2:update-local-catalog (default-update-local-catalog) @ scout-helloworld-app ---
04:04:33 [INFO] 
04:04:33 [INFO] ----------< org.eclipse.scout.archetypes:scout-jaxws-module >-----------
04:04:33 [INFO] Building Scout JaxWs Module 10.0.0-SNAPSHOT                       [2/15]
04:04:33 [INFO] --------------------------[ maven-archetype ]---------------------------
04:04:33 [INFO] 
04:04:33 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ scout-jaxws-module ---
04:04:33 [INFO] 
04:04:33 [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-rules) @ scout-jaxws-module ---
04:04:33 [INFO] Skipping Rule Enforcement.
04:04:33 [INFO] 
04:04:33 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ scout-jaxws-module ---
04:04:33 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.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-10.0_continuous/scout-jaxws-module/../target/jacoco-all.exec
04:04:33 [INFO] 
04:04:33 [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ scout-jaxws-module ---
04:04:33 [INFO] 
04:04:33 [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ scout-jaxws-module ---
04:04:33 [INFO] 
04:04:33 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ scout-jaxws-module ---
04:04:33 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:04:33 [INFO] Copying 7 resources
04:04:33 [INFO] Copying 2 resources
04:04:33 [INFO] 
04:04:33 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ scout-jaxws-module ---
04:04:33 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:04:33 [INFO] Copying 2 resources
04:04:33 [INFO] 
04:04:33 [INFO] --- maven-archetype-plugin:3.1.2:jar (default-jar) @ scout-jaxws-module ---
04:04:33 [INFO] Building archetype jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/scout-jaxws-module/target/scout-jaxws-module-10.0.0-SNAPSHOT
04:04:33 [INFO] 
04:04:33 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ scout-jaxws-module ---
04:04:33 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/scout-jaxws-module/target/scout-jaxws-module-10.0.0-SNAPSHOT-tests.jar
04:04:33 [INFO] 
04:04:33 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ scout-jaxws-module ---
04:04:33 [INFO] No sources in project. Archive not created.
04:04:33 [INFO] 
04:04:33 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ scout-jaxws-module ---
04:04:33 [INFO] No sources in project. Archive not created.
04:04:33 [INFO] 
04:04:33 [INFO] --- maven-archetype-plugin:3.1.2:integration-test (default-integration-test) @ scout-jaxws-module ---
04:04:33 [INFO] Processing Archetype IT project: basic
04:04:33 [INFO] ----------------------------------------------------------------------------
04:04:33 [INFO] Using following parameters for creating project from Archetype: scout-jaxws-module:10.0.0-SNAPSHOT
04:04:33 [INFO] ----------------------------------------------------------------------------
04:04:33 [INFO] Parameter: groupId, Value: org.eclipse.scout.apps
04:04:33 [INFO] Parameter: artifactId, Value: helloworld.server.jaxws
04:04:33 [INFO] Parameter: version, Value: 1.0.0-SNAPSHOT
04:04:33 [INFO] Parameter: package, Value: org.eclipse.scout.apps.helloworld
04:04:33 [INFO] Parameter: packageInPathFormat, Value: org/eclipse/scout/apps/helloworld
04:04:33 [INFO] Parameter: package, Value: org.eclipse.scout.apps.helloworld
04:04:33 [INFO] Parameter: displayName, Value: My Application
04:04:33 [INFO] Parameter: groupId, Value: org.eclipse.scout.apps
04:04:33 [INFO] Parameter: artifactId, Value: helloworld.server.jaxws
04:04:33 [INFO] Parameter: version, Value: 1.0.0-SNAPSHOT
04:04:33 [INFO] Parameter: parentArtifactId, Value: helloworld
04:04:33 [WARNING] CP Don't override file /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/scout-jaxws-module/target/test-classes/projects/basic/project/helloworld.server.jaxws/src/main/resources/META-INF/scout.xml
04:04:33 [INFO] Project created from Archetype in dir: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/scout-jaxws-module/target/test-classes/projects/basic/project/helloworld.server.jaxws
04:04:33 [INFO] 
04:04:33 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ scout-jaxws-module ---
04:04:33 [INFO] Checking compile classpath
04:04:33 [INFO] Checking runtime classpath
04:04:33 [INFO] Checking test classpath
04:04:33 [INFO] 
04:04:33 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ scout-jaxws-module ---
04:04:33 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/scout-jaxws-module/target/scout-jaxws-module-10.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/.repository/org/eclipse/scout/archetypes/scout-jaxws-module/10.0.0-SNAPSHOT/scout-jaxws-module-10.0.0-SNAPSHOT.jar
04:04:33 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/scout-jaxws-module/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/.repository/org/eclipse/scout/archetypes/scout-jaxws-module/10.0.0-SNAPSHOT/scout-jaxws-module-10.0.0-SNAPSHOT.pom
04:04:33 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/scout-jaxws-module/target/scout-jaxws-module-10.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/.repository/org/eclipse/scout/archetypes/scout-jaxws-module/10.0.0-SNAPSHOT/scout-jaxws-module-10.0.0-SNAPSHOT-tests.jar
04:04:33 [INFO] 
04:04:33 [INFO] --- maven-archetype-plugin:3.1.2:update-local-catalog (default-update-local-catalog) @ scout-jaxws-module ---
04:04:33 [INFO] 
04:04:33 [INFO] -----------< org.eclipse.scout.archetypes:scout-hellojs-app >-----------
04:04:33 [INFO] Building ScoutJS Sample Application 10.0.0-SNAPSHOT               [3/15]
04:04:33 [INFO] --------------------------[ maven-archetype ]---------------------------
04:04:33 [INFO] 
04:04:33 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ scout-hellojs-app ---
04:04:33 [INFO] 
04:04:33 [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-rules) @ scout-hellojs-app ---
04:04:33 [INFO] Skipping Rule Enforcement.
04:04:33 [INFO] 
04:04:33 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ scout-hellojs-app ---
04:04:33 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.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-10.0_continuous/scout-hellojs-app/../target/jacoco-all.exec
04:04:33 [INFO] 
04:04:33 [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ scout-hellojs-app ---
04:04:33 [INFO] 
04:04:33 [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ scout-hellojs-app ---
04:04:33 [INFO] 
04:04:33 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ scout-hellojs-app ---
04:04:33 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:04:33 [INFO] Copying 157 resources
04:04:33 [INFO] Copying 2 resources
04:04:33 [INFO] 
04:04:33 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ scout-hellojs-app ---
04:04:33 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:04:33 [INFO] Copying 2 resources
04:04:33 [INFO] 
04:04:33 [INFO] --- maven-archetype-plugin:3.1.2:jar (default-jar) @ scout-hellojs-app ---
04:04:33 [INFO] Building archetype jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/scout-hellojs-app/target/scout-hellojs-app-10.0.0-SNAPSHOT
04:04:33 [INFO] 
04:04:33 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ scout-hellojs-app ---
04:04:33 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/scout-hellojs-app/target/scout-hellojs-app-10.0.0-SNAPSHOT-tests.jar
04:04:33 [INFO] 
04:04:33 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ scout-hellojs-app ---
04:04:33 [INFO] No sources in project. Archive not created.
04:04:33 [INFO] 
04:04:33 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ scout-hellojs-app ---
04:04:33 [INFO] No sources in project. Archive not created.
04:04:33 [INFO] 
04:04:33 [INFO] --- maven-archetype-plugin:3.1.2:integration-test (default-integration-test) @ scout-hellojs-app ---
04:04:33 [INFO] Processing Archetype IT project: basic
04:04:33 [INFO] ----------------------------------------------------------------------------
04:04:33 [INFO] Using following parameters for creating project from Archetype: scout-hellojs-app:10.0.0-SNAPSHOT
04:04:33 [INFO] ----------------------------------------------------------------------------
04:04:33 [INFO] Parameter: groupId, Value: org.eclipse.scout.apps
04:04:33 [INFO] Parameter: artifactId, Value: hellojs
04:04:33 [INFO] Parameter: version, Value: 1.0.0-SNAPSHOT
04:04:33 [INFO] Parameter: package, Value: org.eclipse.scout.apps.hellojs
04:04:33 [INFO] Parameter: packageInPathFormat, Value: org/eclipse/scout/apps/hellojs
04:04:33 [INFO] Parameter: package, Value: org.eclipse.scout.apps.hellojs
04:04:33 [INFO] Parameter: debug, Value: false
04:04:33 [INFO] Parameter: displayName, Value: My Application
04:04:33 [INFO] Parameter: javaVersion, Value: 1.8
04:04:33 [INFO] Parameter: groupId, Value: org.eclipse.scout.apps
04:04:33 [INFO] Parameter: simpleArtifactName, Value: hellojs
04:04:33 [INFO] Parameter: artifactId, Value: hellojs
04:04:33 [INFO] Parameter: scoutAuthPublicKeyDev, Value: changeme_database_password
04:04:33 [INFO] Parameter: version, Value: 1.0.0-SNAPSHOT
04:04:33 [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs/pom.xml
04:04:33 [WARNING] Don't override file /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs/pom.xml
04:04:33 [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.api/pom.xml
04:04:33 [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.app/pom.xml
04:04:33 [WARNING] Don't override file /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.app/src/main/resources/WebContent/favicon/manifest.json
04:04:33 [WARNING] Don't override file /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.app/src/main/resources/WebContent/popup-window.js
04:04:33 [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.app.dev/pom.xml
04:04:33 [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.app.war/pom.xml
04:04:33 [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.core/pom.xml
04:04:33 [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.core.test/pom.xml
04:04:33 [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.data/pom.xml
04:04:33 [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.db/pom.xml
04:04:33 [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.persistence/pom.xml
04:04:33 [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.persistence.test/pom.xml
04:04:33 [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.ui/pom.xml
04:04:33 [WARNING] Don't override file /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.ui/src/main/js/App.js
04:04:33 [WARNING] Don't override file /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.ui/src/main/js/desktop/DataOutline.js
04:04:33 [WARNING] Don't override file /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.ui/src/main/js/desktop/DataOutlineModel.js
04:04:33 [WARNING] Don't override file /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.ui/src/main/js/desktop/Desktop.js
04:04:33 [WARNING] Don't override file /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.ui/src/main/js/desktop/DesktopModel.js
04:04:33 [WARNING] Don't override file /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.ui/src/main/js/index.js
04:04:33 [WARNING] Don't override file /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.ui/src/main/js/objectFactories.js
04:04:33 [WARNING] Don't override file /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.ui/src/main/js/person/Person.js
04:04:33 [WARNING] Don't override file /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.ui/src/main/js/person/PersonForm.js
04:04:33 [WARNING] Don't override file /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.ui/src/main/js/person/PersonFormModel.js
04:04:33 [WARNING] Don't override file /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.ui/src/main/js/person/PersonRepository.js
04:04:33 [WARNING] Don't override file /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.ui/src/main/js/person/PersonRestriction.js
04:04:33 [WARNING] Don't override file /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.ui/src/main/js/person/PersonSearchForm.js
04:04:33 [WARNING] Don't override file /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.ui/src/main/js/person/PersonSearchFormModel.js
04:04:33 [WARNING] Don't override file /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.ui/src/main/js/person/PersonTablePage.js
04:04:33 [WARNING] Don't override file /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.ui/src/main/js/person/PersonTablePageModel.js
04:04:33 [WARNING] Don't override file /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.ui/src/main/js/repository/Repository.js
04:04:33 [WARNING] Don't override file /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.ui/src/test/js/person/PersonFormSpec.js
04:04:33 [WARNING] Don't override file /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.ui/src/test/js/person/PersonSpec.js
04:04:33 [WARNING] Don't override file /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.ui/src/test/js/test-index.js
04:04:33 [INFO] Executing META-INF/archetype-post-generate.groovy post-generation script
04:04:34 [INFO] Project created from Archetype in dir: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs
04:04:34 [INFO] 
04:04:34 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ scout-hellojs-app ---
04:04:34 [INFO] Checking compile classpath
04:04:34 [INFO] Checking runtime classpath
04:04:34 [INFO] Checking test classpath
04:04:34 [INFO] 
04:04:34 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ scout-hellojs-app ---
04:04:34 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/scout-hellojs-app/target/scout-hellojs-app-10.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/.repository/org/eclipse/scout/archetypes/scout-hellojs-app/10.0.0-SNAPSHOT/scout-hellojs-app-10.0.0-SNAPSHOT.jar
04:04:34 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/scout-hellojs-app/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/.repository/org/eclipse/scout/archetypes/scout-hellojs-app/10.0.0-SNAPSHOT/scout-hellojs-app-10.0.0-SNAPSHOT.pom
04:04:34 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/scout-hellojs-app/target/scout-hellojs-app-10.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/.repository/org/eclipse/scout/archetypes/scout-hellojs-app/10.0.0-SNAPSHOT/scout-hellojs-app-10.0.0-SNAPSHOT-tests.jar
04:04:34 [INFO] 
04:04:34 [INFO] --- maven-archetype-plugin:3.1.2:update-local-catalog (default-update-local-catalog) @ scout-hellojs-app ---
04:04:34 [INFO] 
04:04:34 [INFO] ------------< org.eclipse.scout.sdk:org.eclipse.scout.sdk >-------------
04:04:34 [INFO] Building Eclipse Scout SDK 10.0.0-SNAPSHOT                        [4/15]
04:04:34 [INFO] --------------------------------[ pom ]---------------------------------
04:04:34 [INFO] 
04:04:34 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk ---
04:04:34 [INFO] 
04:04:34 [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-rules) @ org.eclipse.scout.sdk ---
04:04:34 [INFO] Skipping Rule Enforcement.
04:04:34 [INFO] 
04:04:34 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk ---
04:04:34 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.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-10.0_continuous/org.eclipse.scout.sdk/../org.eclipse.scout.sdk/target/jacoco-all.exec
04:04:34 [INFO] 
04:04:34 [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk ---
04:04:34 [INFO] 
04:04:34 [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk ---
04:04:34 [INFO] 
04:04:34 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk ---
04:04:34 [INFO] Skipping packaging of the test-jar
04:04:34 [INFO] 
04:04:34 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk ---
04:04:34 [INFO] 
04:04:34 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk ---
04:04:34 [INFO] 
04:04:34 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk ---
04:04:34 [INFO] Checking compile classpath
04:04:34 [INFO] Checking runtime classpath
04:04:34 [INFO] Checking test classpath
04:04:34 [INFO] 
04:04:34 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk ---
04:04:34 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk/10.0.0-SNAPSHOT/org.eclipse.scout.sdk-10.0.0-SNAPSHOT.pom
04:04:34 [INFO] 
04:04:34 [INFO] ----------< org.eclipse.scout.sdk:org.eclipse.scout.sdk.core >----------
04:04:34 [INFO] Building org.eclipse.scout.sdk:org.eclipse.scout.sdk.core 10.0.0-SNAPSHOT [5/15]
04:04:34 [INFO] --------------------------------[ jar ]---------------------------------
04:04:35 [INFO] 
04:04:35 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.core ---
04:04:35 [INFO] 
04:04:35 [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-rules) @ org.eclipse.scout.sdk.core ---
04:04:35 [INFO] Skipping Rule Enforcement.
04:04:35 [INFO] 
04:04:35 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk.core ---
04:04:35 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.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-10.0_continuous/org.eclipse.scout.sdk.core/../org.eclipse.scout.sdk/target/jacoco-all.exec
04:04:35 [INFO] 
04:04:35 [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.core ---
04:04:35 [INFO] 
04:04:35 [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.core ---
04:04:35 [INFO] 
04:04:35 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.core ---
04:04:35 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:04:35 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.core/src/main/resources
04:04:35 [INFO] Copying 2 resources
04:04:35 [INFO] 
04:04:35 [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.core ---
04:04:40 [INFO] Changes detected - recompiling the module!
04:04:40 [INFO] Compiling 174 source files to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.core/target/classes
04:04:43 [INFO] 
04:04:43 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.core ---
04:04:43 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:04:43 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.core/src/test/resources
04:04:43 [INFO] 
04:04:43 [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.core ---
04:04:43 [INFO] No sources to compile
04:04:43 [INFO] 
04:04:43 [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.core ---
04:04:44 [INFO] No tests to run.
04:04:44 [INFO] 
04:04:44 [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ org.eclipse.scout.sdk.core ---
04:04:45 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.core/target/org.eclipse.scout.sdk.core-10.0.0-SNAPSHOT.jar
04:04:45 [INFO] 
04:04:45 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.core ---
04:04:45 [INFO] Skipping packaging of the test-jar
04:04:45 [INFO] 
04:04:45 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.core ---
04:04:45 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.core/target/org.eclipse.scout.sdk.core-10.0.0-SNAPSHOT-sources.jar
04:04:45 [INFO] 
04:04:45 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.core ---
04:04:45 [INFO] No sources in project. Archive not created.
04:04:45 [INFO] 
04:04:45 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.core ---
04:04:45 [INFO] Checking compile classpath
04:04:45 [INFO] Checking runtime classpath
04:04:45 [INFO] Checking test classpath
04:04:45 [INFO] 
04:04:45 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.core ---
04:04:45 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.core/target/org.eclipse.scout.sdk.core-10.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.core-10.0.0-SNAPSHOT.jar
04:04:45 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.core/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.core-10.0.0-SNAPSHOT.pom
04:04:45 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.core/target/org.eclipse.scout.sdk.core-10.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.core-10.0.0-SNAPSHOT-sources.jar
04:04:45 [INFO] 
04:04:45 [INFO] --------< org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.ecj >--------
04:04:45 [INFO] Building org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.ecj 10.0.0-SNAPSHOT [6/15]
04:04:45 [INFO] --------------------------------[ jar ]---------------------------------
04:04:45 [INFO] 
04:04:45 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.core.ecj ---
04:04:45 [INFO] 
04:04:45 [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-rules) @ org.eclipse.scout.sdk.core.ecj ---
04:04:45 [INFO] Skipping Rule Enforcement.
04:04:45 [INFO] 
04:04:45 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk.core.ecj ---
04:04:45 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.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-10.0_continuous/org.eclipse.scout.sdk.core.ecj/../org.eclipse.scout.sdk/target/jacoco-all.exec
04:04:45 [INFO] 
04:04:45 [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.core.ecj ---
04:04:45 [INFO] 
04:04:45 [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.core.ecj ---
04:04:45 [INFO] 
04:04:45 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.core.ecj ---
04:04:45 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:04:45 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.core.ecj/src/main/resources
04:04:45 [INFO] Copying 2 resources
04:04:45 [INFO] 
04:04:45 [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.core.ecj ---
04:04:45 [INFO] Changes detected - recompiling the module!
04:04:45 [INFO] Compiling 44 source files to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.core.ecj/target/classes
04:04:46 [WARNING] /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.core.ecj/src/main/java/org/eclipse/scout/sdk/core/model/ecj/EcjAstCompiler.java:[52] 
04:04:46 	super(nameEnv, proceedWithAllProblems(), opts, new EmptyCompilerRequestor(), new CollectingProblemFactory(), new PrintWriter(new SdkLogWriter()), null);
04:04:46 	                                                                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
04:04:46 Potential resource leak: '<unassigned Closeable value>' may not be closed
04:04:46 [WARNING] /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.core.ecj/src/main/java/org/eclipse/scout/sdk/core/model/ecj/SpiWithEcjUtils.java:[107] 
04:04:46 	return result;
04:04:46 	^^^^^^^^^^^^^^
04:04:46 Potential resource leak: 'env' may not be closed at this location
04:04:46 [WARNING] /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.core.ecj/src/main/java/org/eclipse/scout/sdk/core/model/ecj/SpiWithEcjUtils.java:[437] 
04:04:46 	return result;
04:04:46 	^^^^^^^^^^^^^^
04:04:46 Potential resource leak: 'env' may not be closed at this location
04:04:46 3 problems (3 warnings)
04:04:46 [INFO] 
04:04:46 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.core.ecj ---
04:04:46 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:04:46 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.core.ecj/src/test/resources
04:04:46 [INFO] 
04:04:46 [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.core.ecj ---
04:04:46 [INFO] No sources to compile
04:04:46 [INFO] 
04:04:46 [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.core.ecj ---
04:04:46 [INFO] No tests to run.
04:04:46 [INFO] 
04:04:46 [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ org.eclipse.scout.sdk.core.ecj ---
04:04:46 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.core.ecj/target/org.eclipse.scout.sdk.core.ecj-10.0.0-SNAPSHOT.jar
04:04:46 [INFO] 
04:04:46 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.core.ecj ---
04:04:46 [INFO] Skipping packaging of the test-jar
04:04:46 [INFO] 
04:04:46 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.core.ecj ---
04:04:46 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.core.ecj/target/org.eclipse.scout.sdk.core.ecj-10.0.0-SNAPSHOT-sources.jar
04:04:46 [INFO] 
04:04:46 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.core.ecj ---
04:04:46 [INFO] No sources in project. Archive not created.
04:04:46 [INFO] 
04:04:46 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.core.ecj ---
04:04:46 [INFO] Checking compile classpath
04:04:46 [INFO] Checking runtime classpath
04:04:46 [INFO] Checking test classpath
04:04:46 [INFO] 
04:04:46 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.core.ecj ---
04:04:46 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.core.ecj/target/org.eclipse.scout.sdk.core.ecj-10.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.ecj/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.ecj-10.0.0-SNAPSHOT.jar
04:04:46 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.core.ecj/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.ecj/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.ecj-10.0.0-SNAPSHOT.pom
04:04:46 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.core.ecj/target/org.eclipse.scout.sdk.core.ecj-10.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.ecj/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.ecj-10.0.0-SNAPSHOT-sources.jar
04:04:46 [INFO] 
04:04:46 [INFO] -------< org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.test >--------
04:04:46 [INFO] Building org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.test 10.0.0-SNAPSHOT [7/15]
04:04:46 [INFO] --------------------------------[ jar ]---------------------------------
04:04:48 [INFO] 
04:04:48 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.core.test ---
04:04:48 [INFO] 
04:04:48 [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-rules) @ org.eclipse.scout.sdk.core.test ---
04:04:48 [INFO] Skipping Rule Enforcement.
04:04:48 [INFO] 
04:04:48 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk.core.test ---
04:04:48 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.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-10.0_continuous/org.eclipse.scout.sdk.core.test/../org.eclipse.scout.sdk/target/jacoco-all.exec
04:04:48 [INFO] 
04:04:48 [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.core.test ---
04:04:48 [INFO] 
04:04:48 [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.core.test ---
04:04:48 [INFO] 
04:04:48 [INFO] --- build-helper-maven-plugin:3.0.0:add-test-source (add-test-source) @ org.eclipse.scout.sdk.core.test ---
04:04:48 [INFO] Test Source directory: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.core.test/src/test/fixture added.
04:04:48 [INFO] 
04:04:48 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.core.test ---
04:04:48 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:04:48 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.core.test/src/main/resources
04:04:48 [INFO] Copying 2 resources
04:04:48 [INFO] 
04:04:48 [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.core.test ---
04:04:48 [INFO] Changes detected - recompiling the module!
04:04:48 [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.core.test/target/classes
04:04:48 [INFO] 
04:04:48 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.core.test ---
04:04:48 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:04:48 [INFO] Copying 33 resources
04:04:48 [INFO] 
04:04:48 [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.core.test ---
04:04:48 [INFO] Changes detected - recompiling the module!
04:04:48 [INFO] Compiling 123 source files to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.core.test/target/test-classes
04:04:49 [WARNING] /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.core.test/src/test/java/org/eclipse/scout/sdk/core/model/ecj/JavaEnvironmentWithEcjTest.java:[45] 
04:04:49 	JavaEnvironmentWithEcj closedEnv = createClosedJavaEnvironment();
04:04:49 	                       ^^^^^^^^^
04:04:49 Potential resource leak: 'closedEnv' may not be closed
04:04:49 2. INFO in /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.core.test/src/test/java/org/eclipse/scout/sdk/core/model/ecj/JavaEnvironmentWithEcjTest.java (at line 76)
04:04:49 	private static <T> T fieldValue(Object instance, String fieldName, @SuppressWarnings("unused") Class<T> type) throws ReflectiveOperationException {
04:04:49 	                                                                                     ^^^^^^^^
04:04:49 At least one of the problems in category 'unused' is not analysed due to a compiler option being ignored
04:04:49 3. INFO in /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.core.test/src/test/java/org/eclipse/scout/sdk/core/generator/compilationunit/CompilationUnitPathTest.java (at line 52)
04:04:49 	assertFalse(a.equals(""));
04:04:49 	                     ^^
04:04:49 Unlikely argument type for equals(): String seems to be unrelated to CompilationUnitPath
04:04:49 4. INFO in /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.core.test/src/test/java/org/eclipse/scout/sdk/core/generator/properties/PropertiesGeneratorTest.java (at line 87)
04:04:49 	assertFalse(generator.equals(""));
04:04:49 	                             ^^
04:04:49 Unlikely argument type for equals(): String seems to be unrelated to PropertiesGenerator
04:04:49 4 problems (0 errors, 1 warning, 1 info)
04:04:49 [INFO] 
04:04:49 [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.core.test ---
04:04:50 [INFO] 
04:04:50 [INFO] -------------------------------------------------------
04:04:50 [INFO]  T E S T S
04:04:50 [INFO] -------------------------------------------------------
04:04:52 [INFO] Running org.eclipse.scout.sdk.core.util.visitor.DepthFirstVisitorTypeAdapterTest
04:04:52 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.eclipse.scout.sdk.core.util.visitor.DepthFirstVisitorTypeAdapterTest
04:04:52 [INFO] Running org.eclipse.scout.sdk.core.util.visitor.DepthFirstTraversalTest
04:04:52 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.scout.sdk.core.util.visitor.DepthFirstTraversalTest
04:04:52 [INFO] Running org.eclipse.scout.sdk.core.util.visitor.BreadthFirstTraversalTest
04:04:52 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.sdk.core.util.visitor.BreadthFirstTraversalTest
04:04:52 [INFO] Running org.eclipse.scout.sdk.core.util.XmlTest
04:04:52 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.135 s - in org.eclipse.scout.sdk.core.util.XmlTest
04:04:52 [INFO] Running org.eclipse.scout.sdk.core.util.StringsTest
04:04:52 [INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.eclipse.scout.sdk.core.util.StringsTest
04:04:52 [INFO] Running org.eclipse.scout.sdk.core.util.StreamUtilsTest
04:04:52 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.scout.sdk.core.util.StreamUtilsTest
04:04:52 [INFO] Running org.eclipse.scout.sdk.core.util.SourceStateTest
04:04:52 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.scout.sdk.core.util.SourceStateTest
04:04:52 [INFO] Running org.eclipse.scout.sdk.core.util.SdkExceptionTest
04:04:52 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.sdk.core.util.SdkExceptionTest
04:04:52 [INFO] Running org.eclipse.scout.sdk.core.util.PropertySupportTest
04:04:52 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s - in org.eclipse.scout.sdk.core.util.PropertySupportTest
04:04:52 [INFO] Running org.eclipse.scout.sdk.core.util.JavaTypesTest
04:04:53 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.106 s - in org.eclipse.scout.sdk.core.util.JavaTypesTest
04:04:53 [INFO] Running org.eclipse.scout.sdk.core.util.FinalValueTest
04:04:53 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.scout.sdk.core.util.FinalValueTest
04:04:53 [INFO] Running org.eclipse.scout.sdk.core.util.EnsureTest
04:04:53 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.scout.sdk.core.util.EnsureTest
04:04:53 [INFO] Running org.eclipse.scout.sdk.core.util.CoreUtilsTest
04:04:53 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.eclipse.scout.sdk.core.util.CoreUtilsTest
04:04:53 [INFO] Running org.eclipse.scout.sdk.core.util.CompositeObjectTest
04:04:53 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.scout.sdk.core.util.CompositeObjectTest
04:04:53 [INFO] Running org.eclipse.scout.sdk.core.testing.ApiTestGeneratorTest
04:04:53 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.127 s - in org.eclipse.scout.sdk.core.testing.ApiTestGeneratorTest
04:04:53 [INFO] Running org.eclipse.scout.sdk.core.model.spi.internal.metavalue.MetaValueFactoryTest
04:04:54 [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s - in org.eclipse.scout.sdk.core.model.spi.internal.metavalue.MetaValueFactoryTest
04:04:54 [INFO] Running org.eclipse.scout.sdk.core.model.ecj.TypeNameDescriptorTest
04:04:54 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.sdk.core.model.ecj.TypeNameDescriptorTest
04:04:54 [INFO] Running org.eclipse.scout.sdk.core.model.ecj.SameCompositeObjectTest
04:04:54 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.sdk.core.model.ecj.SameCompositeObjectTest
04:04:54 [INFO] Running org.eclipse.scout.sdk.core.model.ecj.JreInfoTest
04:04:54 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.sdk.core.model.ecj.JreInfoTest
04:04:54 [INFO] Running org.eclipse.scout.sdk.core.model.ecj.JavaEnvironmentWithEcjTest
04:04:54 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.eclipse.scout.sdk.core.model.ecj.JavaEnvironmentWithEcjTest
04:04:54 [INFO] Running org.eclipse.scout.sdk.core.model.ecj.JavaEnvironmentWithEcjBuilderTest
04:04:54 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.626 s - in org.eclipse.scout.sdk.core.model.ecj.JavaEnvironmentWithEcjBuilderTest
04:04:54 [INFO] Running org.eclipse.scout.sdk.core.model.ecj.ClasspathBuilderTest
04:04:54 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.scout.sdk.core.model.ecj.ClasspathBuilderTest
04:04:54 [INFO] Running org.eclipse.scout.sdk.core.model.api.spliterator.WrappingSpliteratorTest
04:04:54 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s - in org.eclipse.scout.sdk.core.model.api.spliterator.WrappingSpliteratorTest
04:04:54 [INFO] Running org.eclipse.scout.sdk.core.model.api.spliterator.SuperTypeHierarchySpliteratorTest
04:04:54 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s - in org.eclipse.scout.sdk.core.model.api.spliterator.SuperTypeHierarchySpliteratorTest
04:04:54 [INFO] Running org.eclipse.scout.sdk.core.model.api.spliterator.InnerTypeSpliteratorTest
04:04:54 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.scout.sdk.core.model.api.spliterator.InnerTypeSpliteratorTest
04:04:54 [INFO] Running org.eclipse.scout.sdk.core.model.api.spliterator.HierarchicalSpliteratorTest
04:04:54 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s - in org.eclipse.scout.sdk.core.model.api.spliterator.HierarchicalSpliteratorTest
04:04:54 [INFO] Running org.eclipse.scout.sdk.core.model.api.query.QueryTest
04:04:55 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s - in org.eclipse.scout.sdk.core.model.api.query.QueryTest
04:04:55 [INFO] Running org.eclipse.scout.sdk.core.model.api.TypeTest
04:04:55 [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.155 s - in org.eclipse.scout.sdk.core.model.api.TypeTest
04:04:55 [INFO] Running org.eclipse.scout.sdk.core.model.api.TypeParameterTest
04:04:55 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s - in org.eclipse.scout.sdk.core.model.api.TypeParameterTest
04:04:55 [INFO] Running org.eclipse.scout.sdk.core.model.api.SourceRangeTest
04:04:55 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in org.eclipse.scout.sdk.core.model.api.SourceRangeTest
04:04:55 [INFO] Running org.eclipse.scout.sdk.core.model.api.PropertyBeanTest
04:04:55 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.scout.sdk.core.model.api.PropertyBeanTest
04:04:55 [INFO] Running org.eclipse.scout.sdk.core.model.api.PrimitiveTypeTest
04:04:55 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.scout.sdk.core.model.api.PrimitiveTypeTest
04:04:55 [INFO] Running org.eclipse.scout.sdk.core.model.api.PackageTest
04:04:55 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.eclipse.scout.sdk.core.model.api.PackageTest
04:04:55 [INFO] Running org.eclipse.scout.sdk.core.model.api.MethodTest
04:04:55 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 s - in org.eclipse.scout.sdk.core.model.api.MethodTest
04:04:55 [INFO] Running org.eclipse.scout.sdk.core.model.api.MethodParameterTest
04:04:55 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s - in org.eclipse.scout.sdk.core.model.api.MethodParameterTest
04:04:55 [INFO] Running org.eclipse.scout.sdk.core.model.api.ManagedAnnotationTest
04:04:55 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s - in org.eclipse.scout.sdk.core.model.api.ManagedAnnotationTest
04:04:55 [INFO] Running org.eclipse.scout.sdk.core.model.api.JavaEnvironmentTest
04:04:55 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s - in org.eclipse.scout.sdk.core.model.api.JavaEnvironmentTest
04:04:55 [INFO] Running org.eclipse.scout.sdk.core.model.api.JavaElementVisitorTest
04:04:55 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 s - in org.eclipse.scout.sdk.core.model.api.JavaElementVisitorTest
04:04:55 [INFO] Running org.eclipse.scout.sdk.core.model.api.ImportDeclarationTest
04:04:55 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.scout.sdk.core.model.api.ImportDeclarationTest
04:04:55 [INFO] Running org.eclipse.scout.sdk.core.model.api.GenericMethodTest
04:04:55 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.scout.sdk.core.model.api.GenericMethodTest
04:04:55 [INFO] Running org.eclipse.scout.sdk.core.model.api.FieldTest
04:04:55 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 s - in org.eclipse.scout.sdk.core.model.api.FieldTest
04:04:55 [INFO] Running org.eclipse.scout.sdk.core.model.api.CreateAndOverrideNewCompilationUnitTest
04:04:55 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 s - in org.eclipse.scout.sdk.core.model.api.CreateAndOverrideNewCompilationUnitTest
04:04:55 [INFO] Running org.eclipse.scout.sdk.core.model.api.CompilationUnitTest
04:04:55 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.eclipse.scout.sdk.core.model.api.CompilationUnitTest
04:04:55 [INFO] Running org.eclipse.scout.sdk.core.model.api.ClasspathEntryTest
04:04:55 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.scout.sdk.core.model.api.ClasspathEntryTest
04:04:55 [INFO] Running org.eclipse.scout.sdk.core.model.api.ArrayTypeTest
04:04:55 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.scout.sdk.core.model.api.ArrayTypeTest
04:04:55 [INFO] Running org.eclipse.scout.sdk.core.model.api.ArrayMetaValueTest
04:04:55 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.scout.sdk.core.model.api.ArrayMetaValueTest
04:04:55 [INFO] Running org.eclipse.scout.sdk.core.model.api.AnnotationWithCompileErrorTest
04:04:56 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s - in org.eclipse.scout.sdk.core.model.api.AnnotationWithCompileErrorTest
04:04:56 [INFO] Running org.eclipse.scout.sdk.core.model.api.AnnotationTest
04:04:56 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s - in org.eclipse.scout.sdk.core.model.api.AnnotationTest
04:04:56 [INFO] Running org.eclipse.scout.sdk.core.model.api.AnnotationSourceTest
04:04:56 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s - in org.eclipse.scout.sdk.core.model.api.AnnotationSourceTest
04:04:56 [INFO] Running org.eclipse.scout.sdk.core.model.api.AnnotationQueryTest
04:04:56 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.eclipse.scout.sdk.core.model.api.AnnotationQueryTest
04:04:56 [INFO] Running org.eclipse.scout.sdk.core.model.api.AnnotationElementTest
04:04:56 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s - in org.eclipse.scout.sdk.core.model.api.AnnotationElementTest
04:04:56 [INFO] Running org.eclipse.scout.sdk.core.log.SdkLogTest
04:04:56 1970-01-01 02:00:00.000 [SEVERE]  Unable to parse log level 'aa'. Fallback to default: 'WARNING'.
04:04:56 java.lang.IllegalArgumentException: Bad level "aa"
04:04:56 	at java.logging/java.util.logging.Level.parse(Level.java:517)
04:04:56 	at org.eclipse.scout.sdk.core.log.SdkLog.parseLevel(SdkLog.java:320)
04:04:56 	at org.eclipse.scout.sdk.core.log.SdkLogTest.testParseLevel(SdkLogTest.java:137)
04:04:56 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:04:56 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:04:56 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:04:56 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
04:04:56 	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:686)
04:04:56 	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
04:04:56 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
04:04:56 	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149)
04:04:56 	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140)
04:04:56 	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84)
04:04:56 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor$$Lambda$193/0x000000001c8d3710.apply(Unknown Source)
04:04:56 	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
04:04:56 	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall$$Lambda$194/0x000000001c8d3bb0.apply(Unknown Source)
04:04:56 	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
04:04:56 	at org.junit.jupiter.engine.execution.ExecutableInvoker$$Lambda$313/0x000000001c9e96d0.apply(Unknown Source)
04:04:56 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
04:04:56 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
04:04:56 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
04:04:56 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
04:04:56 	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104)
04:04:56 	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98)
04:04:56 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:212)
04:04:56 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor$$Lambda$325/0x000000001c9ef250.execute(Unknown Source)
04:04:56 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
04:04:56 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:208)
04:04:56 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:137)
04:04:56 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:71)
04:04:56 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:135)
04:04:56 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$260/0x000000001c9cf7a0.execute(Unknown Source)
04:04:56 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
04:04:56 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
04:04:56 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$259/0x000000001c9ceaa0.invoke(Unknown Source)
04:04:56 	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
04:04:56 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
04:04:56 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$258/0x000000001c9ce630.execute(Unknown Source)
04:04:56 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
04:04:56 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
04:04:56 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
04:04:56 	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService$$Lambda$264/0x000000001c979240.accept(Unknown Source)
04:04:56 	at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
04:04:56 	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
04:04:56 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139)
04:04:56 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$260/0x000000001c9cf7a0.execute(Unknown Source)
04:04:56 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
04:04:56 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
04:04:56 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$259/0x000000001c9ceaa0.invoke(Unknown Source)
04:04:56 	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
04:04:56 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
04:04:56 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$258/0x000000001c9ce630.execute(Unknown Source)
04:04:56 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
04:04:56 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
04:04:56 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
04:04:56 	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService$$Lambda$264/0x000000001c979240.accept(Unknown Source)
04:04:56 	at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
04:04:56 	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
04:04:56 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139)
04:04:56 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$260/0x000000001c9cf7a0.execute(Unknown Source)
04:04:56 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
04:04:56 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
04:04:56 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$259/0x000000001c9ceaa0.invoke(Unknown Source)
04:04:56 	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
04:04:56 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
04:04:56 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$258/0x000000001c9ce630.execute(Unknown Source)
04:04:56 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
04:04:56 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
04:04:56 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
04:04:56 	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32)
04:04:56 	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
04:04:56 	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51)
04:04:56 	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:248)
04:04:56 	at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$5(DefaultLauncher.java:211)
04:04:56 	at org.junit.platform.launcher.core.DefaultLauncher$$Lambda$226/0x000000001c974d40.accept(Unknown Source)
04:04:56 	at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:226)
04:04:56 	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:199)
04:04:56 	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:132)
04:04:56 	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:142)
04:04:56 	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117)
04:04:56 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
04:04:56 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
04:04:56 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
04:04:56 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
04:04:56 MessageFormatter: Failed toString() invocation on an object of type [org.eclipse.scout.sdk.core.log.SdkLogTest$ClassWithToStringThrowingNpeFixture]
04:04:56 java.lang.NullPointerException: NPE of test class org.eclipse.scout.sdk.core.log.SdkLogTest
04:04:56 	at org.eclipse.scout.sdk.core.log.SdkLogTest$ClassWithToStringThrowingNpeFixture.toString(SdkLogTest.java:195)
04:04:56 	at org.eclipse.scout.sdk.core.log.MessageFormatter.safeObjectToString(MessageFormatter.java:154)
04:04:56 	at org.eclipse.scout.sdk.core.log.MessageFormatter.toString(MessageFormatter.java:109)
04:04:56 	at org.eclipse.scout.sdk.core.log.MessageFormatter.arrayFormat(MessageFormatter.java:61)
04:04:56 	at org.eclipse.scout.sdk.core.log.SdkLog.log(SdkLog.java:82)
04:04:56 	at org.eclipse.scout.sdk.core.log.SdkLog.error(SdkLog.java:186)
04:04:56 	at org.eclipse.scout.sdk.core.log.SdkLogTest.lambda$0(SdkLogTest.java:143)
04:04:56 	at org.eclipse.scout.sdk.core.log.SdkLogTest$$Lambda$1018/0x000000001d1308d0.run(Unknown Source)
04:04:56 	at org.eclipse.scout.sdk.core.log.SdkLogTest.runWithPrivateLogger(SdkLogTest.java:226)
04:04:56 	at org.eclipse.scout.sdk.core.log.SdkLogTest.testLogOfObjectWithToStringThrowingException(SdkLogTest.java:142)
04:04:56 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:04:56 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:04:56 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:04:56 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
04:04:56 	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:686)
04:04:56 	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
04:04:56 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
04:04:56 	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149)
04:04:56 	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140)
04:04:56 	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84)
04:04:56 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor$$Lambda$193/0x000000001c8d3710.apply(Unknown Source)
04:04:56 	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
04:04:56 	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall$$Lambda$194/0x000000001c8d3bb0.apply(Unknown Source)
04:04:56 	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
04:04:56 	at org.junit.jupiter.engine.execution.ExecutableInvoker$$Lambda$313/0x000000001c9e96d0.apply(Unknown Source)
04:04:56 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
04:04:56 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
04:04:56 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
04:04:56 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
04:04:56 	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104)
04:04:56 	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98)
04:04:56 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:212)
04:04:56 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor$$Lambda$325/0x000000001c9ef250.execute(Unknown Source)
04:04:56 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
04:04:56 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:208)
04:04:56 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:137)
04:04:56 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:71)
04:04:56 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:135)
04:04:56 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$260/0x000000001c9cf7a0.execute(Unknown Source)
04:04:56 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
04:04:56 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
04:04:56 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$259/0x000000001c9ceaa0.invoke(Unknown Source)
04:04:56 	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
04:04:56 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
04:04:56 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$258/0x000000001c9ce630.execute(Unknown Source)
04:04:56 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
04:04:56 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
04:04:56 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
04:04:56 	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService$$Lambda$264/0x000000001c979240.accept(Unknown Source)
04:04:56 	at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
04:04:56 	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
04:04:56 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139)
04:04:56 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$260/0x000000001c9cf7a0.execute(Unknown Source)
04:04:56 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
04:04:56 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
04:04:56 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$259/0x000000001c9ceaa0.invoke(Unknown Source)
04:04:56 	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
04:04:56 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
04:04:56 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$258/0x000000001c9ce630.execute(Unknown Source)
04:04:56 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
04:04:56 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
04:04:56 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
04:04:56 	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService$$Lambda$264/0x000000001c979240.accept(Unknown Source)
04:04:56 	at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
04:04:56 	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
04:04:56 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139)
04:04:56 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$260/0x000000001c9cf7a0.execute(Unknown Source)
04:04:56 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
04:04:56 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
04:04:56 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$259/0x000000001c9ceaa0.invoke(Unknown Source)
04:04:56 	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
04:04:56 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
04:04:56 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$258/0x000000001c9ce630.execute(Unknown Source)
04:04:56 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
04:04:56 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
04:04:56 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
04:04:56 	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32)
04:04:56 	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
04:04:56 	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51)
04:04:56 	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:248)
04:04:56 	at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$5(DefaultLauncher.java:211)
04:04:56 	at org.junit.platform.launcher.core.DefaultLauncher$$Lambda$226/0x000000001c974d40.accept(Unknown Source)
04:04:56 	at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:226)
04:04:56 	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:199)
04:04:56 	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:132)
04:04:56 	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:142)
04:04:56 	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117)
04:04:56 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
04:04:56 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
04:04:56 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
04:04:56 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
04:04:56 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 s - in org.eclipse.scout.sdk.core.log.SdkLogTest
04:04:56 [INFO] Running org.eclipse.scout.sdk.core.imports.TypeReferenceDescriptorTest
04:04:56 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.scout.sdk.core.imports.TypeReferenceDescriptorTest
04:04:56 [INFO] Running org.eclipse.scout.sdk.core.imports.ImportValidatorTest
04:04:56 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s - in org.eclipse.scout.sdk.core.imports.ImportValidatorTest
04:04:56 [INFO] Running org.eclipse.scout.sdk.core.generator.type.TypeGeneratorTest
04:04:56 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 s - in org.eclipse.scout.sdk.core.generator.type.TypeGeneratorTest
04:04:56 [INFO] Running org.eclipse.scout.sdk.core.generator.type.PrimaryTypeGeneratorTest
04:04:56 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.scout.sdk.core.generator.type.PrimaryTypeGeneratorTest
04:04:56 [INFO] Running org.eclipse.scout.sdk.core.generator.transformer.WorkingCopyTransformerTest
04:04:56 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.446 s - in org.eclipse.scout.sdk.core.generator.transformer.WorkingCopyTransformerTest
04:04:56 [INFO] Running org.eclipse.scout.sdk.core.generator.transformer.SimpleWorkingCopyTransformerBuilderTest
04:04:56 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.eclipse.scout.sdk.core.generator.transformer.SimpleWorkingCopyTransformerBuilderTest
04:04:56 [INFO] Running org.eclipse.scout.sdk.core.generator.properties.PropertiesGeneratorTest
04:04:56 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.scout.sdk.core.generator.properties.PropertiesGeneratorTest
04:04:56 [INFO] Running org.eclipse.scout.sdk.core.generator.method.MethodGeneratorTest
04:04:57 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.433 s - in org.eclipse.scout.sdk.core.generator.method.MethodGeneratorTest
04:04:57 [INFO] Running org.eclipse.scout.sdk.core.generator.field.FieldGeneratorTest
04:04:57 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.scout.sdk.core.generator.field.FieldGeneratorTest
04:04:57 [INFO] Running org.eclipse.scout.sdk.core.generator.compilationunit.CompilationUnitPathTest
04:04:57 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 s - in org.eclipse.scout.sdk.core.generator.compilationunit.CompilationUnitPathTest
04:04:57 [INFO] Running org.eclipse.scout.sdk.core.generator.compilationunit.CompilationUnitGeneratorTest
04:04:57 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.scout.sdk.core.generator.compilationunit.CompilationUnitGeneratorTest
04:04:57 [INFO] Running org.eclipse.scout.sdk.core.generator.annotation.AnnotationGeneratorTest
04:04:57 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.scout.sdk.core.generator.annotation.AnnotationGeneratorTest
04:04:57 [INFO] Running org.eclipse.scout.sdk.core.generator.UnicodeTest
04:04:57 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.scout.sdk.core.generator.UnicodeTest
04:04:57 [INFO] Running org.eclipse.scout.sdk.core.generator.SourceModelRoundtripTest
04:04:57 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s - in org.eclipse.scout.sdk.core.generator.SourceModelRoundtripTest
04:04:57 [INFO] Running org.eclipse.scout.sdk.core.generator.PackageGeneratorTest
04:04:57 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s - in org.eclipse.scout.sdk.core.generator.PackageGeneratorTest
04:04:57 [INFO] Running org.eclipse.scout.sdk.core.builder.java.context.JavaBuilderContextTest
04:04:57 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.scout.sdk.core.builder.java.context.JavaBuilderContextTest
04:04:57 [INFO] Running org.eclipse.scout.sdk.core.builder.java.comment.CommentBuilderTest
04:04:57 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.scout.sdk.core.builder.java.comment.CommentBuilderTest
04:04:57 [INFO] Running org.eclipse.scout.sdk.core.builder.StreamSourceBuilderTest
04:04:57 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.scout.sdk.core.builder.StreamSourceBuilderTest
04:04:57 [INFO] Running org.eclipse.scout.sdk.core.builder.SourceCollectorTest
04:04:57 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.scout.sdk.core.builder.SourceCollectorTest
04:04:57 [INFO] 
04:04:57 [INFO] Results:
04:04:57 [INFO] 
04:04:57 [INFO] Tests run: 368, Failures: 0, Errors: 0, Skipped: 0
04:04:57 [INFO] 
04:04:57 [INFO] 
04:04:57 [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ org.eclipse.scout.sdk.core.test ---
04:04:57 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-10.0.0-SNAPSHOT.jar
04:04:57 [INFO] 
04:04:57 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.core.test ---
04:04:57 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-10.0.0-SNAPSHOT-tests.jar
04:04:58 [INFO] 
04:04:58 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.core.test ---
04:04:58 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-10.0.0-SNAPSHOT-sources.jar
04:04:58 [INFO] 
04:04:58 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.core.test ---
04:04:58 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-10.0.0-SNAPSHOT-test-sources.jar
04:04:58 [INFO] 
04:04:58 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.core.test ---
04:04:58 [INFO] Checking compile classpath
04:04:58 [INFO] Checking runtime classpath
04:04:58 [INFO] Checking test classpath
04:04:58 [INFO] 
04:04:58 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.core.test ---
04:04:58 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-10.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.test/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.test-10.0.0-SNAPSHOT.jar
04:04:58 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.core.test/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.test/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.test-10.0.0-SNAPSHOT.pom
04:04:58 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-10.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.test/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.test-10.0.0-SNAPSHOT-tests.jar
04:04:58 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-10.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.test/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.test-10.0.0-SNAPSHOT-sources.jar
04:04:58 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-10.0.0-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.test/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.test-10.0.0-SNAPSHOT-test-sources.jar
04:04:58 [INFO] 
04:04:58 [INFO] ---------< org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s >---------
04:04:58 [INFO] Building org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s 10.0.0-SNAPSHOT [8/15]
04:04:58 [INFO] --------------------------------[ jar ]---------------------------------
04:04:58 [INFO] 
04:04:58 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.core.s ---
04:04:58 [INFO] 
04:04:58 [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-rules) @ org.eclipse.scout.sdk.core.s ---
04:04:58 [INFO] Skipping Rule Enforcement.
04:04:58 [INFO] 
04:04:58 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk.core.s ---
04:04:58 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.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-10.0_continuous/org.eclipse.scout.sdk.core.s/../org.eclipse.scout.sdk/target/jacoco-all.exec
04:04:58 [INFO] 
04:04:58 [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.core.s ---
04:04:58 [INFO] 
04:04:58 [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.core.s ---
04:04:58 [INFO] 
04:04:58 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.core.s ---
04:04:58 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:04:58 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.core.s/src/main/resources
04:04:58 [INFO] Copying 2 resources
04:04:58 [INFO] 
04:04:58 [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.core.s ---
04:04:58 [INFO] Changes detected - recompiling the module!
04:04:58 [INFO] Compiling 107 source files to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.core.s/target/classes
04:04:59 [INFO] 
04:04:59 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.core.s ---
04:04:59 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:04:59 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.core.s/src/test/resources
04:04:59 [INFO] 
04:04:59 [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.core.s ---
04:04:59 [INFO] No sources to compile
04:04:59 [INFO] 
04:04:59 [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.core.s ---
04:04:59 [INFO] No tests to run.
04:04:59 [INFO] 
04:04:59 [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ org.eclipse.scout.sdk.core.s ---
04:04:59 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.core.s/target/org.eclipse.scout.sdk.core.s-10.0.0-SNAPSHOT.jar
04:04:59 [INFO] 
04:04:59 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.core.s ---
04:04:59 [INFO] Skipping packaging of the test-jar
04:04:59 [INFO] 
04:04:59 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.core.s ---
04:04:59 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.core.s/target/org.eclipse.scout.sdk.core.s-10.0.0-SNAPSHOT-sources.jar
04:04:59 [INFO] 
04:04:59 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.core.s ---
04:04:59 [INFO] No sources in project. Archive not created.
04:04:59 [INFO] 
04:04:59 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.core.s ---
04:04:59 [INFO] Checking compile classpath
04:04:59 [INFO] Checking runtime classpath
04:04:59 [INFO] Checking test classpath
04:04:59 [INFO] 
04:04:59 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.core.s ---
04:04:59 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.core.s/target/org.eclipse.scout.sdk.core.s-10.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s-10.0.0-SNAPSHOT.jar
04:04:59 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.core.s/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s-10.0.0-SNAPSHOT.pom
04:04:59 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.core.s/target/org.eclipse.scout.sdk.core.s-10.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s-10.0.0-SNAPSHOT-sources.jar
04:04:59 [INFO] 
04:04:59 [INFO] ------< org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s.test >-------
04:04:59 [INFO] Building org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s.test 10.0.0-SNAPSHOT [9/15]
04:04:59 [INFO] --------------------------------[ jar ]---------------------------------
04:05:15 [INFO] 
04:05:15 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.core.s.test ---
04:05:15 [INFO] 
04:05:15 [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-rules) @ org.eclipse.scout.sdk.core.s.test ---
04:05:15 [INFO] Skipping Rule Enforcement.
04:05:15 [INFO] 
04:05:15 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk.core.s.test ---
04:05:15 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.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-10.0_continuous/org.eclipse.scout.sdk.core.s.test/../org.eclipse.scout.sdk/target/jacoco-all.exec
04:05:15 [INFO] 
04:05:15 [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.core.s.test ---
04:05:15 [INFO] 
04:05:15 [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.core.s.test ---
04:05:15 [INFO] 
04:05:15 [INFO] --- build-helper-maven-plugin:3.0.0:add-test-source (add-test-source) @ org.eclipse.scout.sdk.core.s.test ---
04:05:15 [INFO] Test Source directory: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.core.s.test/src/test/client added.
04:05:15 [INFO] Test Source directory: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.core.s.test/src/test/shared added.
04:05:15 [INFO] 
04:05:15 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.core.s.test ---
04:05:15 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:05:15 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.core.s.test/src/main/resources
04:05:15 [INFO] Copying 2 resources
04:05:15 [INFO] 
04:05:15 [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.core.s.test ---
04:05:15 [INFO] Changes detected - recompiling the module!
04:05:15 [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.core.s.test/target/classes
04:05:15 [INFO] 
04:05:15 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.core.s.test ---
04:05:15 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:05:15 [INFO] Copying 24 resources
04:05:15 [INFO] 
04:05:15 [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.core.s.test ---
04:05:15 [INFO] Changes detected - recompiling the module!
04:05:15 [INFO] Compiling 212 source files to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.core.s.test/target/test-classes
04:05:18 [INFO] 
04:05:18 [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.core.s.test ---
04:05:18 [INFO] 
04:05:18 [INFO] -------------------------------------------------------
04:05:18 [INFO]  T E S T S
04:05:18 [INFO] -------------------------------------------------------
04:05:20 [INFO] Running org.eclipse.scout.sdk.core.s.util.maven.PomTest
04:05:20 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 s - in org.eclipse.scout.sdk.core.s.util.maven.PomTest
04:05:20 [INFO] Running org.eclipse.scout.sdk.core.s.util.maven.MavenBuildTest
04:05:20 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.sdk.core.s.util.maven.MavenBuildTest
04:05:20 [INFO] Running org.eclipse.scout.sdk.core.s.util.ScoutTierTest
04:05:21 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.573 s - in org.eclipse.scout.sdk.core.s.util.ScoutTierTest
04:05:21 [INFO] Running org.eclipse.scout.sdk.core.s.testcase.TestGeneratorTest
04:05:22 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.284 s - in org.eclipse.scout.sdk.core.s.testcase.TestGeneratorTest
04:05:22 [INFO] Running org.eclipse.scout.sdk.core.s.structured.WellformTest
04:05:25 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.783 s - in org.eclipse.scout.sdk.core.s.structured.WellformTest
04:05:25 [INFO] Running org.eclipse.scout.sdk.core.s.permission.PermissionNewOperationTest
04:05:25 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 s - in org.eclipse.scout.sdk.core.s.permission.PermissionNewOperationTest
04:05:25 [INFO] Running org.eclipse.scout.sdk.core.s.page.PageNewOperationTest
04:05:30 [INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.612 s - in org.eclipse.scout.sdk.core.s.page.PageNewOperationTest
04:05:30 [INFO] Running org.eclipse.scout.sdk.core.s.page.PageGeneratorTest
04:05:31 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.204 s - in org.eclipse.scout.sdk.core.s.page.PageGeneratorTest
04:05:31 [INFO] Running org.eclipse.scout.sdk.core.s.nls.query.TranslationKeysQueryTest
04:05:31 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.eclipse.scout.sdk.core.s.nls.query.TranslationKeysQueryTest
04:05:31 [INFO] Running org.eclipse.scout.sdk.core.s.nls.query.MissingTranslationQueryTest
04:05:31 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.358 s - in org.eclipse.scout.sdk.core.s.nls.query.MissingTranslationQueryTest
04:05:31 [INFO] Running org.eclipse.scout.sdk.core.s.nls.properties.TranslationPropertiesFileTest
04:05:31 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.233 s - in org.eclipse.scout.sdk.core.s.nls.properties.TranslationPropertiesFileTest
04:05:31 [INFO] Running org.eclipse.scout.sdk.core.s.nls.properties.PropertiesTranslationStoreTest
04:05:32 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.172 s - in org.eclipse.scout.sdk.core.s.nls.properties.PropertiesTranslationStoreTest
04:05:32 [INFO] Running org.eclipse.scout.sdk.core.s.nls.properties.PropertiesTextProviderServiceTest
04:05:32 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s - in org.eclipse.scout.sdk.core.s.nls.properties.PropertiesTextProviderServiceTest
04:05:32 [INFO] Running org.eclipse.scout.sdk.core.s.nls.WebModuleTranslationStoresTest
04:05:32 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.135 s - in org.eclipse.scout.sdk.core.s.nls.WebModuleTranslationStoresTest
04:05:32 [INFO] Running org.eclipse.scout.sdk.core.s.nls.UiTextContributorTest
04:05:32 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.eclipse.scout.sdk.core.s.nls.UiTextContributorTest
04:05:32 [INFO] Running org.eclipse.scout.sdk.core.s.nls.TranslationStoresTest
04:05:32 2021-02-01 09:05:32.269 [WARNING] Mock for ITranslationStore, hashCode: -715492985 contains no languages! Please check the configuration.
04:05:32 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s - in org.eclipse.scout.sdk.core.s.nls.TranslationStoresTest
04:05:32 [INFO] Running org.eclipse.scout.sdk.core.s.nls.TranslationStoreStackTest
04:05:32 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.482 s - in org.eclipse.scout.sdk.core.s.nls.TranslationStoreStackTest
04:05:32 [INFO] Running org.eclipse.scout.sdk.core.s.nls.TranslationStoreStackEventTest
04:05:32 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s - in org.eclipse.scout.sdk.core.s.nls.TranslationStoreStackEventTest
04:05:32 [INFO] Running org.eclipse.scout.sdk.core.s.nls.TranslationEntryTest
04:05:32 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.scout.sdk.core.s.nls.TranslationEntryTest
04:05:32 [INFO] Running org.eclipse.scout.sdk.core.s.nls.LanguageTest
04:05:32 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.sdk.core.s.nls.LanguageTest
04:05:32 [INFO] Running org.eclipse.scout.sdk.core.s.nls.FilteredTranslationStoreTest
04:05:32 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 s - in org.eclipse.scout.sdk.core.s.nls.FilteredTranslationStoreTest
04:05:32 [INFO] Running org.eclipse.scout.sdk.core.s.lookupcall.LookupCallNewOperationTest
04:05:34 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.341 s - in org.eclipse.scout.sdk.core.s.lookupcall.LookupCallNewOperationTest
04:05:34 [INFO] Running org.eclipse.scout.sdk.core.s.lookupcall.LookupCallGeneratorTest
04:05:34 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 s - in org.eclipse.scout.sdk.core.s.lookupcall.LookupCallGeneratorTest
04:05:34 [INFO] Running org.eclipse.scout.sdk.core.s.jaxws.WebServiceNewOperationTest
04:05:34 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s - in org.eclipse.scout.sdk.core.s.jaxws.WebServiceNewOperationTest
04:05:34 [INFO] Running org.eclipse.scout.sdk.core.s.jaxws.JaxWsUtilsTest
04:05:34 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s - in org.eclipse.scout.sdk.core.s.jaxws.JaxWsUtilsTest
04:05:34 [INFO] Running org.eclipse.scout.sdk.core.s.jaxws.JaxWsModuleNewHelperTest
04:05:34 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.scout.sdk.core.s.jaxws.JaxWsModuleNewHelperTest
04:05:34 [INFO] Running org.eclipse.scout.sdk.core.s.jaxws.EmptyWsdlGeneratorTest
04:05:34 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.sdk.core.s.jaxws.EmptyWsdlGeneratorTest
04:05:34 [INFO] Running org.eclipse.scout.sdk.core.s.form.FormNewOperationTest
04:05:38 [INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.058 s - in org.eclipse.scout.sdk.core.s.form.FormNewOperationTest
04:05:38 [INFO] Running org.eclipse.scout.sdk.core.s.form.FormGeneratorTest
04:05:39 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.364 s - in org.eclipse.scout.sdk.core.s.form.FormGeneratorTest
04:05:39 [INFO] Running org.eclipse.scout.sdk.core.s.environment.SdkFutureTest
04:05:39 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.scout.sdk.core.s.environment.SdkFutureTest
04:05:39 [INFO] Running org.eclipse.scout.sdk.core.s.dto.TableFieldWithIgnoredColumnsTest
04:05:39 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.529 s - in org.eclipse.scout.sdk.core.s.dto.TableFieldWithIgnoredColumnsTest
04:05:39 [INFO] Running org.eclipse.scout.sdk.core.s.dto.TableFieldFormTest
04:05:39 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 s - in org.eclipse.scout.sdk.core.s.dto.TableFieldFormTest
04:05:39 [INFO] Running org.eclipse.scout.sdk.core.s.dto.TableFieldExtensionTest
04:05:39 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.208 s - in org.eclipse.scout.sdk.core.s.dto.TableFieldExtensionTest
04:05:39 [INFO] Running org.eclipse.scout.sdk.core.s.dto.TableFieldBeanTest
04:05:40 2021-02-01 09:05:40.615 [WARNING] Column 'formdata.client.ui.forms.ColumnWithoutTypeForm$MainBox$MyTableField$Table$MyColumn' has no value type.
04:05:40 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.71 s - in org.eclipse.scout.sdk.core.s.dto.TableFieldBeanTest
04:05:40 [INFO] Running org.eclipse.scout.sdk.core.s.dto.SimpleFormTest
04:05:40 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 s - in org.eclipse.scout.sdk.core.s.dto.SimpleFormTest
04:05:40 [INFO] Running org.eclipse.scout.sdk.core.s.dto.ScopeTest
04:05:41 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.251 s - in org.eclipse.scout.sdk.core.s.dto.ScopeTest
04:05:41 [INFO] Running org.eclipse.scout.sdk.core.s.dto.ReplacingPageTest
04:05:41 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 s - in org.eclipse.scout.sdk.core.s.dto.ReplacingPageTest
04:05:41 [INFO] Running org.eclipse.scout.sdk.core.s.dto.ReplacingFormTest
04:05:41 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s - in org.eclipse.scout.sdk.core.s.dto.ReplacingFormTest
04:05:41 [INFO] Running org.eclipse.scout.sdk.core.s.dto.ReplaceWithTemplatesTest
04:05:41 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.367 s - in org.eclipse.scout.sdk.core.s.dto.ReplaceWithTemplatesTest
04:05:41 [INFO] Running org.eclipse.scout.sdk.core.s.dto.ReplaceFormFieldTest
04:05:42 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.548 s - in org.eclipse.scout.sdk.core.s.dto.ReplaceFormFieldTest
04:05:42 [INFO] Running org.eclipse.scout.sdk.core.s.dto.PageBeanDataTest
04:05:42 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.537 s - in org.eclipse.scout.sdk.core.s.dto.PageBeanDataTest
04:05:42 [INFO] Running org.eclipse.scout.sdk.core.s.dto.NestedMultiLevelFormFieldTest
04:05:43 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.383 s - in org.eclipse.scout.sdk.core.s.dto.NestedMultiLevelFormFieldTest
04:05:43 [INFO] Running org.eclipse.scout.sdk.core.s.dto.MixedValueFieldTest
04:05:43 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s - in org.eclipse.scout.sdk.core.s.dto.MixedValueFieldTest
04:05:43 [INFO] Running org.eclipse.scout.sdk.core.s.dto.MasterFieldFormDataTest
04:05:43 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s - in org.eclipse.scout.sdk.core.s.dto.MasterFieldFormDataTest
04:05:43 [INFO] Running org.eclipse.scout.sdk.core.s.dto.ListBoxFormTest
04:05:43 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s - in org.eclipse.scout.sdk.core.s.dto.ListBoxFormTest
04:05:43 [INFO] Running org.eclipse.scout.sdk.core.s.dto.IgnoredFieldsFormTest
04:05:43 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s - in org.eclipse.scout.sdk.core.s.dto.IgnoredFieldsFormTest
04:05:43 [INFO] Running org.eclipse.scout.sdk.core.s.dto.FormWithTemplateTest
04:05:43 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s - in org.eclipse.scout.sdk.core.s.dto.FormWithTemplateTest
04:05:43 [INFO] Running org.eclipse.scout.sdk.core.s.dto.FormWithGroupboxesTest
04:05:43 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s - in org.eclipse.scout.sdk.core.s.dto.FormWithGroupboxesTest
04:05:43 [INFO] Running org.eclipse.scout.sdk.core.s.dto.FormPropertiesTest
04:05:43 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 s - in org.eclipse.scout.sdk.core.s.dto.FormPropertiesTest
04:05:43 [INFO] Running org.eclipse.scout.sdk.core.s.dto.FormFieldMenuTest
04:05:43 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s - in org.eclipse.scout.sdk.core.s.dto.FormFieldMenuTest
04:05:43 [INFO] Running org.eclipse.scout.sdk.core.s.dto.FormDataOrderTest
04:05:43 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s - in org.eclipse.scout.sdk.core.s.dto.FormDataOrderTest
04:05:43 [INFO] Running org.eclipse.scout.sdk.core.s.dto.ExternalTableFieldTest
04:05:43 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s - in org.eclipse.scout.sdk.core.s.dto.ExternalTableFieldTest
04:05:43 [INFO] Running org.eclipse.scout.sdk.core.s.dto.ExternalGroupboxTest
04:05:43 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s - in org.eclipse.scout.sdk.core.s.dto.ExternalGroupboxTest
04:05:43 [INFO] Running org.eclipse.scout.sdk.core.s.dto.ExternalCheckboxFieldTest
04:05:44 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s - in org.eclipse.scout.sdk.core.s.dto.ExternalCheckboxFieldTest
04:05:44 [INFO] Running org.eclipse.scout.sdk.core.s.dto.ExtensionFormDataTest
04:05:44 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.404 s - in org.eclipse.scout.sdk.core.s.dto.ExtensionFormDataTest
04:05:44 [INFO] Running org.eclipse.scout.sdk.core.s.dto.AnnotationCopyTest
04:05:44 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s - in org.eclipse.scout.sdk.core.s.dto.AnnotationCopyTest
04:05:44 [INFO] Running org.eclipse.scout.sdk.core.s.derived.DtoUpdateHandlerTest
04:05:44 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s - in org.eclipse.scout.sdk.core.s.derived.DtoUpdateHandlerTest
04:05:44 [INFO] Running org.eclipse.scout.sdk.core.s.codetype.HugeCodeTypeTest
04:05:46 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.091 s - in org.eclipse.scout.sdk.core.s.codetype.HugeCodeTypeTest
04:05:46 [INFO] Running org.eclipse.scout.sdk.core.s.codetype.CodeTypeNewOperationTest
04:05:46 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.163 s - in org.eclipse.scout.sdk.core.s.codetype.CodeTypeNewOperationTest
04:05:46 [INFO] Running org.eclipse.scout.sdk.core.s.codetype.CodeTypeGeneratorTest
04:05:47 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.144 s - in org.eclipse.scout.sdk.core.s.codetype.CodeTypeGeneratorTest
04:05:47 [INFO] Running org.eclipse.scout.sdk.core.s.annotation.OrderAnnotationTest
04:05:47 2021-02-01 09:05:47.039 [WARNING] The @Order value 100000000000000000 is very large and therefore may not be precise enough. It is recommended to use a lower value.
04:05:47 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.eclipse.scout.sdk.core.s.annotation.OrderAnnotationTest
04:05:47 [INFO] Running org.eclipse.scout.sdk.core.s.ScoutRuntimeTypesTest
04:05:47 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 s - in org.eclipse.scout.sdk.core.s.ScoutRuntimeTypesTest
04:05:47 [INFO] Running org.eclipse.scout.sdk.core.s.ScoutModelHierarchyTest
04:05:47 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.scout.sdk.core.s.ScoutModelHierarchyTest
04:05:47 [INFO] 
04:05:47 [INFO] Results:
04:05:47 [INFO] 
04:05:47 [INFO] Tests run: 243, Failures: 0, Errors: 0, Skipped: 0
04:05:47 [INFO] 
04:05:47 [INFO] 
04:05:47 [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ org.eclipse.scout.sdk.core.s.test ---
04:05:47 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-10.0.0-SNAPSHOT.jar
04:05:47 [INFO] 
04:05:47 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.core.s.test ---
04:05:47 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-10.0.0-SNAPSHOT-tests.jar
04:05:48 [INFO] 
04:05:48 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.core.s.test ---
04:05:48 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-10.0.0-SNAPSHOT-sources.jar
04:05:48 [INFO] 
04:05:48 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.core.s.test ---
04:05:48 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-10.0.0-SNAPSHOT-test-sources.jar
04:05:48 [INFO] 
04:05:48 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.core.s.test ---
04:05:48 [INFO] Checking compile classpath
04:05:48 [INFO] Checking runtime classpath
04:05:48 [INFO] Checking test classpath
04:05:49 [INFO] 
04:05:49 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.core.s.test ---
04:05:49 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-10.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s.test/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s.test-10.0.0-SNAPSHOT.jar
04:05:49 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.core.s.test/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s.test/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s.test-10.0.0-SNAPSHOT.pom
04:05:49 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-10.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s.test/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s.test-10.0.0-SNAPSHOT-tests.jar
04:05:49 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-10.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s.test/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s.test-10.0.0-SNAPSHOT-sources.jar
04:05:49 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-10.0.0-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s.test/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s.test-10.0.0-SNAPSHOT-test-sources.jar
04:05:49 [INFO] 
04:05:49 [INFO] --------< org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e >---------
04:05:49 [INFO] Building org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e 10.0.0-SNAPSHOT [10/15]
04:05:49 [INFO] -------------------------------[ bundle ]-------------------------------
04:05:53 [INFO] 
04:05:53 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.s2e ---
04:05:53 [INFO] 
04:05:53 [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e ---
04:05:53 [INFO] Skipping Rule Enforcement.
04:05:53 [INFO] 
04:05:53 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk.s2e ---
04:05:54 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.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-10.0_continuous/org.eclipse.scout.sdk.s2e/../org.eclipse.scout.sdk/target/jacoco-all.exec
04:05:54 [INFO] 
04:05:54 [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e ---
04:05:54 [INFO] 
04:05:54 [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e ---
04:05:54 [INFO] 
04:05:54 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.s2e ---
04:05:54 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:05:54 [INFO] Copying 2 resources
04:05:54 [INFO] Copying 3 resources
04:05:54 [INFO] 
04:05:54 [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.s2e ---
04:05:54 [INFO] Changes detected - recompiling the module!
04:05:54 [INFO] Compiling 45 source files to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.s2e/target/classes
04:05:56 [WARNING] /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.s2e/src/main/java/org/eclipse/scout/sdk/s2e/environment/EclipseEnvironment.java:[297] 
04:05:56 	return javaEnv.javaProject().getProject().getLocation().toFile().toPath();
04:05:56 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
04:05:56 Potential resource leak: 'javaEnv' may not be closed at this location
04:05:56 1 problem (1 warning)
04:05:56 [INFO] 
04:05:56 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e ---
04:05:56 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:05:56 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.s2e/src/test/resources
04:05:56 [INFO] 
04:05:56 [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e ---
04:05:56 [INFO] No sources to compile
04:05:56 [INFO] 
04:05:56 [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.s2e ---
04:05:56 [INFO] No tests to run.
04:05:56 [INFO] 
04:05:56 [INFO] --- maven-bundle-plugin:4.1.0:bundle (default-bundle) @ org.eclipse.scout.sdk.s2e ---
04:05:58 [INFO] 
04:05:58 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e ---
04:05:58 [INFO] Skipping packaging of the test-jar
04:05:58 [INFO] 
04:05:58 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e ---
04:05:58 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-10.0.0-SNAPSHOT-sources.jar
04:05:58 [INFO] 
04:05:58 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e ---
04:05:58 [INFO] No sources in project. Archive not created.
04:05:58 [INFO] 
04:05:58 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.s2e ---
04:05:58 [INFO] Checking compile classpath
04:05:58 [INFO] Checking runtime classpath
04:05:58 [INFO] Checking test classpath
04:05:58 [INFO] 
04:05:58 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e ---
04:05:58 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-10.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e-10.0.0-SNAPSHOT.jar
04:05:58 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.s2e/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e-10.0.0-SNAPSHOT.pom
04:05:58 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-10.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e-10.0.0-SNAPSHOT-sources.jar
04:05:58 [INFO] 
04:05:58 [INFO] --- maven-bundle-plugin:4.1.0:install (default-install) @ org.eclipse.scout.sdk.s2e ---
04:05:58 [INFO] Local OBR update disabled (enable with -DobrRepository)
04:05:58 [INFO] 
04:05:58 [INFO] ------< org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.test >------
04:05:58 [INFO] Building org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.test 10.0.0-SNAPSHOT [11/15]
04:05:58 [INFO] --------------------------------[ jar ]---------------------------------
04:05:58 [WARNING] The POM for org.eclipse.platform:org.eclipse.swt:jar:3.114.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
04:05:59 [INFO] 
04:05:59 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.s2e.test ---
04:05:59 [INFO] 
04:05:59 [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e.test ---
04:05:59 [INFO] Skipping Rule Enforcement.
04:05:59 [INFO] 
04:05:59 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.test ---
04:05:59 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.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-10.0_continuous/org.eclipse.scout.sdk.s2e.test/../org.eclipse.scout.sdk/target/jacoco-all.exec
04:05:59 [INFO] 
04:05:59 [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.test ---
04:05:59 [INFO] 
04:05:59 [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.test ---
04:05:59 [INFO] 
04:05:59 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.s2e.test ---
04:05:59 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:05:59 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.s2e.test/src/main/resources
04:05:59 [INFO] Copying 2 resources
04:05:59 [INFO] 
04:05:59 [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.s2e.test ---
04:05:59 [INFO] Changes detected - recompiling the module!
04:05:59 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.s2e.test/target/classes
04:05:59 [INFO] 
04:05:59 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.test ---
04:05:59 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:05:59 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.s2e.test/src/test/resources
04:05:59 [INFO] 
04:05:59 [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.test ---
04:05:59 [INFO] Changes detected - recompiling the module!
04:05:59 [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.s2e.test/target/test-classes
04:05:59 [INFO] 
04:05:59 [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.s2e.test ---
04:05:59 [INFO] 
04:05:59 [INFO] -------------------------------------------------------
04:05:59 [INFO]  T E S T S
04:05:59 [INFO] -------------------------------------------------------
04:06:00 [INFO] Running org.eclipse.scout.sdk.s2e.operation.project.ScoutProjectNewOperationTest
04:06:01 2021-02-01 09:06:01.031 [WARNING] Invalid number part (abc) in execution environment JavaSE-abc.
04:06:01 java.lang.IllegalArgumentException: invalid version "abc": non-numeric "abc"
04:06:01 	at org.osgi.framework.Version.parseInt(Version.java:169)
04:06:01 	at org.osgi.framework.Version.<init>(Version.java:126)
04:06:01 	at org.osgi.framework.Version.valueOf(Version.java:255)
04:06:01 	at org.osgi.framework.Version.parseVersion(Version.java:226)
04:06:01 	at org.eclipse.scout.sdk.s2e.operation.project.ScoutProjectNewOperation.execEnvironmentToVersion(ScoutProjectNewOperation.java:163)
04:06:01 	at org.eclipse.scout.sdk.s2e.operation.project.ScoutProjectNewOperationTest.testExecEnvironmentToVersion(ScoutProjectNewOperationTest.java:38)
04:06:01 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:06:01 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:06:01 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:06:01 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
04:06:01 	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:686)
04:06:01 	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
04:06:01 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
04:06:01 	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149)
04:06:01 	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140)
04:06:01 	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84)
04:06:01 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor$$Lambda$180/0x0000000074e28c50.apply(Unknown Source)
04:06:01 	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
04:06:01 	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall$$Lambda$181/0x0000000074e69f20.apply(Unknown Source)
04:06:01 	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
04:06:01 	at org.junit.jupiter.engine.execution.ExecutableInvoker$$Lambda$309/0x0000000074f45db0.apply(Unknown Source)
04:06:01 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
04:06:01 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
04:06:01 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
04:06:01 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
04:06:01 	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104)
04:06:01 	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98)
04:06:01 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:212)
04:06:01 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor$$Lambda$321/0x0000000074f4b850.execute(Unknown Source)
04:06:01 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
04:06:01 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:208)
04:06:01 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:137)
04:06:01 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:71)
04:06:01 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:135)
04:06:01 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$256/0x0000000074f30070.execute(Unknown Source)
04:06:01 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
04:06:01 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
04:06:01 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$255/0x0000000074f2f370.invoke(Unknown Source)
04:06:01 	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
04:06:01 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
04:06:01 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$254/0x0000000074f2ef00.execute(Unknown Source)
04:06:01 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
04:06:01 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
04:06:01 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
04:06:01 	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService$$Lambda$260/0x0000000074aa36a0.accept(Unknown Source)
04:06:01 	at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
04:06:01 	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
04:06:01 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139)
04:06:01 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$256/0x0000000074f30070.execute(Unknown Source)
04:06:01 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
04:06:01 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
04:06:01 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$255/0x0000000074f2f370.invoke(Unknown Source)
04:06:01 	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
04:06:01 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
04:06:01 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$254/0x0000000074f2ef00.execute(Unknown Source)
04:06:01 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
04:06:01 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
04:06:01 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
04:06:01 	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService$$Lambda$260/0x0000000074aa36a0.accept(Unknown Source)
04:06:01 	at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
04:06:01 	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
04:06:01 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139)
04:06:01 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$256/0x0000000074f30070.execute(Unknown Source)
04:06:01 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
04:06:01 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
04:06:01 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$255/0x0000000074f2f370.invoke(Unknown Source)
04:06:01 	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
04:06:01 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
04:06:01 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$254/0x0000000074f2ef00.execute(Unknown Source)
04:06:01 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
04:06:01 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
04:06:01 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
04:06:01 	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32)
04:06:01 	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
04:06:01 	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51)
04:06:01 	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:248)
04:06:01 	at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$5(DefaultLauncher.java:211)
04:06:01 	at org.junit.platform.launcher.core.DefaultLauncher$$Lambda$222/0x0000000074ee4420.accept(Unknown Source)
04:06:01 	at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:226)
04:06:01 	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:199)
04:06:01 	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:132)
04:06:01 	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:142)
04:06:01 	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117)
04:06:01 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
04:06:01 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
04:06:01 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
04:06:01 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
04:06:01 Caused by: java.lang.NumberFormatException: For input string: "abc"
04:06:01 	at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
04:06:01 	at java.base/java.lang.Integer.parseInt(Integer.java:652)
04:06:01 	at java.base/java.lang.Integer.parseInt(Integer.java:770)
04:06:01 	at org.osgi.framework.Version.parseInt(Version.java:167)
04:06:01 	... 86 more
04:06:01 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 s - in org.eclipse.scout.sdk.s2e.operation.project.ScoutProjectNewOperationTest
04:06:01 [INFO] Running org.eclipse.scout.sdk.s2e.environment.WorkingCopyManagerTest
04:06:01 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.sdk.s2e.environment.WorkingCopyManagerTest
04:06:01 [INFO] Running org.eclipse.scout.sdk.s2e.environment.ResourceWriteOperationTest
04:06:01 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.622 s - in org.eclipse.scout.sdk.s2e.environment.ResourceWriteOperationTest
04:06:01 [INFO] Running org.eclipse.scout.sdk.s2e.environment.OperationJobTest
04:06:01 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s - in org.eclipse.scout.sdk.s2e.environment.OperationJobTest
04:06:01 [INFO] Running org.eclipse.scout.sdk.s2e.environment.JobFutureTest
04:06:01 2021-02-01 09:06:01.848 [SEVERE]  
04:06:01 org.eclipse.core.runtime.CoreException: test exception
04:06:01 	at org.eclipse.scout.sdk.s2e.environment.JobFutureTest.testCheckedExceptionResult(JobFutureTest.java:71)
04:06:01 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:06:01 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:06:01 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:06:01 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
04:06:01 	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:686)
04:06:01 	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
04:06:01 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
04:06:01 	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149)
04:06:01 	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140)
04:06:01 	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84)
04:06:01 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor$$Lambda$180/0x0000000074e28c50.apply(Unknown Source)
04:06:01 	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
04:06:01 	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall$$Lambda$181/0x0000000074e69f20.apply(Unknown Source)
04:06:01 	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
04:06:01 	at org.junit.jupiter.engine.execution.ExecutableInvoker$$Lambda$309/0x0000000074f45db0.apply(Unknown Source)
04:06:01 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
04:06:01 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
04:06:01 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
04:06:01 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
04:06:01 	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104)
04:06:01 	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98)
04:06:01 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:212)
04:06:01 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor$$Lambda$321/0x0000000074f4b850.execute(Unknown Source)
04:06:01 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
04:06:01 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:208)
04:06:01 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:137)
04:06:01 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:71)
04:06:01 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:135)
04:06:01 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$256/0x0000000074f30070.execute(Unknown Source)
04:06:01 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
04:06:01 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
04:06:01 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$255/0x0000000074f2f370.invoke(Unknown Source)
04:06:01 	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
04:06:01 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
04:06:01 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$254/0x0000000074f2ef00.execute(Unknown Source)
04:06:01 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
04:06:01 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
04:06:01 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
04:06:01 	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService$$Lambda$260/0x0000000074aa36a0.accept(Unknown Source)
04:06:01 	at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
04:06:01 	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
04:06:01 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139)
04:06:01 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$256/0x0000000074f30070.execute(Unknown Source)
04:06:01 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
04:06:01 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
04:06:01 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$255/0x0000000074f2f370.invoke(Unknown Source)
04:06:01 	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
04:06:01 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
04:06:01 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$254/0x0000000074f2ef00.execute(Unknown Source)
04:06:01 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
04:06:01 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
04:06:01 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
04:06:01 	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService$$Lambda$260/0x0000000074aa36a0.accept(Unknown Source)
04:06:01 	at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
04:06:01 	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
04:06:01 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139)
04:06:01 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$256/0x0000000074f30070.execute(Unknown Source)
04:06:01 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
04:06:01 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
04:06:01 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$255/0x0000000074f2f370.invoke(Unknown Source)
04:06:01 	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
04:06:01 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
04:06:01 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$254/0x0000000074f2ef00.execute(Unknown Source)
04:06:01 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
04:06:01 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
04:06:01 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
04:06:01 	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32)
04:06:01 	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
04:06:01 	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51)
04:06:01 	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:248)
04:06:01 	at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$5(DefaultLauncher.java:211)
04:06:01 	at org.junit.platform.launcher.core.DefaultLauncher$$Lambda$222/0x0000000074ee4420.accept(Unknown Source)
04:06:01 	at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:226)
04:06:01 	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:199)
04:06:01 	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:132)
04:06:01 	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:142)
04:06:01 	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117)
04:06:01 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
04:06:01 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
04:06:01 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
04:06:01 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
04:06:01 Caused by: java.lang.Exception: test exception
04:06:01 	... 82 more
04:06:01 2021-02-01 09:06:01.955 [SEVERE]  
04:06:01 java.lang.RuntimeException: test exception
04:06:01 	at org.eclipse.scout.sdk.s2e.environment.JobFutureTest.testRuntimeExceptionResult(JobFutureTest.java:191)
04:06:01 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:06:01 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:06:01 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:06:01 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
04:06:01 	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:686)
04:06:01 	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
04:06:01 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
04:06:01 	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149)
04:06:01 	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140)
04:06:01 	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84)
04:06:01 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor$$Lambda$180/0x0000000074e28c50.apply(Unknown Source)
04:06:01 	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
04:06:01 	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall$$Lambda$181/0x0000000074e69f20.apply(Unknown Source)
04:06:01 	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
04:06:01 	at org.junit.jupiter.engine.execution.ExecutableInvoker$$Lambda$309/0x0000000074f45db0.apply(Unknown Source)
04:06:01 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
04:06:01 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
04:06:01 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
04:06:01 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
04:06:01 	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104)
04:06:01 	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98)
04:06:01 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:212)
04:06:01 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor$$Lambda$321/0x0000000074f4b850.execute(Unknown Source)
04:06:01 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
04:06:01 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:208)
04:06:01 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:137)
04:06:01 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:71)
04:06:01 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:135)
04:06:01 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$256/0x0000000074f30070.execute(Unknown Source)
04:06:01 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
04:06:01 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
04:06:01 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$255/0x0000000074f2f370.invoke(Unknown Source)
04:06:01 	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
04:06:01 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
04:06:01 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$254/0x0000000074f2ef00.execute(Unknown Source)
04:06:01 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
04:06:01 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
04:06:01 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
04:06:01 	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService$$Lambda$260/0x0000000074aa36a0.accept(Unknown Source)
04:06:01 	at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
04:06:01 	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
04:06:01 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139)
04:06:01 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$256/0x0000000074f30070.execute(Unknown Source)
04:06:01 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
04:06:01 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
04:06:01 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$255/0x0000000074f2f370.invoke(Unknown Source)
04:06:01 	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
04:06:01 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
04:06:01 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$254/0x0000000074f2ef00.execute(Unknown Source)
04:06:01 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
04:06:01 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
04:06:01 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
04:06:01 	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService$$Lambda$260/0x0000000074aa36a0.accept(Unknown Source)
04:06:01 	at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
04:06:01 	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
04:06:01 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139)
04:06:01 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$256/0x0000000074f30070.execute(Unknown Source)
04:06:01 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
04:06:01 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
04:06:01 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$255/0x0000000074f2f370.invoke(Unknown Source)
04:06:01 	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
04:06:01 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
04:06:01 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$254/0x0000000074f2ef00.execute(Unknown Source)
04:06:01 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
04:06:01 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
04:06:01 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
04:06:01 	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32)
04:06:01 	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
04:06:01 	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51)
04:06:01 	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:248)
04:06:01 	at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$5(DefaultLauncher.java:211)
04:06:01 	at org.junit.platform.launcher.core.DefaultLauncher$$Lambda$222/0x0000000074ee4420.accept(Unknown Source)
04:06:01 	at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:226)
04:06:01 	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:199)
04:06:01 	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:132)
04:06:01 	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:142)
04:06:01 	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117)
04:06:01 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
04:06:01 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
04:06:01 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
04:06:01 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
04:06:01 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.229 s - in org.eclipse.scout.sdk.s2e.environment.JobFutureTest
04:06:01 [INFO] Running org.eclipse.scout.sdk.s2e.environment.EclipseEnvironmentTest
04:06:07 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.602 s - in org.eclipse.scout.sdk.s2e.environment.EclipseEnvironmentTest
04:06:07 [INFO] Running org.eclipse.scout.sdk.s2e.environment.CharSequenceInputStreamTest
04:06:07 [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.4 s - in org.eclipse.scout.sdk.s2e.environment.CharSequenceInputStreamTest
04:06:07 [INFO] Running org.eclipse.scout.sdk.s2e.environment.AbstractJobTest
04:06:08 2021-02-01 09:06:08.001 [SEVERE]  
04:06:08 org.eclipse.core.runtime.CoreException: test exception
04:06:08 	at org.eclipse.scout.sdk.s2e.environment.AbstractJobTest$4.execute(AbstractJobTest.java:115)
04:06:08 	at org.eclipse.scout.sdk.s2e.environment.AbstractJob.runInternal(AbstractJob.java:173)
04:06:08 	at org.eclipse.scout.sdk.s2e.environment.AbstractJob.run(AbstractJob.java:138)
04:06:08 	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
04:06:08 2021-02-01 09:06:08.010 [SEVERE]  
04:06:08 java.lang.IllegalArgumentException: test exception
04:06:08 	at org.eclipse.scout.sdk.s2e.environment.AbstractJobTest$5.execute(AbstractJobTest.java:128)
04:06:08 	at org.eclipse.scout.sdk.s2e.environment.AbstractJob.runInternal(AbstractJob.java:173)
04:06:08 	at org.eclipse.scout.sdk.s2e.environment.AbstractJob.run(AbstractJob.java:138)
04:06:08 	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
04:06:08 2021-02-01 09:06:08.011 [FINE]    Job '' finished after 0ms. It has been scheduled by:
04:06:08 	at org.eclipse.scout.sdk.s2e.environment.AbstractJob.run(AbstractJob.java:145)
04:06:08 	at org.eclipse.scout.sdk.s2e.environment.AbstractJobTest.testCallerStackTraceRun(AbstractJobTest.java:77)
04:06:08 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:06:08 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:06:08 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:06:08 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
04:06:08 	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:686)
04:06:08 	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
04:06:08 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
04:06:08 	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149)
04:06:08 	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140)
04:06:08 	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84)
04:06:08 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor$$Lambda$180/0x0000000074e28c50.apply(Unknown Source)
04:06:08 	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
04:06:08 	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall$$Lambda$181/0x0000000074e69f20.apply(Unknown Source)
04:06:08 	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
04:06:08 	at org.junit.jupiter.engine.execution.ExecutableInvoker$$Lambda$309/0x0000000074f45db0.apply(Unknown Source)
04:06:08 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
04:06:08 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
04:06:08 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
04:06:08 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
04:06:08 	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104)
04:06:08 	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98)
04:06:08 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:212)
04:06:08 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor$$Lambda$321/0x0000000074f4b850.execute(Unknown Source)
04:06:08 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
04:06:08 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:208)
04:06:08 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:137)
04:06:08 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:71)
04:06:08 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:135)
04:06:08 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$256/0x0000000074f30070.execute(Unknown Source)
04:06:08 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
04:06:08 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
04:06:08 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$255/0x0000000074f2f370.invoke(Unknown Source)
04:06:08 	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
04:06:08 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
04:06:08 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$254/0x0000000074f2ef00.execute(Unknown Source)
04:06:08 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
04:06:08 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
04:06:08 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
04:06:08 	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService$$Lambda$260/0x0000000074aa36a0.accept(Unknown Source)
04:06:08 	at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
04:06:08 	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
04:06:08 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139)
04:06:08 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$256/0x0000000074f30070.execute(Unknown Source)
04:06:08 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
04:06:08 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
04:06:08 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$255/0x0000000074f2f370.invoke(Unknown Source)
04:06:08 	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
04:06:08 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
04:06:08 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$254/0x0000000074f2ef00.execute(Unknown Source)
04:06:08 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
04:06:08 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
04:06:08 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
04:06:08 	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService$$Lambda$260/0x0000000074aa36a0.accept(Unknown Source)
04:06:08 	at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
04:06:08 	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
04:06:08 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139)
04:06:08 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$256/0x0000000074f30070.execute(Unknown Source)
04:06:08 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
04:06:08 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
04:06:08 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$255/0x0000000074f2f370.invoke(Unknown Source)
04:06:08 	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
04:06:08 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
04:06:08 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$254/0x0000000074f2ef00.execute(Unknown Source)
04:06:08 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
04:06:08 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
04:06:08 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
04:06:08 	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32)
04:06:08 	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
04:06:08 	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51)
04:06:08 	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:248)
04:06:08 	at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$5(DefaultLauncher.java:211)
04:06:08 	at org.junit.platform.launcher.core.DefaultLauncher$$Lambda$222/0x0000000074ee4420.accept(Unknown Source)
04:06:08 	at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:226)
04:06:08 	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:199)
04:06:08 	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:132)
04:06:08 	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:142)
04:06:08 	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117)
04:06:08 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
04:06:08 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
04:06:08 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
04:06:08 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
04:06:08 2021-02-01 09:06:08.014 [FINE]    Job '' finished after 0ms. It has been scheduled by:
04:06:08 	at org.eclipse.scout.sdk.s2e.environment.AbstractJobTest.testCallerStackTraceSchedule(AbstractJobTest.java:54)
04:06:08 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:06:08 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:06:08 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:06:08 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
04:06:08 	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:686)
04:06:08 	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
04:06:08 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
04:06:08 	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149)
04:06:08 	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140)
04:06:08 	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84)
04:06:08 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor$$Lambda$180/0x0000000074e28c50.apply(Unknown Source)
04:06:08 	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
04:06:08 	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall$$Lambda$181/0x0000000074e69f20.apply(Unknown Source)
04:06:08 	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
04:06:08 	at org.junit.jupiter.engine.execution.ExecutableInvoker$$Lambda$309/0x0000000074f45db0.apply(Unknown Source)
04:06:08 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
04:06:08 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
04:06:08 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
04:06:08 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
04:06:08 	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104)
04:06:08 	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98)
04:06:08 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:212)
04:06:08 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor$$Lambda$321/0x0000000074f4b850.execute(Unknown Source)
04:06:08 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
04:06:08 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:208)
04:06:08 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:137)
04:06:08 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:71)
04:06:08 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:135)
04:06:08 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$256/0x0000000074f30070.execute(Unknown Source)
04:06:08 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
04:06:08 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
04:06:08 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$255/0x0000000074f2f370.invoke(Unknown Source)
04:06:08 	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
04:06:08 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
04:06:08 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$254/0x0000000074f2ef00.execute(Unknown Source)
04:06:08 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
04:06:08 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
04:06:08 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
04:06:08 	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService$$Lambda$260/0x0000000074aa36a0.accept(Unknown Source)
04:06:08 	at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
04:06:08 	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
04:06:08 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139)
04:06:08 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$256/0x0000000074f30070.execute(Unknown Source)
04:06:08 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
04:06:08 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
04:06:08 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$255/0x0000000074f2f370.invoke(Unknown Source)
04:06:08 	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
04:06:08 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
04:06:08 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$254/0x0000000074f2ef00.execute(Unknown Source)
04:06:08 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
04:06:08 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
04:06:08 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
04:06:08 	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService$$Lambda$260/0x0000000074aa36a0.accept(Unknown Source)
04:06:08 	at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
04:06:08 	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
04:06:08 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139)
04:06:08 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$256/0x0000000074f30070.execute(Unknown Source)
04:06:08 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
04:06:08 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
04:06:08 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$255/0x0000000074f2f370.invoke(Unknown Source)
04:06:08 	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
04:06:08 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
04:06:08 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$254/0x0000000074f2ef00.execute(Unknown Source)
04:06:08 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
04:06:08 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
04:06:08 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
04:06:08 	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32)
04:06:08 	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
04:06:08 	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51)
04:06:08 	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:248)
04:06:08 	at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$5(DefaultLauncher.java:211)
04:06:08 	at org.junit.platform.launcher.core.DefaultLauncher$$Lambda$222/0x0000000074ee4420.accept(Unknown Source)
04:06:08 	at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:226)
04:06:08 	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:199)
04:06:08 	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:132)
04:06:08 	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:142)
04:06:08 	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117)
04:06:08 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
04:06:08 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
04:06:08 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
04:06:08 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
04:06:08 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 s - in org.eclipse.scout.sdk.s2e.environment.AbstractJobTest
04:06:08 [INFO] Running org.eclipse.scout.sdk.s2e.ApiTest
04:06:08 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.scout.sdk.s2e.ApiTest
04:06:08 [INFO] 
04:06:08 [INFO] Results:
04:06:08 [INFO] 
04:06:08 [INFO] Tests run: 61, Failures: 0, Errors: 0, Skipped: 0
04:06:08 [INFO] 
04:06:08 [INFO] 
04:06:08 [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ org.eclipse.scout.sdk.s2e.test ---
04:06:08 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-10.0.0-SNAPSHOT.jar
04:06:08 [INFO] 
04:06:08 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.test ---
04:06:08 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-10.0.0-SNAPSHOT-tests.jar
04:06:08 [INFO] 
04:06:08 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e.test ---
04:06:08 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-10.0.0-SNAPSHOT-sources.jar
04:06:08 [INFO] 
04:06:08 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.test ---
04:06:08 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-10.0.0-SNAPSHOT-test-sources.jar
04:06:08 [INFO] 
04:06:08 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.s2e.test ---
04:06:08 [INFO] Checking compile classpath
04:06:08 [INFO] Checking runtime classpath
04:06:08 [INFO] Checking test classpath
04:06:08 [INFO] 
04:06:08 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e.test ---
04:06:08 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-10.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.test/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.test-10.0.0-SNAPSHOT.jar
04:06:08 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.s2e.test/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.test/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.test-10.0.0-SNAPSHOT.pom
04:06:08 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-10.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.test/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.test-10.0.0-SNAPSHOT-tests.jar
04:06:08 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-10.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.test/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.test-10.0.0-SNAPSHOT-sources.jar
04:06:08 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-10.0.0-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.test/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.test-10.0.0-SNAPSHOT-test-sources.jar
04:06:08 [INFO] 
04:06:08 [INFO] ------< org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.doc >-------
04:06:08 [INFO] Building org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.doc 10.0.0-SNAPSHOT [12/15]
04:06:08 [INFO] -------------------------------[ bundle ]-------------------------------
04:06:08 [INFO] 
04:06:08 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.s2e.doc ---
04:06:08 [INFO] 
04:06:08 [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e.doc ---
04:06:08 [INFO] Skipping Rule Enforcement.
04:06:08 [INFO] 
04:06:08 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.doc ---
04:06:08 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.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-10.0_continuous/org.eclipse.scout.sdk.s2e.doc/../org.eclipse.scout.sdk/target/jacoco-all.exec
04:06:08 [INFO] 
04:06:08 [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.doc ---
04:06:08 [INFO] 
04:06:08 [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.doc ---
04:06:08 [INFO] 
04:06:08 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.s2e.doc ---
04:06:08 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:06:08 [INFO] Copying 66 resources
04:06:08 [INFO] 
04:06:08 [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.s2e.doc ---
04:06:08 [INFO] Changes detected - recompiling the module!
04:06:08 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.s2e.doc/target/classes
04:06:08 [INFO] 
04:06:08 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.doc ---
04:06:08 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:06:08 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.s2e.doc/src/test/resources
04:06:08 [INFO] 
04:06:08 [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.doc ---
04:06:08 [INFO] No sources to compile
04:06:08 [INFO] 
04:06:08 [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.s2e.doc ---
04:06:08 [INFO] No tests to run.
04:06:08 [INFO] 
04:06:08 [INFO] --- maven-bundle-plugin:4.1.0:bundle (default-bundle) @ org.eclipse.scout.sdk.s2e.doc ---
04:06:09 [INFO] 
04:06:09 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.doc ---
04:06:09 [INFO] Skipping packaging of the test-jar
04:06:09 [INFO] 
04:06:09 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e.doc ---
04:06:09 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-10.0.0-SNAPSHOT-sources.jar
04:06:09 [INFO] 
04:06:09 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.doc ---
04:06:09 [INFO] No sources in project. Archive not created.
04:06:09 [INFO] 
04:06:09 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.s2e.doc ---
04:06:09 [INFO] Checking compile classpath
04:06:09 [INFO] Checking runtime classpath
04:06:09 [INFO] Checking test classpath
04:06:09 [INFO] 
04:06:09 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e.doc ---
04:06:09 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-10.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.doc/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.doc-10.0.0-SNAPSHOT.jar
04:06:09 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.s2e.doc/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.doc/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.doc-10.0.0-SNAPSHOT.pom
04:06:09 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-10.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.doc/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.doc-10.0.0-SNAPSHOT-sources.jar
04:06:09 [INFO] 
04:06:09 [INFO] --- maven-bundle-plugin:4.1.0:install (default-install) @ org.eclipse.scout.sdk.s2e.doc ---
04:06:09 [INFO] Local OBR update disabled (enable with -DobrRepository)
04:06:09 [INFO] 
04:06:09 [INFO] -------< org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.ui >-------
04:06:09 [INFO] Building org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.ui 10.0.0-SNAPSHOT [13/15]
04:06:09 [INFO] -------------------------------[ bundle ]-------------------------------
04:06:18 [INFO] 
04:06:18 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.s2e.ui ---
04:06:18 [INFO] 
04:06:18 [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e.ui ---
04:06:18 [INFO] Skipping Rule Enforcement.
04:06:18 [INFO] 
04:06:18 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.ui ---
04:06:18 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.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-10.0_continuous/org.eclipse.scout.sdk.s2e.ui/../org.eclipse.scout.sdk/target/jacoco-all.exec
04:06:18 [INFO] 
04:06:18 [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.ui ---
04:06:18 [INFO] 
04:06:18 [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.ui ---
04:06:18 [INFO] 
04:06:18 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.s2e.ui ---
04:06:18 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:06:18 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.s2e.ui/src/main/resources
04:06:18 [INFO] Copying 50 resources
04:06:18 [INFO] 
04:06:18 [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.s2e.ui ---
04:06:18 [INFO] Changes detected - recompiling the module!
04:06:18 [INFO] Compiling 168 source files to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.s2e.ui/target/classes
04:06:20 [WARNING] /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.s2e.ui/src/main/java/org/eclipse/scout/sdk/s2e/ui/internal/lookupcall/LookupCallNewWizard.java:[55] 
04:06:20 	@SuppressWarnings("resource")
04:06:20 	                  ^^^^^^^^^^
04:06:20 Unnecessary @SuppressWarnings("resource")
04:06:20 [WARNING] /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.s2e.ui/src/main/java/org/eclipse/scout/sdk/s2e/ui/internal/code/CodeTypeNewWizard.java:[44] 
04:06:20 	@SuppressWarnings("resource")
04:06:20 	                  ^^^^^^^^^^
04:06:20 Unnecessary @SuppressWarnings("resource")
04:06:20 [WARNING] /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.s2e.ui/src/main/java/org/eclipse/scout/sdk/s2e/ui/internal/page/PageNewWizard.java:[56] 
04:06:20 	@SuppressWarnings("resource")
04:06:20 	                  ^^^^^^^^^^
04:06:20 Unnecessary @SuppressWarnings("resource")
04:06:20 [WARNING] /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.s2e.ui/src/main/java/org/eclipse/scout/sdk/s2e/ui/internal/form/FormNewWizard.java:[56] 
04:06:20 	@SuppressWarnings("resource")
04:06:20 	                  ^^^^^^^^^^
04:06:20 Unnecessary @SuppressWarnings("resource")
04:06:20 4 problems (4 warnings)
04:06:20 [INFO] 
04:06:20 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.ui ---
04:06:20 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:06:20 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.s2e.ui/src/test/resources
04:06:20 [INFO] 
04:06:20 [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.ui ---
04:06:20 [INFO] No sources to compile
04:06:20 [INFO] 
04:06:20 [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.s2e.ui ---
04:06:20 [INFO] No tests to run.
04:06:20 [INFO] 
04:06:20 [INFO] --- maven-bundle-plugin:4.1.0:bundle (default-bundle) @ org.eclipse.scout.sdk.s2e.ui ---
04:06:21 [INFO] 
04:06:21 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.ui ---
04:06:21 [INFO] Skipping packaging of the test-jar
04:06:21 [INFO] 
04:06:21 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e.ui ---
04:06:21 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-10.0.0-SNAPSHOT-sources.jar
04:06:21 [INFO] 
04:06:21 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.ui ---
04:06:21 [INFO] No sources in project. Archive not created.
04:06:21 [INFO] 
04:06:21 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.s2e.ui ---
04:06:21 [INFO] Skipping duplicate-finder execution!
04:06:21 [INFO] 
04:06:21 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e.ui ---
04:06:21 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-10.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.ui/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.ui-10.0.0-SNAPSHOT.jar
04:06:21 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.s2e.ui/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.ui/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.ui-10.0.0-SNAPSHOT.pom
04:06:21 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-10.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.ui/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.ui-10.0.0-SNAPSHOT-sources.jar
04:06:21 [INFO] 
04:06:21 [INFO] --- maven-bundle-plugin:4.1.0:install (default-install) @ org.eclipse.scout.sdk.s2e.ui ---
04:06:21 [INFO] Local OBR update disabled (enable with -DobrRepository)
04:06:21 [INFO] 
04:06:21 [INFO] --------< org.eclipse.scout.sdk:org.eclipse.scout.sdk-settings >--------
04:06:21 [INFO] Building org.eclipse.scout.sdk-settings 10.0.0-SNAPSHOT          [14/15]
04:06:21 [INFO] --------------------------------[ jar ]---------------------------------
04:06:21 [INFO] 
04:06:21 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk-settings ---
04:06:21 [INFO] 
04:06:21 [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-rules) @ org.eclipse.scout.sdk-settings ---
04:06:21 [INFO] Skipping Rule Enforcement.
04:06:21 [INFO] 
04:06:21 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk-settings ---
04:06:21 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.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-10.0_continuous/org.eclipse.scout.sdk-settings/../org.eclipse.scout.sdk/target/jacoco-all.exec
04:06:21 [INFO] 
04:06:21 [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk-settings ---
04:06:21 [INFO] 
04:06:21 [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk-settings ---
04:06:21 [INFO] 
04:06:21 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk-settings ---
04:06:21 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:06:21 [INFO] Copying 7 resources
04:06:21 [INFO] 
04:06:21 [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk-settings ---
04:06:21 [INFO] No sources to compile
04:06:21 [INFO] 
04:06:21 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk-settings ---
04:06:21 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:06:21 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk-settings/src/test/resources
04:06:21 [INFO] 
04:06:21 [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk-settings ---
04:06:21 [INFO] No sources to compile
04:06:21 [INFO] 
04:06:21 [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk-settings ---
04:06:21 [INFO] No tests to run.
04:06:21 [INFO] 
04:06:21 [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ org.eclipse.scout.sdk-settings ---
04:06:21 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk-settings/target/org.eclipse.scout.sdk-settings-10.0.0-SNAPSHOT.jar
04:06:21 [INFO] 
04:06:21 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk-settings ---
04:06:21 [INFO] Skipping packaging of the test-jar
04:06:21 [INFO] 
04:06:21 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk-settings ---
04:06:21 [INFO] No sources in project. Archive not created.
04:06:21 [INFO] 
04:06:21 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk-settings ---
04:06:21 [INFO] No sources in project. Archive not created.
04:06:21 [INFO] 
04:06:21 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk-settings ---
04:06:21 [INFO] Checking compile classpath
04:06:21 [INFO] Checking runtime classpath
04:06:21 [INFO] Checking test classpath
04:06:21 [INFO] 
04:06:21 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk-settings ---
04:06:21 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk-settings/target/org.eclipse.scout.sdk-settings-10.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-settings/10.0.0-SNAPSHOT/org.eclipse.scout.sdk-settings-10.0.0-SNAPSHOT.jar
04:06:21 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk-settings/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-settings/10.0.0-SNAPSHOT/org.eclipse.scout.sdk-settings-10.0.0-SNAPSHOT.pom
04:06:21 [INFO] 
04:06:21 [INFO] ----------< org.eclipse.scout.sdk:org.eclipse.scout.sdk-root >----------
04:06:21 [INFO] Building Eclipse Scout SDK 10.0.0-SNAPSHOT                       [15/15]
04:06:21 [INFO] --------------------------------[ pom ]---------------------------------
04:06:21 [INFO] 
04:06:21 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.scout.sdk-root ---
04:06:21 [INFO] 
04:06:21 [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.scout.sdk-root ---
04:06:21 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-root/10.0.0-SNAPSHOT/org.eclipse.scout.sdk-root-10.0.0-SNAPSHOT.pom
04:06:21 [INFO] ------------------------------------------------------------------------
04:06:21 [INFO] Reactor Summary for Eclipse Scout SDK 10.0.0-SNAPSHOT:
04:06:21 [INFO] 
04:06:21 [INFO] Scout Hello World Sample Application ............... SUCCESS [ 24.364 s]
04:06:21 [INFO] Scout JaxWs Module ................................. SUCCESS [  0.069 s]
04:06:21 [INFO] ScoutJS Sample Application ......................... SUCCESS [  0.710 s]
04:06:21 [INFO] Eclipse Scout SDK .................................. SUCCESS [  0.521 s]
04:06:21 [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core ... SUCCESS [ 10.732 s]
04:06:21 [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.ecj SUCCESS [  1.090 s]
04:06:21 [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.test SUCCESS [ 12.062 s]
04:06:21 [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s . SUCCESS [  1.046 s]
04:06:21 [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s.test SUCCESS [ 49.558 s]
04:06:21 [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e  SUCCESS [  9.682 s]
04:06:21 [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.test SUCCESS [  9.970 s]
04:06:21 [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.doc SUCCESS [  0.395 s]
04:06:21 [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.ui SUCCESS [ 12.087 s]
04:06:21 [INFO] org.eclipse.scout.sdk-settings ..................... SUCCESS [  0.041 s]
04:06:21 [INFO] Eclipse Scout SDK .................................. SUCCESS [  0.419 s]
04:06:21 [INFO] ------------------------------------------------------------------------
04:06:21 [INFO] BUILD SUCCESS
04:06:21 [INFO] ------------------------------------------------------------------------
04:06:21 [INFO] Total time:  02:34 min
04:06:21 [INFO] Finished at: 2021-02-01T09:06:21Z
04:06:21 [INFO] ------------------------------------------------------------------------
04:06:21 [WARNING] The requested profile "sign" could not be activated because it does not exist.
04:06:21 [org.eclipse.scout.sdk.branch-10.0_continuous] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -Dbranch=origin/releases/10.0 -Dcbi.jarsigner.skip=true -Dmaven.repo.local=/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/.repository -Dgpg.skip=true clean install -U -B -Dp2 -Peclipse-sign -Dmaster_enforcerCheck_skip=true -DexcludedGroups=IntegrationTest
04:06:22 Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
04:06:22 Maven home: /opt/tools/apache-maven/latest
04:06:22 Java version: 11.0.10, vendor: AdoptOpenJDK, runtime: /opt/java/openjdk
04:06:22 Default locale: en_US, platform encoding: UTF-8
04:06:22 OS name: "linux", version: "3.10.0-1062.el7.x86_64", arch: "amd64", family: "unix"
04:06:23 [INFO] Scanning for projects...
04:06:31 [INFO] Computing target platform for MavenProject: org.eclipse.scout.sdk:org.eclipse.scout.sdk-feature:10.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk-feature/pom.xml
04:06:32 [INFO] Fetching p2.index from http://download.eclipse.org/releases/2020-03/ (122B)
04:06:32 [INFO] Adding repository http://download.eclipse.org/releases/2020-03
04:06:32 [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/2020-03/ (482B)
04:06:32 [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/2020-03/ (482B)
04:06:32 [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/2020-03/ (142B)
04:06:32 [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/2020-03/ (142B)
04:06:32 [INFO] Fetching content.jar from http://download.eclipse.org/technology/epp/packages/2020-03/ (75.25kB)
04:06:32 [INFO] Fetching content.jar from http://download.eclipse.org/technology/epp/packages/2020-03/ (75.25kB)
04:06:33 [INFO] Fetching p2.index from http://download.eclipse.org/releases/2020-03/202003181000/ (142B)
04:06:33 [INFO] Fetching p2.index from http://download.eclipse.org/releases/2020-03/202003181000/ (142B)
04:06:33 [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/2020-03/202003181000/ (826.34kB)
04:06:33 [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/2020-03/202003181000/ (826.34kB)
04:06:35 [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20200831200620/repository/ (134B)
04:06:35 [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20200831200620/repository/ (134B)
04:06:35 [INFO] Adding repository https://download.eclipse.org/tools/orbit/downloads/drops/R20200831200620/repository
04:06:35 [INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/drops/R20200831200620/repository/
04:06:35 [INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/drops/R20200831200620/repository/
04:06:35 [INFO] Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/ (107.42kB)
04:06:35 [INFO] Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/ (107.42kB)
04:06:35 [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/ (172B)
04:06:35 [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/ (172B)
04:06:35 [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/ (89.46kB)
04:06:35 [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/ (89.46kB)
04:06:36 [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/ (134B)
04:06:36 [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/ (134B)
04:06:36 [INFO] Adding repository http://download.eclipse.org/cbi/updates/license
04:06:36 [INFO] Fetching compositeContent.jar from http://download.eclipse.org/cbi/updates/license/ (423B)
04:06:36 [INFO] Fetching compositeContent.jar from http://download.eclipse.org/cbi/updates/license/ (423B)
04:06:36 [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB)
04:06:36 [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB)
04:06:36 [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB)
04:06:36 [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB)
04:06:36 [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B)
04:06:36 [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B)
04:06:36 [INFO] Fetching content.xml.xz from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (3.57kB)
04:06:36 [INFO] Fetching content.xml.xz from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (3.57kB)
04:06:36 [INFO] Resolving dependencies of MavenProject: org.eclipse.scout.sdk:org.eclipse.scout.sdk-feature:10.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk-feature/pom.xml
04:06:39 Feb 01, 2021 9:06:39 AM org.apache.http.impl.execchain.RetryExec execute
04:06:39 INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond
04:06:39 Feb 01, 2021 9:06:39 AM org.apache.http.impl.execchain.RetryExec execute
04:06:39 INFO: Retrying request to {}->http://download.eclipse.org:80
04:06:39 [INFO] Fetching 202003181000&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2020-03/
04:06:39 [INFO] Fetching 202003181000&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2020-03/
04:06:39 [INFO] Fetching com.google.guava_27.1.0.v20190517-1946.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (743.15kB)
04:06:39 [INFO] The user operation is waiting for background work to complete.
04:06:39 [INFO] Fetching com.google.guava_27.1.0.v20190517-1946.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (743.15kB)
04:06:40 [INFO] Unpacking com.google.guava_27.1.0.v20190517-1946...
04:06:40 [INFO] Fetching com.ibm.icu_64.2.0.v20190507-1337.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (9.5MB)
04:06:40 [INFO] The user operation is waiting for background work to complete.
04:06:40 [INFO] Fetching com.ibm.icu_64.2.0.v20190507-1337.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (9.5MB)
04:06:40 [INFO] Unpacking com.ibm.icu_64.2.0.v20190507-1337...
04:06:43 [INFO] Fetching com.jcraft.jsch_0.1.55.v20190404-1902.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (107.05kB)
04:06:43 [INFO] The user operation is waiting for background work to complete.
04:06:43 [INFO] Fetching com.jcraft.jsch_0.1.55.v20190404-1902.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (107.05kB)
04:06:43 [INFO] Unpacking com.jcraft.jsch_0.1.55.v20190404-1902...
04:06:43 [INFO] Fetching com.sun.el_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (62.49kB)
04:06:43 [INFO] The user operation is waiting for background work to complete.
04:06:43 [INFO] Fetching com.sun.el_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (62.49kB)
04:06:43 [INFO] Unpacking com.sun.el_2.2.0.v201303151357...
04:06:43 [INFO] Fetching javax.el_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (33.35kB)
04:06:43 [INFO] The user operation is waiting for background work to complete.
04:06:43 [INFO] Fetching javax.el_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (33.35kB)
04:06:43 [INFO] Unpacking javax.el_2.2.0.v201303151357...
04:06:43 [INFO] Fetching javax.servlet_3.1.0.v201410161800.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (60.2kB)
04:06:43 [INFO] The user operation is waiting for background work to complete.
04:06:43 [INFO] Fetching javax.servlet_3.1.0.v201410161800.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (60.2kB)
04:06:44 [INFO] Unpacking javax.servlet_3.1.0.v201410161800...
04:06:44 [INFO] Fetching javax.annotation_1.2.0.v201602091430.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (21.32kB)
04:06:44 [INFO] The user operation is waiting for background work to complete.
04:06:44 [INFO] Fetching javax.annotation_1.2.0.v201602091430.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (21.32kB)
04:06:44 [INFO] Unpacking javax.annotation_1.2.0.v201602091430...
04:06:44 [INFO] Fetching org.eclipse.osgi_3.15.200.v20200214-1600.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (460.88kB)
04:06:44 [INFO] The user operation is waiting for background work to complete.
04:06:44 [INFO] Fetching org.eclipse.osgi_3.15.200.v20200214-1600.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (460.88kB)
04:06:44 [INFO] Unpacking org.eclipse.osgi_3.15.200.v20200214-1600...
04:06:44 [INFO] Fetching javax.servlet.jsp_2.2.0.v201112011158.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (55.73kB)
04:06:44 [INFO] The user operation is waiting for background work to complete.
04:06:44 [INFO] Fetching javax.servlet.jsp_2.2.0.v201112011158.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (55.73kB)
04:06:44 [INFO] Unpacking javax.servlet.jsp_2.2.0.v201112011158...
04:06:44 [INFO] Fetching javax.xml_1.3.4.v201005080400.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (249kB)
04:06:44 [INFO] Fetching javax.xml_1.3.4.v201005080400.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (249kB)
04:06:44 [INFO] Fetching org.apache.ant_1.10.7.v20190926-0324.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (2.83MB)
04:06:44 [INFO] The user operation is waiting for background work to complete.
04:06:44 [INFO] Fetching org.apache.ant_1.10.7.v20190926-0324.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (2.83MB)
04:06:45 [INFO] Unpacking org.apache.ant_1.10.7.v20190926-0324...
04:06:45 [INFO] Fetching org.apache.batik.constants_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (13.03kB)
04:06:45 [INFO] The user operation is waiting for background work to complete.
04:06:45 [INFO] Fetching org.apache.batik.constants_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (13.03kB)
04:06:45 [INFO] Unpacking org.apache.batik.constants_1.11.0.v20190515-0436...
04:06:45 [INFO] Fetching org.apache.batik.css_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (101.68kB)
04:06:45 [INFO] The user operation is waiting for background work to complete.
04:06:45 [INFO] Fetching org.apache.batik.css_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (101.68kB)
04:06:45 [INFO] Unpacking org.apache.batik.css_1.11.0.v20190515-0436...
04:06:45 [INFO] Fetching org.apache.batik.util_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (63.49kB)
04:06:45 [INFO] The user operation is waiting for background work to complete.
04:06:45 [INFO] Fetching org.apache.batik.util_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (63.49kB)
04:06:45 [INFO] Unpacking org.apache.batik.util_1.11.0.v20190515-0436...
04:06:45 [INFO] Fetching org.apache.batik.i18n_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (14.52kB)
04:06:45 [INFO] The user operation is waiting for background work to complete.
04:06:45 [INFO] Fetching org.apache.batik.i18n_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (14.52kB)
04:06:45 [INFO] Unpacking org.apache.batik.i18n_1.11.0.v20190515-0436...
04:06:45 [INFO] Fetching org.apache.xmlgraphics_2.3.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (258.72kB)
04:06:45 [INFO] The user operation is waiting for background work to complete.
04:06:45 [INFO] Fetching org.apache.xmlgraphics_2.3.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (258.72kB)
04:06:46 [INFO] Unpacking org.apache.xmlgraphics_2.3.0.v20190515-0436...
04:06:46 [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (95.26kB)
04:06:46 [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (95.26kB)
04:06:46 [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (15.35kB)
04:06:46 [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (15.35kB)
04:06:46 [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (35.59kB)
04:06:46 [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (35.59kB)
04:06:46 [INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (82.7kB)
04:06:46 [INFO] The user operation is waiting for background work to complete.
04:06:46 [INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (82.7kB)
04:06:46 [INFO] Unpacking org.apache.commons.io_2.6.0.v20190123-2029...
04:06:46 [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (33.71kB)
04:06:46 [INFO] The user operation is waiting for background work to complete.
04:06:46 [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (33.71kB)
04:06:46 [INFO] Unpacking org.apache.commons.logging_1.2.0.v20180409-1502...
04:06:46 [INFO] Fetching org.apache.felix.gogo.command_1.0.2.v20170914-1324.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (31.52kB)
04:06:46 [INFO] The user operation is waiting for background work to complete.
04:06:46 [INFO] Fetching org.apache.felix.gogo.command_1.0.2.v20170914-1324.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (31.52kB)
04:06:47 [INFO] Unpacking org.apache.felix.gogo.command_1.0.2.v20170914-1324...
04:06:47 [INFO] Fetching org.apache.felix.gogo.runtime_1.1.0.v20180713-1646.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (75.47kB)
04:06:47 [INFO] The user operation is waiting for background work to complete.
04:06:47 [INFO] Fetching org.apache.felix.gogo.runtime_1.1.0.v20180713-1646.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (75.47kB)
04:06:47 [INFO] Unpacking org.apache.felix.gogo.runtime_1.1.0.v20180713-1646...
04:06:47 [INFO] Fetching org.eclipse.osgi.services_3.8.0.v20190206-2147.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (44.03kB)
04:06:47 [INFO] The user operation is waiting for background work to complete.
04:06:47 [INFO] Fetching org.eclipse.osgi.services_3.8.0.v20190206-2147.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (44.03kB)
04:06:47 [INFO] Unpacking org.eclipse.osgi.services_3.8.0.v20190206-2147...
04:06:47 [INFO] Fetching org.apache.felix.gogo.shell_1.1.0.v20180713-1646.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (34.83kB)
04:06:47 [INFO] The user operation is waiting for background work to complete.
04:06:47 [INFO] Fetching org.apache.felix.gogo.shell_1.1.0.v20180713-1646.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (34.83kB)
04:06:47 [INFO] Unpacking org.apache.felix.gogo.shell_1.1.0.v20180713-1646...
04:06:47 [INFO] Fetching org.apache.felix.scr_2.1.16.v20200110-1820.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (155.55kB)
04:06:47 [INFO] The user operation is waiting for background work to complete.
04:06:47 [INFO] Fetching org.apache.felix.scr_2.1.16.v20200110-1820.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (155.55kB)
04:06:47 [INFO] Unpacking org.apache.felix.scr_2.1.16.v20200110-1820...
04:06:47 [INFO] Fetching org.eclipse.osgi.util_3.5.300.v20190708-1141.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (30.65kB)
04:06:47 [INFO] The user operation is waiting for background work to complete.
04:06:47 [INFO] Fetching org.eclipse.osgi.util_3.5.300.v20190708-1141.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (30.65kB)
04:06:47 [INFO] Unpacking org.eclipse.osgi.util_3.5.300.v20190708-1141...
04:06:47 [INFO] Fetching org.apache.jasper.glassfish_2.2.2.v201501141630.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (2.36MB)
04:06:47 [INFO] Fetching org.apache.jasper.glassfish_2.2.2.v201501141630.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (2.36MB)
04:06:48 [INFO] Fetching org.apache.lucene.analyzers-common_8.4.1.v20200122-1459.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (696.23kB)
04:06:48 [INFO] The user operation is waiting for background work to complete.
04:06:48 [INFO] Fetching org.apache.lucene.analyzers-common_8.4.1.v20200122-1459.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (696.23kB)
04:06:48 [INFO] Unpacking org.apache.lucene.analyzers-common_8.4.1.v20200122-1459...
04:06:48 [INFO] Fetching org.apache.lucene.core_8.4.1.v20200122-1459.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (962.55kB)
04:06:48 [INFO] The user operation is waiting for background work to complete.
04:06:48 [INFO] Fetching org.apache.lucene.core_8.4.1.v20200122-1459.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (962.55kB)
04:06:48 [INFO] Unpacking org.apache.lucene.core_8.4.1.v20200122-1459...
04:06:49 [INFO] Fetching org.apache.lucene.analyzers-smartcn_8.4.1.v20200122-1459.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (3.42MB)
04:06:49 [INFO] The user operation is waiting for background work to complete.
04:06:49 [INFO] Fetching org.apache.lucene.analyzers-smartcn_8.4.1.v20200122-1459.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (3.42MB)
04:06:49 [INFO] Unpacking org.apache.lucene.analyzers-smartcn_8.4.1.v20200122-1459...
04:06:49 [INFO] Fetching org.apache.xerces_2.9.0.v201101211617.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (1.29MB)
04:06:50 [INFO] Fetching org.apache.xerces_2.9.0.v201101211617.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (1.29MB)
04:06:50 [INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (45.51kB)
04:06:50 [INFO] The user operation is waiting for background work to complete.
04:06:50 [INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (45.51kB)
04:06:50 [INFO] Unpacking org.apache.xml.resolver_1.2.0.v201005080400...
04:06:50 [INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (122.3kB)
04:06:50 [INFO] The user operation is waiting for background work to complete.
04:06:50 [INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (122.3kB)
04:06:50 [INFO] Unpacking org.apache.xml.serializer_2.7.1.v201005080400...
04:06:50 [INFO] Fetching org.apiguardian_1.1.0.v20190826-0900.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (12.57kB)
04:06:50 [INFO] The user operation is waiting for background work to complete.
04:06:50 [INFO] Fetching org.apiguardian_1.1.0.v20190826-0900.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (12.57kB)
04:06:50 [INFO] Unpacking org.apiguardian_1.1.0.v20190826-0900...
04:06:51 [INFO] Fetching org.eclipse.ant.core_3.5.700.v20191221-1203.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (72.39kB)
04:06:51 [INFO] The user operation is waiting for background work to complete.
04:06:51 [INFO] Fetching org.eclipse.ant.core_3.5.700.v20191221-1203.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (72.39kB)
04:06:51 [INFO] Unpacking org.eclipse.ant.core_3.5.700.v20191221-1203...
04:06:51 [INFO] Fetching org.eclipse.core.variables_3.4.800.v20200120-1101.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (18.03kB)
04:06:51 [INFO] The user operation is waiting for background work to complete.
04:06:51 [INFO] Fetching org.eclipse.core.variables_3.4.800.v20200120-1101.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (18.03kB)
04:06:51 [INFO] Unpacking org.eclipse.core.variables_3.4.800.v20200120-1101...
04:06:51 [INFO] Fetching org.eclipse.core.runtime_3.17.100.v20200203-0917.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (33.69kB)
04:06:51 [INFO] The user operation is waiting for background work to complete.
04:06:51 [INFO] Fetching org.eclipse.core.runtime_3.17.100.v20200203-0917.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (33.69kB)
04:06:51 [INFO] Unpacking org.eclipse.core.runtime_3.17.100.v20200203-0917...
04:06:51 [INFO] Fetching org.eclipse.ant.launching_1.2.800.v20191221-1203.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (101.67kB)
04:06:51 [INFO] The user operation is waiting for background work to complete.
04:06:51 [INFO] Fetching org.eclipse.ant.launching_1.2.800.v20191221-1203.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (101.67kB)
04:06:51 [INFO] Unpacking org.eclipse.ant.launching_1.2.800.v20191221-1203...
04:06:51 [INFO] Fetching org.eclipse.debug.core_3.15.0.v20200224-0654.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (126.21kB)
04:06:51 [INFO] The user operation is waiting for background work to complete.
04:06:51 [INFO] Fetching org.eclipse.debug.core_3.15.0.v20200224-0654.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (126.21kB)
04:06:51 [INFO] Unpacking org.eclipse.debug.core_3.15.0.v20200224-0654...
04:06:51 [INFO] Fetching org.eclipse.jdt.launching_3.17.0.v20200215-0651.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (274.22kB)
04:06:51 [INFO] The user operation is waiting for background work to complete.
04:06:51 [INFO] Fetching org.eclipse.jdt.launching_3.17.0.v20200215-0651.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (274.22kB)
04:06:51 [INFO] Unpacking org.eclipse.jdt.launching_3.17.0.v20200215-0651...
04:06:51 [INFO] Fetching org.eclipse.core.externaltools_1.1.600.v20200216-2241.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (20.79kB)
04:06:51 [INFO] The user operation is waiting for background work to complete.
04:06:51 [INFO] Fetching org.eclipse.core.externaltools_1.1.600.v20200216-2241.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (20.79kB)
04:06:52 [INFO] Unpacking org.eclipse.core.externaltools_1.1.600.v20200216-2241...
04:06:52 [INFO] Fetching org.eclipse.text_3.10.100.v20200217-1239.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (100.66kB)
04:06:52 [INFO] The user operation is waiting for background work to complete.
04:06:52 [INFO] Fetching org.eclipse.text_3.10.100.v20200217-1239.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (100.66kB)
04:06:52 [INFO] Unpacking org.eclipse.text_3.10.100.v20200217-1239...
04:06:52 [INFO] Fetching org.eclipse.jdt.core_3.21.0.v20200304-1404.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (6.72MB)
04:06:52 [INFO] Fetching org.eclipse.jdt.core_3.21.0.v20200304-1404.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (6.72MB)
04:06:52 [INFO] Fetching org.eclipse.core.resources_3.13.700.v20200209-1624.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (873.17kB)
04:06:52 [INFO] Fetching org.eclipse.core.resources_3.13.700.v20200209-1624.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (873.17kB)
04:06:52 [INFO] Fetching org.eclipse.ant.ui_3.7.700.v20200304-2203.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (487.69kB)
04:06:52 [INFO] The user operation is waiting for background work to complete.
04:06:52 [INFO] Fetching org.eclipse.ant.ui_3.7.700.v20200304-2203.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (487.69kB)
04:06:53 [INFO] Unpacking org.eclipse.ant.ui_3.7.700.v20200304-2203...
04:06:53 [INFO] Fetching org.eclipse.core.filesystem_1.7.700.v20200110-1734.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (27.79kB)
04:06:53 [INFO] The user operation is waiting for background work to complete.
04:06:53 [INFO] Fetching org.eclipse.core.filesystem_1.7.700.v20200110-1734.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (27.79kB)
04:06:53 [INFO] Unpacking org.eclipse.core.filesystem_1.7.700.v20200110-1734...
04:06:53 [INFO] Fetching org.eclipse.ui.externaltools_3.4.600.v20200113-1854.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (65.94kB)
04:06:53 [INFO] The user operation is waiting for background work to complete.
04:06:53 [INFO] Fetching org.eclipse.ui.externaltools_3.4.600.v20200113-1854.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (65.94kB)
04:06:53 [INFO] Unpacking org.eclipse.ui.externaltools_3.4.600.v20200113-1854...
04:06:53 [INFO] Fetching org.eclipse.ui_3.116.0.v20200203-1308.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (363.87kB)
04:06:53 [INFO] The user operation is waiting for background work to complete.
04:06:53 [INFO] Fetching org.eclipse.ui_3.116.0.v20200203-1308.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (363.87kB)
04:06:53 [INFO] Unpacking org.eclipse.ui_3.116.0.v20200203-1308...
04:06:53 [INFO] Fetching org.eclipse.ui.console_3.9.100.v20200215-1209.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (85.4kB)
04:06:53 [INFO] The user operation is waiting for background work to complete.
04:06:53 [INFO] Fetching org.eclipse.ui.console_3.9.100.v20200215-1209.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (85.4kB)
04:06:53 [INFO] Unpacking org.eclipse.ui.console_3.9.100.v20200215-1209...
04:06:53 [INFO] Fetching org.eclipse.debug.ui_3.14.400.v20200222-1431.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (1.01MB)
04:06:53 [INFO] The user operation is waiting for background work to complete.
04:06:53 [INFO] Fetching org.eclipse.debug.ui_3.14.400.v20200222-1431.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (1.01MB)
04:06:53 [INFO] Unpacking org.eclipse.debug.ui_3.14.400.v20200222-1431...
04:06:54 [INFO] Fetching org.eclipse.jdt.ui_3.21.0.v20200226-1531.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (3.91MB)
04:06:54 [INFO] The user operation is waiting for background work to complete.
04:06:54 [INFO] Fetching org.eclipse.jdt.ui_3.21.0.v20200226-1531.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (3.91MB)
04:06:54 [INFO] Unpacking org.eclipse.jdt.ui_3.21.0.v20200226-1531...
04:06:56 Feb 01, 2021 9:06:56 AM org.apache.http.impl.execchain.RetryExec execute
04:06:56 INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond
04:06:56 Feb 01, 2021 9:06:56 AM org.apache.http.impl.execchain.RetryExec execute
04:06:56 INFO: Retrying request to {}->http://download.eclipse.org:80
04:06:56 [INFO] Fetching org.eclipse.jdt.debug.ui_3.10.600.v20200220-2022.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (1.66MB)
04:06:56 [INFO] Fetching org.eclipse.jdt.debug.ui_3.10.600.v20200220-2022.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (1.66MB)
04:06:56 [INFO] Fetching org.eclipse.team.core_3.8.900.v20200211-0946.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (126.56kB)
04:06:56 [INFO] The user operation is waiting for background work to complete.
04:06:56 [INFO] Fetching org.eclipse.team.core_3.8.900.v20200211-0946.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (126.56kB)
04:06:56 [INFO] Unpacking org.eclipse.team.core_3.8.900.v20200211-0946...
04:06:56 [INFO] Fetching org.eclipse.ltk.core.refactoring_3.10.400.v20200215-1156.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (107.96kB)
04:06:56 [INFO] The user operation is waiting for background work to complete.
04:06:56 [INFO] Fetching org.eclipse.ltk.core.refactoring_3.10.400.v20200215-1156.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (107.96kB)
04:06:56 [INFO] Unpacking org.eclipse.ltk.core.refactoring_3.10.400.v20200215-1156...
04:06:56 [INFO] Fetching org.eclipse.core.expressions_3.6.700.v20200212-1751.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (33.98kB)
04:06:56 [INFO] The user operation is waiting for background work to complete.
04:06:56 [INFO] Fetching org.eclipse.core.expressions_3.6.700.v20200212-1751.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (33.98kB)
04:06:56 [INFO] Unpacking org.eclipse.core.expressions_3.6.700.v20200212-1751...
04:06:56 [INFO] Fetching org.eclipse.jdt.junit_3.11.700.v20200214-0716.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (235.99kB)
04:06:56 [INFO] The user operation is waiting for background work to complete.
04:06:56 [INFO] Fetching org.eclipse.jdt.junit_3.11.700.v20200214-0716.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (235.99kB)
04:06:57 [INFO] Unpacking org.eclipse.jdt.junit_3.11.700.v20200214-0716...
04:06:57 [INFO] Fetching org.eclipse.compare_3.7.900.v20200129-0902.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (306.39kB)
04:06:57 [INFO] The user operation is waiting for background work to complete.
04:06:57 [INFO] Fetching org.eclipse.compare_3.7.900.v20200129-0902.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (306.39kB)
04:06:57 [INFO] Unpacking org.eclipse.compare_3.7.900.v20200129-0902...
04:06:57 [INFO] Fetching org.eclipse.jface.text_3.16.200.v20200218-0828.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (317.81kB)
04:06:57 [INFO] The user operation is waiting for background work to complete.
04:06:57 [INFO] Fetching org.eclipse.jface.text_3.16.200.v20200218-0828.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (317.81kB)
04:06:57 [INFO] Unpacking org.eclipse.jface.text_3.16.200.v20200218-0828...
04:06:57 [INFO] Fetching org.eclipse.ui.ide_3.17.0.v20200217-1511.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (961.05kB)
04:06:57 [INFO] The user operation is waiting for background work to complete.
04:06:57 [INFO] Fetching org.eclipse.ui.ide_3.17.0.v20200217-1511.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (961.05kB)
04:06:57 [INFO] Unpacking org.eclipse.ui.ide_3.17.0.v20200217-1511...
04:06:58 [INFO] Fetching org.eclipse.ui.views_3.10.200.v20200213-1442.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (48.15kB)
04:06:58 [INFO] The user operation is waiting for background work to complete.
04:06:58 [INFO] Fetching org.eclipse.ui.views_3.10.200.v20200213-1442.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (48.15kB)
04:06:58 [INFO] Unpacking org.eclipse.ui.views_3.10.200.v20200213-1442...
04:06:58 [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.14.100.v20200212-1049.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (233.92kB)
04:06:58 [INFO] The user operation is waiting for background work to complete.
04:06:58 [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.14.100.v20200212-1049.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (233.92kB)
04:06:58 [INFO] Unpacking org.eclipse.ui.workbench.texteditor_3.14.100.v20200212-1049...
04:06:58 [INFO] Fetching org.eclipse.ui.editors_3.13.100.v20200130-1507.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (200.77kB)
04:06:58 [INFO] The user operation is waiting for background work to complete.
04:06:58 [INFO] Fetching org.eclipse.ui.editors_3.13.100.v20200130-1507.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (200.77kB)
04:06:58 [INFO] Unpacking org.eclipse.ui.editors_3.13.100.v20200130-1507...
04:06:58 [INFO] Fetching org.eclipse.ui.forms_3.9.0.v20200213-1442.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (124.26kB)
04:06:58 [INFO] The user operation is waiting for background work to complete.
04:06:58 [INFO] Fetching org.eclipse.ui.forms_3.9.0.v20200213-1442.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (124.26kB)
04:06:58 [INFO] Unpacking org.eclipse.ui.forms_3.9.0.v20200213-1442...
04:06:59 [INFO] Fetching org.eclipse.compare.core_3.6.800.v20191213-2246.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (33.04kB)
04:06:59 [INFO] The user operation is waiting for background work to complete.
04:06:59 [INFO] Fetching org.eclipse.compare.core_3.6.800.v20191213-2246.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (33.04kB)
04:06:59 [INFO] Unpacking org.eclipse.compare.core_3.6.800.v20191213-2246...
04:06:59 [INFO] Fetching org.eclipse.core.commands_3.9.700.v20191217-1850.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (43.01kB)
04:06:59 [INFO] The user operation is waiting for background work to complete.
04:06:59 [INFO] Fetching org.eclipse.core.commands_3.9.700.v20191217-1850.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (43.01kB)
04:06:59 [INFO] Unpacking org.eclipse.core.commands_3.9.700.v20191217-1850...
04:06:59 [INFO] Fetching org.eclipse.equinox.common_3.11.0.v20200206-0817.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (52.7kB)
04:06:59 [INFO] The user operation is waiting for background work to complete.
04:06:59 [INFO] Fetching org.eclipse.equinox.common_3.11.0.v20200206-0817.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (52.7kB)
04:06:59 [INFO] Unpacking org.eclipse.equinox.common_3.11.0.v20200206-0817...
04:06:59 [INFO] Fetching org.eclipse.core.contenttype_3.7.600.v20200124-1609.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (41.5kB)
04:06:59 [INFO] The user operation is waiting for background work to complete.
04:06:59 [INFO] Fetching org.eclipse.core.contenttype_3.7.600.v20200124-1609.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (41.5kB)
04:06:59 [INFO] Unpacking org.eclipse.core.contenttype_3.7.600.v20200124-1609...
04:06:59 [INFO] Fetching org.eclipse.equinox.preferences_3.7.700.v20191213-1901.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (54.37kB)
04:06:59 [INFO] The user operation is waiting for background work to complete.
04:06:59 [INFO] Fetching org.eclipse.equinox.preferences_3.7.700.v20191213-1901.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (54.37kB)
04:06:59 [INFO] Unpacking org.eclipse.equinox.preferences_3.7.700.v20191213-1901...
04:07:00 [INFO] Fetching org.eclipse.equinox.registry_3.8.700.v20200121-1457.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (76.99kB)
04:07:00 [INFO] The user operation is waiting for background work to complete.
04:07:00 [INFO] Fetching org.eclipse.equinox.registry_3.8.700.v20200121-1457.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (76.99kB)
04:07:00 [INFO] Unpacking org.eclipse.equinox.registry_3.8.700.v20200121-1457...
04:07:00 [INFO] Fetching org.eclipse.core.databinding_1.8.0.v20200205-2008.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (55.68kB)
04:07:00 [INFO] The user operation is waiting for background work to complete.
04:07:00 [INFO] Fetching org.eclipse.core.databinding_1.8.0.v20200205-2008.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (55.68kB)
04:07:00 [INFO] Unpacking org.eclipse.core.databinding_1.8.0.v20200205-2008...
04:07:00 [INFO] Fetching org.eclipse.core.databinding.observable_1.9.0.v20200205-2119.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (82.47kB)
04:07:00 [INFO] The user operation is waiting for background work to complete.
04:07:00 [INFO] Fetching org.eclipse.core.databinding.observable_1.9.0.v20200205-2119.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (82.47kB)
04:07:00 [INFO] Unpacking org.eclipse.core.databinding.observable_1.9.0.v20200205-2119...
04:07:00 [INFO] Fetching org.eclipse.core.databinding.property_1.8.0.v20200124-0715.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (44.98kB)
04:07:00 [INFO] The user operation is waiting for background work to complete.
04:07:00 [INFO] Fetching org.eclipse.core.databinding.property_1.8.0.v20200124-0715.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (44.98kB)
04:07:00 [INFO] Unpacking org.eclipse.core.databinding.property_1.8.0.v20200124-0715...
04:07:00 [INFO] Fetching org.eclipse.core.databinding.beans_1.6.100.v20191217-1850.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (26.2kB)
04:07:00 [INFO] The user operation is waiting for background work to complete.
04:07:00 [INFO] Fetching org.eclipse.core.databinding.beans_1.6.100.v20191217-1850.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (26.2kB)
04:07:00 [INFO] Unpacking org.eclipse.core.databinding.beans_1.6.100.v20191217-1850...
04:07:00 [INFO] Fetching org.eclipse.core.filebuffers_3.6.900.v20200117-0616.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (41.39kB)
04:07:00 [INFO] The user operation is waiting for background work to complete.
04:07:00 [INFO] Fetching org.eclipse.core.filebuffers_3.6.900.v20200117-0616.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (41.39kB)
04:07:00 [INFO] Unpacking org.eclipse.core.filebuffers_3.6.900.v20200117-0616...
04:07:01 [INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.300.v20180828-0158.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (11.32kB)
04:07:01 [INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.300.v20180828-0158.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (11.32kB)
04:07:01 [INFO] Fetching org.eclipse.core.jobs_3.10.700.v20200106-1020.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (46.09kB)
04:07:01 [INFO] The user operation is waiting for background work to complete.
04:07:01 [INFO] Fetching org.eclipse.core.jobs_3.10.700.v20200106-1020.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (46.09kB)
04:07:01 [INFO] Unpacking org.eclipse.core.jobs_3.10.700.v20200106-1020...
04:07:01 [INFO] Fetching org.eclipse.core.net_1.3.800.v20200218-0937.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (33.79kB)
04:07:01 [INFO] The user operation is waiting for background work to complete.
04:07:01 [INFO] Fetching org.eclipse.core.net_1.3.800.v20200218-0937.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (33.79kB)
04:07:01 [INFO] Unpacking org.eclipse.core.net_1.3.800.v20200218-0937...
04:07:01 [INFO] Fetching org.eclipse.equinox.security_1.3.500.v20200114-1637.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (44.56kB)
04:07:01 [INFO] The user operation is waiting for background work to complete.
04:07:01 [INFO] Fetching org.eclipse.equinox.security_1.3.500.v20200114-1637.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (44.56kB)
04:07:01 [INFO] Unpacking org.eclipse.equinox.security_1.3.500.v20200114-1637...
04:07:01 [INFO] Fetching org.eclipse.core.net.linux.x86_64_1.2.400.v20190924-1023.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (93.41kB)
04:07:01 [INFO] The user operation is waiting for background work to complete.
04:07:01 [INFO] Fetching org.eclipse.core.net.linux.x86_64_1.2.400.v20190924-1023.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (93.41kB)
04:07:01 [INFO] Unpacking org.eclipse.core.net.linux.x86_64_1.2.400.v20190924-1023...
04:07:01 [INFO] Fetching org.eclipse.equinox.app_1.4.400.v20191212-0743.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (42.13kB)
04:07:01 [INFO] The user operation is waiting for background work to complete.
04:07:01 [INFO] Fetching org.eclipse.equinox.app_1.4.400.v20191212-0743.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (42.13kB)
04:07:01 [INFO] Unpacking org.eclipse.equinox.app_1.4.400.v20191212-0743...
04:07:01 [INFO] Fetching org.eclipse.help_3.8.700.v20191212-1123.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (125.61kB)
04:07:01 [INFO] The user operation is waiting for background work to complete.
04:07:01 [INFO] Fetching org.eclipse.help_3.8.700.v20191212-1123.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (125.61kB)
04:07:02 [INFO] Unpacking org.eclipse.help_3.8.700.v20191212-1123...
04:07:02 [INFO] Fetching org.eclipse.ui.workbench_3.118.0.v20200222-0719.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (1,004.16kB)
04:07:02 [INFO] The user operation is waiting for background work to complete.
04:07:02 [INFO] Fetching org.eclipse.ui.workbench_3.118.0.v20200222-0719.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (1,004.16kB)
04:07:02 [INFO] Unpacking org.eclipse.ui.workbench_3.118.0.v20200222-0719...
04:07:02 [INFO] Fetching org.eclipse.e4.core.commands_0.12.900.v20200110-1732.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (13.76kB)
04:07:02 [INFO] The user operation is waiting for background work to complete.
04:07:02 [INFO] Fetching org.eclipse.e4.core.commands_0.12.900.v20200110-1732.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (13.76kB)
04:07:02 [INFO] Unpacking org.eclipse.e4.core.commands_0.12.900.v20200110-1732...
04:07:02 [INFO] Fetching org.eclipse.e4.core.di_1.7.500.v20190916-2125.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (25.92kB)
04:07:02 [INFO] The user operation is waiting for background work to complete.
04:07:02 [INFO] Fetching org.eclipse.e4.core.di_1.7.500.v20190916-2125.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (25.92kB)
04:07:03 [INFO] Unpacking org.eclipse.e4.core.di_1.7.500.v20190916-2125...
04:07:03 [INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (14.07kB)
04:07:03 [INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (14.07kB)
04:07:03 [INFO] Fetching org.eclipse.e4.core.contexts_1.8.400.v20191217-1710.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (22.66kB)
04:07:03 [INFO] The user operation is waiting for background work to complete.
04:07:03 [INFO] Fetching org.eclipse.e4.core.contexts_1.8.400.v20191217-1710.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (22.66kB)
04:07:03 [INFO] Unpacking org.eclipse.e4.core.contexts_1.8.400.v20191217-1710...
04:07:03 [INFO] Fetching org.eclipse.e4.core.services_2.2.200.v20200127-0814.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (28.2kB)
04:07:03 [INFO] The user operation is waiting for background work to complete.
04:07:03 [INFO] Fetching org.eclipse.e4.core.services_2.2.200.v20200127-0814.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (28.2kB)
04:07:03 [INFO] Unpacking org.eclipse.e4.core.services_2.2.200.v20200127-0814...
04:07:03 [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (7.68kB)
04:07:03 [INFO] The user operation is waiting for background work to complete.
04:07:03 [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (7.68kB)
04:07:03 [INFO] Unpacking org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352...
04:07:03 [INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.500.v20200106-1259.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (7.75kB)
04:07:03 [INFO] The user operation is waiting for background work to complete.
04:07:03 [INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.500.v20200106-1259.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (7.75kB)
04:07:03 [INFO] Unpacking org.eclipse.e4.core.di.extensions_0.15.500.v20200106-1259...
04:07:03 [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.500.v20200106-1259.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (16.67kB)
04:07:03 [INFO] The user operation is waiting for background work to complete.
04:07:03 [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.500.v20200106-1259.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (16.67kB)
04:07:03 [INFO] Unpacking org.eclipse.e4.core.di.extensions.supplier_0.15.500.v20200106-1259...
04:07:03 [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.600.v20191216-0805.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (21.82kB)
04:07:03 [INFO] The user operation is waiting for background work to complete.
04:07:03 [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.600.v20191216-0805.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (21.82kB)
04:07:03 [INFO] Unpacking org.eclipse.e4.emf.xpath_0.2.600.v20191216-0805...
04:07:03 [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (107.16kB)
04:07:03 [INFO] The user operation is waiting for background work to complete.
04:07:03 [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (107.16kB)
04:07:04 [INFO] Unpacking org.apache.commons.jxpath_1.3.0.v200911051830...
04:07:04 [INFO] Fetching org.eclipse.emf.ecore_2.21.0.v20200127-1342.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (485.73kB)
04:07:04 [INFO] The user operation is waiting for background work to complete.
04:07:04 [INFO] Fetching org.eclipse.emf.ecore_2.21.0.v20200127-1342.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (485.73kB)
04:07:04 [INFO] Unpacking org.eclipse.emf.ecore_2.21.0.v20200127-1342...
04:07:04 [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.900.v20200213-1442.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (61.43kB)
04:07:04 [INFO] The user operation is waiting for background work to complete.
04:07:04 [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.900.v20200213-1442.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (61.43kB)
04:07:04 [INFO] Unpacking org.eclipse.e4.ui.workbench.swt_0.14.900.v20200213-1442...
04:07:04 [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.800.v20191216-0805.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (22.97kB)
04:07:04 [INFO] The user operation is waiting for background work to complete.
04:07:04 [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.800.v20191216-0805.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (22.97kB)
04:07:04 [INFO] Unpacking org.eclipse.e4.ui.bindings_0.12.800.v20191216-0805...
04:07:04 [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.700.v20200113-1422.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (111.14kB)
04:07:04 [INFO] The user operation is waiting for background work to complete.
04:07:04 [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.700.v20200113-1422.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (111.14kB)
04:07:04 [INFO] Unpacking org.eclipse.e4.ui.model.workbench_2.1.700.v20200113-1422...
04:07:04 [INFO] Fetching org.eclipse.e4.ui.services_1.3.700.v20190930-1643.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (13.16kB)
04:07:04 [INFO] The user operation is waiting for background work to complete.
04:07:04 [INFO] Fetching org.eclipse.e4.ui.services_1.3.700.v20190930-1643.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (13.16kB)
04:07:05 [INFO] Unpacking org.eclipse.e4.ui.services_1.3.700.v20190930-1643...
04:07:05 [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.1100.v20200217-1217.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (94.67kB)
04:07:05 [INFO] The user operation is waiting for background work to complete.
04:07:05 [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.1100.v20200217-1217.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (94.67kB)
04:07:05 [INFO] Unpacking org.eclipse.e4.ui.workbench.renderers.swt_0.14.1100.v20200217-1217...
04:07:05 [INFO] Fetching org.eclipse.e4.ui.workbench_1.11.200.v20200205-1503.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (85.45kB)
04:07:05 [INFO] The user operation is waiting for background work to complete.
04:07:05 [INFO] Fetching org.eclipse.e4.ui.workbench_1.11.200.v20200205-1503.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (85.45kB)
04:07:05 [INFO] Unpacking org.eclipse.e4.ui.workbench_1.11.200.v20200205-1503...
04:07:05 [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.1000.v20200129-0903.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (65.52kB)
04:07:05 [INFO] The user operation is waiting for background work to complete.
04:07:05 [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.1000.v20200129-0903.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (65.52kB)
04:07:05 [INFO] Unpacking org.eclipse.e4.ui.css.core_0.12.1000.v20200129-0903...
04:07:05 [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.900.v20200203-0840.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (79.02kB)
04:07:05 [INFO] The user operation is waiting for background work to complete.
04:07:05 [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.900.v20200203-0840.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (79.02kB)
04:07:05 [INFO] Unpacking org.eclipse.e4.ui.css.swt_0.13.900.v20200203-0840...
04:07:05 [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (16.71kB)
04:07:05 [INFO] The user operation is waiting for background work to complete.
04:07:05 [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (16.71kB)
04:07:05 [INFO] Unpacking org.w3c.dom.smil_1.0.1.v200903091627...
04:07:05 [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.600.v20200124-0005.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (16.45kB)
04:07:05 [INFO] The user operation is waiting for background work to complete.
04:07:05 [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.600.v20200124-0005.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (16.45kB)
04:07:06 [INFO] Unpacking org.eclipse.e4.ui.css.swt.theme_0.12.600.v20200124-0005...
04:07:06 [INFO] Fetching org.eclipse.e4.ui.di_1.2.800.v20200128-0855.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (9.76kB)
04:07:06 [INFO] The user operation is waiting for background work to complete.
04:07:06 [INFO] Fetching org.eclipse.e4.ui.di_1.2.800.v20200128-0855.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (9.76kB)
04:07:06 [INFO] Unpacking org.eclipse.e4.ui.di_1.2.800.v20200128-0855...
04:07:06 [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.700.v20191222-1048.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (9.45kB)
04:07:06 [INFO] The user operation is waiting for background work to complete.
04:07:06 [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.700.v20191222-1048.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (9.45kB)
04:07:06 [INFO] Unpacking org.eclipse.e4.ui.widgets_1.2.700.v20191222-1048...
04:07:06 [INFO] Fetching org.eclipse.equinox.event_1.5.300.v20191001-1333.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (16.7kB)
04:07:06 [INFO] The user operation is waiting for background work to complete.
04:07:06 [INFO] Fetching org.eclipse.equinox.event_1.5.300.v20191001-1333.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (16.7kB)
04:07:06 [INFO] Unpacking org.eclipse.equinox.event_1.5.300.v20191001-1333...
04:07:06 [INFO] Fetching org.eclipse.equinox.launcher_1.5.700.v20200207-2156.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (29.85kB)
04:07:06 [INFO] The user operation is waiting for background work to complete.
04:07:06 [INFO] Fetching org.eclipse.equinox.launcher_1.5.700.v20200207-2156.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (29.85kB)
04:07:06 [INFO] Unpacking org.eclipse.equinox.launcher_1.5.700.v20200207-2156...
04:07:06 [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.500.v20200211-1505.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (23.81kB)
04:07:06 [INFO] The user operation is waiting for background work to complete.
04:07:06 [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.500.v20200211-1505.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (23.81kB)
04:07:06 [INFO] Unpacking org.eclipse.equinox.simpleconfigurator_1.3.500.v20200211-1505...
04:07:06 [INFO] Fetching org.eclipse.osgi.compatibility.state_1.1.700.v20200207-2156.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (103.36kB)
04:07:06 [INFO] The user operation is waiting for background work to complete.
04:07:06 [INFO] Fetching org.eclipse.osgi.compatibility.state_1.1.700.v20200207-2156.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (103.36kB)
04:07:06 [INFO] Unpacking org.eclipse.osgi.compatibility.state_1.1.700.v20200207-2156...
04:07:06 [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.1100.v20190907-0426.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (69.13kB)
04:07:06 [INFO] The user operation is waiting for background work to complete.
04:07:06 [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.1100.v20190907-0426.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (69.13kB)
04:07:07 [INFO] Unpacking org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.1100.v20190907-0426...
04:07:07 [INFO] Fetching org.eclipse.swt_3.114.0.v20200304-0601.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (16.01kB)
04:07:07 [INFO] The user operation is waiting for background work to complete.
04:07:07 [INFO] Fetching org.eclipse.swt_3.114.0.v20200304-0601.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (16.01kB)
04:07:07 [INFO] Unpacking org.eclipse.swt_3.114.0.v20200304-0601...
04:07:07 [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.114.0.v20200304-0601.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (957.9kB)
04:07:07 [INFO] The user operation is waiting for background work to complete.
04:07:07 [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.114.0.v20200304-0601.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (957.9kB)
04:07:07 [INFO] Unpacking org.eclipse.swt.gtk.linux.x86_64_3.114.0.v20200304-0601...
04:07:07 [INFO] Fetching org.eclipse.jface_3.19.0.v20200218-1607.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (361.89kB)
04:07:07 [INFO] The user operation is waiting for background work to complete.
04:07:07 [INFO] Fetching org.eclipse.jface_3.19.0.v20200218-1607.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (361.89kB)
04:07:07 [INFO] Unpacking org.eclipse.jface_3.19.0.v20200218-1607...
04:07:08 [INFO] Fetching org.eclipse.jface.databinding_1.11.0.v20200205-2119.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (78.02kB)
04:07:08 [INFO] The user operation is waiting for background work to complete.
04:07:08 [INFO] Fetching org.eclipse.jface.databinding_1.11.0.v20200205-2119.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (78.02kB)
04:07:08 [INFO] Unpacking org.eclipse.jface.databinding_1.11.0.v20200205-2119...
04:07:08 [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.400.v20191216-0805.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (13.07kB)
04:07:08 [INFO] The user operation is waiting for background work to complete.
04:07:08 [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.400.v20191216-0805.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (13.07kB)
04:07:08 [INFO] Unpacking org.eclipse.e4.ui.workbench3_0.15.400.v20191216-0805...
04:07:08 [INFO] Fetching org.eclipse.equinox.console_1.4.0.v20190819-1430.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (51.54kB)
04:07:08 [INFO] The user operation is waiting for background work to complete.
04:07:08 [INFO] Fetching org.eclipse.equinox.console_1.4.0.v20190819-1430.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (51.54kB)
04:07:08 [INFO] Unpacking org.eclipse.equinox.console_1.4.0.v20190819-1430...
04:07:08 [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.800.v20191212-1231.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (50.07kB)
04:07:08 [INFO] The user operation is waiting for background work to complete.
04:07:08 [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.800.v20191212-1231.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (50.07kB)
04:07:08 [INFO] Unpacking org.eclipse.e4.ui.workbench.addons.swt_1.3.800.v20191212-1231...
04:07:08 [INFO] Fetching org.eclipse.equinox.bidi_1.2.300.v20191213-1901.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (23.95kB)
04:07:08 [INFO] The user operation is waiting for background work to complete.
04:07:08 [INFO] Fetching org.eclipse.equinox.bidi_1.2.300.v20191213-1901.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (23.95kB)
04:07:08 [INFO] Unpacking org.eclipse.equinox.bidi_1.2.300.v20191213-1901...
04:07:08 [INFO] Fetching org.eclipse.e4.ui.dialogs_1.1.700.v20200201-1719.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (24.04kB)
04:07:08 [INFO] The user operation is waiting for background work to complete.
04:07:08 [INFO] Fetching org.eclipse.e4.ui.dialogs_1.1.700.v20200201-1719.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (24.04kB)
04:07:08 [INFO] Unpacking org.eclipse.e4.ui.dialogs_1.1.700.v20200201-1719...
04:07:08 [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.0.600.v20190627-0755.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (8kB)
04:07:08 [INFO] The user operation is waiting for background work to complete.
04:07:08 [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.0.600.v20190627-0755.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (8kB)
04:07:09 [INFO] Unpacking org.eclipse.e4.ui.swt.gtk_1.0.600.v20190627-0755...
04:07:09 [INFO] Fetching org.eclipse.e4.rcp_4.15.0.v20200304-0601.jar from http://download.eclipse.org/releases/2020-03/202003181000/features/ (20.83kB)
04:07:09 [INFO] Fetching org.eclipse.e4.rcp_4.15.0.v20200304-0601.jar from http://download.eclipse.org/releases/2020-03/202003181000/features/ (20.83kB)
04:07:09 [INFO] Fetching org.eclipse.e4.ui.ide_3.15.0.v20200113-2039.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (8.02kB)
04:07:09 [INFO] The user operation is waiting for background work to complete.
04:07:09 [INFO] Fetching org.eclipse.e4.ui.ide_3.15.0.v20200113-2039.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (8.02kB)
04:07:09 [INFO] Unpacking org.eclipse.e4.ui.ide_3.15.0.v20200113-2039...
04:07:09 [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (51.02kB)
04:07:09 [INFO] The user operation is waiting for background work to complete.
04:07:09 [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (51.02kB)
04:07:09 [INFO] Unpacking org.eclipse.emf.ecore.change_2.14.0.v20190528-0725...
04:07:09 [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (84.07kB)
04:07:09 [INFO] The user operation is waiting for background work to complete.
04:07:09 [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (84.07kB)
04:07:09 [INFO] Unpacking org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725...
04:07:09 [INFO] Fetching org.eclipse.ecf_3.9.5.v20200217-1548.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (48.04kB)
04:07:09 [INFO] The user operation is waiting for background work to complete.
04:07:09 [INFO] Fetching org.eclipse.ecf_3.9.5.v20200217-1548.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (48.04kB)
04:07:09 [INFO] Unpacking org.eclipse.ecf_3.9.5.v20200217-1548...
04:07:10 [INFO] Fetching org.eclipse.ecf.identity_3.9.300.v20191020-1846.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (27.11kB)
04:07:10 [INFO] The user operation is waiting for background work to complete.
04:07:10 [INFO] Fetching org.eclipse.ecf.identity_3.9.300.v20191020-1846.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (27.11kB)
04:07:10 [INFO] Unpacking org.eclipse.ecf.identity_3.9.300.v20191020-1846...
04:07:10 [INFO] Fetching org.eclipse.equinox.concurrent_1.1.500.v20200106-1437.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (12.22kB)
04:07:10 [INFO] The user operation is waiting for background work to complete.
04:07:10 [INFO] Fetching org.eclipse.equinox.concurrent_1.1.500.v20200106-1437.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (12.22kB)
04:07:10 [INFO] Unpacking org.eclipse.equinox.concurrent_1.1.500.v20200106-1437...
04:07:10 [INFO] Fetching org.eclipse.ecf.filetransfer_5.1.0.v20200217-0016.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (20.34kB)
04:07:10 [INFO] The user operation is waiting for background work to complete.
04:07:10 [INFO] Fetching org.eclipse.ecf.filetransfer_5.1.0.v20200217-0016.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (20.34kB)
04:07:10 [INFO] Unpacking org.eclipse.ecf.filetransfer_5.1.0.v20200217-0016...
04:07:10 [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.500.v20191017-1905.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (45.01kB)
04:07:10 [INFO] The user operation is waiting for background work to complete.
04:07:10 [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.500.v20191017-1905.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (45.01kB)
04:07:10 [INFO] Unpacking org.eclipse.ecf.provider.filetransfer_3.2.500.v20191017-1905...
04:07:10 [INFO] Fetching org.eclipse.emf.common_2.18.0.v20191225-1014.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (115.01kB)
04:07:10 [INFO] The user operation is waiting for background work to complete.
04:07:10 [INFO] Fetching org.eclipse.emf.common_2.18.0.v20191225-1014.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (115.01kB)
04:07:10 [INFO] Unpacking org.eclipse.emf.common_2.18.0.v20191225-1014...
04:07:10 [INFO] Fetching org.eclipse.emf.common_2.18.0.v20191225-1014.jar from http://download.eclipse.org/releases/2020-03/202003181000/features/ (19.06kB)
04:07:10 [INFO] Fetching org.eclipse.emf.common_2.18.0.v20191225-1014.jar from http://download.eclipse.org/releases/2020-03/202003181000/features/ (19.06kB)
04:07:10 [INFO] Fetching org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (61.25kB)
04:07:10 [INFO] The user operation is waiting for background work to complete.
04:07:10 [INFO] Fetching org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (61.25kB)
04:07:10 [INFO] Unpacking org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451...
04:07:11 [INFO] Fetching org.eclipse.emf.edit_2.16.0.v20190920-0401.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (96.99kB)
04:07:11 [INFO] The user operation is waiting for background work to complete.
04:07:11 [INFO] Fetching org.eclipse.emf.edit_2.16.0.v20190920-0401.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (96.99kB)
04:07:11 [INFO] Unpacking org.eclipse.emf.edit_2.16.0.v20190920-0401...
04:07:11 [INFO] Fetching org.eclipse.emf.ecore_2.21.0.v20200127-1342.jar from http://download.eclipse.org/releases/2020-03/202003181000/features/ (19.12kB)
04:07:11 [INFO] Fetching org.eclipse.emf.ecore_2.21.0.v20200127-1342.jar from http://download.eclipse.org/releases/2020-03/202003181000/features/ (19.12kB)
04:07:11 [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (19.47kB)
04:07:11 [INFO] The user operation is waiting for background work to complete.
04:07:11 [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (19.47kB)
04:07:11 [INFO] Unpacking org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702...
04:07:11 [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.300.v20200211-1503.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (34.39kB)
04:07:11 [INFO] The user operation is waiting for background work to complete.
04:07:11 [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.300.v20200211-1503.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (34.39kB)
04:07:11 [INFO] Unpacking org.eclipse.equinox.frameworkadmin.equinox_1.1.300.v20200211-1503...
04:07:11 [INFO] Fetching org.eclipse.equinox.http.jetty_3.7.400.v20200123-1333.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (16.59kB)
04:07:11 [INFO] The user operation is waiting for background work to complete.
04:07:11 [INFO] Fetching org.eclipse.equinox.http.jetty_3.7.400.v20200123-1333.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (16.59kB)
04:07:11 [INFO] Unpacking org.eclipse.equinox.http.jetty_3.7.400.v20200123-1333...
04:07:11 [INFO] Fetching org.eclipse.equinox.http.servlet_1.6.400.v20191213-1757.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (76.5kB)
04:07:11 [INFO] The user operation is waiting for background work to complete.
04:07:11 [INFO] Fetching org.eclipse.equinox.http.servlet_1.6.400.v20191213-1757.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (76.5kB)
04:07:11 [INFO] Unpacking org.eclipse.equinox.http.servlet_1.6.400.v20191213-1757...
04:07:11 [INFO] Fetching org.eclipse.jetty.http_9.4.27.v20200227.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (220.64kB)
04:07:11 [INFO] Fetching org.eclipse.jetty.http_9.4.27.v20200227.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (220.64kB)
04:07:12 [INFO] Fetching org.eclipse.jetty.server_9.4.27.v20200227.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (708.45kB)
04:07:12 [INFO] Fetching org.eclipse.jetty.server_9.4.27.v20200227.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (708.45kB)
04:07:12 [INFO] Fetching org.eclipse.jetty.servlet_9.4.27.v20200227.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (139.01kB)
04:07:12 [INFO] Fetching org.eclipse.jetty.servlet_9.4.27.v20200227.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (139.01kB)
04:07:12 [INFO] Fetching org.eclipse.jetty.util_9.4.27.v20200227.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (572.85kB)
04:07:12 [INFO] Fetching org.eclipse.jetty.util_9.4.27.v20200227.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (572.85kB)
04:07:12 [INFO] Fetching org.eclipse.equinox.http.registry_1.1.700.v20190214-1948.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (18.49kB)
04:07:12 [INFO] The user operation is waiting for background work to complete.
04:07:12 [INFO] Fetching org.eclipse.equinox.http.registry_1.1.700.v20190214-1948.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (18.49kB)
04:07:12 [INFO] Unpacking org.eclipse.equinox.http.registry_1.1.700.v20190214-1948...
04:07:12 [INFO] Fetching org.eclipse.equinox.jsp.jasper_1.1.400.v20191213-1757.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (14.67kB)
04:07:12 [INFO] The user operation is waiting for background work to complete.
04:07:12 [INFO] Fetching org.eclipse.equinox.jsp.jasper_1.1.400.v20191213-1757.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (14.67kB)
04:07:12 [INFO] Unpacking org.eclipse.equinox.jsp.jasper_1.1.400.v20191213-1757...
04:07:12 [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.1.300.v20190714-1850.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (8.71kB)
04:07:12 [INFO] The user operation is waiting for background work to complete.
04:07:12 [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.1.300.v20190714-1850.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (8.71kB)
04:07:12 [INFO] Unpacking org.eclipse.equinox.jsp.jasper.registry_1.1.300.v20190714-1850...
04:07:13 [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.3.400.v20191224-0854.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (58.06kB)
04:07:13 [INFO] The user operation is waiting for background work to complete.
04:07:13 [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.3.400.v20191224-0854.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (58.06kB)
04:07:13 [INFO] Unpacking org.eclipse.equinox.p2.artifact.repository_1.3.400.v20191224-0854...
04:07:13 [INFO] Fetching org.eclipse.equinox.p2.metadata_2.4.700.v20191213-1911.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (108.27kB)
04:07:13 [INFO] The user operation is waiting for background work to complete.
04:07:13 [INFO] Fetching org.eclipse.equinox.p2.metadata_2.4.700.v20191213-1911.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (108.27kB)
04:07:13 [INFO] Unpacking org.eclipse.equinox.p2.metadata_2.4.700.v20191213-1911...
04:07:13 [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (44.42kB)
04:07:13 [INFO] The user operation is waiting for background work to complete.
04:07:13 [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (44.42kB)
04:07:13 [INFO] Unpacking org.tukaani.xz_1.8.0.v20180207-1613...
04:07:13 [INFO] Fetching org.eclipse.equinox.p2.core_2.6.300.v20200211-1504.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (32.04kB)
04:07:13 [INFO] The user operation is waiting for background work to complete.
04:07:13 [INFO] Fetching org.eclipse.equinox.p2.core_2.6.300.v20200211-1504.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (32.04kB)
04:07:13 [INFO] Unpacking org.eclipse.equinox.p2.core_2.6.300.v20200211-1504...
04:07:13 [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.600.v20200217-1130.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (38.9kB)
04:07:13 [INFO] The user operation is waiting for background work to complete.
04:07:13 [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.600.v20200217-1130.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (38.9kB)
04:07:13 [INFO] Unpacking org.eclipse.equinox.p2.jarprocessor_1.1.600.v20200217-1130...
04:07:13 [INFO] Fetching org.eclipse.equinox.p2.repository_2.4.700.v20200110-2121.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (55.47kB)
04:07:13 [INFO] The user operation is waiting for background work to complete.
04:07:13 [INFO] Fetching org.eclipse.equinox.p2.repository_2.4.700.v20200110-2121.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (55.47kB)
04:07:13 [INFO] Unpacking org.eclipse.equinox.p2.repository_2.4.700.v20200110-2121...
04:07:13 [INFO] Fetching org.eclipse.equinox.p2.director_2.4.600.v20200211-1504.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (48.12kB)
04:07:13 [INFO] The user operation is waiting for background work to complete.
04:07:13 [INFO] Fetching org.eclipse.equinox.p2.director_2.4.600.v20200211-1504.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (48.12kB)
04:07:14 [INFO] Unpacking org.eclipse.equinox.p2.director_2.4.600.v20200211-1504...
04:07:14 [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.600.v20200110-2121.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (74.67kB)
04:07:14 [INFO] The user operation is waiting for background work to complete.
04:07:14 [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.600.v20200110-2121.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (74.67kB)
04:07:14 [INFO] Unpacking org.eclipse.equinox.p2.engine_2.6.600.v20200110-2121...
04:07:14 [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.400.v20191211-1528.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (50.94kB)
04:07:14 [INFO] The user operation is waiting for background work to complete.
04:07:14 [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.400.v20191211-1528.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (50.94kB)
04:07:14 [INFO] Unpacking org.eclipse.equinox.p2.metadata.repository_1.3.400.v20191211-1528...
04:07:14 [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.500.v20200211-1505.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (16.64kB)
04:07:14 [INFO] The user operation is waiting for background work to complete.
04:07:14 [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.500.v20200211-1505.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (16.64kB)
04:07:14 [INFO] Unpacking org.eclipse.equinox.simpleconfigurator.manipulator_2.1.500.v20200211-1505...
04:07:14 [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (116.64kB)
04:07:14 [INFO] The user operation is waiting for background work to complete.
04:07:14 [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (116.64kB)
04:07:14 [INFO] Unpacking org.sat4j.core_2.3.5.v201308161310...
04:07:14 [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (81.19kB)
04:07:14 [INFO] The user operation is waiting for background work to complete.
04:07:14 [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (81.19kB)
04:07:14 [INFO] Unpacking org.sat4j.pb_2.3.5.v201404071733...
04:07:15 [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.2.400.v20200123-2221.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (22.35kB)
04:07:15 [INFO] The user operation is waiting for background work to complete.
04:07:15 [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.2.400.v20200123-2221.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (22.35kB)
04:07:15 [INFO] Unpacking org.eclipse.equinox.p2.transport.ecf_1.2.400.v20200123-2221...
04:07:15 [INFO] Fetching org.eclipse.equinox.p2.operations_2.5.700.v20191211-1713.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (31.99kB)
04:07:15 [INFO] The user operation is waiting for background work to complete.
04:07:15 [INFO] Fetching org.eclipse.equinox.p2.operations_2.5.700.v20191211-1713.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (31.99kB)
04:07:15 [INFO] Unpacking org.eclipse.equinox.p2.operations_2.5.700.v20191211-1713...
04:07:15 [INFO] Fetching org.eclipse.equinox.security.linux.x86_64_1.1.300.v20190830-1238.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (12.67kB)
04:07:15 [INFO] The user operation is waiting for background work to complete.
04:07:15 [INFO] Fetching org.eclipse.equinox.security.linux.x86_64_1.1.300.v20190830-1238.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (12.67kB)
04:07:15 [INFO] Unpacking org.eclipse.equinox.security.linux.x86_64_1.1.300.v20190830-1238...
04:07:15 [INFO] Fetching org.eclipse.equinox.p2.discovery_1.1.200.v20190611-1008.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (17.02kB)
04:07:15 [INFO] The user operation is waiting for background work to complete.
04:07:15 [INFO] Fetching org.eclipse.equinox.p2.discovery_1.1.200.v20190611-1008.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (17.02kB)
04:07:15 [INFO] Unpacking org.eclipse.equinox.p2.discovery_1.1.200.v20190611-1008...
04:07:15 [INFO] Fetching org.eclipse.equinox.p2.discovery.compatibility_1.1.200.v20190611-1008.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (27.04kB)
04:07:15 [INFO] The user operation is waiting for background work to complete.
04:07:15 [INFO] Fetching org.eclipse.equinox.p2.discovery.compatibility_1.1.200.v20190611-1008.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (27.04kB)
04:07:15 [INFO] Unpacking org.eclipse.equinox.p2.discovery.compatibility_1.1.200.v20190611-1008...
04:07:15 [INFO] Fetching org.eclipse.equinox.p2.ui_2.5.800.v20200213-1530.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (287.29kB)
04:07:15 [INFO] The user operation is waiting for background work to complete.
04:07:15 [INFO] Fetching org.eclipse.equinox.p2.ui_2.5.800.v20200213-1530.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (287.29kB)
04:07:15 [INFO] Unpacking org.eclipse.equinox.p2.ui_2.5.800.v20200213-1530...
04:07:16 [INFO] Fetching org.eclipse.equinox.security.ui_1.2.600.v20191213-1901.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (71.21kB)
04:07:16 [INFO] The user operation is waiting for background work to complete.
04:07:16 [INFO] Fetching org.eclipse.equinox.security.ui_1.2.600.v20191213-1901.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (71.21kB)
04:07:16 [INFO] Unpacking org.eclipse.equinox.security.ui_1.2.600.v20191213-1901...
04:07:16 [INFO] Fetching org.eclipse.equinox.p2.ui.discovery_1.1.400.v20191213-1911.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (76.14kB)
04:07:16 [INFO] The user operation is waiting for background work to complete.
04:07:16 [INFO] Fetching org.eclipse.equinox.p2.ui.discovery_1.1.400.v20191213-1911.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (76.14kB)
04:07:16 [INFO] Unpacking org.eclipse.equinox.p2.ui.discovery_1.1.400.v20191213-1911...
04:07:16 [INFO] Fetching org.eclipse.ui.browser_3.6.700.v20200217-0820.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (97.29kB)
04:07:16 [INFO] The user operation is waiting for background work to complete.
04:07:16 [INFO] Fetching org.eclipse.ui.browser_3.6.700.v20200217-0820.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (97.29kB)
04:07:16 [INFO] Unpacking org.eclipse.ui.browser_3.6.700.v20200217-0820...
04:07:16 [INFO] Fetching org.eclipse.help.base_4.2.900.v20200305-0155.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (165.77kB)
04:07:16 [INFO] The user operation is waiting for background work to complete.
04:07:16 [INFO] Fetching org.eclipse.help.base_4.2.900.v20200305-0155.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (165.77kB)
04:07:16 [INFO] Unpacking org.eclipse.help.base_4.2.900.v20200305-0155...
04:07:16 [INFO] Fetching org.eclipse.help.ui_4.1.800.v20200218-0731.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (205.18kB)
04:07:16 [INFO] The user operation is waiting for background work to complete.
04:07:16 [INFO] Fetching org.eclipse.help.ui_4.1.800.v20200218-0731.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (205.18kB)
04:07:16 [INFO] Unpacking org.eclipse.help.ui_4.1.800.v20200218-0731...
04:07:17 [INFO] Fetching org.eclipse.help.webapp_3.9.800.v20200217-1539.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (285.23kB)
04:07:17 [INFO] The user operation is waiting for background work to complete.
04:07:17 [INFO] Fetching org.eclipse.help.webapp_3.9.800.v20200217-1539.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (285.23kB)
04:07:17 [INFO] Unpacking org.eclipse.help.webapp_3.9.800.v20200217-1539...
04:07:17 [INFO] Fetching org.eclipse.jetty.continuation_9.4.27.v20200227.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (31.79kB)
04:07:17 [INFO] Fetching org.eclipse.jetty.continuation_9.4.27.v20200227.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (31.79kB)
04:07:17 [INFO] Fetching org.eclipse.jetty.io_9.4.27.v20200227.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (170.91kB)
04:07:17 [INFO] Fetching org.eclipse.jetty.io_9.4.27.v20200227.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (170.91kB)
04:07:17 [INFO] Fetching org.eclipse.jetty.security_9.4.27.v20200227.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (126.39kB)
04:07:17 [INFO] Fetching org.eclipse.jetty.security_9.4.27.v20200227.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (126.39kB)
04:07:17 [INFO] Fetching org.eclipse.help_2.3.100.v20200305-0155.jar from http://download.eclipse.org/releases/2020-03/202003181000/features/ (19.52kB)
04:07:17 [INFO] Fetching org.eclipse.help_2.3.100.v20200305-0155.jar from http://download.eclipse.org/releases/2020-03/202003181000/features/ (19.52kB)
04:07:17 [INFO] Fetching org.eclipse.jdt_3.18.300.v20200305-0155.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (34.1kB)
04:07:17 [INFO] The user operation is waiting for background work to complete.
04:07:17 [INFO] Fetching org.eclipse.jdt_3.18.300.v20200305-0155.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (34.1kB)
04:07:17 [INFO] Unpacking org.eclipse.jdt_3.18.300.v20200305-0155...
04:07:17 [INFO] Fetching org.eclipse.ui.intro_3.5.900.v20200217-1223.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (142.42kB)
04:07:17 [INFO] The user operation is waiting for background work to complete.
04:07:17 [INFO] Fetching org.eclipse.ui.intro_3.5.900.v20200217-1223.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (142.42kB)
04:07:17 [INFO] Unpacking org.eclipse.ui.intro_3.5.900.v20200217-1223...
04:07:18 [INFO] Fetching org.eclipse.ui.cheatsheets_3.5.700.v20200216-1748.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (151.09kB)
04:07:18 [INFO] The user operation is waiting for background work to complete.
04:07:18 [INFO] Fetching org.eclipse.ui.cheatsheets_3.5.700.v20200216-1748.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (151.09kB)
04:07:18 [INFO] Unpacking org.eclipse.ui.cheatsheets_3.5.700.v20200216-1748...
04:07:18 [INFO] Fetching org.eclipse.jdt.annotation_1.1.400.v20180921-1416.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (9.51kB)
04:07:18 [INFO] The user operation is waiting for background work to complete.
04:07:18 [INFO] Fetching org.eclipse.jdt.annotation_1.1.400.v20180921-1416.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (9.51kB)
04:07:18 [INFO] Unpacking org.eclipse.jdt.annotation_1.1.400.v20180921-1416...
04:07:18 [INFO] Fetching org.eclipse.jdt.annotation_2.2.400.v20191120-1313.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (16.69kB)
04:07:18 [INFO] The user operation is waiting for background work to complete.
04:07:18 [INFO] Fetching org.eclipse.jdt.annotation_2.2.400.v20191120-1313.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (16.69kB)
04:07:18 [INFO] Unpacking org.eclipse.jdt.annotation_2.2.400.v20191120-1313...
04:07:18 [INFO] Fetching org.eclipse.jdt.apt.core_3.6.550.v20190919-0948.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (128.01kB)
04:07:18 [INFO] The user operation is waiting for background work to complete.
04:07:18 [INFO] Fetching org.eclipse.jdt.apt.core_3.6.550.v20190919-0948.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (128.01kB)
04:07:18 [INFO] Unpacking org.eclipse.jdt.apt.core_3.6.550.v20190919-0948...
04:07:18 [INFO] Fetching org.eclipse.jdt.apt.pluggable.core_1.2.400.v20190626-1334.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (18.07kB)
04:07:18 [INFO] The user operation is waiting for background work to complete.
04:07:18 [INFO] Fetching org.eclipse.jdt.apt.pluggable.core_1.2.400.v20190626-1334.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (18.07kB)
04:07:18 [INFO] Unpacking org.eclipse.jdt.apt.pluggable.core_1.2.400.v20190626-1334...
04:07:18 [INFO] Fetching org.eclipse.jdt.compiler.tool_1.2.800.v20200302-0636.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (146.46kB)
04:07:18 [INFO] The user operation is waiting for background work to complete.
04:07:18 [INFO] Fetching org.eclipse.jdt.compiler.tool_1.2.800.v20200302-0636.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (146.46kB)
04:07:18 [INFO] Unpacking org.eclipse.jdt.compiler.tool_1.2.800.v20200302-0636...
04:07:18 [INFO] Fetching org.eclipse.jdt.compiler.apt_1.3.900.v20200303-1624.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (76.66kB)
04:07:18 [INFO] The user operation is waiting for background work to complete.
04:07:18 [INFO] Fetching org.eclipse.jdt.compiler.apt_1.3.900.v20200303-1624.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (76.66kB)
04:07:19 [INFO] Unpacking org.eclipse.jdt.compiler.apt_1.3.900.v20200303-1624...
04:07:19 [INFO] Fetching org.eclipse.jdt.apt.ui_3.6.300.v20190727-1243.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (31.6kB)
04:07:19 [INFO] The user operation is waiting for background work to complete.
04:07:19 [INFO] Fetching org.eclipse.jdt.apt.ui_3.6.300.v20190727-1243.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (31.6kB)
04:07:19 [INFO] Unpacking org.eclipse.jdt.apt.ui_3.6.300.v20190727-1243...
04:07:19 [INFO] Fetching org.eclipse.jdt.core.formatterapp_1.0.0.v20200119-0748.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (9.04kB)
04:07:19 [INFO] The user operation is waiting for background work to complete.
04:07:19 [INFO] Fetching org.eclipse.jdt.core.formatterapp_1.0.0.v20200119-0748.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (9.04kB)
04:07:19 [INFO] Unpacking org.eclipse.jdt.core.formatterapp_1.0.0.v20200119-0748...
04:07:19 [INFO] Fetching org.eclipse.jdt.core.manipulation_1.13.100.v20200224-2108.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (488.87kB)
04:07:19 [INFO] The user operation is waiting for background work to complete.
04:07:19 [INFO] Fetching org.eclipse.jdt.core.manipulation_1.13.100.v20200224-2108.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (488.87kB)
04:07:19 [INFO] Unpacking org.eclipse.jdt.core.manipulation_1.13.100.v20200224-2108...
04:07:19 [INFO] Fetching org.eclipse.jdt.debug_3.15.0.v20200224-0604.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (969.65kB)
04:07:19 [INFO] The user operation is waiting for background work to complete.
04:07:19 [INFO] Fetching org.eclipse.jdt.debug_3.15.0.v20200224-0604.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (969.65kB)
04:07:19 [INFO] Unpacking org.eclipse.jdt.debug_3.15.0.v20200224-0604...
04:07:20 [INFO] Fetching org.eclipse.search_3.11.900.v20200211-1227.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (215.14kB)
04:07:20 [INFO] The user operation is waiting for background work to complete.
04:07:20 [INFO] Fetching org.eclipse.search_3.11.900.v20200211-1227.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (215.14kB)
04:07:20 [INFO] Unpacking org.eclipse.search_3.11.900.v20200211-1227...
04:07:20 [INFO] Fetching org.eclipse.jdt.doc.user_3.15.600.v20200303-1108.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (9.13MB)
04:07:20 [INFO] The user operation is waiting for background work to complete.
04:07:20 [INFO] Fetching org.eclipse.jdt.doc.user_3.15.600.v20200303-1108.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (9.13MB)
04:07:20 [INFO] Unpacking org.eclipse.jdt.doc.user_3.15.600.v20200303-1108...
04:07:21 [INFO] Fetching org.eclipse.jdt.junit.core_3.10.600.v20200214-0716.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (66.02kB)
04:07:21 [INFO] The user operation is waiting for background work to complete.
04:07:21 [INFO] Fetching org.eclipse.jdt.junit.core_3.10.600.v20200214-0716.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (66.02kB)
04:07:21 [INFO] Unpacking org.eclipse.jdt.junit.core_3.10.600.v20200214-0716...
04:07:21 [INFO] Fetching org.eclipse.jdt.junit.runtime_3.5.100.v20200214-0716.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (24.62kB)
04:07:21 [INFO] The user operation is waiting for background work to complete.
04:07:21 [INFO] Fetching org.eclipse.jdt.junit.runtime_3.5.100.v20200214-0716.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (24.62kB)
04:07:21 [INFO] Unpacking org.eclipse.jdt.junit.runtime_3.5.100.v20200214-0716...
04:07:21 [INFO] Fetching org.eclipse.jdt.junit4.runtime_1.1.1200.v20200214-0716.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (13.19kB)
04:07:21 [INFO] The user operation is waiting for background work to complete.
04:07:21 [INFO] Fetching org.eclipse.jdt.junit4.runtime_1.1.1200.v20200214-0716.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (13.19kB)
04:07:21 [INFO] Unpacking org.eclipse.jdt.junit4.runtime_1.1.1200.v20200214-0716...
04:07:21 [INFO] Fetching org.eclipse.jdt.junit5.runtime_1.0.800.v20200214-0716.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (12.88kB)
04:07:21 [INFO] The user operation is waiting for background work to complete.
04:07:21 [INFO] Fetching org.eclipse.jdt.junit5.runtime_1.0.800.v20200214-0716.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (12.88kB)
04:07:21 [INFO] Unpacking org.eclipse.jdt.junit5.runtime_1.0.800.v20200214-0716...
04:07:22 [INFO] Fetching org.junit_4.13.0.v20200204-1500.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (123kB)
04:07:22 [INFO] The user operation is waiting for background work to complete.
04:07:22 [INFO] Fetching org.junit_4.13.0.v20200204-1500.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (123kB)
04:07:22 [INFO] Unpacking org.junit_4.13.0.v20200204-1500...
04:07:22 [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (29.18kB)
04:07:22 [INFO] The user operation is waiting for background work to complete.
04:07:22 [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (29.18kB)
04:07:22 [INFO] Unpacking org.hamcrest.core_1.3.0.v20180420-1519...
04:07:22 [INFO] Fetching org.junit.jupiter.api_5.6.0.v20200203-2009.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (56.99kB)
04:07:22 [INFO] The user operation is waiting for background work to complete.
04:07:22 [INFO] Fetching org.junit.jupiter.api_5.6.0.v20200203-2009.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (56.99kB)
04:07:22 [INFO] Unpacking org.junit.jupiter.api_5.6.0.v20200203-2009...
04:07:22 [INFO] Fetching org.junit.jupiter.engine_5.6.0.v20200203-2009.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (72.22kB)
04:07:22 [INFO] The user operation is waiting for background work to complete.
04:07:22 [INFO] Fetching org.junit.jupiter.engine_5.6.0.v20200203-2009.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (72.22kB)
04:07:22 [INFO] Unpacking org.junit.jupiter.engine_5.6.0.v20200203-2009...
04:07:22 [INFO] Fetching org.junit.jupiter.migrationsupport_5.6.0.v20200203-2009.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (21.54kB)
04:07:22 [INFO] The user operation is waiting for background work to complete.
04:07:22 [INFO] Fetching org.junit.jupiter.migrationsupport_5.6.0.v20200203-2009.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (21.54kB)
04:07:22 [INFO] Unpacking org.junit.jupiter.migrationsupport_5.6.0.v20200203-2009...
04:07:22 [INFO] Fetching org.junit.jupiter.params_5.6.0.v20200203-2009.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (184.66kB)
04:07:22 [INFO] The user operation is waiting for background work to complete.
04:07:22 [INFO] Fetching org.junit.jupiter.params_5.6.0.v20200203-2009.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (184.66kB)
04:07:22 [INFO] Unpacking org.junit.jupiter.params_5.6.0.v20200203-2009...
04:07:23 [INFO] Fetching org.junit.platform.commons_1.6.0.v20200203-2009.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (50.23kB)
04:07:23 [INFO] The user operation is waiting for background work to complete.
04:07:23 [INFO] Fetching org.junit.platform.commons_1.6.0.v20200203-2009.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (50.23kB)
04:07:23 [INFO] Unpacking org.junit.platform.commons_1.6.0.v20200203-2009...
04:07:23 [INFO] Fetching org.junit.platform.engine_1.6.0.v20200203-2009.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (58.76kB)
04:07:23 [INFO] The user operation is waiting for background work to complete.
04:07:23 [INFO] Fetching org.junit.platform.engine_1.6.0.v20200203-2009.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (58.76kB)
04:07:23 [INFO] Unpacking org.junit.platform.engine_1.6.0.v20200203-2009...
04:07:23 [INFO] Fetching org.junit.platform.launcher_1.6.0.v20200203-2009.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (50.12kB)
04:07:23 [INFO] The user operation is waiting for background work to complete.
04:07:23 [INFO] Fetching org.junit.platform.launcher_1.6.0.v20200203-2009.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (50.12kB)
04:07:23 [INFO] Unpacking org.junit.platform.launcher_1.6.0.v20200203-2009...
04:07:23 [INFO] Fetching org.junit.platform.runner_1.6.0.v20200203-2009.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (21.1kB)
04:07:23 [INFO] The user operation is waiting for background work to complete.
04:07:23 [INFO] Fetching org.junit.platform.runner_1.6.0.v20200203-2009.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (21.1kB)
04:07:23 [INFO] Unpacking org.junit.platform.runner_1.6.0.v20200203-2009...
04:07:23 [INFO] Fetching org.junit.platform.suite.api_1.6.0.v20200203-2009.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (16.89kB)
04:07:23 [INFO] The user operation is waiting for background work to complete.
04:07:23 [INFO] Fetching org.junit.platform.suite.api_1.6.0.v20200203-2009.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (16.89kB)
04:07:23 [INFO] Unpacking org.junit.platform.suite.api_1.6.0.v20200203-2009...
04:07:23 [INFO] Fetching org.junit.vintage.engine_5.6.0.v20200203-2009.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (33.61kB)
04:07:23 [INFO] The user operation is waiting for background work to complete.
04:07:23 [INFO] Fetching org.junit.vintage.engine_5.6.0.v20200203-2009.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (33.61kB)
04:07:23 [INFO] Unpacking org.junit.vintage.engine_5.6.0.v20200203-2009...
04:07:23 [INFO] Fetching org.opentest4j_1.2.0.v20190826-0900.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (14.79kB)
04:07:23 [INFO] The user operation is waiting for background work to complete.
04:07:23 [INFO] Fetching org.opentest4j_1.2.0.v20190826-0900.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (14.79kB)
04:07:24 [INFO] Unpacking org.opentest4j_1.2.0.v20190826-0900...
04:07:24 [INFO] Fetching org.eclipse.jdt_3.18.300.v20200305-0155.jar from http://download.eclipse.org/releases/2020-03/202003181000/features/ (19.7kB)
04:07:24 [INFO] Fetching org.eclipse.jdt_3.18.300.v20200305-0155.jar from http://download.eclipse.org/releases/2020-03/202003181000/features/ (19.7kB)
04:07:24 [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.10.200.v20200221-2020.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (182.38kB)
04:07:24 [INFO] The user operation is waiting for background work to complete.
04:07:24 [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.10.200.v20200221-2020.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (182.38kB)
04:07:24 [INFO] Unpacking org.eclipse.ltk.ui.refactoring_3.10.200.v20200221-2020...
04:07:24 [INFO] Fetching org.eclipse.team.ui_3.8.800.v20200211-0752.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (494.08kB)
04:07:24 [INFO] The user operation is waiting for background work to complete.
04:07:24 [INFO] Fetching org.eclipse.team.ui_3.8.800.v20200211-0752.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (494.08kB)
04:07:24 [INFO] Unpacking org.eclipse.team.ui_3.8.800.v20200211-0752...
04:07:24 [INFO] Fetching org.eclipse.ui.navigator_3.9.200.v20200213-1442.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (133.31kB)
04:07:24 [INFO] The user operation is waiting for background work to complete.
04:07:24 [INFO] Fetching org.eclipse.ui.navigator_3.9.200.v20200213-1442.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (133.31kB)
04:07:24 [INFO] Unpacking org.eclipse.ui.navigator_3.9.200.v20200213-1442...
04:07:25 [INFO] Fetching org.eclipse.ui.navigator.resources_3.7.200.v20200213-1442.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (70.9kB)
04:07:25 [INFO] The user operation is waiting for background work to complete.
04:07:25 [INFO] Fetching org.eclipse.ui.navigator.resources_3.7.200.v20200213-1442.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (70.9kB)
04:07:25 [INFO] Unpacking org.eclipse.ui.navigator.resources_3.7.200.v20200213-1442...
04:07:25 [INFO] Fetching org.eclipse.jem.util_2.1.201.v201903222010.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (47.49kB)
04:07:25 [INFO] The user operation is waiting for background work to complete.
04:07:25 [INFO] Fetching org.eclipse.jem.util_2.1.201.v201903222010.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (47.49kB)
04:07:25 [INFO] Unpacking org.eclipse.jem.util_2.1.201.v201903222010...
04:07:25 [INFO] Fetching org.eclipse.wst.common.core_1.3.0.v201903222010.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (24.05kB)
04:07:25 [INFO] The user operation is waiting for background work to complete.
04:07:25 [INFO] Fetching org.eclipse.wst.common.core_1.3.0.v201903222010.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (24.05kB)
04:07:25 [INFO] Unpacking org.eclipse.wst.common.core_1.3.0.v201903222010...
04:07:25 [INFO] Fetching org.eclipse.jsch.core_1.3.800.v20200106-0907.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (20.77kB)
04:07:25 [INFO] The user operation is waiting for background work to complete.
04:07:25 [INFO] Fetching org.eclipse.jsch.core_1.3.800.v20200106-0907.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (20.77kB)
04:07:25 [INFO] Unpacking org.eclipse.jsch.core_1.3.800.v20200106-0907...
04:07:25 [INFO] Fetching org.eclipse.jsch.ui_1.3.800.v20200205-0619.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (34.57kB)
04:07:25 [INFO] The user operation is waiting for background work to complete.
04:07:25 [INFO] Fetching org.eclipse.jsch.ui_1.3.800.v20200205-0619.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (34.57kB)
04:07:25 [INFO] Unpacking org.eclipse.jsch.ui_1.3.800.v20200205-0619...
04:07:25 [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)
04:07:25 [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)
04:07:26 [INFO] Fetching org.eclipse.m2e.archetype.common_1.15.0.20200310-1832.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (1.92MB)
04:07:26 [INFO] Fetching org.eclipse.m2e.archetype.common_1.15.0.20200310-1832.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (1.92MB)
04:07:26 [INFO] Fetching org.eclipse.m2e.maven.runtime_1.15.0.20200310-1832.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (7.22MB)
04:07:26 [INFO] Fetching org.eclipse.m2e.maven.runtime_1.15.0.20200310-1832.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (7.22MB)
04:07:26 [INFO] Fetching org.eclipse.m2e.binaryproject_1.15.0.20200109-0905.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (11.45kB)
04:07:26 [INFO] The user operation is waiting for background work to complete.
04:07:26 [INFO] Fetching org.eclipse.m2e.binaryproject_1.15.0.20200109-0905.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (11.45kB)
04:07:26 [INFO] Unpacking org.eclipse.m2e.binaryproject_1.15.0.20200109-0905...
04:07:27 [INFO] Fetching org.eclipse.m2e.core_1.15.0.20200305-1308.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (198.97kB)
04:07:27 [INFO] The user operation is waiting for background work to complete.
04:07:27 [INFO] Fetching org.eclipse.m2e.core_1.15.0.20200305-1308.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (198.97kB)
04:07:27 [INFO] Unpacking org.eclipse.m2e.core_1.15.0.20200305-1308...
04:07:27 [INFO] Fetching org.eclipse.m2e.sourcelookup_1.15.0.20200109-0905.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (11.29kB)
04:07:27 [INFO] The user operation is waiting for background work to complete.
04:07:27 [INFO] Fetching org.eclipse.m2e.sourcelookup_1.15.0.20200109-0905.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (11.29kB)
04:07:27 [INFO] Unpacking org.eclipse.m2e.sourcelookup_1.15.0.20200109-0905...
04:07:27 [INFO] Fetching org.eclipse.m2e.jdt_1.15.0.20200226-1722.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (56.66kB)
04:07:27 [INFO] The user operation is waiting for background work to complete.
04:07:27 [INFO] Fetching org.eclipse.m2e.jdt_1.15.0.20200226-1722.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (56.66kB)
04:07:27 [INFO] Unpacking org.eclipse.m2e.jdt_1.15.0.20200226-1722...
04:07:27 [INFO] Fetching org.slf4j.api_1.7.2.v20121108-1250.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (19.6kB)
04:07:27 [INFO] The user operation is waiting for background work to complete.
04:07:27 [INFO] Fetching org.slf4j.api_1.7.2.v20121108-1250.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (19.6kB)
04:07:27 [INFO] Unpacking org.slf4j.api_1.7.2.v20121108-1250...
04:07:27 [INFO] Fetching org.eclipse.m2e.binaryproject.ui_1.15.0.20200109-0905.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (10.05kB)
04:07:27 [INFO] The user operation is waiting for background work to complete.
04:07:27 [INFO] Fetching org.eclipse.m2e.binaryproject.ui_1.15.0.20200109-0905.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (10.05kB)
04:07:27 [INFO] Unpacking org.eclipse.m2e.binaryproject.ui_1.15.0.20200109-0905...
04:07:28 [INFO] Fetching org.eclipse.m2e.core.ui_1.15.0.20200305-1308.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (203.94kB)
04:07:28 [INFO] The user operation is waiting for background work to complete.
04:07:28 [INFO] Fetching org.eclipse.m2e.core.ui_1.15.0.20200305-1308.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (203.94kB)
04:07:28 [INFO] Unpacking org.eclipse.m2e.core.ui_1.15.0.20200305-1308...
04:07:28 [INFO] Fetching org.eclipse.m2e.maven.indexer_1.15.0.20200310-1832.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (1.08MB)
04:07:28 [INFO] Fetching org.eclipse.m2e.maven.indexer_1.15.0.20200310-1832.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (1.08MB)
04:07:28 [INFO] Fetching org.eclipse.m2e.workspace.cli_0.3.1.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (15.56kB)
04:07:28 [INFO] Fetching org.eclipse.m2e.workspace.cli_0.3.1.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (15.56kB)
04:07:28 [INFO] Fetching org.eclipse.m2e.model.edit_1.15.0.20200225-1921.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (128.88kB)
04:07:28 [INFO] The user operation is waiting for background work to complete.
04:07:28 [INFO] Fetching org.eclipse.m2e.model.edit_1.15.0.20200225-1921.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (128.88kB)
04:07:28 [INFO] Unpacking org.eclipse.m2e.model.edit_1.15.0.20200225-1921...
04:07:28 [INFO] Fetching org.eclipse.m2e.discovery_1.15.0.20200109-1036.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (33.91kB)
04:07:28 [INFO] The user operation is waiting for background work to complete.
04:07:28 [INFO] Fetching org.eclipse.m2e.discovery_1.15.0.20200109-1036.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (33.91kB)
04:07:28 [INFO] Unpacking org.eclipse.m2e.discovery_1.15.0.20200109-1036...
04:07:28 [INFO] Fetching org.eclipse.m2e.editor_1.15.0.20200203-1710.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (87.42kB)
04:07:28 [INFO] The user operation is waiting for background work to complete.
04:07:28 [INFO] Fetching org.eclipse.m2e.editor_1.15.0.20200203-1710.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (87.42kB)
04:07:28 [INFO] Unpacking org.eclipse.m2e.editor_1.15.0.20200203-1710...
04:07:29 [INFO] Fetching org.eclipse.wst.sse.core_1.2.200.v202002172151.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (155.41kB)
04:07:29 [INFO] The user operation is waiting for background work to complete.
04:07:29 [INFO] Fetching org.eclipse.wst.sse.core_1.2.200.v202002172151.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (155.41kB)
04:07:29 [INFO] Unpacking org.eclipse.wst.sse.core_1.2.200.v202002172151...
04:07:29 [INFO] Fetching org.eclipse.wst.sse.ui_1.6.300.v202001091420.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (314.72kB)
04:07:29 [INFO] The user operation is waiting for background work to complete.
04:07:29 [INFO] Fetching org.eclipse.wst.sse.ui_1.6.300.v202001091420.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (314.72kB)
04:07:29 [INFO] Unpacking org.eclipse.wst.sse.ui_1.6.300.v202001091420...
04:07:29 [INFO] Fetching org.eclipse.wst.xml.core_1.2.200.v201911262147.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (255.09kB)
04:07:29 [INFO] The user operation is waiting for background work to complete.
04:07:29 [INFO] Fetching org.eclipse.wst.xml.core_1.2.200.v201911262147.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (255.09kB)
04:07:29 [INFO] Unpacking org.eclipse.wst.xml.core_1.2.200.v201911262147...
04:07:29 [INFO] Fetching org.eclipse.m2e.editor.xml_1.15.0.20200223-1407.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (97.66kB)
04:07:29 [INFO] The user operation is waiting for background work to complete.
04:07:29 [INFO] Fetching org.eclipse.m2e.editor.xml_1.15.0.20200223-1407.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (97.66kB)
04:07:29 [INFO] Unpacking org.eclipse.m2e.editor.xml_1.15.0.20200223-1407...
04:07:30 [INFO] Fetching org.eclipse.wst.common.emf_1.2.600.v201903222010.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (77.31kB)
04:07:30 [INFO] The user operation is waiting for background work to complete.
04:07:30 [INFO] Fetching org.eclipse.wst.common.emf_1.2.600.v201903222010.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (77.31kB)
04:07:30 [INFO] Unpacking org.eclipse.wst.common.emf_1.2.600.v201903222010...
04:07:30 [INFO] Fetching org.eclipse.wst.xml.ui_1.2.300.v201904272112.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (334.4kB)
04:07:30 [INFO] The user operation is waiting for background work to complete.
04:07:30 [INFO] Fetching org.eclipse.wst.xml.ui_1.2.300.v201904272112.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (334.4kB)
04:07:30 [INFO] Unpacking org.eclipse.wst.xml.ui_1.2.300.v201904272112...
04:07:30 [INFO] Fetching org.eclipse.wst.common.uriresolver_1.2.300.v201903222010.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (24.69kB)
04:07:30 [INFO] The user operation is waiting for background work to complete.
04:07:30 [INFO] Fetching org.eclipse.wst.common.uriresolver_1.2.300.v201903222010.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (24.69kB)
04:07:30 [INFO] Unpacking org.eclipse.wst.common.uriresolver_1.2.300.v201903222010...
04:07:30 [INFO] Fetching org.eclipse.m2e.lifecyclemapping.defaults_1.15.0.20200109-0905.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (8.3kB)
04:07:30 [INFO] The user operation is waiting for background work to complete.
04:07:30 [INFO] Fetching org.eclipse.m2e.lifecyclemapping.defaults_1.15.0.20200109-0905.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (8.3kB)
04:07:30 [INFO] Unpacking org.eclipse.m2e.lifecyclemapping.defaults_1.15.0.20200109-0905...
04:07:30 [INFO] Fetching org.eclipse.m2e.scm_1.15.0.20200109-1036.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (27.17kB)
04:07:30 [INFO] The user operation is waiting for background work to complete.
04:07:30 [INFO] Fetching org.eclipse.m2e.scm_1.15.0.20200109-1036.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (27.17kB)
04:07:31 [INFO] Unpacking org.eclipse.m2e.scm_1.15.0.20200109-1036...
04:07:31 [INFO] Fetching org.eclipse.m2e.profiles.core_1.15.0.20200109-0905.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (12.81kB)
04:07:31 [INFO] The user operation is waiting for background work to complete.
04:07:31 [INFO] Fetching org.eclipse.m2e.profiles.core_1.15.0.20200109-0905.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (12.81kB)
04:07:31 [INFO] Unpacking org.eclipse.m2e.profiles.core_1.15.0.20200109-0905...
04:07:31 [INFO] Fetching org.eclipse.m2e.feature_1.15.0.20200310-1832.jar from http://download.eclipse.org/releases/2020-03/202003181000/features/ (19.99kB)
04:07:31 [INFO] Fetching org.eclipse.m2e.feature_1.15.0.20200310-1832.jar from http://download.eclipse.org/releases/2020-03/202003181000/features/ (19.99kB)
04:07:31 [INFO] Fetching org.eclipse.m2e.importer_1.15.0.20200109-0905.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (10.51kB)
04:07:31 [INFO] The user operation is waiting for background work to complete.
04:07:31 [INFO] Fetching org.eclipse.m2e.importer_1.15.0.20200109-0905.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (10.51kB)
04:07:31 [INFO] Unpacking org.eclipse.m2e.importer_1.15.0.20200109-0905...
04:07:31 [INFO] Fetching org.eclipse.m2e.sourcelookup.ui_1.15.0.20200109-1036.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (14.03kB)
04:07:31 [INFO] The user operation is waiting for background work to complete.
04:07:31 [INFO] Fetching org.eclipse.m2e.sourcelookup.ui_1.15.0.20200109-1036.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (14.03kB)
04:07:31 [INFO] Unpacking org.eclipse.m2e.sourcelookup.ui_1.15.0.20200109-1036...
04:07:31 [INFO] Fetching org.eclipse.m2e.jdt.ui_1.15.0.20200109-1036.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (15.53kB)
04:07:31 [INFO] The user operation is waiting for background work to complete.
04:07:31 [INFO] Fetching org.eclipse.m2e.jdt.ui_1.15.0.20200109-1036.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (15.53kB)
04:07:31 [INFO] Unpacking org.eclipse.m2e.jdt.ui_1.15.0.20200109-1036...
04:07:31 [INFO] Fetching org.eclipse.platform_4.15.0.v20200305-0155.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (406.3kB)
04:07:31 [INFO] The user operation is waiting for background work to complete.
04:07:31 [INFO] Fetching org.eclipse.platform_4.15.0.v20200305-0155.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (406.3kB)
04:07:31 [INFO] Unpacking org.eclipse.platform_4.15.0.v20200305-0155...
04:07:31 [INFO] Fetching org.eclipse.m2e.launching_1.15.0.20200225-1921.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (39.49kB)
04:07:31 [INFO] The user operation is waiting for background work to complete.
04:07:31 [INFO] Fetching org.eclipse.m2e.launching_1.15.0.20200225-1921.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (39.49kB)
04:07:31 [INFO] Unpacking org.eclipse.m2e.launching_1.15.0.20200225-1921...
04:07:32 [INFO] Fetching org.eclipse.m2e.profiles.ui_1.15.0.20200225-0929.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (20.79kB)
04:07:32 [INFO] The user operation is waiting for background work to complete.
04:07:32 [INFO] Fetching org.eclipse.m2e.profiles.ui_1.15.0.20200225-0929.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (20.79kB)
04:07:32 [INFO] Unpacking org.eclipse.m2e.profiles.ui_1.15.0.20200225-0929...
04:07:32 [INFO] Fetching org.eclipse.m2e.maven.runtime.slf4j.simple_1.15.0.20200310-1832.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (19.43kB)
04:07:32 [INFO] Fetching org.eclipse.m2e.maven.runtime.slf4j.simple_1.15.0.20200310-1832.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (19.43kB)
04:07:32 [INFO] Fetching org.eclipse.m2e.refactoring_1.15.0.20200109-1036.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (31.27kB)
04:07:32 [INFO] The user operation is waiting for background work to complete.
04:07:32 [INFO] Fetching org.eclipse.m2e.refactoring_1.15.0.20200109-1036.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (31.27kB)
04:07:32 [INFO] Unpacking org.eclipse.m2e.refactoring_1.15.0.20200109-1036...
04:07:32 [INFO] Fetching &countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/tools/orbit/downloads/drops/R20191115185527/repository/
04:07:32 [INFO] Fetching &countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/tools/orbit/downloads/drops/R20191115185527/repository/
04:07:32 [INFO] Fetching com.google.gson_2.2.4.v201311231704.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (70.09kB)
04:07:32 [INFO] The user operation is waiting for background work to complete.
04:07:32 [INFO] Fetching com.google.gson_2.2.4.v201311231704.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (70.09kB)
04:07:32 [INFO] Unpacking com.google.gson_2.2.4.v201311231704...
04:07:32 [INFO] Fetching org.eclipse.platform.doc.user_4.15.0.v20200303-1118.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (8.59MB)
04:07:32 [INFO] The user operation is waiting for background work to complete.
04:07:32 [INFO] Fetching org.eclipse.platform.doc.user_4.15.0.v20200303-1118.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (8.59MB)
04:07:32 [INFO] Unpacking org.eclipse.platform.doc.user_4.15.0.v20200303-1118...
04:07:33 [INFO] Fetching org.eclipse.text.quicksearch_1.0.200.v20200218-1616.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (36.13kB)
04:07:33 [INFO] The user operation is waiting for background work to complete.
04:07:33 [INFO] Fetching org.eclipse.text.quicksearch_1.0.200.v20200218-1616.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (36.13kB)
04:07:33 [INFO] Unpacking org.eclipse.text.quicksearch_1.0.200.v20200218-1616...
04:07:33 [INFO] Fetching org.eclipse.ui.intro.universal_3.3.800.v20200225-0735.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (1.83MB)
04:07:33 [INFO] The user operation is waiting for background work to complete.
04:07:33 [INFO] Fetching org.eclipse.ui.intro.universal_3.3.800.v20200225-0735.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (1.83MB)
04:07:33 [INFO] Unpacking org.eclipse.ui.intro.universal_3.3.800.v20200225-0735...
04:07:34 [INFO] Fetching org.eclipse.ui.genericeditor_1.1.700.v20200211-1227.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (49.3kB)
04:07:34 [INFO] The user operation is waiting for background work to complete.
04:07:34 [INFO] Fetching org.eclipse.ui.genericeditor_1.1.700.v20200211-1227.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (49.3kB)
04:07:34 [INFO] Unpacking org.eclipse.ui.genericeditor_1.1.700.v20200211-1227...
04:07:34 [INFO] Fetching org.eclipse.ui.monitoring_1.1.600.v20191106-1253.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (27.71kB)
04:07:34 [INFO] The user operation is waiting for background work to complete.
04:07:34 [INFO] Fetching org.eclipse.ui.monitoring_1.1.600.v20191106-1253.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (27.71kB)
04:07:34 [INFO] Unpacking org.eclipse.ui.monitoring_1.1.600.v20191106-1253...
04:07:34 [INFO] Fetching org.eclipse.ui.net_1.3.700.v20200212-0844.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (20.17kB)
04:07:34 [INFO] The user operation is waiting for background work to complete.
04:07:34 [INFO] Fetching org.eclipse.ui.net_1.3.700.v20200212-0844.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (20.17kB)
04:07:34 [INFO] Unpacking org.eclipse.ui.net_1.3.700.v20200212-0844...
04:07:34 [INFO] Fetching org.eclipse.ui.ide.application_1.3.600.v20200116-2127.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (56.27kB)
04:07:34 [INFO] The user operation is waiting for background work to complete.
04:07:34 [INFO] Fetching org.eclipse.ui.ide.application_1.3.600.v20200116-2127.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (56.27kB)
04:07:34 [INFO] Unpacking org.eclipse.ui.ide.application_1.3.600.v20200116-2127...
04:07:34 [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.800.v20200213-1442.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (40.96kB)
04:07:34 [INFO] The user operation is waiting for background work to complete.
04:07:34 [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.800.v20200213-1442.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (40.96kB)
04:07:34 [INFO] Unpacking org.eclipse.ui.views.properties.tabbed_3.8.800.v20200213-1442...
04:07:35 [INFO] Fetching org.eclipse.ui.themes_1.2.900.v20200106-1021.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (28.37kB)
04:07:35 [INFO] The user operation is waiting for background work to complete.
04:07:35 [INFO] Fetching org.eclipse.ui.themes_1.2.900.v20200106-1021.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (28.37kB)
04:07:35 [INFO] Unpacking org.eclipse.ui.themes_1.2.900.v20200106-1021...
04:07:35 [INFO] Fetching org.eclipse.ui.intro.quicklinks_1.0.400.v20191119-0804.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (14.28kB)
04:07:35 [INFO] The user operation is waiting for background work to complete.
04:07:35 [INFO] Fetching org.eclipse.ui.intro.quicklinks_1.0.400.v20191119-0804.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (14.28kB)
04:07:35 [INFO] Unpacking org.eclipse.ui.intro.quicklinks_1.0.400.v20191119-0804...
04:07:35 [INFO] Fetching org.eclipse.team.genericeditor.diff.extension_1.0.600.v20200212-1524.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (9.83kB)
04:07:35 [INFO] The user operation is waiting for background work to complete.
04:07:35 [INFO] Fetching org.eclipse.team.genericeditor.diff.extension_1.0.600.v20200212-1524.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (9.83kB)
04:07:35 [INFO] Unpacking org.eclipse.team.genericeditor.diff.extension_1.0.600.v20200212-1524...
04:07:35 [INFO] Fetching org.eclipse.urischeme_1.0.600.v20200115-1733.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (21.42kB)
04:07:35 [INFO] The user operation is waiting for background work to complete.
04:07:35 [INFO] Fetching org.eclipse.urischeme_1.0.600.v20200115-1733.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (21.42kB)
04:07:35 [INFO] Unpacking org.eclipse.urischeme_1.0.600.v20200115-1733...
04:07:35 [INFO] Fetching org.eclipse.ui.views.log_1.2.1000.v20200127-1026.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (84.98kB)
04:07:35 [INFO] The user operation is waiting for background work to complete.
04:07:35 [INFO] Fetching org.eclipse.ui.views.log_1.2.1000.v20200127-1026.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (84.98kB)
04:07:35 [INFO] Unpacking org.eclipse.ui.views.log_1.2.1000.v20200127-1026...
04:07:35 [INFO] Fetching org.eclipse.platform_4.15.0.v20200305-0155.jar from http://download.eclipse.org/releases/2020-03/202003181000/features/ (20.56kB)
04:07:35 [INFO] Fetching org.eclipse.platform_4.15.0.v20200305-0155.jar from http://download.eclipse.org/releases/2020-03/202003181000/features/ (20.56kB)
04:07:35 [INFO] Fetching org.eclipse.platform_root_4.15.0.v20200305-0155 from http://download.eclipse.org/releases/2020-03/202003181000/binary/ (196B)
04:07:35 [INFO] Fetching org.eclipse.platform_root_4.15.0.v20200305-0155 from http://download.eclipse.org/releases/2020-03/202003181000/binary/ (196B)
04:07:36 [INFO] Fetching org.eclipse.update.configurator_3.4.500.v20200225-0827.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (43.3kB)
04:07:36 [INFO] The user operation is waiting for background work to complete.
04:07:36 [INFO] Fetching org.eclipse.update.configurator_3.4.500.v20200225-0827.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (43.3kB)
04:07:36 [INFO] Unpacking org.eclipse.update.configurator_3.4.500.v20200225-0827...
04:07:36 [INFO] Fetching org.eclipse.rcp_4.15.0.v20200305-0155.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (9.42kB)
04:07:36 [INFO] The user operation is waiting for background work to complete.
04:07:36 [INFO] Fetching org.eclipse.rcp_4.15.0.v20200305-0155.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (9.42kB)
04:07:36 [INFO] Unpacking org.eclipse.rcp_4.15.0.v20200305-0155...
04:07:36 [INFO] Fetching org.eclipse.rcp_4.15.0.v20200305-0155.jar from http://download.eclipse.org/releases/2020-03/202003181000/features/ (19.09kB)
04:07:36 [INFO] Fetching org.eclipse.rcp_4.15.0.v20200305-0155.jar from http://download.eclipse.org/releases/2020-03/202003181000/features/ (19.09kB)
04:07:36 [INFO] Fetching org.eclipse.rcp_root_4.15.0.v20200305-0155 from http://download.eclipse.org/releases/2020-03/202003181000/binary/ (25.54kB)
04:07:36 [INFO] Fetching org.eclipse.rcp_root_4.15.0.v20200305-0155 from http://download.eclipse.org/releases/2020-03/202003181000/binary/ (25.54kB)
04:07:36 [INFO] Fetching javax.wsdl_1.6.2.v201012040545.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (51.02kB)
04:07:36 [INFO] The user operation is waiting for background work to complete.
04:07:36 [INFO] Fetching javax.wsdl_1.6.2.v201012040545.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (51.02kB)
04:07:36 [INFO] Unpacking javax.wsdl_1.6.2.v201012040545...
04:07:36 [INFO] Fetching org.eclipse.wst.common.frameworks_1.2.201.v201903222010.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (43.24kB)
04:07:36 [INFO] The user operation is waiting for background work to complete.
04:07:36 [INFO] Fetching org.eclipse.wst.common.frameworks_1.2.201.v201903222010.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (43.24kB)
04:07:36 [INFO] Unpacking org.eclipse.wst.common.frameworks_1.2.201.v201903222010...
04:07:36 [INFO] Fetching org.eclipse.wst.common.environment_1.0.400.v201903222010.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (20.13kB)
04:07:36 [INFO] The user operation is waiting for background work to complete.
04:07:36 [INFO] Fetching org.eclipse.wst.common.environment_1.0.400.v201903222010.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (20.13kB)
04:07:36 [INFO] Unpacking org.eclipse.wst.common.environment_1.0.400.v201903222010...
04:07:37 [INFO] Fetching org.eclipse.wst.common.frameworks.ui_1.2.400.v201903222010.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (53.38kB)
04:07:37 [INFO] The user operation is waiting for background work to complete.
04:07:37 [INFO] Fetching org.eclipse.wst.common.frameworks.ui_1.2.400.v201903222010.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (53.38kB)
04:07:37 [INFO] Unpacking org.eclipse.wst.common.frameworks.ui_1.2.400.v201903222010...
04:07:37 [INFO] Fetching org.eclipse.wst.common.project.facet.core_1.4.400.v201903222010.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (119.69kB)
04:07:37 [INFO] The user operation is waiting for background work to complete.
04:07:37 [INFO] Fetching org.eclipse.wst.common.project.facet.core_1.4.400.v201903222010.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (119.69kB)
04:07:37 [INFO] Unpacking org.eclipse.wst.common.project.facet.core_1.4.400.v201903222010...
04:07:37 [INFO] Fetching org.eclipse.wst.common.ui_1.1.700.v201905071717.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (55.8kB)
04:07:37 [INFO] The user operation is waiting for background work to complete.
04:07:37 [INFO] Fetching org.eclipse.wst.common.ui_1.1.700.v201905071717.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (55.8kB)
04:07:37 [INFO] Unpacking org.eclipse.wst.common.ui_1.1.700.v201905071717...
04:07:37 [INFO] Fetching org.eclipse.wst.validation_1.2.800.v201904082137.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (135.43kB)
04:07:37 [INFO] The user operation is waiting for background work to complete.
04:07:37 [INFO] Fetching org.eclipse.wst.validation_1.2.800.v201904082137.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (135.43kB)
04:07:37 [INFO] Unpacking org.eclipse.wst.validation_1.2.800.v201904082137...
04:07:37 [INFO] Fetching org.eclipse.wst.validation.ui_1.2.600.v201903222010.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (49.33kB)
04:07:37 [INFO] The user operation is waiting for background work to complete.
04:07:37 [INFO] Fetching org.eclipse.wst.validation.ui_1.2.600.v201903222010.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (49.33kB)
04:07:38 [INFO] Unpacking org.eclipse.wst.validation.ui_1.2.600.v201903222010...
04:07:38 [INFO] Fetching org.eclipse.compare.win32_1.2.800.v20200127-1343.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (24.56kB)
04:07:38 [INFO] The user operation is waiting for background work to complete.
04:07:38 [INFO] Fetching org.eclipse.compare.win32_1.2.800.v20200127-1343.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (24.56kB)
04:07:38 [INFO] Unpacking org.eclipse.compare.win32_1.2.800.v20200127-1343...
04:07:38 [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.114.0.v20200304-0601.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (1.13MB)
04:07:38 [INFO] The user operation is waiting for background work to complete.
04:07:38 [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.114.0.v20200304-0601.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (1.13MB)
04:07:38 [INFO] Unpacking org.eclipse.swt.win32.win32.x86_64_3.114.0.v20200304-0601...
04:07:39 [INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.4.200.v20190812-0909.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (36.57kB)
04:07:39 [INFO] The user operation is waiting for background work to complete.
04:07:39 [INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.4.200.v20190812-0909.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (36.57kB)
04:07:39 [INFO] Unpacking org.eclipse.core.filesystem.win32.x86_64_1.4.200.v20190812-0909...
04:07:39 [INFO] Fetching org.eclipse.core.net.win32.x86_64_1.1.500.v20190925-1337.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (33.44kB)
04:07:39 [INFO] The user operation is waiting for background work to complete.
04:07:39 [INFO] Fetching org.eclipse.core.net.win32.x86_64_1.1.500.v20190925-1337.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (33.44kB)
04:07:39 [INFO] Unpacking org.eclipse.core.net.win32.x86_64_1.1.500.v20190925-1337...
04:07:39 [INFO] Fetching org.eclipse.core.resources.win32.x86_64_3.5.400.v20190812-0909.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (56.91kB)
04:07:39 [INFO] The user operation is waiting for background work to complete.
04:07:39 [INFO] Fetching org.eclipse.core.resources.win32.x86_64_3.5.400.v20190812-0909.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (56.91kB)
04:07:39 [INFO] Unpacking org.eclipse.core.resources.win32.x86_64_3.5.400.v20190812-0909...
04:07:39 [INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.1100.v20190907-0426.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (80.12kB)
04:07:39 [INFO] The user operation is waiting for background work to complete.
04:07:39 [INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.1100.v20190907-0426.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (80.12kB)
04:07:39 [INFO] Unpacking org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.1100.v20190907-0426...
04:07:40 [INFO] Fetching org.eclipse.equinox.security.win32.x86_64_1.1.200.v20190812-0919.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (37.04kB)
04:07:40 [INFO] The user operation is waiting for background work to complete.
04:07:40 [INFO] Fetching org.eclipse.equinox.security.win32.x86_64_1.1.200.v20190812-0919.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (37.04kB)
04:07:40 [INFO] Unpacking org.eclipse.equinox.security.win32.x86_64_1.1.200.v20190812-0919...
04:07:40 [INFO] Fetching org.eclipse.ui.win32_3.4.300.v20190926-0808.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (13.39kB)
04:07:40 [INFO] The user operation is waiting for background work to complete.
04:07:40 [INFO] Fetching org.eclipse.ui.win32_3.4.300.v20190926-0808.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (13.39kB)
04:07:40 [INFO] Unpacking org.eclipse.ui.win32_3.4.300.v20190926-0808...
04:07:40 [INFO] Fetching org.eclipse.core.filesystem.macosx_1.3.200.v20190903-0945.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (15.18kB)
04:07:40 [INFO] The user operation is waiting for background work to complete.
04:07:40 [INFO] Fetching org.eclipse.core.filesystem.macosx_1.3.200.v20190903-0945.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (15.18kB)
04:07:40 [INFO] Unpacking org.eclipse.core.filesystem.macosx_1.3.200.v20190903-0945...
04:07:40 [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.500.v20200123-1115.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (16.29kB)
04:07:40 [INFO] The user operation is waiting for background work to complete.
04:07:40 [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.500.v20200123-1115.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (16.29kB)
04:07:40 [INFO] Unpacking org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.500.v20200123-1115...
04:07:40 [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.1100.v20190907-0426.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (39.44kB)
04:07:40 [INFO] The user operation is waiting for background work to complete.
04:07:40 [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.1100.v20190907-0426.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (39.44kB)
04:07:40 [INFO] Unpacking org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.1100.v20190907-0426...
04:07:40 [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.114.0.v20200304-0601.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (835.59kB)
04:07:40 [INFO] The user operation is waiting for background work to complete.
04:07:40 [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.114.0.v20200304-0601.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (835.59kB)
04:07:41 [INFO] Unpacking org.eclipse.swt.cocoa.macosx.x86_64_3.114.0.v20200304-0601...
04:07:42 [INFO] Fetching org.eclipse.equinox.security.macosx_1.101.200.v20190903-0934.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (24.56kB)
04:07:42 [INFO] The user operation is waiting for background work to complete.
04:07:42 [INFO] Fetching org.eclipse.equinox.security.macosx_1.101.200.v20190903-0934.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (24.56kB)
04:07:42 [INFO] Unpacking org.eclipse.equinox.security.macosx_1.101.200.v20190903-0934...
04:07:42 [INFO] Fetching org.eclipse.jdt.launching.macosx_3.4.500.v20200116-2251.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (12.12kB)
04:07:42 [INFO] The user operation is waiting for background work to complete.
04:07:42 [INFO] Fetching org.eclipse.jdt.launching.macosx_3.4.500.v20200116-2251.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (12.12kB)
04:07:42 [INFO] Unpacking org.eclipse.jdt.launching.macosx_3.4.500.v20200116-2251...
04:07:42 [INFO] Fetching org.eclipse.jdt.launching.ui.macosx_1.2.600.v20200204-1737.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (29.17kB)
04:07:42 [INFO] The user operation is waiting for background work to complete.
04:07:42 [INFO] Fetching org.eclipse.jdt.launching.ui.macosx_1.2.600.v20200204-1737.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (29.17kB)
04:07:42 [INFO] Unpacking org.eclipse.jdt.launching.ui.macosx_1.2.600.v20200204-1737...
04:07:42 [INFO] Fetching org.eclipse.ui.cocoa_1.2.400.v20191217-1850.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (7.61kB)
04:07:42 [INFO] The user operation is waiting for background work to complete.
04:07:42 [INFO] Fetching org.eclipse.ui.cocoa_1.2.400.v20191217-1850.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (7.61kB)
04:07:42 [INFO] Unpacking org.eclipse.ui.cocoa_1.2.400.v20191217-1850...
04:07:43 [INFO] Resolving class path of MavenProject: org.eclipse.scout.sdk:org.eclipse.scout.sdk-feature:10.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk-feature/pom.xml
04:07:43 [INFO] Computing target platform for MavenProject: org.eclipse.scout.sdk:org.eclipse.scout.sdk-repository:10.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk-repository/pom.xml
04:07:43 [INFO] Resolving dependencies of MavenProject: org.eclipse.scout.sdk:org.eclipse.scout.sdk-repository:10.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk-repository/pom.xml
04:07:43 [INFO] Resolving class path of MavenProject: org.eclipse.scout.sdk:org.eclipse.scout.sdk-repository:10.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk-repository/pom.xml
04:07:44 [INFO] ------------------------------------------------------------------------
04:07:44 [INFO] Reactor Build Order:
04:07:44 [INFO] 
04:07:44 [INFO] Eclipse Scout SDK P2                                               [pom]
04:07:44 [INFO] Eclipse Scout SDK P2 Build Target                                  [pom]
04:07:44 [INFO] Eclipse Scout SDK Feature                              [eclipse-feature]
04:07:44 [INFO] Eclipse Scout SDK Repository                        [eclipse-repository]
04:07:44 [INFO] Eclipse Scout SDK                                                  [pom]
04:07:44 [INFO] 
04:07:44 [INFO] -----------< org.eclipse.scout.sdk:org.eclipse.scout.sdk.p2 >-----------
04:07:44 [INFO] Building Eclipse Scout SDK P2 10.0.0-SNAPSHOT                      [1/5]
04:07:44 [INFO] --------------------------------[ pom ]---------------------------------
04:07:44 [INFO] 
04:07:44 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.p2 ---
04:07:44 [INFO] 
04:07:44 [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-rules) @ org.eclipse.scout.sdk.p2 ---
04:07:44 [INFO] Skipping Rule Enforcement.
04:07:44 [INFO] 
04:07:44 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk.p2 ---
04:07:44 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.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-10.0_continuous/org.eclipse.scout.sdk.p2/../target/jacoco-all.exec
04:07:44 [INFO] 
04:07:44 [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.p2 ---
04:07:44 [INFO] 
04:07:44 [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.p2 ---
04:07:44 [INFO] 
04:07:44 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.p2 ---
04:07:44 [INFO] Skipping packaging of the test-jar
04:07:44 [INFO] 
04:07:44 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.p2 ---
04:07:44 [INFO] 
04:07:44 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.p2 ---
04:07:44 [INFO] 
04:07:44 [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.scout.sdk.p2 ---
04:07:45 [INFO] 
04:07:45 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.scout.sdk.p2 ---
04:07:49 [INFO] Skip jar signing
04:07:49 [INFO] 
04:07:49 [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.scout.sdk.p2 ---
04:07:49 [INFO] 
04:07:49 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk.p2 ---
04:07:49 [INFO] 
04:07:49 [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.scout.sdk.p2 ---
04:07:49 [INFO] 
04:07:49 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.p2 ---
04:07:49 [INFO] Checking compile classpath
04:07:49 [INFO] Checking runtime classpath
04:07:49 [INFO] Checking test classpath
04:07:50 [INFO] 
04:07:50 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.p2 ---
04:07:50 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk.p2/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.p2/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.p2-10.0.0-SNAPSHOT.pom
04:07:50 [INFO] 
04:07:50 [INFO] ---------< org.eclipse.scout.sdk:org.eclipse.scout.sdk-target >---------
04:07:50 [INFO] Building Eclipse Scout SDK P2 Build Target 10.0.0-SNAPSHOT         [2/5]
04:07:50 [INFO] --------------------------------[ pom ]---------------------------------
04:07:50 [INFO] 
04:07:50 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk-target ---
04:07:50 [INFO] 
04:07:50 [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-rules) @ org.eclipse.scout.sdk-target ---
04:07:50 [INFO] Skipping Rule Enforcement.
04:07:50 [INFO] 
04:07:50 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk-target ---
04:07:50 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.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-10.0_continuous/org.eclipse.scout.sdk-target/../target/jacoco-all.exec
04:07:50 [INFO] 
04:07:50 [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk-target ---
04:07:50 [INFO] 
04:07:50 [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk-target ---
04:07:50 [INFO] 
04:07:50 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk-target ---
04:07:50 [INFO] Skipping packaging of the test-jar
04:07:50 [INFO] 
04:07:50 [INFO] --- build-helper-maven-plugin:3.0.0:attach-artifact (attach-artifacts) @ org.eclipse.scout.sdk-target ---
04:07:50 [INFO] 
04:07:50 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk-target ---
04:07:50 [INFO] 
04:07:50 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk-target ---
04:07:50 [INFO] 
04:07:50 [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.scout.sdk-target ---
04:07:50 [INFO] 
04:07:50 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.scout.sdk-target ---
04:07:50 [INFO] Skip jar signing
04:07:50 [INFO] 
04:07:50 [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.scout.sdk-target ---
04:07:50 [INFO] 
04:07:50 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk-target ---
04:07:50 [INFO] 
04:07:50 [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.scout.sdk-target ---
04:07:50 [INFO] 
04:07:50 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk-target ---
04:07:50 [INFO] Checking compile classpath
04:07:50 [INFO] Checking runtime classpath
04:07:50 [INFO] Checking test classpath
04:07:50 [INFO] 
04:07:50 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk-target ---
04:07:50 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk-target/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-target/10.0.0-SNAPSHOT/org.eclipse.scout.sdk-target-10.0.0-SNAPSHOT.pom
04:07:50 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk-target/org.eclipse.2020-03-dependencies.target to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-target/10.0.0-SNAPSHOT/org.eclipse.scout.sdk-target-10.0.0-SNAPSHOT-org.eclipse.2020-03.target
04:07:50 [INFO] 
04:07:50 [INFO] --------< org.eclipse.scout.sdk:org.eclipse.scout.sdk-feature >---------
04:07:50 [INFO] Building Eclipse Scout SDK Feature 10.0.0-SNAPSHOT                 [3/5]
04:07:50 [INFO] --------------------------[ eclipse-feature ]---------------------------
04:07:50 [INFO] 
04:07:50 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk-feature ---
04:07:50 [INFO] Deleting /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk-feature/target
04:07:50 [INFO] 
04:07:50 [INFO] --- tycho-packaging-plugin:1.5.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.scout.sdk-feature ---
04:07:50 [INFO] The project's OSGi version is 10.0.0.20210201-1447
04:07:50 [INFO] 
04:07:50 [INFO] --- tycho-packaging-plugin:1.5.1:validate-id (default-validate-id) @ org.eclipse.scout.sdk-feature ---
04:07:50 [INFO] 
04:07:50 [INFO] --- tycho-packaging-plugin:1.5.1:validate-version (default-validate-version) @ org.eclipse.scout.sdk-feature ---
04:07:50 [INFO] 
04:07:50 [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-rules) @ org.eclipse.scout.sdk-feature ---
04:07:50 [INFO] Skipping Rule Enforcement.
04:07:50 [INFO] 
04:07:50 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk-feature ---
04:07:50 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.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-10.0_continuous/org.eclipse.scout.sdk-feature/../target/jacoco-all.exec
04:07:50 [INFO] 
04:07:50 [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk-feature ---
04:07:50 [INFO] 
04:07:50 [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk-feature ---
04:07:50 [INFO] 
04:07:50 [INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.scout.sdk-feature ---
04:07:50 [INFO] 
04:07:50 [INFO] --- tycho-packaging-plugin:1.5.1:package-feature (default-package-feature) @ org.eclipse.scout.sdk-feature ---
04:07:50 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk-feature/target/org.eclipse.scout.sdk-feature-10.0.0-SNAPSHOT.jar
04:07:50 [INFO] 
04:07:50 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.scout.sdk-feature ---
04:07:50 [INFO] 
04:07:50 [INFO] --- tycho-p2-plugin:1.5.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.scout.sdk-feature ---
04:07:50 [INFO] 
04:07:50 [INFO] --- tycho-source-feature-plugin:1.5.1:source-feature (generate-source-feature) @ org.eclipse.scout.sdk-feature ---
04:07:50 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk-feature/target/org.eclipse.scout.sdk-feature-10.0.0-SNAPSHOT-sources-feature.jar
04:07:50 [INFO] 
04:07:50 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk-feature ---
04:07:50 [INFO] No baseline version MavenProject: org.eclipse.scout.sdk:org.eclipse.scout.sdk-feature:10.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk-feature/pom.xml
04:07:50 [INFO] 
04:07:50 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk-feature ---
04:07:50 [INFO] Skipping packaging of the test-jar
04:07:50 [INFO] 
04:07:50 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk-feature ---
04:07:50 [INFO] No sources in project. Archive not created.
04:07:50 [INFO] 
04:07:50 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk-feature ---
04:07:50 [INFO] No sources in project. Archive not created.
04:07:50 [INFO] 
04:07:50 [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.scout.sdk-feature ---
04:07:50 [INFO] 
04:07:50 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.scout.sdk-feature ---
04:07:50 [INFO] Skip jar signing
04:07:50 [INFO] 
04:07:50 [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.scout.sdk-feature ---
04:07:50 [INFO] 
04:07:50 [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.scout.sdk-feature ---
04:07:50 [INFO] 
04:07:50 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk-feature ---
04:07:50 [INFO] Skipping duplicate-finder execution!
04:07:50 [INFO] 
04:07:50 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk-feature ---
04:07:50 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk-feature/target/org.eclipse.scout.sdk-feature-10.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-feature/10.0.0-SNAPSHOT/org.eclipse.scout.sdk-feature-10.0.0-SNAPSHOT.jar
04:07:50 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk-feature/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-feature/10.0.0-SNAPSHOT/org.eclipse.scout.sdk-feature-10.0.0-SNAPSHOT.pom
04:07:50 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk-feature/target/org.eclipse.scout.sdk-feature-10.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-feature/10.0.0-SNAPSHOT/org.eclipse.scout.sdk-feature-10.0.0-SNAPSHOT-sources-feature.jar
04:07:50 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk-feature/target/p2content.xml to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-feature/10.0.0-SNAPSHOT/org.eclipse.scout.sdk-feature-10.0.0-SNAPSHOT-p2metadata.xml
04:07:50 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk-feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-feature/10.0.0-SNAPSHOT/org.eclipse.scout.sdk-feature-10.0.0-SNAPSHOT-p2artifacts.xml
04:07:50 [INFO] 
04:07:50 [INFO] --- tycho-p2-plugin:1.5.1:update-local-index (default-update-local-index) @ org.eclipse.scout.sdk-feature ---
04:07:50 [INFO] 
04:07:50 [INFO] -------< org.eclipse.scout.sdk:org.eclipse.scout.sdk-repository >-------
04:07:50 [INFO] Building Eclipse Scout SDK Repository 10.0.0-SNAPSHOT              [4/5]
04:07:50 [INFO] -------------------------[ eclipse-repository ]-------------------------
04:07:50 [INFO] 
04:07:50 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk-repository ---
04:07:50 [INFO] 
04:07:50 [INFO] --- tycho-packaging-plugin:1.5.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.scout.sdk-repository ---
04:07:50 [INFO] The project's OSGi version is 10.0.0.20210201-1447
04:07:50 [INFO] 
04:07:50 [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-rules) @ org.eclipse.scout.sdk-repository ---
04:07:50 [INFO] Skipping Rule Enforcement.
04:07:50 [INFO] 
04:07:50 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean-1) @ org.eclipse.scout.sdk-repository ---
04:07:50 [INFO] 
04:07:50 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk-repository ---
04:07:50 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.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-10.0_continuous/org.eclipse.scout.sdk-repository/../target/jacoco-all.exec
04:07:50 [INFO] 
04:07:50 [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk-repository ---
04:07:50 [INFO] 
04:07:50 [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk-repository ---
04:07:50 [INFO] 
04:07:50 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk-repository ---
04:07:50 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:07:50 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk-repository/src/main/resources
04:07:50 [INFO] Copying 1 resource
04:07:50 [INFO] 
04:07:50 [INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.scout.sdk-repository ---
04:07:50 [INFO] 
04:07:50 [INFO] --- tycho-p2-publisher-plugin:1.5.1:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.scout.sdk-repository ---
04:07:50 [INFO] Published profile IUs: [a.jre.javase 10.0.0, config.a.jre.javase 10.0.0]
04:07:50 [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0]
04:07:50 [INFO] Published profile IUs: [a.jre.javase 12.0.0, config.a.jre.javase 12.0.0]
04:07:50 [INFO] Published profile IUs: [a.jre.javase 13.0.0, config.a.jre.javase 13.0.0]
04:07:50 [INFO] 
04:07:50 [INFO] --- tycho-p2-publisher-plugin:1.5.1:publish-products (default-publish-products) @ org.eclipse.scout.sdk-repository ---
04:07:50 [INFO] 
04:07:50 [INFO] --- tycho-p2-publisher-plugin:1.5.1:publish-categories (default-publish-categories) @ org.eclipse.scout.sdk-repository ---
04:07:50 [INFO] 
04:07:50 [INFO] --- tycho-p2-publisher-plugin:1.5.1:attach-artifacts (default-attach-artifacts) @ org.eclipse.scout.sdk-repository ---
04:07:50 [INFO] 
04:07:50 [INFO] --- tycho-p2-repository-plugin:1.5.1:assemble-repository (default-assemble-repository) @ org.eclipse.scout.sdk-repository ---
04:07:50 [INFO] Copying resources from /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk-repository/target/classes to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk-repository/target/repository
04:07:53 [INFO] 
04:07:53 [INFO] --- tycho-p2-repository-plugin:1.5.1:archive-repository (default-archive-repository) @ org.eclipse.scout.sdk-repository ---
04:07:53 [INFO] Building zip: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk-repository/target/org.eclipse.scout.sdk-repository-10.0.0-SNAPSHOT.zip
04:07:53 [INFO] 
04:07:53 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk-repository ---
04:07:53 [INFO] Skipping packaging of the test-jar
04:07:53 [INFO] 
04:07:53 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk-repository ---
04:07:53 [INFO] No sources in project. Archive not created.
04:07:53 [INFO] 
04:07:53 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk-repository ---
04:07:53 [INFO] No sources in project. Archive not created.
04:07:53 [INFO] 
04:07:53 [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.scout.sdk-repository ---
04:07:53 [INFO] 
04:07:53 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.scout.sdk-repository ---
04:07:53 [INFO] Skip jar signing
04:07:53 [INFO] 
04:07:53 [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.scout.sdk-repository ---
04:07:53 [INFO] 
04:07:53 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk-repository ---
04:07:53 [INFO] 
04:07:53 [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.scout.sdk-repository ---
04:07:53 [INFO] 
04:07:53 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk-repository ---
04:07:53 [INFO] Skipping duplicate-finder execution!
04:07:53 [INFO] 
04:07:53 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk-repository ---
04:07:53 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk-repository/target/org.eclipse.scout.sdk-repository-10.0.0-SNAPSHOT.zip to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-repository/10.0.0-SNAPSHOT/org.eclipse.scout.sdk-repository-10.0.0-SNAPSHOT.zip
04:07:53 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk-repository/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-repository/10.0.0-SNAPSHOT/org.eclipse.scout.sdk-repository-10.0.0-SNAPSHOT.pom
04:07:53 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk-repository/target/p2content.xml to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-repository/10.0.0-SNAPSHOT/org.eclipse.scout.sdk-repository-10.0.0-SNAPSHOT-p2metadata.xml
04:07:53 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk-repository/target/p2artifacts.xml to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-repository/10.0.0-SNAPSHOT/org.eclipse.scout.sdk-repository-10.0.0-SNAPSHOT-p2artifacts.xml
04:07:53 [INFO] 
04:07:53 [INFO] --- tycho-p2-plugin:1.5.1:update-local-index (default-update-local-index) @ org.eclipse.scout.sdk-repository ---
04:07:53 [INFO] 
04:07:53 [INFO] ----------< org.eclipse.scout.sdk:org.eclipse.scout.sdk-root >----------
04:07:53 [INFO] Building Eclipse Scout SDK 10.0.0-SNAPSHOT                         [5/5]
04:07:53 [INFO] --------------------------------[ pom ]---------------------------------
04:07:53 [INFO] 
04:07:53 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.scout.sdk-root ---
04:07:53 [INFO] 
04:07:53 [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.scout.sdk-root ---
04:07:53 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-root/10.0.0-SNAPSHOT/org.eclipse.scout.sdk-root-10.0.0-SNAPSHOT.pom
04:07:53 [INFO] ------------------------------------------------------------------------
04:07:53 [INFO] Reactor Summary for Eclipse Scout SDK 10.0.0-SNAPSHOT:
04:07:53 [INFO] 
04:07:53 [INFO] Eclipse Scout SDK P2 ............................... SUCCESS [  5.985 s]
04:07:53 [INFO] Eclipse Scout SDK P2 Build Target .................. SUCCESS [  0.093 s]
04:07:53 [INFO] Eclipse Scout SDK Feature .......................... SUCCESS [  0.593 s]
04:07:53 [INFO] Eclipse Scout SDK Repository ....................... SUCCESS [  2.860 s]
04:07:53 [INFO] Eclipse Scout SDK .................................. SUCCESS [  0.059 s]
04:07:53 [INFO] ------------------------------------------------------------------------
04:07:53 [INFO] BUILD SUCCESS
04:07:53 [INFO] ------------------------------------------------------------------------
04:07:53 [INFO] Total time:  01:30 min
04:07:53 [INFO] Finished at: 2021-02-01T09:07:53Z
04:07:53 [INFO] ------------------------------------------------------------------------
04:07:55 Recording test results
04:07:56 [Checks API] No suitable checks publisher found.
04:07:56 Finished: SUCCESS