Skip to content
Success

Console Output

07:03:26 Started by an SCM change
07:03:26 Running as SYSTEM
07:03:26 Agent basic-t5rql is provisioned from template basic
07:03:26 ---
07:03:26 apiVersion: "v1"
07:03:26 kind: "Pod"
07:03:26 metadata:
07:03:26   annotations: {}
07:03:26   labels:
07:03:26     jenkins: "slave"
07:03:26     jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
07:03:26     jenkins/label: "basic"
07:03:26   name: "basic-t5rql"
07:03:26 spec:
07:03:26   containers:
07:03:26   - env:
07:03:26     - name: "JENKINS_SECRET"
07:03:26       value: "********"
07:03:26     - name: "JENKINS_TUNNEL"
07:03:26       value: "jenkins-discovery.scout.svc.cluster.local:50000"
07:03:26     - name: "JENKINS_AGENT_NAME"
07:03:26       value: "basic-t5rql"
07:03:26     - name: "JENKINS_REMOTING_JAVA_OPTS"
07:03:26       value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
07:03:26         \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
07:03:26     - name: "JAVA_TOOL_OPTIONS"
07:03:26       value: ""
07:03:26     - name: "_JAVA_OPTIONS"
07:03:26       value: ""
07:03:26     - name: "OPENJ9_JAVA_OPTIONS"
07:03:26       value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
07:03:26     - name: "JENKINS_NAME"
07:03:26       value: "basic-t5rql"
07:03:26     - name: "JENKINS_AGENT_WORKDIR"
07:03:26       value: "/home/jenkins/agent"
07:03:26     - name: "JENKINS_URL"
07:03:26       value: "http://jenkins-ui.scout.svc.cluster.local/scout/"
07:03:26     image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.5"
07:03:26     imagePullPolicy: "Always"
07:03:26     name: "jnlp"
07:03:26     resources:
07:03:26       limits:
07:03:26         cpu: "2000m"
07:03:26         memory: "4096Mi"
07:03:26       requests:
07:03:26         cpu: "1000m"
07:03:26         memory: "4096Mi"
07:03:26     tty: true
07:03:26     volumeMounts:
07:03:26     - mountPath: "/home/jenkins/.m2/toolchains.xml"
07:03:26       name: "m2-dir"
07:03:26       readOnly: true
07:03:26       subPath: "toolchains.xml"
07:03:26     - mountPath: "/home/jenkins/.mavenrc"
07:03:26       name: "m2-dir"
07:03:26       readOnly: true
07:03:26       subPath: ".mavenrc"
07:03:26     - mountPath: "/opt/tools"
07:03:26       name: "volume-0"
07:03:26       readOnly: false
07:03:26     - mountPath: "/home/jenkins"
07:03:26       name: "volume-2"
07:03:26       readOnly: false
07:03:26     - mountPath: "/home/jenkins/.m2/repository"
07:03:26       name: "volume-3"
07:03:26       readOnly: false
07:03:26     - mountPath: "/home/jenkins/.m2/settings-security.xml"
07:03:26       name: "m2-secret-dir"
07:03:26       readOnly: true
07:03:26       subPath: "settings-security.xml"
07:03:26     - mountPath: "/home/jenkins/.m2/wrapper"
07:03:26       name: "volume-4"
07:03:26       readOnly: false
07:03:26     - mountPath: "/home/jenkins/.m2/settings.xml"
07:03:26       name: "m2-secret-dir"
07:03:26       readOnly: true
07:03:26       subPath: "settings.xml"
07:03:26     - mountPath: "/home/jenkins/.ssh"
07:03:26       name: "volume-1"
07:03:26       readOnly: false
07:03:26     - mountPath: "/home/jenkins/agent"
07:03:26       name: "workspace-volume"
07:03:26       readOnly: false
07:03:26     workingDir: "/home/jenkins/agent"
07:03:26   nodeSelector:
07:03:26     kubernetes.io/os: "linux"
07:03:26   restartPolicy: "Never"
07:03:26   volumes:
07:03:26   - name: "volume-0"
07:03:26     persistentVolumeClaim:
07:03:26       claimName: "tools-claim-jiro-scout"
07:03:26       readOnly: true
07:03:26   - name: "m2-secret-dir"
07:03:26     secret:
07:03:26       secretName: "m2-secret-dir"
07:03:26   - emptyDir:
07:03:26       medium: ""
07:03:26     name: "volume-2"
07:03:26   - configMap:
07:03:26       name: "m2-dir"
07:03:26     name: "m2-dir"
07:03:26   - configMap:
07:03:26       name: "known-hosts"
07:03:26     name: "volume-1"
07:03:26   - emptyDir:
07:03:26       medium: ""
07:03:26     name: "workspace-volume"
07:03:26   - emptyDir:
07:03:26       medium: ""
07:03:26     name: "volume-4"
07:03:26   - emptyDir:
07:03:26       medium: ""
07:03:26     name: "volume-3"
07:03:26 
07:03:26 Building remotely on basic-t5rql (basic) in workspace /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous
07:03:27 The recommended git tool is: NONE
07:03:28 No credentials specified
07:03:28 Cloning the remote Git repository
07:03:28 Cloning repository https://github.com/eclipse-scout/scout.sdk.git
07:03:28  > git init /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous # timeout=10
07:03:28 Fetching upstream changes from https://github.com/eclipse-scout/scout.sdk.git
07:03:28  > git --version # timeout=10
07:03:28  > git --version # 'git version 2.20.1'
07:03:28  > git fetch --tags --force --progress -- https://github.com/eclipse-scout/scout.sdk.git +refs/heads/*:refs/remotes/origin/* # timeout=10
07:03:30  > git config remote.origin.url https://github.com/eclipse-scout/scout.sdk.git # timeout=10
07:03:30  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
07:03:30 Avoid second fetch
07:03:30  > git rev-parse refs/remotes/origin/releases/10.0^{commit} # timeout=10
07:03:30 Checking out Revision d5070cdbf80ca49185dcd950c1e13f647534ec75 (refs/remotes/origin/releases/10.0)
07:03:30  > git config core.sparsecheckout # timeout=10
07:03:30  > git checkout -f d5070cdbf80ca49185dcd950c1e13f647534ec75 # timeout=10
07:03:34 Commit message: "Remove qualified name migration helper"
07:03:34 First time build. Skipping changelog.
07:03:34 [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
07:03:35 Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
07:03:35 Maven home: /opt/tools/apache-maven/latest
07:03:35 Java version: 11.0.12, vendor: International Business Machines Corporation, runtime: /opt/java/openjdk
07:03:35 Default locale: en_US, platform encoding: UTF-8
07:03:35 OS name: "linux", version: "5.12.7-300.fc34.x86_64", arch: "amd64", family: "unix"
07:03:36 [INFO] Scanning for projects...
07:03:47 [INFO] ------------------------------------------------------------------------
07:03:47 [INFO] Reactor Build Order:
07:03:47 [INFO] 
07:03:47 [INFO] Scout Hello World Sample Application                   [maven-archetype]
07:03:47 [INFO] Scout JaxWs Module                                     [maven-archetype]
07:03:47 [INFO] ScoutJS Sample Application                             [maven-archetype]
07:03:47 [INFO] Eclipse Scout SDK                                                  [pom]
07:03:47 [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core                   [jar]
07:03:47 [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.ecj               [jar]
07:03:47 [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.test              [jar]
07:03:47 [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s                 [jar]
07:03:47 [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s.test            [jar]
07:03:47 [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e             [bundle]
07:03:47 [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.test           [jar]
07:03:47 [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.doc         [bundle]
07:03:47 [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.ui          [bundle]
07:03:47 [INFO] org.eclipse.scout.sdk-settings                                     [jar]
07:03:47 [INFO] Eclipse Scout SDK                                                  [pom]
07:03:47 [INFO] 
07:03:47 [INFO] ---------< org.eclipse.scout.archetypes:scout-helloworld-app >----------
07:03:47 [INFO] Building Scout Hello World Sample Application 10.0.0-SNAPSHOT     [1/15]
07:03:47 [INFO] --------------------------[ maven-archetype ]---------------------------
07:03:49 [INFO] 
07:03:49 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ scout-helloworld-app ---
07:03:51 [INFO] 
07:03:51 [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-rules) @ scout-helloworld-app ---
07:03:53 [INFO] Skipping Rule Enforcement.
07:03:53 [INFO] 
07:03:53 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ scout-helloworld-app ---
07:03: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/scout-helloworld-app/../target/jacoco-all.exec
07:03:59 [INFO] 
07:03:59 [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ scout-helloworld-app ---
07:03:59 [INFO] 
07:03:59 [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ scout-helloworld-app ---
07:03:59 [INFO] 
07:03:59 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ scout-helloworld-app ---
07:04:00 [INFO] Using 'UTF-8' encoding to copy filtered resources.
07:04:00 [INFO] Copying 116 resources
07:04:00 [INFO] Copying 2 resources
07:04:00 [INFO] 
07:04:00 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ scout-helloworld-app ---
07:04:00 [INFO] Using 'UTF-8' encoding to copy filtered resources.
07:04:00 [INFO] Copying 2 resources
07:04:00 [INFO] 
07:04:00 [INFO] --- maven-archetype-plugin:3.1.2:jar (default-jar) @ scout-helloworld-app ---
07:04:04 [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
07:04:04 [INFO] 
07:04:04 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ scout-helloworld-app ---
07:04:05 [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
07:04:05 [INFO] 
07:04:05 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ scout-helloworld-app ---
07:04:05 [INFO] No sources in project. Archive not created.
07:04:05 [INFO] 
07:04:05 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ scout-helloworld-app ---
07:04:05 [INFO] No sources in project. Archive not created.
07:04:05 [INFO] 
07:04:05 [INFO] --- maven-archetype-plugin:3.1.2:integration-test (default-integration-test) @ scout-helloworld-app ---
07:04:05 [INFO] Processing Archetype IT project: basic
07:04:06 [INFO] ----------------------------------------------------------------------------
07:04:06 [INFO] Using following parameters for creating project from Archetype: scout-helloworld-app:10.0.0-SNAPSHOT
07:04:06 [INFO] ----------------------------------------------------------------------------
07:04:06 [INFO] Parameter: groupId, Value: org.eclipse.scout.apps
07:04:06 [INFO] Parameter: artifactId, Value: helloworld
07:04:06 [INFO] Parameter: version, Value: 1.0.0-SNAPSHOT
07:04:06 [INFO] Parameter: package, Value: org.eclipse.scout.apps.helloworld
07:04:06 [INFO] Parameter: packageInPathFormat, Value: org/eclipse/scout/apps/helloworld
07:04:06 [INFO] Parameter: package, Value: org.eclipse.scout.apps.helloworld
07:04:06 [INFO] Parameter: debug, Value: false
07:04:06 [INFO] Parameter: displayName, Value: My Application
07:04:06 [INFO] Parameter: javaVersion, Value: 1.8
07:04:06 [INFO] Parameter: groupId, Value: org.eclipse.scout.apps
07:04:06 [INFO] Parameter: scoutAuthPrivateKeyDev, Value: TODO (use org.eclipse.scout.rt.platform.security.SecurityUtility.generateKeyPair())
07:04:06 [INFO] Parameter: simpleArtifactName, Value: hellojs
07:04:06 [INFO] Parameter: scoutAuthPrivateKey, Value: TODO (use org.eclipse.scout.rt.platform.security.SecurityUtility.generateKeyPair())
07:04:06 [INFO] Parameter: scoutAuthPublicKey, Value: TODO (use org.eclipse.scout.rt.platform.security.SecurityUtility.generateKeyPair())
07:04:06 [INFO] Parameter: scoutAuthPublicKeyDev, Value: TODO (use org.eclipse.scout.rt.platform.security.SecurityUtility.generateKeyPair())
07:04:06 [INFO] Parameter: userName, Value: Scout Robot
07:04:06 [INFO] Parameter: version, Value: 1.0.0-SNAPSHOT
07:04:06 [INFO] Parameter: artifactId, Value: helloworld
07:04:06 [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
07:04:06 [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
07:04:06 [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
07:04:06 [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
07:04:06 [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
07:04:06 [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
07:04:06 [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
07:04:06 [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
07:04:06 [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
07:04:06 [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
07:04:06 [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
07:04:06 [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
07:04:06 [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
07:04:06 [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
07:04:06 [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
07:04:06 [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
07:04:06 [INFO] Executing META-INF/archetype-post-generate.groovy post-generation script
07:04:06 WARNING: An illegal reflective access operation has occurred
07:04:06 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()
07:04:06 WARNING: Please consider reporting this to the maintainers of org.codehaus.groovy.reflection.CachedClass
07:04:06 WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
07:04:06 WARNING: All illegal access operations will be denied in a future release
07:04:06 [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
07:04:06 [INFO] 
07:04:06 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ scout-helloworld-app ---
07:04:08 [INFO] Checking compile classpath
07:04:08 [INFO] Checking runtime classpath
07:04:08 [INFO] Checking test classpath
07:04:08 [INFO] 
07:04:08 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ scout-helloworld-app ---
07:04:08 [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
07:04:08 [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
07:04:08 [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
07:04:08 [INFO] 
07:04:08 [INFO] --- maven-archetype-plugin:3.1.2:update-local-catalog (default-update-local-catalog) @ scout-helloworld-app ---
07:04:08 [INFO] 
07:04:08 [INFO] ----------< org.eclipse.scout.archetypes:scout-jaxws-module >-----------
07:04:08 [INFO] Building Scout JaxWs Module 10.0.0-SNAPSHOT                       [2/15]
07:04:08 [INFO] --------------------------[ maven-archetype ]---------------------------
07:04:08 [INFO] 
07:04:08 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ scout-jaxws-module ---
07:04:08 [INFO] 
07:04:08 [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-rules) @ scout-jaxws-module ---
07:04:08 [INFO] Skipping Rule Enforcement.
07:04:08 [INFO] 
07:04:08 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ scout-jaxws-module ---
07:04: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/scout-jaxws-module/../target/jacoco-all.exec
07:04:08 [INFO] 
07:04:08 [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ scout-jaxws-module ---
07:04:08 [INFO] 
07:04:08 [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ scout-jaxws-module ---
07:04:08 [INFO] 
07:04:08 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ scout-jaxws-module ---
07:04:08 [INFO] Using 'UTF-8' encoding to copy filtered resources.
07:04:08 [INFO] Copying 7 resources
07:04:08 [INFO] Copying 2 resources
07:04:08 [INFO] 
07:04:08 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ scout-jaxws-module ---
07:04:08 [INFO] Using 'UTF-8' encoding to copy filtered resources.
07:04:08 [INFO] Copying 2 resources
07:04:08 [INFO] 
07:04:08 [INFO] --- maven-archetype-plugin:3.1.2:jar (default-jar) @ scout-jaxws-module ---
07:04:08 [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
07:04:08 [INFO] 
07:04:08 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ scout-jaxws-module ---
07:04:08 [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
07:04:08 [INFO] 
07:04:08 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ scout-jaxws-module ---
07:04:08 [INFO] No sources in project. Archive not created.
07:04:08 [INFO] 
07:04:08 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ scout-jaxws-module ---
07:04:08 [INFO] No sources in project. Archive not created.
07:04:08 [INFO] 
07:04:08 [INFO] --- maven-archetype-plugin:3.1.2:integration-test (default-integration-test) @ scout-jaxws-module ---
07:04:08 [INFO] Processing Archetype IT project: basic
07:04:08 [INFO] ----------------------------------------------------------------------------
07:04:08 [INFO] Using following parameters for creating project from Archetype: scout-jaxws-module:10.0.0-SNAPSHOT
07:04:08 [INFO] ----------------------------------------------------------------------------
07:04:08 [INFO] Parameter: groupId, Value: org.eclipse.scout.apps
07:04:08 [INFO] Parameter: artifactId, Value: helloworld.server.jaxws
07:04:08 [INFO] Parameter: version, Value: 1.0.0-SNAPSHOT
07:04:08 [INFO] Parameter: package, Value: org.eclipse.scout.apps.helloworld
07:04:08 [INFO] Parameter: packageInPathFormat, Value: org/eclipse/scout/apps/helloworld
07:04:08 [INFO] Parameter: package, Value: org.eclipse.scout.apps.helloworld
07:04:08 [INFO] Parameter: displayName, Value: My Application
07:04:08 [INFO] Parameter: groupId, Value: org.eclipse.scout.apps
07:04:08 [INFO] Parameter: artifactId, Value: helloworld.server.jaxws
07:04:08 [INFO] Parameter: version, Value: 1.0.0-SNAPSHOT
07:04:08 [INFO] Parameter: parentArtifactId, Value: helloworld
07:04:08 [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
07:04:08 [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
07:04:08 [INFO] 
07:04:08 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ scout-jaxws-module ---
07:04:08 [INFO] Checking compile classpath
07:04:08 [INFO] Checking runtime classpath
07:04:08 [INFO] Checking test classpath
07:04:08 [INFO] 
07:04:08 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ scout-jaxws-module ---
07:04:08 [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
07:04:08 [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
07:04:08 [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
07:04:08 [INFO] 
07:04:08 [INFO] --- maven-archetype-plugin:3.1.2:update-local-catalog (default-update-local-catalog) @ scout-jaxws-module ---
07:04:08 [INFO] 
07:04:08 [INFO] -----------< org.eclipse.scout.archetypes:scout-hellojs-app >-----------
07:04:08 [INFO] Building ScoutJS Sample Application 10.0.0-SNAPSHOT               [3/15]
07:04:08 [INFO] --------------------------[ maven-archetype ]---------------------------
07:04:08 [INFO] 
07:04:08 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ scout-hellojs-app ---
07:04:08 [INFO] 
07:04:08 [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-rules) @ scout-hellojs-app ---
07:04:08 [INFO] Skipping Rule Enforcement.
07:04:08 [INFO] 
07:04:08 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ scout-hellojs-app ---
07:04: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/scout-hellojs-app/../target/jacoco-all.exec
07:04:08 [INFO] 
07:04:08 [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ scout-hellojs-app ---
07:04:08 [INFO] 
07:04:08 [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ scout-hellojs-app ---
07:04:08 [INFO] 
07:04:08 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ scout-hellojs-app ---
07:04:08 [INFO] Using 'UTF-8' encoding to copy filtered resources.
07:04:08 [INFO] Copying 157 resources
07:04:08 [INFO] Copying 2 resources
07:04:08 [INFO] 
07:04:08 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ scout-hellojs-app ---
07:04:08 [INFO] Using 'UTF-8' encoding to copy filtered resources.
07:04:08 [INFO] Copying 2 resources
07:04:08 [INFO] 
07:04:08 [INFO] --- maven-archetype-plugin:3.1.2:jar (default-jar) @ scout-hellojs-app ---
07:04:08 [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
07:04:08 [INFO] 
07:04:08 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ scout-hellojs-app ---
07:04:08 [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
07:04:08 [INFO] 
07:04:08 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ scout-hellojs-app ---
07:04:08 [INFO] No sources in project. Archive not created.
07:04:08 [INFO] 
07:04:08 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ scout-hellojs-app ---
07:04:08 [INFO] No sources in project. Archive not created.
07:04:08 [INFO] 
07:04:08 [INFO] --- maven-archetype-plugin:3.1.2:integration-test (default-integration-test) @ scout-hellojs-app ---
07:04:08 [INFO] Processing Archetype IT project: basic
07:04:08 [INFO] ----------------------------------------------------------------------------
07:04:08 [INFO] Using following parameters for creating project from Archetype: scout-hellojs-app:10.0.0-SNAPSHOT
07:04:08 [INFO] ----------------------------------------------------------------------------
07:04:08 [INFO] Parameter: groupId, Value: org.eclipse.scout.apps
07:04:08 [INFO] Parameter: artifactId, Value: hellojs
07:04:08 [INFO] Parameter: version, Value: 1.0.0-SNAPSHOT
07:04:08 [INFO] Parameter: package, Value: org.eclipse.scout.apps.hellojs
07:04:08 [INFO] Parameter: packageInPathFormat, Value: org/eclipse/scout/apps/hellojs
07:04:08 [INFO] Parameter: package, Value: org.eclipse.scout.apps.hellojs
07:04:08 [INFO] Parameter: debug, Value: false
07:04:08 [INFO] Parameter: displayName, Value: My Application
07:04:08 [INFO] Parameter: javaVersion, Value: 1.8
07:04:08 [INFO] Parameter: groupId, Value: org.eclipse.scout.apps
07:04:08 [INFO] Parameter: simpleArtifactName, Value: hellojs
07:04:08 [INFO] Parameter: artifactId, Value: hellojs
07:04:08 [INFO] Parameter: scoutAuthPublicKeyDev, Value: changeme_database_password
07:04:08 [INFO] Parameter: version, Value: 1.0.0-SNAPSHOT
07:04:08 [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
07:04:08 [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
07:04:08 [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
07:04:08 [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
07:04:08 [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
07:04:08 [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
07:04:08 [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
07:04:08 [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
07:04:08 [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
07:04:08 [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
07:04:08 [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
07:04:08 [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
07:04:08 [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
07:04:09 [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
07:04:09 [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
07:04:09 [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
07:04:09 [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
07:04:09 [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
07:04:09 [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
07:04:09 [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
07:04:09 [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
07:04:09 [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
07:04:09 [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
07:04:09 [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
07:04:09 [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
07:04:09 [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
07:04:09 [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
07:04:09 [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
07:04:09 [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
07:04:09 [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
07:04:09 [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
07:04:09 [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
07:04:09 [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
07:04:09 [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
07:04:09 [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
07:04:09 [INFO] Executing META-INF/archetype-post-generate.groovy post-generation script
07:04:09 [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
07:04:09 [INFO] 
07:04:09 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ scout-hellojs-app ---
07:04:09 [INFO] Checking compile classpath
07:04:09 [INFO] Checking runtime classpath
07:04:09 [INFO] Checking test classpath
07:04:09 [INFO] 
07:04:09 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ scout-hellojs-app ---
07:04:09 [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
07:04:09 [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
07:04:09 [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
07:04:09 [INFO] 
07:04:09 [INFO] --- maven-archetype-plugin:3.1.2:update-local-catalog (default-update-local-catalog) @ scout-hellojs-app ---
07:04:09 [INFO] 
07:04:09 [INFO] ------------< org.eclipse.scout.sdk:org.eclipse.scout.sdk >-------------
07:04:09 [INFO] Building Eclipse Scout SDK 10.0.0-SNAPSHOT                        [4/15]
07:04:09 [INFO] --------------------------------[ pom ]---------------------------------
07:04:09 [INFO] 
07:04:09 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk ---
07:04:09 [INFO] 
07:04:09 [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-rules) @ org.eclipse.scout.sdk ---
07:04:09 [INFO] Skipping Rule Enforcement.
07:04:09 [INFO] 
07:04:09 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk ---
07:04:09 [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
07:04:09 [INFO] 
07:04:09 [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk ---
07:04:09 [INFO] 
07:04:09 [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk ---
07:04:09 [INFO] 
07:04:09 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk ---
07:04:09 [INFO] Skipping packaging of the test-jar
07:04:09 [INFO] 
07:04:09 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk ---
07:04:09 [INFO] 
07:04:09 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk ---
07:04:09 [INFO] 
07:04:09 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk ---
07:04:09 [INFO] Checking compile classpath
07:04:09 [INFO] Checking runtime classpath
07:04:09 [INFO] Checking test classpath
07:04:09 [INFO] 
07:04:09 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk ---
07:04:09 [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
07:04:09 [INFO] 
07:04:09 [INFO] ----------< org.eclipse.scout.sdk:org.eclipse.scout.sdk.core >----------
07:04:09 [INFO] Building org.eclipse.scout.sdk:org.eclipse.scout.sdk.core 10.0.0-SNAPSHOT [5/15]
07:04:09 [INFO] --------------------------------[ jar ]---------------------------------
07:04:10 [INFO] 
07:04:10 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.core ---
07:04:10 [INFO] 
07:04:10 [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-rules) @ org.eclipse.scout.sdk.core ---
07:04:10 [INFO] Skipping Rule Enforcement.
07:04:10 [INFO] 
07:04:10 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk.core ---
07:04:10 [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
07:04:10 [INFO] 
07:04:10 [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.core ---
07:04:10 [INFO] 
07:04:10 [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.core ---
07:04:10 [INFO] 
07:04:10 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.core ---
07:04:10 [INFO] Using 'UTF-8' encoding to copy filtered resources.
07:04:10 [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
07:04:10 [INFO] Copying 2 resources
07:04:10 [INFO] 
07:04:10 [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.core ---
07:04:14 [INFO] Changes detected - recompiling the module!
07:04:14 [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
07:04:17 [INFO] 
07:04:17 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.core ---
07:04:17 [INFO] Using 'UTF-8' encoding to copy filtered resources.
07:04:17 [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
07:04:17 [INFO] 
07:04:17 [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.core ---
07:04:17 [INFO] No sources to compile
07:04:17 [INFO] 
07:04:17 [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.core ---
07:04:18 [INFO] No tests to run.
07:04:18 [INFO] 
07:04:18 [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ org.eclipse.scout.sdk.core ---
07:04:18 [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
07:04:18 [INFO] 
07:04:18 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.core ---
07:04:18 [INFO] Skipping packaging of the test-jar
07:04:18 [INFO] 
07:04:18 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.core ---
07:04:18 [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
07:04:18 [INFO] 
07:04:18 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.core ---
07:04:18 [INFO] No sources in project. Archive not created.
07:04:18 [INFO] 
07:04:18 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.core ---
07:04:18 [INFO] Checking compile classpath
07:04:18 [INFO] Checking runtime classpath
07:04:18 [INFO] Checking test classpath
07:04:18 [INFO] 
07:04:18 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.core ---
07:04:18 [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
07:04:18 [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
07:04:18 [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
07:04:18 [INFO] 
07:04:18 [INFO] --------< org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.ecj >--------
07:04:18 [INFO] Building org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.ecj 10.0.0-SNAPSHOT [6/15]
07:04:18 [INFO] --------------------------------[ jar ]---------------------------------
07:04:18 [INFO] 
07:04:18 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.core.ecj ---
07:04:18 [INFO] 
07:04:18 [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-rules) @ org.eclipse.scout.sdk.core.ecj ---
07:04:18 [INFO] Skipping Rule Enforcement.
07:04:18 [INFO] 
07:04:18 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk.core.ecj ---
07:04: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.core.ecj/../org.eclipse.scout.sdk/target/jacoco-all.exec
07:04:18 [INFO] 
07:04:18 [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.core.ecj ---
07:04:18 [INFO] 
07:04:18 [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.core.ecj ---
07:04:18 [INFO] 
07:04:18 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.core.ecj ---
07:04:18 [INFO] Using 'UTF-8' encoding to copy filtered resources.
07:04:18 [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
07:04:18 [INFO] Copying 2 resources
07:04:18 [INFO] 
07:04:18 [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.core.ecj ---
07:04:18 [INFO] Changes detected - recompiling the module!
07:04:18 [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
07:04:19 [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] 
07:04:19 	super(nameEnv, proceedWithAllProblems(), opts, new EmptyCompilerRequestor(), new CollectingProblemFactory(), new PrintWriter(new SdkLogWriter()), null);
07:04:19 	                                                                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
07:04:19 Potential resource leak: '<unassigned Closeable value>' may not be closed
07:04:19 [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] 
07:04:19 	return result;
07:04:19 	^^^^^^^^^^^^^^
07:04:19 Potential resource leak: 'env' may not be closed at this location
07:04:19 [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] 
07:04:19 	return result;
07:04:19 	^^^^^^^^^^^^^^
07:04:19 Potential resource leak: 'env' may not be closed at this location
07:04:19 3 problems (3 warnings)
07:04:19 [INFO] 
07:04:19 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.core.ecj ---
07:04:19 [INFO] Using 'UTF-8' encoding to copy filtered resources.
07:04:19 [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
07:04:19 [INFO] 
07:04:19 [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.core.ecj ---
07:04:19 [INFO] No sources to compile
07:04:19 [INFO] 
07:04:19 [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.core.ecj ---
07:04:19 [INFO] No tests to run.
07:04:19 [INFO] 
07:04:19 [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ org.eclipse.scout.sdk.core.ecj ---
07:04:19 [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
07:04:19 [INFO] 
07:04:19 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.core.ecj ---
07:04:19 [INFO] Skipping packaging of the test-jar
07:04:19 [INFO] 
07:04:19 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.core.ecj ---
07:04:19 [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
07:04:19 [INFO] 
07:04:19 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.core.ecj ---
07:04:19 [INFO] No sources in project. Archive not created.
07:04:19 [INFO] 
07:04:19 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.core.ecj ---
07:04:19 [INFO] Checking compile classpath
07:04:19 [INFO] Checking runtime classpath
07:04:19 [INFO] Checking test classpath
07:04:19 [INFO] 
07:04:19 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.core.ecj ---
07:04:19 [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
07:04:19 [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
07:04:19 [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
07:04:19 [INFO] 
07:04:19 [INFO] -------< org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.test >--------
07:04:19 [INFO] Building org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.test 10.0.0-SNAPSHOT [7/15]
07:04:19 [INFO] --------------------------------[ jar ]---------------------------------
07:04:21 [INFO] 
07:04:21 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.core.test ---
07:04:21 [INFO] 
07:04:21 [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-rules) @ org.eclipse.scout.sdk.core.test ---
07:04:21 [INFO] Skipping Rule Enforcement.
07:04:21 [INFO] 
07:04:21 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk.core.test ---
07: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/org.eclipse.scout.sdk.core.test/../org.eclipse.scout.sdk/target/jacoco-all.exec
07:04:21 [INFO] 
07:04:21 [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.core.test ---
07:04:21 [INFO] 
07:04:21 [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.core.test ---
07:04:21 [INFO] 
07:04:21 [INFO] --- build-helper-maven-plugin:3.0.0:add-test-source (add-test-source) @ org.eclipse.scout.sdk.core.test ---
07:04:21 [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.
07:04:21 [INFO] 
07:04:21 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.core.test ---
07:04:21 [INFO] Using 'UTF-8' encoding to copy filtered resources.
07:04:21 [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
07:04:21 [INFO] Copying 2 resources
07:04:21 [INFO] 
07:04:21 [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.core.test ---
07:04:21 [INFO] Changes detected - recompiling the module!
07:04:21 [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
07:04:22 [INFO] 
07:04:22 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.core.test ---
07:04:22 [INFO] Using 'UTF-8' encoding to copy filtered resources.
07:04:22 [INFO] Copying 33 resources
07:04:22 [INFO] 
07:04:22 [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.core.test ---
07:04:22 [INFO] Changes detected - recompiling the module!
07:04:22 [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
07:04:22 [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] 
07:04:22 	JavaEnvironmentWithEcj closedEnv = createClosedJavaEnvironment();
07:04:22 	                       ^^^^^^^^^
07:04:22 Potential resource leak: 'closedEnv' may not be closed
07:04:22 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)
07:04:22 	private static <T> T fieldValue(Object instance, String fieldName, @SuppressWarnings("unused") Class<T> type) throws ReflectiveOperationException {
07:04:22 	                                                                                     ^^^^^^^^
07:04:22 At least one of the problems in category 'unused' is not analysed due to a compiler option being ignored
07:04:22 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)
07:04:22 	assertFalse(a.equals(""));
07:04:22 	                     ^^
07:04:22 Unlikely argument type for equals(): String seems to be unrelated to CompilationUnitPath
07:04:22 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)
07:04:22 	assertFalse(generator.equals(""));
07:04:22 	                             ^^
07:04:22 Unlikely argument type for equals(): String seems to be unrelated to PropertiesGenerator
07:04:22 4 problems (0 errors, 1 warning, 1 info)
07:04:22 [INFO] 
07:04:22 [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.core.test ---
07:04:23 [INFO] 
07:04:23 [INFO] -------------------------------------------------------
07:04:23 [INFO]  T E S T S
07:04:23 [INFO] -------------------------------------------------------
07:04:25 [INFO] Running org.eclipse.scout.sdk.core.util.visitor.DepthFirstVisitorTypeAdapterTest
07:04:25 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.eclipse.scout.sdk.core.util.visitor.DepthFirstVisitorTypeAdapterTest
07:04:25 [INFO] Running org.eclipse.scout.sdk.core.util.visitor.DepthFirstTraversalTest
07:04:25 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.sdk.core.util.visitor.DepthFirstTraversalTest
07:04:25 [INFO] Running org.eclipse.scout.sdk.core.util.visitor.BreadthFirstTraversalTest
07:04:25 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.sdk.core.util.visitor.BreadthFirstTraversalTest
07:04:25 [INFO] Running org.eclipse.scout.sdk.core.util.XmlTest
07:04:25 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.163 s - in org.eclipse.scout.sdk.core.util.XmlTest
07:04:25 [INFO] Running org.eclipse.scout.sdk.core.util.StringsTest
07:04:25 [INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.scout.sdk.core.util.StringsTest
07:04:25 [INFO] Running org.eclipse.scout.sdk.core.util.StreamUtilsTest
07:04:25 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.scout.sdk.core.util.StreamUtilsTest
07:04:25 [INFO] Running org.eclipse.scout.sdk.core.util.SourceStateTest
07:04:25 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.eclipse.scout.sdk.core.util.SourceStateTest
07:04:25 [INFO] Running org.eclipse.scout.sdk.core.util.SdkExceptionTest
07:04:25 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.sdk.core.util.SdkExceptionTest
07:04:25 [INFO] Running org.eclipse.scout.sdk.core.util.PropertySupportTest
07:04:25 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.eclipse.scout.sdk.core.util.PropertySupportTest
07:04:25 [INFO] Running org.eclipse.scout.sdk.core.util.JavaTypesTest
07:04:26 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.112 s - in org.eclipse.scout.sdk.core.util.JavaTypesTest
07:04:26 [INFO] Running org.eclipse.scout.sdk.core.util.FinalValueTest
07:04:26 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.scout.sdk.core.util.FinalValueTest
07:04:26 [INFO] Running org.eclipse.scout.sdk.core.util.EnsureTest
07:04:26 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.scout.sdk.core.util.EnsureTest
07:04:26 [INFO] Running org.eclipse.scout.sdk.core.util.CoreUtilsTest
07:04:26 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.scout.sdk.core.util.CoreUtilsTest
07:04:26 [INFO] Running org.eclipse.scout.sdk.core.util.CompositeObjectTest
07:04:26 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.scout.sdk.core.util.CompositeObjectTest
07:04:26 [INFO] Running org.eclipse.scout.sdk.core.testing.ApiTestGeneratorTest
07:04:27 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.133 s - in org.eclipse.scout.sdk.core.testing.ApiTestGeneratorTest
07:04:27 [INFO] Running org.eclipse.scout.sdk.core.model.spi.internal.metavalue.MetaValueFactoryTest
07:04:27 [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s - in org.eclipse.scout.sdk.core.model.spi.internal.metavalue.MetaValueFactoryTest
07:04:27 [INFO] Running org.eclipse.scout.sdk.core.model.ecj.TypeNameDescriptorTest
07:04:27 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.sdk.core.model.ecj.TypeNameDescriptorTest
07:04:27 [INFO] Running org.eclipse.scout.sdk.core.model.ecj.SameCompositeObjectTest
07:04:27 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.sdk.core.model.ecj.SameCompositeObjectTest
07:04:27 [INFO] Running org.eclipse.scout.sdk.core.model.ecj.JreInfoTest
07:04:27 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.sdk.core.model.ecj.JreInfoTest
07:04:27 [INFO] Running org.eclipse.scout.sdk.core.model.ecj.JavaEnvironmentWithEcjTest
07:04:27 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s - in org.eclipse.scout.sdk.core.model.ecj.JavaEnvironmentWithEcjTest
07:04:27 [INFO] Running org.eclipse.scout.sdk.core.model.ecj.JavaEnvironmentWithEcjBuilderTest
07:04:28 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.909 s - in org.eclipse.scout.sdk.core.model.ecj.JavaEnvironmentWithEcjBuilderTest
07:04:28 [INFO] Running org.eclipse.scout.sdk.core.model.ecj.ClasspathBuilderTest
07:04:28 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.sdk.core.model.ecj.ClasspathBuilderTest
07:04:28 [INFO] Running org.eclipse.scout.sdk.core.model.api.spliterator.WrappingSpliteratorTest
07:04:28 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 s - in org.eclipse.scout.sdk.core.model.api.spliterator.WrappingSpliteratorTest
07:04:28 [INFO] Running org.eclipse.scout.sdk.core.model.api.spliterator.SuperTypeHierarchySpliteratorTest
07:04:28 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 s - in org.eclipse.scout.sdk.core.model.api.spliterator.SuperTypeHierarchySpliteratorTest
07:04:28 [INFO] Running org.eclipse.scout.sdk.core.model.api.spliterator.InnerTypeSpliteratorTest
07:04:28 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.scout.sdk.core.model.api.spliterator.InnerTypeSpliteratorTest
07:04:28 [INFO] Running org.eclipse.scout.sdk.core.model.api.spliterator.HierarchicalSpliteratorTest
07:04:28 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.16 s - in org.eclipse.scout.sdk.core.model.api.spliterator.HierarchicalSpliteratorTest
07:04:28 [INFO] Running org.eclipse.scout.sdk.core.model.api.query.QueryTest
07:04:28 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 s - in org.eclipse.scout.sdk.core.model.api.query.QueryTest
07:04:28 [INFO] Running org.eclipse.scout.sdk.core.model.api.TypeTest
07:04:28 [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.23 s - in org.eclipse.scout.sdk.core.model.api.TypeTest
07:04:28 [INFO] Running org.eclipse.scout.sdk.core.model.api.TypeParameterTest
07:04:28 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s - in org.eclipse.scout.sdk.core.model.api.TypeParameterTest
07:04:28 [INFO] Running org.eclipse.scout.sdk.core.model.api.SourceRangeTest
07:04:28 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.eclipse.scout.sdk.core.model.api.SourceRangeTest
07:04:28 [INFO] Running org.eclipse.scout.sdk.core.model.api.PropertyBeanTest
07:04:29 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s - in org.eclipse.scout.sdk.core.model.api.PropertyBeanTest
07:04:29 [INFO] Running org.eclipse.scout.sdk.core.model.api.PrimitiveTypeTest
07:04:29 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.scout.sdk.core.model.api.PrimitiveTypeTest
07:04:29 [INFO] Running org.eclipse.scout.sdk.core.model.api.PackageTest
07:04:29 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.eclipse.scout.sdk.core.model.api.PackageTest
07:04:29 [INFO] Running org.eclipse.scout.sdk.core.model.api.MethodTest
07:04:29 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s - in org.eclipse.scout.sdk.core.model.api.MethodTest
07:04:29 [INFO] Running org.eclipse.scout.sdk.core.model.api.MethodParameterTest
07:04:29 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s - in org.eclipse.scout.sdk.core.model.api.MethodParameterTest
07:04:29 [INFO] Running org.eclipse.scout.sdk.core.model.api.ManagedAnnotationTest
07:04:29 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s - in org.eclipse.scout.sdk.core.model.api.ManagedAnnotationTest
07:04:29 [INFO] Running org.eclipse.scout.sdk.core.model.api.JavaEnvironmentTest
07:04:29 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s - in org.eclipse.scout.sdk.core.model.api.JavaEnvironmentTest
07:04:29 [INFO] Running org.eclipse.scout.sdk.core.model.api.JavaElementVisitorTest
07:04:29 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s - in org.eclipse.scout.sdk.core.model.api.JavaElementVisitorTest
07:04:29 [INFO] Running org.eclipse.scout.sdk.core.model.api.ImportDeclarationTest
07:04:29 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.scout.sdk.core.model.api.ImportDeclarationTest
07:04:29 [INFO] Running org.eclipse.scout.sdk.core.model.api.GenericMethodTest
07:04:29 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.scout.sdk.core.model.api.GenericMethodTest
07:04:29 [INFO] Running org.eclipse.scout.sdk.core.model.api.FieldTest
07:04:29 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 s - in org.eclipse.scout.sdk.core.model.api.FieldTest
07:04:29 [INFO] Running org.eclipse.scout.sdk.core.model.api.CreateAndOverrideNewCompilationUnitTest
07:04:29 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s - in org.eclipse.scout.sdk.core.model.api.CreateAndOverrideNewCompilationUnitTest
07:04:29 [INFO] Running org.eclipse.scout.sdk.core.model.api.CompilationUnitTest
07:04:29 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.eclipse.scout.sdk.core.model.api.CompilationUnitTest
07:04:29 [INFO] Running org.eclipse.scout.sdk.core.model.api.ClasspathEntryTest
07:04:29 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.scout.sdk.core.model.api.ClasspathEntryTest
07:04:29 [INFO] Running org.eclipse.scout.sdk.core.model.api.ArrayTypeTest
07:04:29 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.scout.sdk.core.model.api.ArrayTypeTest
07:04:29 [INFO] Running org.eclipse.scout.sdk.core.model.api.ArrayMetaValueTest
07:04:29 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.scout.sdk.core.model.api.ArrayMetaValueTest
07:04:29 [INFO] Running org.eclipse.scout.sdk.core.model.api.AnnotationWithCompileErrorTest
07:04:29 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s - in org.eclipse.scout.sdk.core.model.api.AnnotationWithCompileErrorTest
07:04:29 [INFO] Running org.eclipse.scout.sdk.core.model.api.AnnotationTest
07:04:29 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s - in org.eclipse.scout.sdk.core.model.api.AnnotationTest
07:04:29 [INFO] Running org.eclipse.scout.sdk.core.model.api.AnnotationSourceTest
07:04:29 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s - in org.eclipse.scout.sdk.core.model.api.AnnotationSourceTest
07:04:29 [INFO] Running org.eclipse.scout.sdk.core.model.api.AnnotationQueryTest
07:04:29 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.eclipse.scout.sdk.core.model.api.AnnotationQueryTest
07:04:29 [INFO] Running org.eclipse.scout.sdk.core.model.api.AnnotationElementTest
07:04:29 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s - in org.eclipse.scout.sdk.core.model.api.AnnotationElementTest
07:04:29 [INFO] Running org.eclipse.scout.sdk.core.log.SdkLogTest
07:04:29 1970-01-01 02:00:00.000 [SEVERE]  Unable to parse log level 'aa'. Fallback to default: 'WARNING'.
07:04:29 java.lang.IllegalArgumentException: Bad level "aa"
07:04:29 	at java.logging/java.util.logging.Level.parse(Level.java:517)
07:04:29 	at org.eclipse.scout.sdk.core.log.SdkLog.parseLevel(SdkLog.java:320)
07:04:29 	at org.eclipse.scout.sdk.core.log.SdkLogTest.testParseLevel(SdkLogTest.java:137)
07:04:29 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:04:29 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:04:29 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:04:29 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:04:29 	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:686)
07:04:29 	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
07:04:29 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
07:04:29 	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149)
07:04:29 	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140)
07:04:29 	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84)
07:04:29 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor$$Lambda$178/0x00000000c493cc40.apply(Unknown Source)
07:04:29 	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
07:04:29 	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall$$Lambda$179/0x00000000c493d0e0.apply(Unknown Source)
07:04:29 	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
07:04:29 	at org.junit.jupiter.engine.execution.ExecutableInvoker$$Lambda$302/0x00000000c4a9a020.apply(Unknown Source)
07:04:29 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
07:04:29 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
07:04:29 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
07:04:29 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
07:04:29 	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104)
07:04:29 	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98)
07:04:29 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:212)
07:04:29 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor$$Lambda$314/0x00000000c4a9f6c0.execute(Unknown Source)
07:04:29 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
07:04:29 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:208)
07:04:29 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:137)
07:04:29 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:71)
07:04:29 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:135)
07:04:29 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$249/0x00000000c4a838c0.execute(Unknown Source)
07:04:29 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
07:04:29 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
07:04:29 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$248/0x00000000c4a82bc0.invoke(Unknown Source)
07:04:29 	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
07:04:29 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
07:04:29 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$247/0x00000000c4a82750.execute(Unknown Source)
07:04:29 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
07:04:29 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
07:04:30 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
07:04:30 	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService$$Lambda$253/0x00000000c4a4e8c0.accept(Unknown Source)
07:04:30 	at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
07:04:30 	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
07:04:30 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139)
07:04:30 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$249/0x00000000c4a838c0.execute(Unknown Source)
07:04:30 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
07:04:30 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
07:04:30 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$248/0x00000000c4a82bc0.invoke(Unknown Source)
07:04:30 	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
07:04:30 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
07:04:30 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$247/0x00000000c4a82750.execute(Unknown Source)
07:04:30 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
07:04:30 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
07:04:30 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
07:04:30 	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService$$Lambda$253/0x00000000c4a4e8c0.accept(Unknown Source)
07:04:30 	at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
07:04:30 	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
07:04:30 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139)
07:04:30 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$249/0x00000000c4a838c0.execute(Unknown Source)
07:04:30 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
07:04:30 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
07:04:30 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$248/0x00000000c4a82bc0.invoke(Unknown Source)
07:04:30 	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
07:04:30 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
07:04:30 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$247/0x00000000c4a82750.execute(Unknown Source)
07:04:30 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
07:04:30 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
07:04:30 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
07:04:30 	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32)
07:04:30 	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
07:04:30 	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51)
07:04:30 	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:248)
07:04:30 	at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$5(DefaultLauncher.java:211)
07:04:30 	at org.junit.platform.launcher.core.DefaultLauncher$$Lambda$215/0x00000000c483f970.accept(Unknown Source)
07:04:30 	at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:226)
07:04:30 	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:199)
07:04:30 	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:132)
07:04:30 	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:142)
07:04:30 	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117)
07:04:30 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
07:04:30 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
07:04:30 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
07:04:30 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
07:04:30 MessageFormatter: Failed toString() invocation on an object of type [org.eclipse.scout.sdk.core.log.SdkLogTest$ClassWithToStringThrowingNpeFixture]
07:04:30 java.lang.NullPointerException: NPE of test class org.eclipse.scout.sdk.core.log.SdkLogTest
07:04:30 	at org.eclipse.scout.sdk.core.log.SdkLogTest$ClassWithToStringThrowingNpeFixture.toString(SdkLogTest.java:195)
07:04:30 	at org.eclipse.scout.sdk.core.log.MessageFormatter.safeObjectToString(MessageFormatter.java:154)
07:04:30 	at org.eclipse.scout.sdk.core.log.MessageFormatter.toString(MessageFormatter.java:109)
07:04:30 	at org.eclipse.scout.sdk.core.log.MessageFormatter.arrayFormat(MessageFormatter.java:61)
07:04:30 	at org.eclipse.scout.sdk.core.log.SdkLog.log(SdkLog.java:82)
07:04:30 	at org.eclipse.scout.sdk.core.log.SdkLog.error(SdkLog.java:186)
07:04:30 	at org.eclipse.scout.sdk.core.log.SdkLogTest.lambda$0(SdkLogTest.java:143)
07:04:30 	at org.eclipse.scout.sdk.core.log.SdkLogTest$$Lambda$1007/0x00000000c55047a0.run(Unknown Source)
07:04:30 	at org.eclipse.scout.sdk.core.log.SdkLogTest.runWithPrivateLogger(SdkLogTest.java:226)
07:04:30 	at org.eclipse.scout.sdk.core.log.SdkLogTest.testLogOfObjectWithToStringThrowingException(SdkLogTest.java:142)
07:04:30 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:04:30 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:04:30 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:04:30 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:04:30 	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:686)
07:04:30 	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
07:04:30 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
07:04:30 	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149)
07:04:30 	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140)
07:04:30 	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84)
07:04:30 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor$$Lambda$178/0x00000000c493cc40.apply(Unknown Source)
07:04:30 	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
07:04:30 	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall$$Lambda$179/0x00000000c493d0e0.apply(Unknown Source)
07:04:30 	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
07:04:30 	at org.junit.jupiter.engine.execution.ExecutableInvoker$$Lambda$302/0x00000000c4a9a020.apply(Unknown Source)
07:04:30 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
07:04:30 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
07:04:30 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
07:04:30 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
07:04:30 	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104)
07:04:30 	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98)
07:04:30 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:212)
07:04:30 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor$$Lambda$314/0x00000000c4a9f6c0.execute(Unknown Source)
07:04:30 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
07:04:30 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:208)
07:04:30 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:137)
07:04:30 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:71)
07:04:30 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:135)
07:04:30 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$249/0x00000000c4a838c0.execute(Unknown Source)
07:04:30 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
07:04:30 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
07:04:30 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$248/0x00000000c4a82bc0.invoke(Unknown Source)
07:04:30 	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
07:04:30 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
07:04:30 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$247/0x00000000c4a82750.execute(Unknown Source)
07:04:30 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
07:04:30 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
07:04:30 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
07:04:30 	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService$$Lambda$253/0x00000000c4a4e8c0.accept(Unknown Source)
07:04:30 	at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
07:04:30 	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
07:04:30 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139)
07:04:30 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$249/0x00000000c4a838c0.execute(Unknown Source)
07:04:30 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
07:04:30 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
07:04:30 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$248/0x00000000c4a82bc0.invoke(Unknown Source)
07:04:30 	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
07:04:30 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
07:04:30 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$247/0x00000000c4a82750.execute(Unknown Source)
07:04:30 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
07:04:30 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
07:04:30 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
07:04:30 	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService$$Lambda$253/0x00000000c4a4e8c0.accept(Unknown Source)
07:04:30 	at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
07:04:30 	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
07:04:30 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139)
07:04:30 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$249/0x00000000c4a838c0.execute(Unknown Source)
07:04:30 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
07:04:30 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
07:04:30 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$248/0x00000000c4a82bc0.invoke(Unknown Source)
07:04:30 	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
07:04:30 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
07:04:30 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$247/0x00000000c4a82750.execute(Unknown Source)
07:04:30 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
07:04:30 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
07:04:30 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
07:04:30 	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32)
07:04:30 	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
07:04:30 	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51)
07:04:30 	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:248)
07:04:30 	at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$5(DefaultLauncher.java:211)
07:04:30 	at org.junit.platform.launcher.core.DefaultLauncher$$Lambda$215/0x00000000c483f970.accept(Unknown Source)
07:04:30 	at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:226)
07:04:30 	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:199)
07:04:30 	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:132)
07:04:30 	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:142)
07:04:30 	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117)
07:04:30 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
07:04:30 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
07:04:30 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
07:04:30 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
07:04:30 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s - in org.eclipse.scout.sdk.core.log.SdkLogTest
07:04:30 [INFO] Running org.eclipse.scout.sdk.core.imports.TypeReferenceDescriptorTest
07:04:30 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.sdk.core.imports.TypeReferenceDescriptorTest
07:04:30 [INFO] Running org.eclipse.scout.sdk.core.imports.ImportValidatorTest
07:04:30 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 s - in org.eclipse.scout.sdk.core.imports.ImportValidatorTest
07:04:30 [INFO] Running org.eclipse.scout.sdk.core.generator.type.TypeGeneratorTest
07:04:30 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s - in org.eclipse.scout.sdk.core.generator.type.TypeGeneratorTest
07:04:30 [INFO] Running org.eclipse.scout.sdk.core.generator.type.PrimaryTypeGeneratorTest
07:04:30 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.scout.sdk.core.generator.type.PrimaryTypeGeneratorTest
07:04:30 [INFO] Running org.eclipse.scout.sdk.core.generator.transformer.WorkingCopyTransformerTest
07:04:30 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.458 s - in org.eclipse.scout.sdk.core.generator.transformer.WorkingCopyTransformerTest
07:04:30 [INFO] Running org.eclipse.scout.sdk.core.generator.transformer.SimpleWorkingCopyTransformerBuilderTest
07:04:30 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.eclipse.scout.sdk.core.generator.transformer.SimpleWorkingCopyTransformerBuilderTest
07:04:30 [INFO] Running org.eclipse.scout.sdk.core.generator.properties.PropertiesGeneratorTest
07:04:30 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.scout.sdk.core.generator.properties.PropertiesGeneratorTest
07:04:30 [INFO] Running org.eclipse.scout.sdk.core.generator.method.MethodGeneratorTest
07:04:31 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.483 s - in org.eclipse.scout.sdk.core.generator.method.MethodGeneratorTest
07:04:31 [INFO] Running org.eclipse.scout.sdk.core.generator.field.FieldGeneratorTest
07:04:31 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.scout.sdk.core.generator.field.FieldGeneratorTest
07:04:31 [INFO] Running org.eclipse.scout.sdk.core.generator.compilationunit.CompilationUnitPathTest
07:04:31 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 s - in org.eclipse.scout.sdk.core.generator.compilationunit.CompilationUnitPathTest
07:04:31 [INFO] Running org.eclipse.scout.sdk.core.generator.compilationunit.CompilationUnitGeneratorTest
07:04:31 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s - in org.eclipse.scout.sdk.core.generator.compilationunit.CompilationUnitGeneratorTest
07:04:31 [INFO] Running org.eclipse.scout.sdk.core.generator.annotation.AnnotationGeneratorTest
07:04:31 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.scout.sdk.core.generator.annotation.AnnotationGeneratorTest
07:04:31 [INFO] Running org.eclipse.scout.sdk.core.generator.UnicodeTest
07:04:31 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.scout.sdk.core.generator.UnicodeTest
07:04:31 [INFO] Running org.eclipse.scout.sdk.core.generator.SourceModelRoundtripTest
07:04:31 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s - in org.eclipse.scout.sdk.core.generator.SourceModelRoundtripTest
07:04:31 [INFO] Running org.eclipse.scout.sdk.core.generator.PackageGeneratorTest
07:04:31 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s - in org.eclipse.scout.sdk.core.generator.PackageGeneratorTest
07:04:31 [INFO] Running org.eclipse.scout.sdk.core.builder.java.context.JavaBuilderContextTest
07:04:31 [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
07:04:31 [INFO] Running org.eclipse.scout.sdk.core.builder.java.comment.CommentBuilderTest
07:04:31 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.scout.sdk.core.builder.java.comment.CommentBuilderTest
07:04:31 [INFO] Running org.eclipse.scout.sdk.core.builder.StreamSourceBuilderTest
07:04:31 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.scout.sdk.core.builder.StreamSourceBuilderTest
07:04:31 [INFO] Running org.eclipse.scout.sdk.core.builder.SourceCollectorTest
07:04:31 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.scout.sdk.core.builder.SourceCollectorTest
07:04:31 [INFO] 
07:04:31 [INFO] Results:
07:04:31 [INFO] 
07:04:31 [INFO] Tests run: 368, Failures: 0, Errors: 0, Skipped: 0
07:04:31 [INFO] 
07:04:31 [INFO] 
07:04:31 [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ org.eclipse.scout.sdk.core.test ---
07:04:31 [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
07:04:31 [INFO] 
07:04:31 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.core.test ---
07:04:31 [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
07:04:31 [INFO] 
07:04:31 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.core.test ---
07:04:31 [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
07:04:31 [INFO] 
07:04:31 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.core.test ---
07:04:31 [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
07:04:31 [INFO] 
07:04:31 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.core.test ---
07:04:31 [INFO] Checking compile classpath
07:04:32 [INFO] Checking runtime classpath
07:04:32 [INFO] Checking test classpath
07:04:32 [INFO] 
07:04:32 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.core.test ---
07:04:32 [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
07:04:32 [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
07:04:32 [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
07:04:32 [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
07:04:32 [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
07:04:32 [INFO] 
07:04:32 [INFO] ---------< org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s >---------
07:04:32 [INFO] Building org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s 10.0.0-SNAPSHOT [8/15]
07:04:32 [INFO] --------------------------------[ jar ]---------------------------------
07:04:32 [INFO] 
07:04:32 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.core.s ---
07:04:32 [INFO] 
07:04:32 [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-rules) @ org.eclipse.scout.sdk.core.s ---
07:04:32 [INFO] Skipping Rule Enforcement.
07:04:32 [INFO] 
07:04:32 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk.core.s ---
07:04:32 [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
07:04:32 [INFO] 
07:04:32 [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.core.s ---
07:04:32 [INFO] 
07:04:32 [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.core.s ---
07:04:32 [INFO] 
07:04:32 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.core.s ---
07:04:32 [INFO] Using 'UTF-8' encoding to copy filtered resources.
07:04:32 [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
07:04:32 [INFO] Copying 2 resources
07:04:32 [INFO] 
07:04:32 [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.core.s ---
07:04:32 [INFO] Changes detected - recompiling the module!
07:04:32 [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
07:04:33 [INFO] 
07:04:33 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.core.s ---
07:04:33 [INFO] Using 'UTF-8' encoding to copy filtered resources.
07:04:33 [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
07:04:33 [INFO] 
07:04:33 [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.core.s ---
07:04:33 [INFO] No sources to compile
07:04:33 [INFO] 
07:04:33 [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.core.s ---
07:04:33 [INFO] No tests to run.
07:04:33 [INFO] 
07:04:33 [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ org.eclipse.scout.sdk.core.s ---
07:04:33 [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
07:04:33 [INFO] 
07:04:33 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.core.s ---
07:04:33 [INFO] Skipping packaging of the test-jar
07:04:33 [INFO] 
07:04:33 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.core.s ---
07:04:33 [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
07:04:33 [INFO] 
07:04:33 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.core.s ---
07:04:33 [INFO] No sources in project. Archive not created.
07:04:33 [INFO] 
07:04:33 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.core.s ---
07:04:33 [INFO] Checking compile classpath
07:04:33 [INFO] Checking runtime classpath
07:04:33 [INFO] Checking test classpath
07:04:33 [INFO] 
07:04:33 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.core.s ---
07:04:33 [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
07:04:33 [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
07:04:33 [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
07:04:33 [INFO] 
07:04:33 [INFO] ------< org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s.test >-------
07:04:33 [INFO] Building org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s.test 10.0.0-SNAPSHOT [9/15]
07:04:33 [INFO] --------------------------------[ jar ]---------------------------------
07:04:51 [INFO] 
07:04:51 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.core.s.test ---
07:04:51 [INFO] 
07:04:51 [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-rules) @ org.eclipse.scout.sdk.core.s.test ---
07:04:51 [INFO] Skipping Rule Enforcement.
07:04:51 [INFO] 
07:04:51 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk.core.s.test ---
07:04:51 [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
07:04:51 [INFO] 
07:04:51 [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.core.s.test ---
07:04:51 [INFO] 
07:04:51 [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.core.s.test ---
07:04:51 [INFO] 
07:04:51 [INFO] --- build-helper-maven-plugin:3.0.0:add-test-source (add-test-source) @ org.eclipse.scout.sdk.core.s.test ---
07:04:51 [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.
07:04:51 [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.
07:04:51 [INFO] 
07:04:51 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.core.s.test ---
07:04:51 [INFO] Using 'UTF-8' encoding to copy filtered resources.
07:04:51 [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
07:04:51 [INFO] Copying 2 resources
07:04:51 [INFO] 
07:04:51 [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.core.s.test ---
07:04:51 [INFO] Changes detected - recompiling the module!
07:04:51 [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
07:04:51 [INFO] 
07:04:51 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.core.s.test ---
07:04:51 [INFO] Using 'UTF-8' encoding to copy filtered resources.
07:04:51 [INFO] Copying 24 resources
07:04:51 [INFO] 
07:04:51 [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.core.s.test ---
07:04:51 [INFO] Changes detected - recompiling the module!
07:04:51 [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
07:04:54 [INFO] 
07:04:54 [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.core.s.test ---
07:04:54 [INFO] 
07:04:54 [INFO] -------------------------------------------------------
07:04:54 [INFO]  T E S T S
07:04:54 [INFO] -------------------------------------------------------
07:04:56 [INFO] Running org.eclipse.scout.sdk.core.s.util.maven.PomTest
07:04:56 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.161 s - in org.eclipse.scout.sdk.core.s.util.maven.PomTest
07:04:56 [INFO] Running org.eclipse.scout.sdk.core.s.util.maven.MavenBuildTest
07:04:56 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.sdk.core.s.util.maven.MavenBuildTest
07:04:56 [INFO] Running org.eclipse.scout.sdk.core.s.util.ScoutTierTest
07:04:57 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.879 s - in org.eclipse.scout.sdk.core.s.util.ScoutTierTest
07:04:57 [INFO] Running org.eclipse.scout.sdk.core.s.testcase.TestGeneratorTest
07:04:58 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.29 s - in org.eclipse.scout.sdk.core.s.testcase.TestGeneratorTest
07:04:58 [INFO] Running org.eclipse.scout.sdk.core.s.structured.WellformTest
07:05:01 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.796 s - in org.eclipse.scout.sdk.core.s.structured.WellformTest
07:05:01 [INFO] Running org.eclipse.scout.sdk.core.s.permission.PermissionNewOperationTest
07:05:01 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 s - in org.eclipse.scout.sdk.core.s.permission.PermissionNewOperationTest
07:05:01 [INFO] Running org.eclipse.scout.sdk.core.s.page.PageNewOperationTest
07:05:07 [INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.482 s - in org.eclipse.scout.sdk.core.s.page.PageNewOperationTest
07:05:07 [INFO] Running org.eclipse.scout.sdk.core.s.page.PageGeneratorTest
07:05:07 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.219 s - in org.eclipse.scout.sdk.core.s.page.PageGeneratorTest
07:05:07 [INFO] Running org.eclipse.scout.sdk.core.s.nls.query.TranslationKeysQueryTest
07:05:07 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s - in org.eclipse.scout.sdk.core.s.nls.query.TranslationKeysQueryTest
07:05:07 [INFO] Running org.eclipse.scout.sdk.core.s.nls.query.MissingTranslationQueryTest
07:05:07 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.374 s - in org.eclipse.scout.sdk.core.s.nls.query.MissingTranslationQueryTest
07:05:07 [INFO] Running org.eclipse.scout.sdk.core.s.nls.properties.TranslationPropertiesFileTest
07:05:08 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.255 s - in org.eclipse.scout.sdk.core.s.nls.properties.TranslationPropertiesFileTest
07:05:08 [INFO] Running org.eclipse.scout.sdk.core.s.nls.properties.PropertiesTranslationStoreTest
07:05:08 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.197 s - in org.eclipse.scout.sdk.core.s.nls.properties.PropertiesTranslationStoreTest
07:05:08 [INFO] Running org.eclipse.scout.sdk.core.s.nls.properties.PropertiesTextProviderServiceTest
07:05:08 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 s - in org.eclipse.scout.sdk.core.s.nls.properties.PropertiesTextProviderServiceTest
07:05:08 [INFO] Running org.eclipse.scout.sdk.core.s.nls.WebModuleTranslationStoresTest
07:05:08 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.15 s - in org.eclipse.scout.sdk.core.s.nls.WebModuleTranslationStoresTest
07:05:08 [INFO] Running org.eclipse.scout.sdk.core.s.nls.UiTextContributorTest
07:05:08 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s - in org.eclipse.scout.sdk.core.s.nls.UiTextContributorTest
07:05:08 [INFO] Running org.eclipse.scout.sdk.core.s.nls.TranslationStoresTest
07:05:08 2021-08-17 11:05:08.554 [WARNING] Mock for ITranslationStore, hashCode: 430079960 contains no languages! Please check the configuration.
07:05:08 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s - in org.eclipse.scout.sdk.core.s.nls.TranslationStoresTest
07:05:08 [INFO] Running org.eclipse.scout.sdk.core.s.nls.TranslationStoreStackTest
07:05:09 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.551 s - in org.eclipse.scout.sdk.core.s.nls.TranslationStoreStackTest
07:05:09 [INFO] Running org.eclipse.scout.sdk.core.s.nls.TranslationStoreStackEventTest
07:05:09 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.167 s - in org.eclipse.scout.sdk.core.s.nls.TranslationStoreStackEventTest
07:05:09 [INFO] Running org.eclipse.scout.sdk.core.s.nls.TranslationEntryTest
07:05:09 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.sdk.core.s.nls.TranslationEntryTest
07:05:09 [INFO] Running org.eclipse.scout.sdk.core.s.nls.LanguageTest
07:05:09 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.sdk.core.s.nls.LanguageTest
07:05:09 [INFO] Running org.eclipse.scout.sdk.core.s.nls.FilteredTranslationStoreTest
07:05:09 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s - in org.eclipse.scout.sdk.core.s.nls.FilteredTranslationStoreTest
07:05:09 [INFO] Running org.eclipse.scout.sdk.core.s.lookupcall.LookupCallNewOperationTest
07:05:10 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.432 s - in org.eclipse.scout.sdk.core.s.lookupcall.LookupCallNewOperationTest
07:05:10 [INFO] Running org.eclipse.scout.sdk.core.s.lookupcall.LookupCallGeneratorTest
07:05:10 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 s - in org.eclipse.scout.sdk.core.s.lookupcall.LookupCallGeneratorTest
07:05:10 [INFO] Running org.eclipse.scout.sdk.core.s.jaxws.WebServiceNewOperationTest
07:05:11 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s - in org.eclipse.scout.sdk.core.s.jaxws.WebServiceNewOperationTest
07:05:11 [INFO] Running org.eclipse.scout.sdk.core.s.jaxws.JaxWsUtilsTest
07:05:11 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s - in org.eclipse.scout.sdk.core.s.jaxws.JaxWsUtilsTest
07:05:11 [INFO] Running org.eclipse.scout.sdk.core.s.jaxws.JaxWsModuleNewHelperTest
07:05:11 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.scout.sdk.core.s.jaxws.JaxWsModuleNewHelperTest
07:05:11 [INFO] Running org.eclipse.scout.sdk.core.s.jaxws.EmptyWsdlGeneratorTest
07:05:11 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.scout.sdk.core.s.jaxws.EmptyWsdlGeneratorTest
07:05:11 [INFO] Running org.eclipse.scout.sdk.core.s.form.FormNewOperationTest
07:05:15 [INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.213 s - in org.eclipse.scout.sdk.core.s.form.FormNewOperationTest
07:05:15 [INFO] Running org.eclipse.scout.sdk.core.s.form.FormGeneratorTest
07:05:15 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.355 s - in org.eclipse.scout.sdk.core.s.form.FormGeneratorTest
07:05:15 [INFO] Running org.eclipse.scout.sdk.core.s.environment.SdkFutureTest
07:05:15 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.scout.sdk.core.s.environment.SdkFutureTest
07:05:15 [INFO] Running org.eclipse.scout.sdk.core.s.dto.TableFieldWithIgnoredColumnsTest
07:05:16 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.522 s - in org.eclipse.scout.sdk.core.s.dto.TableFieldWithIgnoredColumnsTest
07:05:16 [INFO] Running org.eclipse.scout.sdk.core.s.dto.TableFieldFormTest
07:05:16 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.12 s - in org.eclipse.scout.sdk.core.s.dto.TableFieldFormTest
07:05:16 [INFO] Running org.eclipse.scout.sdk.core.s.dto.TableFieldExtensionTest
07:05:16 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.19 s - in org.eclipse.scout.sdk.core.s.dto.TableFieldExtensionTest
07:05:16 [INFO] Running org.eclipse.scout.sdk.core.s.dto.TableFieldBeanTest
07:05:17 2021-08-17 11:05:17.244 [WARNING] Column 'formdata.client.ui.forms.ColumnWithoutTypeForm$MainBox$MyTableField$Table$MyColumn' has no value type.
07:05:17 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.669 s - in org.eclipse.scout.sdk.core.s.dto.TableFieldBeanTest
07:05:17 [INFO] Running org.eclipse.scout.sdk.core.s.dto.SimpleFormTest
07:05:17 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.13 s - in org.eclipse.scout.sdk.core.s.dto.SimpleFormTest
07:05:17 [INFO] Running org.eclipse.scout.sdk.core.s.dto.ScopeTest
07:05:17 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.267 s - in org.eclipse.scout.sdk.core.s.dto.ScopeTest
07:05:17 [INFO] Running org.eclipse.scout.sdk.core.s.dto.ReplacingPageTest
07:05:17 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 s - in org.eclipse.scout.sdk.core.s.dto.ReplacingPageTest
07:05:17 [INFO] Running org.eclipse.scout.sdk.core.s.dto.ReplacingFormTest
07:05:17 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 s - in org.eclipse.scout.sdk.core.s.dto.ReplacingFormTest
07:05:17 [INFO] Running org.eclipse.scout.sdk.core.s.dto.ReplaceWithTemplatesTest
07:05:18 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.396 s - in org.eclipse.scout.sdk.core.s.dto.ReplaceWithTemplatesTest
07:05:18 [INFO] Running org.eclipse.scout.sdk.core.s.dto.ReplaceFormFieldTest
07:05:18 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.55 s - in org.eclipse.scout.sdk.core.s.dto.ReplaceFormFieldTest
07:05:18 [INFO] Running org.eclipse.scout.sdk.core.s.dto.PageBeanDataTest
07:05:19 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.552 s - in org.eclipse.scout.sdk.core.s.dto.PageBeanDataTest
07:05:19 [INFO] Running org.eclipse.scout.sdk.core.s.dto.NestedMultiLevelFormFieldTest
07:05:19 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.403 s - in org.eclipse.scout.sdk.core.s.dto.NestedMultiLevelFormFieldTest
07:05:19 [INFO] Running org.eclipse.scout.sdk.core.s.dto.MixedValueFieldTest
07:05:19 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s - in org.eclipse.scout.sdk.core.s.dto.MixedValueFieldTest
07:05:19 [INFO] Running org.eclipse.scout.sdk.core.s.dto.MasterFieldFormDataTest
07:05:19 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 s - in org.eclipse.scout.sdk.core.s.dto.MasterFieldFormDataTest
07:05:19 [INFO] Running org.eclipse.scout.sdk.core.s.dto.ListBoxFormTest
07:05:20 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s - in org.eclipse.scout.sdk.core.s.dto.ListBoxFormTest
07:05:20 [INFO] Running org.eclipse.scout.sdk.core.s.dto.IgnoredFieldsFormTest
07:05:20 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s - in org.eclipse.scout.sdk.core.s.dto.IgnoredFieldsFormTest
07:05:20 [INFO] Running org.eclipse.scout.sdk.core.s.dto.FormWithTemplateTest
07:05:20 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s - in org.eclipse.scout.sdk.core.s.dto.FormWithTemplateTest
07:05:20 [INFO] Running org.eclipse.scout.sdk.core.s.dto.FormWithGroupboxesTest
07:05:20 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s - in org.eclipse.scout.sdk.core.s.dto.FormWithGroupboxesTest
07:05:20 [INFO] Running org.eclipse.scout.sdk.core.s.dto.FormPropertiesTest
07:05:20 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.165 s - in org.eclipse.scout.sdk.core.s.dto.FormPropertiesTest
07:05:20 [INFO] Running org.eclipse.scout.sdk.core.s.dto.FormFieldMenuTest
07:05:20 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.154 s - in org.eclipse.scout.sdk.core.s.dto.FormFieldMenuTest
07:05:20 [INFO] Running org.eclipse.scout.sdk.core.s.dto.FormDataOrderTest
07:05:20 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 s - in org.eclipse.scout.sdk.core.s.dto.FormDataOrderTest
07:05:20 [INFO] Running org.eclipse.scout.sdk.core.s.dto.ExternalTableFieldTest
07:05:20 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.126 s - in org.eclipse.scout.sdk.core.s.dto.ExternalTableFieldTest
07:05:20 [INFO] Running org.eclipse.scout.sdk.core.s.dto.ExternalGroupboxTest
07:05:20 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s - in org.eclipse.scout.sdk.core.s.dto.ExternalGroupboxTest
07:05:20 [INFO] Running org.eclipse.scout.sdk.core.s.dto.ExternalCheckboxFieldTest
07:05:21 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s - in org.eclipse.scout.sdk.core.s.dto.ExternalCheckboxFieldTest
07:05:21 [INFO] Running org.eclipse.scout.sdk.core.s.dto.ExtensionFormDataTest
07:05:21 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.413 s - in org.eclipse.scout.sdk.core.s.dto.ExtensionFormDataTest
07:05:21 [INFO] Running org.eclipse.scout.sdk.core.s.dto.AnnotationCopyTest
07:05:21 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 s - in org.eclipse.scout.sdk.core.s.dto.AnnotationCopyTest
07:05:21 [INFO] Running org.eclipse.scout.sdk.core.s.derived.DtoUpdateHandlerTest
07:05:21 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s - in org.eclipse.scout.sdk.core.s.derived.DtoUpdateHandlerTest
07:05:21 [INFO] Running org.eclipse.scout.sdk.core.s.codetype.HugeCodeTypeTest
07:05:23 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.045 s - in org.eclipse.scout.sdk.core.s.codetype.HugeCodeTypeTest
07:05:23 [INFO] Running org.eclipse.scout.sdk.core.s.codetype.CodeTypeNewOperationTest
07:05:23 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.164 s - in org.eclipse.scout.sdk.core.s.codetype.CodeTypeNewOperationTest
07:05:23 [INFO] Running org.eclipse.scout.sdk.core.s.codetype.CodeTypeGeneratorTest
07:05:23 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.135 s - in org.eclipse.scout.sdk.core.s.codetype.CodeTypeGeneratorTest
07:05:23 [INFO] Running org.eclipse.scout.sdk.core.s.annotation.OrderAnnotationTest
07:05:24 2021-08-17 11:05:24.005 [WARNING] The @Order value 100000000000000000 is very large and therefore may not be precise enough. It is recommended to use a lower value.
07:05:24 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s - in org.eclipse.scout.sdk.core.s.annotation.OrderAnnotationTest
07:05:24 [INFO] Running org.eclipse.scout.sdk.core.s.ScoutRuntimeTypesTest
07:05:24 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 s - in org.eclipse.scout.sdk.core.s.ScoutRuntimeTypesTest
07:05:24 [INFO] Running org.eclipse.scout.sdk.core.s.ScoutModelHierarchyTest
07:05:24 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.sdk.core.s.ScoutModelHierarchyTest
07:05:24 [INFO] 
07:05:24 [INFO] Results:
07:05:24 [INFO] 
07:05:24 [INFO] Tests run: 243, Failures: 0, Errors: 0, Skipped: 0
07:05:24 [INFO] 
07:05:24 [INFO] 
07:05:24 [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ org.eclipse.scout.sdk.core.s.test ---
07:05:24 [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
07:05:24 [INFO] 
07:05:24 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.core.s.test ---
07:05:24 [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
07:05:25 [INFO] 
07:05:25 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.core.s.test ---
07:05:25 [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
07:05:25 [INFO] 
07:05:25 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.core.s.test ---
07:05:25 [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
07:05:25 [INFO] 
07:05:25 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.core.s.test ---
07:05:25 [INFO] Checking compile classpath
07:05:25 [INFO] Checking runtime classpath
07:05:25 [INFO] Checking test classpath
07:05:26 [INFO] 
07:05:26 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.core.s.test ---
07:05:26 [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
07:05:26 [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
07:05:26 [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
07:05:26 [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
07:05:26 [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
07:05:26 [INFO] 
07:05:26 [INFO] --------< org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e >---------
07:05:26 [INFO] Building org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e 10.0.0-SNAPSHOT [10/15]
07:05:26 [INFO] -------------------------------[ bundle ]-------------------------------
07:05:30 [INFO] 
07:05:30 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.s2e ---
07:05:30 [INFO] 
07:05:30 [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e ---
07:05:30 [INFO] Skipping Rule Enforcement.
07:05:30 [INFO] 
07:05:30 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk.s2e ---
07:05:30 [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
07:05:30 [INFO] 
07:05:30 [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e ---
07:05:30 [INFO] 
07:05:30 [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e ---
07:05:30 [INFO] 
07:05:30 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.s2e ---
07:05:30 [INFO] Using 'UTF-8' encoding to copy filtered resources.
07:05:30 [INFO] Copying 2 resources
07:05:30 [INFO] Copying 3 resources
07:05:30 [INFO] 
07:05:30 [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.s2e ---
07:05:30 [INFO] Changes detected - recompiling the module!
07:05:30 [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
07:05:32 [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] 
07:05:32 	return javaEnv.javaProject().getProject().getLocation().toFile().toPath();
07:05:32 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
07:05:32 Potential resource leak: 'javaEnv' may not be closed at this location
07:05:32 1 problem (1 warning)
07:05:32 [INFO] 
07:05:32 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e ---
07:05:32 [INFO] Using 'UTF-8' encoding to copy filtered resources.
07:05:32 [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
07:05:32 [INFO] 
07:05:32 [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e ---
07:05:32 [INFO] No sources to compile
07:05:32 [INFO] 
07:05:32 [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.s2e ---
07:05:32 [INFO] No tests to run.
07:05:32 [INFO] 
07:05:32 [INFO] --- maven-bundle-plugin:4.1.0:bundle (default-bundle) @ org.eclipse.scout.sdk.s2e ---
07:05:33 [INFO] 
07:05:33 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e ---
07:05:34 [INFO] Skipping packaging of the test-jar
07:05:34 [INFO] 
07:05:34 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e ---
07:05:34 [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
07:05:34 [INFO] 
07:05:34 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e ---
07:05:34 [INFO] No sources in project. Archive not created.
07:05:34 [INFO] 
07:05:34 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.s2e ---
07:05:34 [INFO] Checking compile classpath
07:05:34 [INFO] Checking runtime classpath
07:05:34 [INFO] Checking test classpath
07:05:34 [INFO] 
07:05:34 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e ---
07:05:34 [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
07:05:34 [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
07:05:34 [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
07:05:34 [INFO] 
07:05:34 [INFO] --- maven-bundle-plugin:4.1.0:install (default-install) @ org.eclipse.scout.sdk.s2e ---
07:05:34 [INFO] Local OBR update disabled (enable with -DobrRepository)
07:05:34 [INFO] 
07:05:34 [INFO] ------< org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.test >------
07:05:34 [INFO] Building org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.test 10.0.0-SNAPSHOT [11/15]
07:05:34 [INFO] --------------------------------[ jar ]---------------------------------
07:05:34 [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
07:05:35 [INFO] 
07:05:35 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.s2e.test ---
07:05:35 [INFO] 
07:05:35 [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e.test ---
07:05:35 [INFO] Skipping Rule Enforcement.
07:05:35 [INFO] 
07:05:35 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.test ---
07:05: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.s2e.test/../org.eclipse.scout.sdk/target/jacoco-all.exec
07:05:35 [INFO] 
07:05:35 [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.test ---
07:05:35 [INFO] 
07:05:35 [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.test ---
07:05:35 [INFO] 
07:05:35 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.s2e.test ---
07:05:35 [INFO] Using 'UTF-8' encoding to copy filtered resources.
07:05:35 [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
07:05:35 [INFO] Copying 2 resources
07:05:35 [INFO] 
07:05:35 [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.s2e.test ---
07:05:35 [INFO] Changes detected - recompiling the module!
07:05:35 [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
07:05:35 [INFO] 
07:05:35 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.test ---
07:05:35 [INFO] Using 'UTF-8' encoding to copy filtered resources.
07:05:35 [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
07:05:35 [INFO] 
07:05:35 [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.test ---
07:05:35 [INFO] Changes detected - recompiling the module!
07:05:35 [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
07:05:35 [INFO] 
07:05:35 [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.s2e.test ---
07:05:35 [INFO] 
07:05:35 [INFO] -------------------------------------------------------
07:05:35 [INFO]  T E S T S
07:05:35 [INFO] -------------------------------------------------------
07:05:37 [INFO] Running org.eclipse.scout.sdk.s2e.operation.project.ScoutProjectNewOperationTest
07:05:37 2021-08-17 11:05:37.266 [WARNING] Invalid number part (abc) in execution environment JavaSE-abc.
07:05:37 java.lang.IllegalArgumentException: invalid version "abc": non-numeric "abc"
07:05:37 	at org.osgi.framework.Version.parseInt(Version.java:169)
07:05:37 	at org.osgi.framework.Version.<init>(Version.java:126)
07:05:37 	at org.osgi.framework.Version.valueOf(Version.java:255)
07:05:37 	at org.osgi.framework.Version.parseVersion(Version.java:226)
07:05:37 	at org.eclipse.scout.sdk.s2e.operation.project.ScoutProjectNewOperation.execEnvironmentToVersion(ScoutProjectNewOperation.java:163)
07:05:37 	at org.eclipse.scout.sdk.s2e.operation.project.ScoutProjectNewOperationTest.testExecEnvironmentToVersion(ScoutProjectNewOperationTest.java:38)
07:05:37 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:05:37 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:05:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:05:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:05:37 	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:686)
07:05:37 	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
07:05:37 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
07:05:37 	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149)
07:05:37 	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140)
07:05:37 	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84)
07:05:37 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor$$Lambda$168/0x0000000018e69b50.apply(Unknown Source)
07:05:37 	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
07:05:37 	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall$$Lambda$169/0x0000000018e6a050.apply(Unknown Source)
07:05:37 	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
07:05:37 	at org.junit.jupiter.engine.execution.ExecutableInvoker$$Lambda$299/0x0000000018fb7b20.apply(Unknown Source)
07:05:37 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
07:05:37 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
07:05:37 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
07:05:37 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
07:05:37 	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104)
07:05:37 	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98)
07:05:37 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:212)
07:05:37 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor$$Lambda$311/0x0000000018fbc7a0.execute(Unknown Source)
07:05:37 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
07:05:37 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:208)
07:05:37 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:137)
07:05:37 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:71)
07:05:37 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:135)
07:05:37 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$246/0x0000000018f7fe90.execute(Unknown Source)
07:05:37 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
07:05:37 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
07:05:37 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$245/0x0000000018f7f9f0.invoke(Unknown Source)
07:05:37 	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
07:05:37 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
07:05:37 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$244/0x0000000018f7f580.execute(Unknown Source)
07:05:37 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
07:05:37 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
07:05:37 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
07:05:37 	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService$$Lambda$250/0x0000000018f38e10.accept(Unknown Source)
07:05:37 	at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
07:05:37 	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
07:05:37 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139)
07:05:37 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$246/0x0000000018f7fe90.execute(Unknown Source)
07:05:37 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
07:05:37 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
07:05:37 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$245/0x0000000018f7f9f0.invoke(Unknown Source)
07:05:37 	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
07:05:37 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
07:05:37 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$244/0x0000000018f7f580.execute(Unknown Source)
07:05:37 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
07:05:37 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
07:05:37 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
07:05:37 	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService$$Lambda$250/0x0000000018f38e10.accept(Unknown Source)
07:05:37 	at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
07:05:37 	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
07:05:37 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139)
07:05:37 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$246/0x0000000018f7fe90.execute(Unknown Source)
07:05:37 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
07:05:37 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
07:05:37 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$245/0x0000000018f7f9f0.invoke(Unknown Source)
07:05:37 	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
07:05:37 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
07:05:37 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$244/0x0000000018f7f580.execute(Unknown Source)
07:05:37 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
07:05:37 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
07:05:37 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
07:05:37 	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32)
07:05:37 	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
07:05:37 	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51)
07:05:37 	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:248)
07:05:37 	at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$5(DefaultLauncher.java:211)
07:05:37 	at org.junit.platform.launcher.core.DefaultLauncher$$Lambda$212/0x0000000018e925c0.accept(Unknown Source)
07:05:37 	at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:226)
07:05:37 	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:199)
07:05:37 	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:132)
07:05:37 	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:142)
07:05:37 	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117)
07:05:37 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
07:05:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
07:05:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
07:05:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
07:05:37 Caused by: java.lang.NumberFormatException: For input string: "abc"
07:05:37 	at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
07:05:37 	at java.base/java.lang.Integer.parseInt(Integer.java:652)
07:05:37 	at java.base/java.lang.Integer.parseInt(Integer.java:770)
07:05:37 	at org.osgi.framework.Version.parseInt(Version.java:167)
07:05:37 	... 86 more
07:05:37 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s - in org.eclipse.scout.sdk.s2e.operation.project.ScoutProjectNewOperationTest
07:05:37 [INFO] Running org.eclipse.scout.sdk.s2e.environment.WorkingCopyManagerTest
07:05:37 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.sdk.s2e.environment.WorkingCopyManagerTest
07:05:37 [INFO] Running org.eclipse.scout.sdk.s2e.environment.ResourceWriteOperationTest
07:05:37 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.625 s - in org.eclipse.scout.sdk.s2e.environment.ResourceWriteOperationTest
07:05:37 [INFO] Running org.eclipse.scout.sdk.s2e.environment.OperationJobTest
07:05:38 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s - in org.eclipse.scout.sdk.s2e.environment.OperationJobTest
07:05:38 [INFO] Running org.eclipse.scout.sdk.s2e.environment.JobFutureTest
07:05:38 2021-08-17 11:05:38.211 [SEVERE]  
07:05:38 org.eclipse.core.runtime.CoreException: test exception
07:05:38 	at org.eclipse.scout.sdk.s2e.environment.JobFutureTest.testCheckedExceptionResult(JobFutureTest.java:71)
07:05:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:05:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:05:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:05:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:05:38 	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:686)
07:05:38 	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
07:05:38 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
07:05:38 	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149)
07:05:38 	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140)
07:05:38 	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84)
07:05:38 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor$$Lambda$168/0x0000000018e69b50.apply(Unknown Source)
07:05:38 	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
07:05:38 	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall$$Lambda$169/0x0000000018e6a050.apply(Unknown Source)
07:05:38 	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
07:05:38 	at org.junit.jupiter.engine.execution.ExecutableInvoker$$Lambda$299/0x0000000018fb7b20.apply(Unknown Source)
07:05:38 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
07:05:38 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
07:05:38 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
07:05:38 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
07:05:38 	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104)
07:05:38 	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98)
07:05:38 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:212)
07:05:38 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor$$Lambda$311/0x0000000018fbc7a0.execute(Unknown Source)
07:05:38 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
07:05:38 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:208)
07:05:38 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:137)
07:05:38 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:71)
07:05:38 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:135)
07:05:38 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$246/0x0000000018f7fe90.execute(Unknown Source)
07:05:38 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
07:05:38 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
07:05:38 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$245/0x0000000018f7f9f0.invoke(Unknown Source)
07:05:38 	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
07:05:38 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
07:05:38 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$244/0x0000000018f7f580.execute(Unknown Source)
07:05:38 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
07:05:38 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
07:05:38 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
07:05:38 	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService$$Lambda$250/0x0000000018f38e10.accept(Unknown Source)
07:05:38 	at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
07:05:38 	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
07:05:38 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139)
07:05:38 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$246/0x0000000018f7fe90.execute(Unknown Source)
07:05:38 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
07:05:38 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
07:05:38 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$245/0x0000000018f7f9f0.invoke(Unknown Source)
07:05:38 	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
07:05:38 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
07:05:38 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$244/0x0000000018f7f580.execute(Unknown Source)
07:05:38 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
07:05:38 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
07:05:38 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
07:05:38 	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService$$Lambda$250/0x0000000018f38e10.accept(Unknown Source)
07:05:38 	at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
07:05:38 	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
07:05:38 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139)
07:05:38 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$246/0x0000000018f7fe90.execute(Unknown Source)
07:05:38 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
07:05:38 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
07:05:38 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$245/0x0000000018f7f9f0.invoke(Unknown Source)
07:05:38 	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
07:05:38 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
07:05:38 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$244/0x0000000018f7f580.execute(Unknown Source)
07:05:38 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
07:05:38 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
07:05:38 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
07:05:38 	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32)
07:05:38 	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
07:05:38 	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51)
07:05:38 	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:248)
07:05:38 	at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$5(DefaultLauncher.java:211)
07:05:38 	at org.junit.platform.launcher.core.DefaultLauncher$$Lambda$212/0x0000000018e925c0.accept(Unknown Source)
07:05:38 	at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:226)
07:05:38 	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:199)
07:05:38 	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:132)
07:05:38 	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:142)
07:05:38 	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117)
07:05:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
07:05:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
07:05:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
07:05:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
07:05:38 Caused by: java.lang.Exception: test exception
07:05:38 	... 82 more
07:05:38 2021-08-17 11:05:38.318 [SEVERE]  
07:05:38 java.lang.RuntimeException: test exception
07:05:38 	at org.eclipse.scout.sdk.s2e.environment.JobFutureTest.testRuntimeExceptionResult(JobFutureTest.java:191)
07:05:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:05:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:05:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:05:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:05:38 	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:686)
07:05:38 	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
07:05:38 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
07:05:38 	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149)
07:05:38 	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140)
07:05:38 	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84)
07:05:38 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor$$Lambda$168/0x0000000018e69b50.apply(Unknown Source)
07:05:38 	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
07:05:38 	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall$$Lambda$169/0x0000000018e6a050.apply(Unknown Source)
07:05:38 	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
07:05:38 	at org.junit.jupiter.engine.execution.ExecutableInvoker$$Lambda$299/0x0000000018fb7b20.apply(Unknown Source)
07:05:38 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
07:05:38 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
07:05:38 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
07:05:38 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
07:05:38 	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104)
07:05:38 	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98)
07:05:38 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:212)
07:05:38 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor$$Lambda$311/0x0000000018fbc7a0.execute(Unknown Source)
07:05:38 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
07:05:38 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:208)
07:05:38 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:137)
07:05:38 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:71)
07:05:38 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:135)
07:05:38 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$246/0x0000000018f7fe90.execute(Unknown Source)
07:05:38 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
07:05:38 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
07:05:38 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$245/0x0000000018f7f9f0.invoke(Unknown Source)
07:05:38 	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
07:05:38 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
07:05:38 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$244/0x0000000018f7f580.execute(Unknown Source)
07:05:38 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
07:05:38 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
07:05:38 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
07:05:38 	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService$$Lambda$250/0x0000000018f38e10.accept(Unknown Source)
07:05:38 	at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
07:05:38 	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
07:05:38 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139)
07:05:38 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$246/0x0000000018f7fe90.execute(Unknown Source)
07:05:38 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
07:05:38 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
07:05:38 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$245/0x0000000018f7f9f0.invoke(Unknown Source)
07:05:38 	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
07:05:38 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
07:05:38 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$244/0x0000000018f7f580.execute(Unknown Source)
07:05:38 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
07:05:38 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
07:05:38 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
07:05:38 	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService$$Lambda$250/0x0000000018f38e10.accept(Unknown Source)
07:05:38 	at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
07:05:38 	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
07:05:38 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139)
07:05:38 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$246/0x0000000018f7fe90.execute(Unknown Source)
07:05:38 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
07:05:38 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
07:05:38 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$245/0x0000000018f7f9f0.invoke(Unknown Source)
07:05:38 	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
07:05:38 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
07:05:38 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$244/0x0000000018f7f580.execute(Unknown Source)
07:05:38 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
07:05:38 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
07:05:38 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
07:05:38 	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32)
07:05:38 	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
07:05:38 	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51)
07:05:38 	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:248)
07:05:38 	at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$5(DefaultLauncher.java:211)
07:05:38 	at org.junit.platform.launcher.core.DefaultLauncher$$Lambda$212/0x0000000018e925c0.accept(Unknown Source)
07:05:38 	at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:226)
07:05:38 	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:199)
07:05:38 	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:132)
07:05:38 	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:142)
07:05:38 	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117)
07:05:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
07:05:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
07:05:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
07:05:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
07:05:38 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.316 s - in org.eclipse.scout.sdk.s2e.environment.JobFutureTest
07:05:38 [INFO] Running org.eclipse.scout.sdk.s2e.environment.EclipseEnvironmentTest
07:05:43 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.517 s - in org.eclipse.scout.sdk.s2e.environment.EclipseEnvironmentTest
07:05:43 [INFO] Running org.eclipse.scout.sdk.s2e.environment.CharSequenceInputStreamTest
07:05:44 [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.415 s - in org.eclipse.scout.sdk.s2e.environment.CharSequenceInputStreamTest
07:05:44 [INFO] Running org.eclipse.scout.sdk.s2e.environment.AbstractJobTest
07:05:44 2021-08-17 11:05:44.273 [SEVERE]  
07:05:44 org.eclipse.core.runtime.CoreException: test exception
07:05:44 	at org.eclipse.scout.sdk.s2e.environment.AbstractJobTest$4.execute(AbstractJobTest.java:115)
07:05:44 	at org.eclipse.scout.sdk.s2e.environment.AbstractJob.runInternal(AbstractJob.java:173)
07:05:44 	at org.eclipse.scout.sdk.s2e.environment.AbstractJob.run(AbstractJob.java:138)
07:05:44 	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
07:05:44 2021-08-17 11:05:44.280 [SEVERE]  
07:05:44 java.lang.IllegalArgumentException: test exception
07:05:44 	at org.eclipse.scout.sdk.s2e.environment.AbstractJobTest$5.execute(AbstractJobTest.java:128)
07:05:44 	at org.eclipse.scout.sdk.s2e.environment.AbstractJob.runInternal(AbstractJob.java:173)
07:05:44 	at org.eclipse.scout.sdk.s2e.environment.AbstractJob.run(AbstractJob.java:138)
07:05:44 	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
07:05:44 2021-08-17 11:05:44.282 [FINE]    Job '' finished after 0ms. It has been scheduled by:
07:05:44 	at org.eclipse.scout.sdk.s2e.environment.AbstractJob.run(AbstractJob.java:145)
07:05:44 	at org.eclipse.scout.sdk.s2e.environment.AbstractJobTest.testCallerStackTraceRun(AbstractJobTest.java:77)
07:05:44 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:05:44 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:05:44 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:05:44 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:05:44 	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:686)
07:05:44 	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
07:05:44 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
07:05:44 	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149)
07:05:44 	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140)
07:05:44 	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84)
07:05:44 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor$$Lambda$168/0x0000000018e69b50.apply(Unknown Source)
07:05:44 	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
07:05:44 	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall$$Lambda$169/0x0000000018e6a050.apply(Unknown Source)
07:05:44 	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
07:05:44 	at org.junit.jupiter.engine.execution.ExecutableInvoker$$Lambda$299/0x0000000018fb7b20.apply(Unknown Source)
07:05:44 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
07:05:44 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
07:05:44 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
07:05:44 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
07:05:44 	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104)
07:05:44 	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98)
07:05:44 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:212)
07:05:44 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor$$Lambda$311/0x0000000018fbc7a0.execute(Unknown Source)
07:05:44 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
07:05:44 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:208)
07:05:44 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:137)
07:05:44 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:71)
07:05:44 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:135)
07:05:44 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$246/0x0000000018f7fe90.execute(Unknown Source)
07:05:44 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
07:05:44 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
07:05:44 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$245/0x0000000018f7f9f0.invoke(Unknown Source)
07:05:44 	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
07:05:44 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
07:05:44 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$244/0x0000000018f7f580.execute(Unknown Source)
07:05:44 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
07:05:44 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
07:05:44 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
07:05:44 	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService$$Lambda$250/0x0000000018f38e10.accept(Unknown Source)
07:05:44 	at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
07:05:44 	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
07:05:44 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139)
07:05:44 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$246/0x0000000018f7fe90.execute(Unknown Source)
07:05:44 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
07:05:44 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
07:05:44 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$245/0x0000000018f7f9f0.invoke(Unknown Source)
07:05:44 	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
07:05:44 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
07:05:44 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$244/0x0000000018f7f580.execute(Unknown Source)
07:05:44 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
07:05:44 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
07:05:44 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
07:05:44 	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService$$Lambda$250/0x0000000018f38e10.accept(Unknown Source)
07:05:44 	at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
07:05:44 	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
07:05:44 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139)
07:05:44 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$246/0x0000000018f7fe90.execute(Unknown Source)
07:05:44 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
07:05:44 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
07:05:44 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$245/0x0000000018f7f9f0.invoke(Unknown Source)
07:05:44 	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
07:05:44 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
07:05:44 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$244/0x0000000018f7f580.execute(Unknown Source)
07:05:44 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
07:05:44 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
07:05:44 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
07:05:44 	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32)
07:05:44 	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
07:05:44 	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51)
07:05:44 	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:248)
07:05:44 	at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$5(DefaultLauncher.java:211)
07:05:44 	at org.junit.platform.launcher.core.DefaultLauncher$$Lambda$212/0x0000000018e925c0.accept(Unknown Source)
07:05:44 	at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:226)
07:05:44 	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:199)
07:05:44 	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:132)
07:05:44 	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:142)
07:05:44 	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117)
07:05:44 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
07:05:44 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
07:05:44 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
07:05:44 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
07:05:44 2021-08-17 11:05:44.301 [FINE]    Job '' finished after 0ms. It has been scheduled by:
07:05:44 	at org.eclipse.scout.sdk.s2e.environment.AbstractJobTest.testCallerStackTraceSchedule(AbstractJobTest.java:54)
07:05:44 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:05:44 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:05:44 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:05:44 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:05:44 	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:686)
07:05:44 	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
07:05:44 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
07:05:44 	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149)
07:05:44 	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140)
07:05:44 	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84)
07:05:44 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor$$Lambda$168/0x0000000018e69b50.apply(Unknown Source)
07:05:44 	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
07:05:44 	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall$$Lambda$169/0x0000000018e6a050.apply(Unknown Source)
07:05:44 	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
07:05:44 	at org.junit.jupiter.engine.execution.ExecutableInvoker$$Lambda$299/0x0000000018fb7b20.apply(Unknown Source)
07:05:44 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
07:05:44 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
07:05:44 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
07:05:44 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
07:05:44 	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104)
07:05:44 	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98)
07:05:44 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:212)
07:05:44 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor$$Lambda$311/0x0000000018fbc7a0.execute(Unknown Source)
07:05:44 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
07:05:44 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:208)
07:05:44 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:137)
07:05:44 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:71)
07:05:44 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:135)
07:05:44 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$246/0x0000000018f7fe90.execute(Unknown Source)
07:05:44 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
07:05:44 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
07:05:44 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$245/0x0000000018f7f9f0.invoke(Unknown Source)
07:05:44 	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
07:05:44 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
07:05:44 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$244/0x0000000018f7f580.execute(Unknown Source)
07:05:44 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
07:05:44 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
07:05:44 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
07:05:44 	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService$$Lambda$250/0x0000000018f38e10.accept(Unknown Source)
07:05:44 	at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
07:05:44 	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
07:05:44 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139)
07:05:44 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$246/0x0000000018f7fe90.execute(Unknown Source)
07:05:44 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
07:05:44 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
07:05:44 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$245/0x0000000018f7f9f0.invoke(Unknown Source)
07:05:44 	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
07:05:44 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
07:05:44 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$244/0x0000000018f7f580.execute(Unknown Source)
07:05:44 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
07:05:44 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
07:05:44 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
07:05:44 	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService$$Lambda$250/0x0000000018f38e10.accept(Unknown Source)
07:05:44 	at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
07:05:44 	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
07:05:44 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139)
07:05:44 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$246/0x0000000018f7fe90.execute(Unknown Source)
07:05:44 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
07:05:44 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
07:05:44 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$245/0x0000000018f7f9f0.invoke(Unknown Source)
07:05:44 	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
07:05:44 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
07:05:44 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$244/0x0000000018f7f580.execute(Unknown Source)
07:05:44 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
07:05:44 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
07:05:44 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
07:05:44 	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32)
07:05:44 	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
07:05:44 	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51)
07:05:44 	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:248)
07:05:44 	at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$5(DefaultLauncher.java:211)
07:05:44 	at org.junit.platform.launcher.core.DefaultLauncher$$Lambda$212/0x0000000018e925c0.accept(Unknown Source)
07:05:44 	at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:226)
07:05:44 	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:199)
07:05:44 	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:132)
07:05:44 	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:142)
07:05:44 	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117)
07:05:44 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
07:05:44 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
07:05:44 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
07:05:44 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
07:05:44 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s - in org.eclipse.scout.sdk.s2e.environment.AbstractJobTest
07:05:44 [INFO] Running org.eclipse.scout.sdk.s2e.ApiTest
07:05:44 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.scout.sdk.s2e.ApiTest
07:05:44 [INFO] 
07:05:44 [INFO] Results:
07:05:44 [INFO] 
07:05:44 [INFO] Tests run: 61, Failures: 0, Errors: 0, Skipped: 0
07:05:44 [INFO] 
07:05:44 [INFO] 
07:05:44 [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ org.eclipse.scout.sdk.s2e.test ---
07:05:44 [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
07:05:44 [INFO] 
07:05:44 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.test ---
07:05:44 [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
07:05:44 [INFO] 
07:05:44 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e.test ---
07:05:44 [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
07:05:44 [INFO] 
07:05:44 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.test ---
07:05:44 [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
07:05:44 [INFO] 
07:05:44 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.s2e.test ---
07:05:44 [INFO] Checking compile classpath
07:05:44 [INFO] Checking runtime classpath
07:05:44 [INFO] Checking test classpath
07:05:45 [INFO] 
07:05:45 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e.test ---
07:05:45 [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
07:05:45 [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
07:05:45 [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
07:05:45 [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
07:05:45 [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
07:05:45 [INFO] 
07:05:45 [INFO] ------< org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.doc >-------
07:05:45 [INFO] Building org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.doc 10.0.0-SNAPSHOT [12/15]
07:05:45 [INFO] -------------------------------[ bundle ]-------------------------------
07:05:45 [INFO] 
07:05:45 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.s2e.doc ---
07:05:45 [INFO] 
07:05:45 [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e.doc ---
07:05:45 [INFO] Skipping Rule Enforcement.
07:05:45 [INFO] 
07:05:45 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.doc ---
07:05: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.s2e.doc/../org.eclipse.scout.sdk/target/jacoco-all.exec
07:05:45 [INFO] 
07:05:45 [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.doc ---
07:05:45 [INFO] 
07:05:45 [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.doc ---
07:05:45 [INFO] 
07:05:45 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.s2e.doc ---
07:05:45 [INFO] Using 'UTF-8' encoding to copy filtered resources.
07:05:45 [INFO] Copying 66 resources
07:05:45 [INFO] 
07:05:45 [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.s2e.doc ---
07:05:45 [INFO] Changes detected - recompiling the module!
07:05:45 [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
07:05:45 [INFO] 
07:05:45 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.doc ---
07:05:45 [INFO] Using 'UTF-8' encoding to copy filtered resources.
07:05:45 [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
07:05:45 [INFO] 
07:05:45 [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.doc ---
07:05:45 [INFO] No sources to compile
07:05:45 [INFO] 
07:05:45 [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.s2e.doc ---
07:05:45 [INFO] No tests to run.
07:05:45 [INFO] 
07:05:45 [INFO] --- maven-bundle-plugin:4.1.0:bundle (default-bundle) @ org.eclipse.scout.sdk.s2e.doc ---
07:05:45 [INFO] 
07:05:45 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.doc ---
07:05:45 [INFO] Skipping packaging of the test-jar
07:05:45 [INFO] 
07:05:45 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e.doc ---
07:05:45 [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
07:05:45 [INFO] 
07:05:45 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.doc ---
07:05:45 [INFO] No sources in project. Archive not created.
07:05:45 [INFO] 
07:05:45 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.s2e.doc ---
07:05:45 [INFO] Checking compile classpath
07:05:45 [INFO] Checking runtime classpath
07:05:45 [INFO] Checking test classpath
07:05:45 [INFO] 
07:05:45 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e.doc ---
07:05:45 [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
07:05:45 [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
07:05:45 [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
07:05:45 [INFO] 
07:05:45 [INFO] --- maven-bundle-plugin:4.1.0:install (default-install) @ org.eclipse.scout.sdk.s2e.doc ---
07:05:45 [INFO] Local OBR update disabled (enable with -DobrRepository)
07:05:45 [INFO] 
07:05:45 [INFO] -------< org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.ui >-------
07:05:45 [INFO] Building org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.ui 10.0.0-SNAPSHOT [13/15]
07:05:45 [INFO] -------------------------------[ bundle ]-------------------------------
07:06:00 [INFO] 
07:06:00 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.s2e.ui ---
07:06:00 [INFO] 
07:06:00 [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e.ui ---
07:06:00 [INFO] Skipping Rule Enforcement.
07:06:00 [INFO] 
07:06:00 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.ui ---
07:06:00 [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
07:06:00 [INFO] 
07:06:00 [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.ui ---
07:06:00 [INFO] 
07:06:00 [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.ui ---
07:06:00 [INFO] 
07:06:00 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.s2e.ui ---
07:06:00 [INFO] Using 'UTF-8' encoding to copy filtered resources.
07:06:00 [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
07:06:00 [INFO] Copying 50 resources
07:06:00 [INFO] 
07:06:00 [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.s2e.ui ---
07:06:00 [INFO] Changes detected - recompiling the module!
07:06:00 [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
07:06:02 [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] 
07:06:02 	@SuppressWarnings("resource")
07:06:02 	                  ^^^^^^^^^^
07:06:02 Unnecessary @SuppressWarnings("resource")
07:06:02 [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] 
07:06:02 	@SuppressWarnings("resource")
07:06:02 	                  ^^^^^^^^^^
07:06:02 Unnecessary @SuppressWarnings("resource")
07:06:02 [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] 
07:06:02 	@SuppressWarnings("resource")
07:06:02 	                  ^^^^^^^^^^
07:06:02 Unnecessary @SuppressWarnings("resource")
07:06:02 [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] 
07:06:02 	@SuppressWarnings("resource")
07:06:02 	                  ^^^^^^^^^^
07:06:02 Unnecessary @SuppressWarnings("resource")
07:06:02 4 problems (4 warnings)
07:06:02 [INFO] 
07:06:02 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.ui ---
07:06:02 [INFO] Using 'UTF-8' encoding to copy filtered resources.
07:06:02 [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
07:06:02 [INFO] 
07:06:02 [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.ui ---
07:06:02 [INFO] No sources to compile
07:06:02 [INFO] 
07:06:02 [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.s2e.ui ---
07:06:02 [INFO] No tests to run.
07:06:02 [INFO] 
07:06:02 [INFO] --- maven-bundle-plugin:4.1.0:bundle (default-bundle) @ org.eclipse.scout.sdk.s2e.ui ---
07:06:03 [INFO] 
07:06:03 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.ui ---
07:06:03 [INFO] Skipping packaging of the test-jar
07:06:03 [INFO] 
07:06:03 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e.ui ---
07:06:03 [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
07:06:03 [INFO] 
07:06:03 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.ui ---
07:06:03 [INFO] No sources in project. Archive not created.
07:06:03 [INFO] 
07:06:03 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.s2e.ui ---
07:06:03 [INFO] Skipping duplicate-finder execution!
07:06:03 [INFO] 
07:06:03 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e.ui ---
07:06:03 [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
07:06:03 [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
07:06:03 [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
07:06:03 [INFO] 
07:06:03 [INFO] --- maven-bundle-plugin:4.1.0:install (default-install) @ org.eclipse.scout.sdk.s2e.ui ---
07:06:03 [INFO] Local OBR update disabled (enable with -DobrRepository)
07:06:03 [INFO] 
07:06:03 [INFO] --------< org.eclipse.scout.sdk:org.eclipse.scout.sdk-settings >--------
07:06:03 [INFO] Building org.eclipse.scout.sdk-settings 10.0.0-SNAPSHOT          [14/15]
07:06:03 [INFO] --------------------------------[ jar ]---------------------------------
07:06:03 [INFO] 
07:06:03 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk-settings ---
07:06:03 [INFO] 
07:06:03 [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-rules) @ org.eclipse.scout.sdk-settings ---
07:06:03 [INFO] Skipping Rule Enforcement.
07:06:03 [INFO] 
07:06:03 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk-settings ---
07:06:03 [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
07:06:03 [INFO] 
07:06:03 [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk-settings ---
07:06:03 [INFO] 
07:06:03 [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk-settings ---
07:06:03 [INFO] 
07:06:03 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk-settings ---
07:06:03 [INFO] Using 'UTF-8' encoding to copy filtered resources.
07:06:03 [INFO] Copying 7 resources
07:06:03 [INFO] 
07:06:03 [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk-settings ---
07:06:03 [INFO] No sources to compile
07:06:03 [INFO] 
07:06:03 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk-settings ---
07:06:03 [INFO] Using 'UTF-8' encoding to copy filtered resources.
07:06:03 [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
07:06:03 [INFO] 
07:06:03 [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk-settings ---
07:06:03 [INFO] No sources to compile
07:06:03 [INFO] 
07:06:03 [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk-settings ---
07:06:03 [INFO] No tests to run.
07:06:03 [INFO] 
07:06:03 [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ org.eclipse.scout.sdk-settings ---
07:06:03 [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
07:06:03 [INFO] 
07:06:03 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk-settings ---
07:06:03 [INFO] Skipping packaging of the test-jar
07:06:03 [INFO] 
07:06:03 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk-settings ---
07:06:03 [INFO] No sources in project. Archive not created.
07:06:03 [INFO] 
07:06:03 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk-settings ---
07:06:03 [INFO] No sources in project. Archive not created.
07:06:03 [INFO] 
07:06:03 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk-settings ---
07:06:03 [INFO] Checking compile classpath
07:06:03 [INFO] Checking runtime classpath
07:06:03 [INFO] Checking test classpath
07:06:03 [INFO] 
07:06:03 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk-settings ---
07:06:03 [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
07:06:03 [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
07:06:03 [INFO] 
07:06:03 [INFO] ----------< org.eclipse.scout.sdk:org.eclipse.scout.sdk-root >----------
07:06:03 [INFO] Building Eclipse Scout SDK 10.0.0-SNAPSHOT                       [15/15]
07:06:03 [INFO] --------------------------------[ pom ]---------------------------------
07:06:03 [INFO] 
07:06:03 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.scout.sdk-root ---
07:06:03 [INFO] 
07:06:03 [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.scout.sdk-root ---
07:06:03 [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
07:06:03 [INFO] ------------------------------------------------------------------------
07:06:03 [INFO] Reactor Summary for Eclipse Scout SDK 10.0.0-SNAPSHOT:
07:06:03 [INFO] 
07:06:03 [INFO] Scout Hello World Sample Application ............... SUCCESS [ 20.602 s]
07:06:03 [INFO] Scout JaxWs Module ................................. SUCCESS [  0.155 s]
07:06:03 [INFO] ScoutJS Sample Application ......................... SUCCESS [  0.802 s]
07:06:03 [INFO] Eclipse Scout SDK .................................. SUCCESS [  0.567 s]
07:06:03 [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core ... SUCCESS [  8.678 s]
07:06:03 [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.ecj SUCCESS [  0.987 s]
07:06:03 [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.test SUCCESS [ 12.636 s]
07:06:03 [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s . SUCCESS [  1.054 s]
07:06:03 [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s.test SUCCESS [ 52.949 s]
07:06:03 [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e  SUCCESS [  8.636 s]
07:06:03 [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.test SUCCESS [ 10.265 s]
07:06:03 [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.doc SUCCESS [  0.291 s]
07:06:03 [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.ui SUCCESS [ 17.835 s]
07:06:03 [INFO] org.eclipse.scout.sdk-settings ..................... SUCCESS [  0.045 s]
07:06:03 [INFO] Eclipse Scout SDK .................................. SUCCESS [  0.456 s]
07:06:03 [INFO] ------------------------------------------------------------------------
07:06:03 [INFO] BUILD SUCCESS
07:06:03 [INFO] ------------------------------------------------------------------------
07:06:03 [INFO] Total time:  02:27 min
07:06:03 [INFO] Finished at: 2021-08-17T11:06:03Z
07:06:03 [INFO] ------------------------------------------------------------------------
07:06:03 [WARNING] The requested profile "sign" could not be activated because it does not exist.
07:06:03 [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
07:06:04 Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
07:06:04 Maven home: /opt/tools/apache-maven/latest
07:06:04 Java version: 11.0.12, vendor: International Business Machines Corporation, runtime: /opt/java/openjdk
07:06:04 Default locale: en_US, platform encoding: UTF-8
07:06:04 OS name: "linux", version: "5.12.7-300.fc34.x86_64", arch: "amd64", family: "unix"
07:06:05 [INFO] Scanning for projects...
07:06:13 [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
07:06:14 [INFO] Fetching p2.index from http://download.eclipse.org/releases/2020-03/ (122B)
07:06:14 [INFO] Adding repository http://download.eclipse.org/releases/2020-03
07:06:14 [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/2020-03/ (482B)
07:06:14 [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/2020-03/ (482B)
07:06:14 [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/2020-03/ (142B)
07:06:14 [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/2020-03/ (142B)
07:06:14 [INFO] Fetching content.jar from http://download.eclipse.org/technology/epp/packages/2020-03/ (75.25kB)
07:06:14 [INFO] Fetching content.jar from http://download.eclipse.org/technology/epp/packages/2020-03/ (75.25kB)
07:06:14 [INFO] Fetching p2.index from http://download.eclipse.org/releases/2020-03/202003181000/ (142B)
07:06:14 [INFO] Fetching p2.index from http://download.eclipse.org/releases/2020-03/202003181000/ (142B)
07:06:14 [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/2020-03/202003181000/ (826.34kB)
07:06:14 [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/2020-03/202003181000/ (826.34kB)
07:06:16 [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20200831200620/repository/ (134B)
07:06:16 [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20200831200620/repository/ (134B)
07:06:17 [INFO] Adding repository https://download.eclipse.org/tools/orbit/downloads/drops/R20200831200620/repository
07:06:17 [INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/drops/R20200831200620/repository/
07:06:17 [INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/drops/R20200831200620/repository/
07:06:17 [INFO] Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/ (107.42kB)
07:06:17 [INFO] Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/ (107.42kB)
07:06:17 [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/ (172B)
07:06:17 [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/ (172B)
07:06:17 [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/ (89.46kB)
07:06:17 [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/ (89.46kB)
07:06:17 [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/ (134B)
07:06:17 [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/ (134B)
07:06:17 [INFO] Adding repository http://download.eclipse.org/cbi/updates/license
07:06:17 [INFO] Fetching compositeContent.jar from http://download.eclipse.org/cbi/updates/license/ (423B)
07:06:17 [INFO] Fetching compositeContent.jar from http://download.eclipse.org/cbi/updates/license/ (423B)
07:06:18 [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB)
07:06:18 [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB)
07:06:18 [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB)
07:06:18 [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB)
07:06:18 [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B)
07:06:18 [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B)
07:06:18 [INFO] Fetching content.xml.xz from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (3.57kB)
07:06:18 [INFO] Fetching content.xml.xz from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (3.57kB)
07:06:18 [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
07:06:20 Aug 17, 2021 11:06:20 AM org.apache.http.impl.execchain.RetryExec execute
07:06:20 INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond
07:06:20 Aug 17, 2021 11:06:20 AM org.apache.http.impl.execchain.RetryExec execute
07:06:20 INFO: Retrying request to {}->http://download.eclipse.org:80
07:06:42 [INFO] Fetching 202003181000&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2020-03/
07:06:42 [INFO] Fetching 202003181000&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2020-03/
07:06:42 [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)
07:06:42 [INFO] The user operation is waiting for background work to complete.
07:06:42 [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)
07:06:42 [INFO] Unpacking com.google.guava_27.1.0.v20190517-1946...
07:06:43 [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)
07:06:43 [INFO] The user operation is waiting for background work to complete.
07:06:43 [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)
07:06:43 [INFO] Unpacking com.ibm.icu_64.2.0.v20190507-1337...
07:06:46 [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)
07:06:46 [INFO] The user operation is waiting for background work to complete.
07:06:46 [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)
07:06:46 [INFO] Unpacking com.jcraft.jsch_0.1.55.v20190404-1902...
07:06:46 [INFO] Fetching com.sun.el_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (62.49kB)
07:06:46 [INFO] The user operation is waiting for background work to complete.
07:06:46 [INFO] Fetching com.sun.el_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (62.49kB)
07:06:46 [INFO] Unpacking com.sun.el_2.2.0.v201303151357...
07:06:46 [INFO] Fetching javax.el_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (33.35kB)
07:06:46 [INFO] The user operation is waiting for background work to complete.
07:06:46 [INFO] Fetching javax.el_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (33.35kB)
07:06:46 [INFO] Unpacking javax.el_2.2.0.v201303151357...
07:06:46 [INFO] Fetching javax.servlet_3.1.0.v201410161800.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (60.2kB)
07:06:46 [INFO] The user operation is waiting for background work to complete.
07:06:46 [INFO] Fetching javax.servlet_3.1.0.v201410161800.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (60.2kB)
07:06:47 [INFO] Unpacking javax.servlet_3.1.0.v201410161800...
07:06:47 [INFO] Fetching javax.annotation_1.2.0.v201602091430.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (21.32kB)
07:06:47 [INFO] The user operation is waiting for background work to complete.
07:06:47 [INFO] Fetching javax.annotation_1.2.0.v201602091430.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (21.32kB)
07:06:47 [INFO] Unpacking javax.annotation_1.2.0.v201602091430...
07:06:47 [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)
07:06:47 [INFO] The user operation is waiting for background work to complete.
07:06:47 [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)
07:06:47 [INFO] Unpacking org.eclipse.osgi_3.15.200.v20200214-1600...
07:06:47 [INFO] Fetching javax.servlet.jsp_2.2.0.v201112011158.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (55.73kB)
07:06:47 [INFO] The user operation is waiting for background work to complete.
07:06:47 [INFO] Fetching javax.servlet.jsp_2.2.0.v201112011158.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (55.73kB)
07:06:47 [INFO] Unpacking javax.servlet.jsp_2.2.0.v201112011158...
07:06:47 [INFO] Fetching javax.xml_1.3.4.v201005080400.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (249kB)
07:06:47 [INFO] Fetching javax.xml_1.3.4.v201005080400.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (249kB)
07:06:47 [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)
07:06:47 [INFO] The user operation is waiting for background work to complete.
07:06:47 [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)
07:06:48 [INFO] Unpacking org.apache.ant_1.10.7.v20190926-0324...
07:06:48 [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)
07:06:48 [INFO] The user operation is waiting for background work to complete.
07:06:48 [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)
07:06:48 [INFO] Unpacking org.apache.batik.constants_1.11.0.v20190515-0436...
07:06:48 [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)
07:06:48 [INFO] The user operation is waiting for background work to complete.
07:06:48 [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)
07:06:48 [INFO] Unpacking org.apache.batik.css_1.11.0.v20190515-0436...
07:06:48 [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)
07:06:48 [INFO] The user operation is waiting for background work to complete.
07:06:48 [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)
07:06:48 [INFO] Unpacking org.apache.batik.util_1.11.0.v20190515-0436...
07:06:48 [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)
07:06:48 [INFO] The user operation is waiting for background work to complete.
07:06:48 [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)
07:06:48 [INFO] Unpacking org.apache.batik.i18n_1.11.0.v20190515-0436...
07:06:48 [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)
07:06:48 [INFO] The user operation is waiting for background work to complete.
07:06:48 [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)
07:06:48 [INFO] Unpacking org.apache.xmlgraphics_2.3.0.v20190515-0436...
07:06:49 [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (95.26kB)
07:06:49 [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (95.26kB)
07:06:49 [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (15.35kB)
07:06:49 [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (15.35kB)
07:06:49 [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (35.59kB)
07:06:49 [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (35.59kB)
07:06:49 [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)
07:06:49 [INFO] The user operation is waiting for background work to complete.
07:06:49 [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)
07:06:49 [INFO] Unpacking org.apache.commons.io_2.6.0.v20190123-2029...
07:06:49 [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)
07:06:49 [INFO] The user operation is waiting for background work to complete.
07:06:49 [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)
07:06:49 [INFO] Unpacking org.apache.commons.logging_1.2.0.v20180409-1502...
07:06:49 [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)
07:06:49 [INFO] The user operation is waiting for background work to complete.
07:06:49 [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)
07:06:49 [INFO] Unpacking org.apache.felix.gogo.command_1.0.2.v20170914-1324...
07:06:50 [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)
07:06:50 [INFO] The user operation is waiting for background work to complete.
07:06:50 [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)
07:06:50 [INFO] Unpacking org.apache.felix.gogo.runtime_1.1.0.v20180713-1646...
07:06:50 [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)
07:06:50 [INFO] The user operation is waiting for background work to complete.
07:06:50 [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)
07:06:50 [INFO] Unpacking org.eclipse.osgi.services_3.8.0.v20190206-2147...
07:06:50 [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)
07:06:50 [INFO] The user operation is waiting for background work to complete.
07:06:50 [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)
07:06:50 [INFO] Unpacking org.apache.felix.gogo.shell_1.1.0.v20180713-1646...
07:06:50 [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)
07:06:50 [INFO] The user operation is waiting for background work to complete.
07:06:50 [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)
07:06:50 [INFO] Unpacking org.apache.felix.scr_2.1.16.v20200110-1820...
07:06:50 [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)
07:06:50 [INFO] The user operation is waiting for background work to complete.
07:06:50 [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)
07:06:50 [INFO] Unpacking org.eclipse.osgi.util_3.5.300.v20190708-1141...
07:06:50 [INFO] Fetching org.apache.jasper.glassfish_2.2.2.v201501141630.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (2.36MB)
07:06:50 [INFO] Fetching org.apache.jasper.glassfish_2.2.2.v201501141630.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (2.36MB)
07:06:50 [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)
07:06:50 [INFO] The user operation is waiting for background work to complete.
07:06:50 [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)
07:06:51 [INFO] Unpacking org.apache.lucene.analyzers-common_8.4.1.v20200122-1459...
07:06:51 [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)
07:06:51 [INFO] The user operation is waiting for background work to complete.
07:06:51 [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)
07:06:51 [INFO] Unpacking org.apache.lucene.core_8.4.1.v20200122-1459...
07:06:52 [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)
07:06:52 [INFO] The user operation is waiting for background work to complete.
07:06:52 [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)
07:06:52 [INFO] Unpacking org.apache.lucene.analyzers-smartcn_8.4.1.v20200122-1459...
07:06:52 [INFO] Fetching org.apache.xerces_2.9.0.v201101211617.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (1.29MB)
07:06:52 [INFO] Fetching org.apache.xerces_2.9.0.v201101211617.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (1.29MB)
07:06:53 [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)
07:06:53 [INFO] The user operation is waiting for background work to complete.
07:06:53 [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)
07:06:53 [INFO] Unpacking org.apache.xml.resolver_1.2.0.v201005080400...
07:06:53 [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)
07:06:53 [INFO] The user operation is waiting for background work to complete.
07:06:53 [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)
07:06:53 [INFO] Unpacking org.apache.xml.serializer_2.7.1.v201005080400...
07:06:53 [INFO] Fetching org.apiguardian_1.1.0.v20190826-0900.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (12.57kB)
07:06:53 [INFO] The user operation is waiting for background work to complete.
07:06:53 [INFO] Fetching org.apiguardian_1.1.0.v20190826-0900.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (12.57kB)
07:06:53 [INFO] Unpacking org.apiguardian_1.1.0.v20190826-0900...
07:06:53 [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)
07:06:53 [INFO] The user operation is waiting for background work to complete.
07:06:53 [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)
07:06:53 [INFO] Unpacking org.eclipse.ant.core_3.5.700.v20191221-1203...
07:06:53 [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)
07:06:53 [INFO] The user operation is waiting for background work to complete.
07:06:53 [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)
07:06:53 [INFO] Unpacking org.eclipse.core.variables_3.4.800.v20200120-1101...
07:06:53 [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)
07:06:53 [INFO] The user operation is waiting for background work to complete.
07:06:53 [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)
07:06:53 [INFO] Unpacking org.eclipse.core.runtime_3.17.100.v20200203-0917...
07:06:53 [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)
07:06:53 [INFO] The user operation is waiting for background work to complete.
07:06:53 [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)
07:06:53 [INFO] Unpacking org.eclipse.ant.launching_1.2.800.v20191221-1203...
07:06:53 [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)
07:06:53 [INFO] The user operation is waiting for background work to complete.
07:06:53 [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)
07:06:54 [INFO] Unpacking org.eclipse.debug.core_3.15.0.v20200224-0654...
07:06:54 [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)
07:06:54 [INFO] The user operation is waiting for background work to complete.
07:06:54 [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)
07:06:54 [INFO] Unpacking org.eclipse.jdt.launching_3.17.0.v20200215-0651...
07:06:54 [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)
07:06:54 [INFO] The user operation is waiting for background work to complete.
07:06:54 [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)
07:06:54 [INFO] Unpacking org.eclipse.core.externaltools_1.1.600.v20200216-2241...
07:06:54 [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)
07:06:54 [INFO] The user operation is waiting for background work to complete.
07:06:54 [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)
07:06:54 [INFO] Unpacking org.eclipse.text_3.10.100.v20200217-1239...
07:06:54 [INFO] Fetching org.eclipse.jdt.core_3.21.0.v20200304-1404.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (6.72MB)
07:06:54 [INFO] Fetching org.eclipse.jdt.core_3.21.0.v20200304-1404.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (6.72MB)
07:06:55 [INFO] Fetching org.eclipse.core.resources_3.13.700.v20200209-1624.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (873.17kB)
07:06:55 [INFO] Fetching org.eclipse.core.resources_3.13.700.v20200209-1624.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (873.17kB)
07:06:55 [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)
07:06:55 [INFO] The user operation is waiting for background work to complete.
07:06:55 [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)
07:06:55 [INFO] Unpacking org.eclipse.ant.ui_3.7.700.v20200304-2203...
07:06:55 [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)
07:06:55 [INFO] The user operation is waiting for background work to complete.
07:06:55 [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)
07:06:55 [INFO] Unpacking org.eclipse.core.filesystem_1.7.700.v20200110-1734...
07:06:55 [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)
07:06:55 [INFO] The user operation is waiting for background work to complete.
07:06:55 [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)
07:06:55 [INFO] Unpacking org.eclipse.ui.externaltools_3.4.600.v20200113-1854...
07:06:55 [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)
07:06:55 [INFO] The user operation is waiting for background work to complete.
07:06:55 [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)
07:06:56 [INFO] Unpacking org.eclipse.ui_3.116.0.v20200203-1308...
07:06:56 [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)
07:06:56 [INFO] The user operation is waiting for background work to complete.
07:06:56 [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)
07:06:56 [INFO] Unpacking org.eclipse.ui.console_3.9.100.v20200215-1209...
07:06:56 [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)
07:06:56 [INFO] The user operation is waiting for background work to complete.
07:06:56 [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)
07:06:56 [INFO] Unpacking org.eclipse.debug.ui_3.14.400.v20200222-1431...
07:06:56 [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)
07:06:56 [INFO] The user operation is waiting for background work to complete.
07:06:56 [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)
07:06:57 [INFO] Unpacking org.eclipse.jdt.ui_3.21.0.v20200226-1531...
07:06:58 Aug 17, 2021 11:06:58 AM org.apache.http.impl.execchain.RetryExec execute
07:06:58 INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond
07:06:58 Aug 17, 2021 11:06:58 AM org.apache.http.impl.execchain.RetryExec execute
07:06:58 INFO: Retrying request to {}->http://download.eclipse.org:80
07:06:58 [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)
07:06:58 [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)
07:06:59 [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)
07:06:59 [INFO] The user operation is waiting for background work to complete.
07:06:59 [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)
07:06:59 [INFO] Unpacking org.eclipse.team.core_3.8.900.v20200211-0946...
07:06:59 [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)
07:06:59 [INFO] The user operation is waiting for background work to complete.
07:06:59 [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)
07:06:59 [INFO] Unpacking org.eclipse.ltk.core.refactoring_3.10.400.v20200215-1156...
07:06:59 [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)
07:06:59 [INFO] The user operation is waiting for background work to complete.
07:06:59 [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)
07:06:59 [INFO] Unpacking org.eclipse.core.expressions_3.6.700.v20200212-1751...
07:06:59 [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)
07:06:59 [INFO] The user operation is waiting for background work to complete.
07:06:59 [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)
07:06:59 [INFO] Unpacking org.eclipse.jdt.junit_3.11.700.v20200214-0716...
07:06:59 [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)
07:06:59 [INFO] The user operation is waiting for background work to complete.
07:06:59 [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)
07:06:59 [INFO] Unpacking org.eclipse.compare_3.7.900.v20200129-0902...
07:07:00 [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)
07:07:00 [INFO] The user operation is waiting for background work to complete.
07:07:00 [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)
07:07:00 [INFO] Unpacking org.eclipse.jface.text_3.16.200.v20200218-0828...
07:07:00 [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)
07:07:00 [INFO] The user operation is waiting for background work to complete.
07:07:00 [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)
07:07:00 [INFO] Unpacking org.eclipse.ui.ide_3.17.0.v20200217-1511...
07:07:00 [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)
07:07:00 [INFO] The user operation is waiting for background work to complete.
07:07:00 [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)
07:07:00 [INFO] Unpacking org.eclipse.ui.views_3.10.200.v20200213-1442...
07:07:01 [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)
07:07:01 [INFO] The user operation is waiting for background work to complete.
07:07:01 [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)
07:07:01 [INFO] Unpacking org.eclipse.ui.workbench.texteditor_3.14.100.v20200212-1049...
07:07:01 [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)
07:07:01 [INFO] The user operation is waiting for background work to complete.
07:07:01 [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)
07:07:01 [INFO] Unpacking org.eclipse.ui.editors_3.13.100.v20200130-1507...
07:07:01 [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)
07:07:01 [INFO] The user operation is waiting for background work to complete.
07:07:01 [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)
07:07:01 [INFO] Unpacking org.eclipse.ui.forms_3.9.0.v20200213-1442...
07:07:01 [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)
07:07:01 [INFO] The user operation is waiting for background work to complete.
07:07:01 [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)
07:07:01 [INFO] Unpacking org.eclipse.compare.core_3.6.800.v20191213-2246...
07:07:01 [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)
07:07:01 [INFO] The user operation is waiting for background work to complete.
07:07:01 [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)
07:07:01 [INFO] Unpacking org.eclipse.core.commands_3.9.700.v20191217-1850...
07:07:01 [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)
07:07:01 [INFO] The user operation is waiting for background work to complete.
07:07:01 [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)
07:07:02 [INFO] Unpacking org.eclipse.equinox.common_3.11.0.v20200206-0817...
07:07:02 [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)
07:07:02 [INFO] The user operation is waiting for background work to complete.
07:07:02 [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)
07:07:02 [INFO] Unpacking org.eclipse.core.contenttype_3.7.600.v20200124-1609...
07:07:02 [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)
07:07:02 [INFO] The user operation is waiting for background work to complete.
07:07:02 [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)
07:07:02 [INFO] Unpacking org.eclipse.equinox.preferences_3.7.700.v20191213-1901...
07:07:02 [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)
07:07:02 [INFO] The user operation is waiting for background work to complete.
07:07:02 [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)
07:07:02 [INFO] Unpacking org.eclipse.equinox.registry_3.8.700.v20200121-1457...
07:07:02 [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)
07:07:02 [INFO] The user operation is waiting for background work to complete.
07:07:02 [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)
07:07:02 [INFO] Unpacking org.eclipse.core.databinding_1.8.0.v20200205-2008...
07:07:02 [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)
07:07:02 [INFO] The user operation is waiting for background work to complete.
07:07:02 [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)
07:07:02 [INFO] Unpacking org.eclipse.core.databinding.observable_1.9.0.v20200205-2119...
07:07:02 [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)
07:07:02 [INFO] The user operation is waiting for background work to complete.
07:07:02 [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)
07:07:02 [INFO] Unpacking org.eclipse.core.databinding.property_1.8.0.v20200124-0715...
07:07:03 [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)
07:07:03 [INFO] The user operation is waiting for background work to complete.
07:07:03 [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)
07:07:03 [INFO] Unpacking org.eclipse.core.databinding.beans_1.6.100.v20191217-1850...
07:07:03 [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)
07:07:03 [INFO] The user operation is waiting for background work to complete.
07:07:03 [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)
07:07:03 [INFO] Unpacking org.eclipse.core.filebuffers_3.6.900.v20200117-0616...
07:07:03 [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)
07:07:03 [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)
07:07:03 [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)
07:07:03 [INFO] The user operation is waiting for background work to complete.
07:07:03 [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)
07:07:03 [INFO] Unpacking org.eclipse.core.jobs_3.10.700.v20200106-1020...
07:07:03 [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)
07:07:03 [INFO] The user operation is waiting for background work to complete.
07:07:03 [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)
07:07:03 [INFO] Unpacking org.eclipse.core.net_1.3.800.v20200218-0937...
07:07:03 [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)
07:07:03 [INFO] The user operation is waiting for background work to complete.
07:07:03 [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)
07:07:03 [INFO] Unpacking org.eclipse.equinox.security_1.3.500.v20200114-1637...
07:07:03 [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)
07:07:03 [INFO] The user operation is waiting for background work to complete.
07:07:03 [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)
07:07:04 [INFO] Unpacking org.eclipse.core.net.linux.x86_64_1.2.400.v20190924-1023...
07:07:04 [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)
07:07:04 [INFO] The user operation is waiting for background work to complete.
07:07:04 [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)
07:07:04 [INFO] Unpacking org.eclipse.equinox.app_1.4.400.v20191212-0743...
07:07:04 [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)
07:07:04 [INFO] The user operation is waiting for background work to complete.
07:07:04 [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)
07:07:04 [INFO] Unpacking org.eclipse.help_3.8.700.v20191212-1123...
07:07:04 [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)
07:07:04 [INFO] The user operation is waiting for background work to complete.
07:07:04 [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)
07:07:04 [INFO] Unpacking org.eclipse.ui.workbench_3.118.0.v20200222-0719...
07:07:05 [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)
07:07:05 [INFO] The user operation is waiting for background work to complete.
07:07:05 [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)
07:07:05 [INFO] Unpacking org.eclipse.e4.core.commands_0.12.900.v20200110-1732...
07:07:05 [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)
07:07:05 [INFO] The user operation is waiting for background work to complete.
07:07:05 [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)
07:07:05 [INFO] Unpacking org.eclipse.e4.core.di_1.7.500.v20190916-2125...
07:07:05 [INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (14.07kB)
07:07:05 [INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (14.07kB)
07:07:05 [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)
07:07:05 [INFO] The user operation is waiting for background work to complete.
07:07:05 [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)
07:07:05 [INFO] Unpacking org.eclipse.e4.core.contexts_1.8.400.v20191217-1710...
07:07:05 [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)
07:07:05 [INFO] The user operation is waiting for background work to complete.
07:07:05 [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)
07:07:05 [INFO] Unpacking org.eclipse.e4.core.services_2.2.200.v20200127-0814...
07:07:05 [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)
07:07:05 [INFO] The user operation is waiting for background work to complete.
07:07:05 [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)
07:07:05 [INFO] Unpacking org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352...
07:07:05 [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)
07:07:05 [INFO] The user operation is waiting for background work to complete.
07:07:05 [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)
07:07:06 [INFO] Unpacking org.eclipse.e4.core.di.extensions_0.15.500.v20200106-1259...
07:07:06 [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)
07:07:06 [INFO] The user operation is waiting for background work to complete.
07:07:06 [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)
07:07:06 [INFO] Unpacking org.eclipse.e4.core.di.extensions.supplier_0.15.500.v20200106-1259...
07:07:06 [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)
07:07:06 [INFO] The user operation is waiting for background work to complete.
07:07:06 [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)
07:07:06 [INFO] Unpacking org.eclipse.e4.emf.xpath_0.2.600.v20191216-0805...
07:07:06 [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)
07:07:06 [INFO] The user operation is waiting for background work to complete.
07:07:06 [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)
07:07:06 [INFO] Unpacking org.apache.commons.jxpath_1.3.0.v200911051830...
07:07:06 [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)
07:07:06 [INFO] The user operation is waiting for background work to complete.
07:07:06 [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)
07:07:06 [INFO] Unpacking org.eclipse.emf.ecore_2.21.0.v20200127-1342...
07:07:06 [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)
07:07:06 [INFO] The user operation is waiting for background work to complete.
07:07:06 [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)
07:07:06 [INFO] Unpacking org.eclipse.e4.ui.workbench.swt_0.14.900.v20200213-1442...
07:07:06 [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)
07:07:06 [INFO] The user operation is waiting for background work to complete.
07:07:06 [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)
07:07:07 [INFO] Unpacking org.eclipse.e4.ui.bindings_0.12.800.v20191216-0805...
07:07:07 [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)
07:07:07 [INFO] The user operation is waiting for background work to complete.
07:07:07 [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)
07:07:07 [INFO] Unpacking org.eclipse.e4.ui.model.workbench_2.1.700.v20200113-1422...
07:07:07 [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)
07:07:07 [INFO] The user operation is waiting for background work to complete.
07:07:07 [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)
07:07:07 [INFO] Unpacking org.eclipse.e4.ui.services_1.3.700.v20190930-1643...
07:07:07 [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)
07:07:07 [INFO] The user operation is waiting for background work to complete.
07:07:07 [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)
07:07:07 [INFO] Unpacking org.eclipse.e4.ui.workbench.renderers.swt_0.14.1100.v20200217-1217...
07:07:07 [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)
07:07:07 [INFO] The user operation is waiting for background work to complete.
07:07:07 [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)
07:07:07 [INFO] Unpacking org.eclipse.e4.ui.workbench_1.11.200.v20200205-1503...
07:07:07 [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)
07:07:07 [INFO] The user operation is waiting for background work to complete.
07:07:07 [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)
07:07:08 [INFO] Unpacking org.eclipse.e4.ui.css.core_0.12.1000.v20200129-0903...
07:07:08 [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)
07:07:08 [INFO] The user operation is waiting for background work to complete.
07:07:08 [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)
07:07:08 [INFO] Unpacking org.eclipse.e4.ui.css.swt_0.13.900.v20200203-0840...
07:07:08 [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)
07:07:08 [INFO] The user operation is waiting for background work to complete.
07:07:08 [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)
07:07:08 [INFO] Unpacking org.w3c.dom.smil_1.0.1.v200903091627...
07:07:08 [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)
07:07:08 [INFO] The user operation is waiting for background work to complete.
07:07:08 [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)
07:07:08 [INFO] Unpacking org.eclipse.e4.ui.css.swt.theme_0.12.600.v20200124-0005...
07:07:08 [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)
07:07:08 [INFO] The user operation is waiting for background work to complete.
07:07:08 [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)
07:07:08 [INFO] Unpacking org.eclipse.e4.ui.di_1.2.800.v20200128-0855...
07:07:08 [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)
07:07:08 [INFO] The user operation is waiting for background work to complete.
07:07:08 [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)
07:07:08 [INFO] Unpacking org.eclipse.e4.ui.widgets_1.2.700.v20191222-1048...
07:07:08 [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)
07:07:08 [INFO] The user operation is waiting for background work to complete.
07:07:08 [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)
07:07:08 [INFO] Unpacking org.eclipse.equinox.event_1.5.300.v20191001-1333...
07:07:08 [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)
07:07:08 [INFO] The user operation is waiting for background work to complete.
07:07:08 [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)
07:07:08 [INFO] Unpacking org.eclipse.equinox.launcher_1.5.700.v20200207-2156...
07:07:08 [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)
07:07:08 [INFO] The user operation is waiting for background work to complete.
07:07:08 [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)
07:07:09 [INFO] Unpacking org.eclipse.equinox.simpleconfigurator_1.3.500.v20200211-1505...
07:07:09 [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)
07:07:09 [INFO] The user operation is waiting for background work to complete.
07:07:09 [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)
07:07:09 [INFO] Unpacking org.eclipse.osgi.compatibility.state_1.1.700.v20200207-2156...
07:07:09 [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)
07:07:09 [INFO] The user operation is waiting for background work to complete.
07:07:09 [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)
07:07:09 [INFO] Unpacking org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.1100.v20190907-0426...
07:07:09 [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)
07:07:09 [INFO] The user operation is waiting for background work to complete.
07:07:09 [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)
07:07:09 [INFO] Unpacking org.eclipse.swt_3.114.0.v20200304-0601...
07:07:09 [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)
07:07:09 [INFO] The user operation is waiting for background work to complete.
07:07:09 [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)
07:07:09 [INFO] Unpacking org.eclipse.swt.gtk.linux.x86_64_3.114.0.v20200304-0601...
07:07:10 [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)
07:07:10 [INFO] The user operation is waiting for background work to complete.
07:07:10 [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)
07:07:10 [INFO] Unpacking org.eclipse.jface_3.19.0.v20200218-1607...
07:07:10 [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)
07:07:10 [INFO] The user operation is waiting for background work to complete.
07:07:10 [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)
07:07:10 [INFO] Unpacking org.eclipse.jface.databinding_1.11.0.v20200205-2119...
07:07:10 [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)
07:07:10 [INFO] The user operation is waiting for background work to complete.
07:07:10 [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)
07:07:10 [INFO] Unpacking org.eclipse.e4.ui.workbench3_0.15.400.v20191216-0805...
07:07:10 [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)
07:07:10 [INFO] The user operation is waiting for background work to complete.
07:07:10 [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)
07:07:10 [INFO] Unpacking org.eclipse.equinox.console_1.4.0.v20190819-1430...
07:07:10 [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)
07:07:10 [INFO] The user operation is waiting for background work to complete.
07:07:10 [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)
07:07:10 [INFO] Unpacking org.eclipse.e4.ui.workbench.addons.swt_1.3.800.v20191212-1231...
07:07:10 [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)
07:07:10 [INFO] The user operation is waiting for background work to complete.
07:07:10 [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)
07:07:10 [INFO] Unpacking org.eclipse.equinox.bidi_1.2.300.v20191213-1901...
07:07:10 [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)
07:07:10 [INFO] The user operation is waiting for background work to complete.
07:07:10 [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)
07:07:11 [INFO] Unpacking org.eclipse.e4.ui.dialogs_1.1.700.v20200201-1719...
07:07:11 [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)
07:07:11 [INFO] The user operation is waiting for background work to complete.
07:07:11 [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)
07:07:11 [INFO] Unpacking org.eclipse.e4.ui.swt.gtk_1.0.600.v20190627-0755...
07:07:11 [INFO] Fetching org.eclipse.e4.rcp_4.15.0.v20200304-0601.jar from http://download.eclipse.org/releases/2020-03/202003181000/features/ (20.83kB)
07:07:11 [INFO] Fetching org.eclipse.e4.rcp_4.15.0.v20200304-0601.jar from http://download.eclipse.org/releases/2020-03/202003181000/features/ (20.83kB)
07:07:11 [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)
07:07:11 [INFO] The user operation is waiting for background work to complete.
07:07:11 [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)
07:07:11 [INFO] Unpacking org.eclipse.e4.ui.ide_3.15.0.v20200113-2039...
07:07:11 [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)
07:07:11 [INFO] The user operation is waiting for background work to complete.
07:07:11 [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)
07:07:11 [INFO] Unpacking org.eclipse.emf.ecore.change_2.14.0.v20190528-0725...
07:07:11 [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)
07:07:11 [INFO] The user operation is waiting for background work to complete.
07:07:11 [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)
07:07:11 [INFO] Unpacking org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725...
07:07:11 [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)
07:07:11 [INFO] The user operation is waiting for background work to complete.
07:07:11 [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)
07:07:11 [INFO] Unpacking org.eclipse.ecf_3.9.5.v20200217-1548...
07:07:11 [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)
07:07:11 [INFO] The user operation is waiting for background work to complete.
07:07:11 [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)
07:07:12 [INFO] Unpacking org.eclipse.ecf.identity_3.9.300.v20191020-1846...
07:07:12 [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)
07:07:12 [INFO] The user operation is waiting for background work to complete.
07:07:12 [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)
07:07:12 [INFO] Unpacking org.eclipse.equinox.concurrent_1.1.500.v20200106-1437...
07:07:12 [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)
07:07:12 [INFO] The user operation is waiting for background work to complete.
07:07:12 [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)
07:07:12 [INFO] Unpacking org.eclipse.ecf.filetransfer_5.1.0.v20200217-0016...
07:07:12 [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)
07:07:12 [INFO] The user operation is waiting for background work to complete.
07:07:12 [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)
07:07:12 [INFO] Unpacking org.eclipse.ecf.provider.filetransfer_3.2.500.v20191017-1905...
07:07:12 [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)
07:07:12 [INFO] The user operation is waiting for background work to complete.
07:07:12 [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)
07:07:12 [INFO] Unpacking org.eclipse.emf.common_2.18.0.v20191225-1014...
07:07:12 [INFO] Fetching org.eclipse.emf.common_2.18.0.v20191225-1014.jar from http://download.eclipse.org/releases/2020-03/202003181000/features/ (19.06kB)
07:07:12 [INFO] Fetching org.eclipse.emf.common_2.18.0.v20191225-1014.jar from http://download.eclipse.org/releases/2020-03/202003181000/features/ (19.06kB)
07:07:12 [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)
07:07:12 [INFO] The user operation is waiting for background work to complete.
07:07:12 [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)
07:07:12 [INFO] Unpacking org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451...
07:07:12 [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)
07:07:12 [INFO] The user operation is waiting for background work to complete.
07:07:12 [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)
07:07:13 [INFO] Unpacking org.eclipse.emf.edit_2.16.0.v20190920-0401...
07:07:13 [INFO] Fetching org.eclipse.emf.ecore_2.21.0.v20200127-1342.jar from http://download.eclipse.org/releases/2020-03/202003181000/features/ (19.12kB)
07:07:13 [INFO] Fetching org.eclipse.emf.ecore_2.21.0.v20200127-1342.jar from http://download.eclipse.org/releases/2020-03/202003181000/features/ (19.12kB)
07:07:13 [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)
07:07:13 [INFO] The user operation is waiting for background work to complete.
07:07:13 [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)
07:07:13 [INFO] Unpacking org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702...
07:07:13 [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)
07:07:13 [INFO] The user operation is waiting for background work to complete.
07:07:13 [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)
07:07:13 [INFO] Unpacking org.eclipse.equinox.frameworkadmin.equinox_1.1.300.v20200211-1503...
07:07:13 [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)
07:07:13 [INFO] The user operation is waiting for background work to complete.
07:07:13 [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)
07:07:13 [INFO] Unpacking org.eclipse.equinox.http.jetty_3.7.400.v20200123-1333...
07:07:13 [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)
07:07:13 [INFO] The user operation is waiting for background work to complete.
07:07:13 [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)
07:07:13 [INFO] Unpacking org.eclipse.equinox.http.servlet_1.6.400.v20191213-1757...
07:07:13 [INFO] Fetching org.eclipse.jetty.http_9.4.27.v20200227.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (220.64kB)
07:07:13 [INFO] Fetching org.eclipse.jetty.http_9.4.27.v20200227.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (220.64kB)
07:07:13 [INFO] Fetching org.eclipse.jetty.server_9.4.27.v20200227.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (708.45kB)
07:07:13 [INFO] Fetching org.eclipse.jetty.server_9.4.27.v20200227.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (708.45kB)
07:07:14 [INFO] Fetching org.eclipse.jetty.servlet_9.4.27.v20200227.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (139.01kB)
07:07:14 [INFO] Fetching org.eclipse.jetty.servlet_9.4.27.v20200227.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (139.01kB)
07:07:14 [INFO] Fetching org.eclipse.jetty.util_9.4.27.v20200227.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (572.85kB)
07:07:14 [INFO] Fetching org.eclipse.jetty.util_9.4.27.v20200227.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (572.85kB)
07:07:14 [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)
07:07:14 [INFO] The user operation is waiting for background work to complete.
07:07:14 [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)
07:07:14 [INFO] Unpacking org.eclipse.equinox.http.registry_1.1.700.v20190214-1948...
07:07:14 [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)
07:07:14 [INFO] The user operation is waiting for background work to complete.
07:07:14 [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)
07:07:14 [INFO] Unpacking org.eclipse.equinox.jsp.jasper_1.1.400.v20191213-1757...
07:07:14 [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)
07:07:14 [INFO] The user operation is waiting for background work to complete.
07:07:14 [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)
07:07:14 [INFO] Unpacking org.eclipse.equinox.jsp.jasper.registry_1.1.300.v20190714-1850...
07:07:14 [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)
07:07:14 [INFO] The user operation is waiting for background work to complete.
07:07:14 [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)
07:07:14 [INFO] Unpacking org.eclipse.equinox.p2.artifact.repository_1.3.400.v20191224-0854...
07:07:14 [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)
07:07:14 [INFO] The user operation is waiting for background work to complete.
07:07:14 [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)
07:07:14 [INFO] Unpacking org.eclipse.equinox.p2.metadata_2.4.700.v20191213-1911...
07:07:14 [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)
07:07:14 [INFO] The user operation is waiting for background work to complete.
07:07:14 [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)
07:07:15 [INFO] Unpacking org.tukaani.xz_1.8.0.v20180207-1613...
07:07:15 [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)
07:07:15 [INFO] The user operation is waiting for background work to complete.
07:07:15 [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)
07:07:15 [INFO] Unpacking org.eclipse.equinox.p2.core_2.6.300.v20200211-1504...
07:07:15 [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)
07:07:15 [INFO] The user operation is waiting for background work to complete.
07:07:15 [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)
07:07:15 [INFO] Unpacking org.eclipse.equinox.p2.jarprocessor_1.1.600.v20200217-1130...
07:07:15 [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)
07:07:15 [INFO] The user operation is waiting for background work to complete.
07:07:15 [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)
07:07:15 [INFO] Unpacking org.eclipse.equinox.p2.repository_2.4.700.v20200110-2121...
07:07:15 [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)
07:07:15 [INFO] The user operation is waiting for background work to complete.
07:07:15 [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)
07:07:16 [INFO] Unpacking org.eclipse.equinox.p2.director_2.4.600.v20200211-1504...
07:07:16 [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)
07:07:16 [INFO] The user operation is waiting for background work to complete.
07:07:16 [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)
07:07:16 [INFO] Unpacking org.eclipse.equinox.p2.engine_2.6.600.v20200110-2121...
07:07:16 [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)
07:07:16 [INFO] The user operation is waiting for background work to complete.
07:07:16 [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)
07:07:16 [INFO] Unpacking org.eclipse.equinox.p2.metadata.repository_1.3.400.v20191211-1528...
07:07:16 [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)
07:07:16 [INFO] The user operation is waiting for background work to complete.
07:07:16 [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)
07:07:16 [INFO] Unpacking org.eclipse.equinox.simpleconfigurator.manipulator_2.1.500.v20200211-1505...
07:07:16 [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (116.64kB)
07:07:16 [INFO] The user operation is waiting for background work to complete.
07:07:16 [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (116.64kB)
07:07:16 [INFO] Unpacking org.sat4j.core_2.3.5.v201308161310...
07:07:16 [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (81.19kB)
07:07:16 [INFO] The user operation is waiting for background work to complete.
07:07:16 [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (81.19kB)
07:07:16 [INFO] Unpacking org.sat4j.pb_2.3.5.v201404071733...
07:07:16 [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)
07:07:16 [INFO] The user operation is waiting for background work to complete.
07:07:16 [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)
07:07:16 [INFO] Unpacking org.eclipse.equinox.p2.transport.ecf_1.2.400.v20200123-2221...
07:07:16 [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)
07:07:16 [INFO] The user operation is waiting for background work to complete.
07:07:16 [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)
07:07:17 [INFO] Unpacking org.eclipse.equinox.p2.operations_2.5.700.v20191211-1713...
07:07:17 [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)
07:07:17 [INFO] The user operation is waiting for background work to complete.
07:07:17 [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)
07:07:17 [INFO] Unpacking org.eclipse.equinox.security.linux.x86_64_1.1.300.v20190830-1238...
07:07:17 [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)
07:07:17 [INFO] The user operation is waiting for background work to complete.
07:07:17 [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)
07:07:17 [INFO] Unpacking org.eclipse.equinox.p2.discovery_1.1.200.v20190611-1008...
07:07:17 [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)
07:07:17 [INFO] The user operation is waiting for background work to complete.
07:07:17 [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)
07:07:17 [INFO] Unpacking org.eclipse.equinox.p2.discovery.compatibility_1.1.200.v20190611-1008...
07:07:17 [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)
07:07:17 [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)
07:07:17 [INFO] The user operation is waiting for background work to complete.
07:07:17 [INFO] Unpacking org.eclipse.equinox.p2.ui_2.5.800.v20200213-1530...
07:07:17 [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)
07:07:17 [INFO] The user operation is waiting for background work to complete.
07:07:17 [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)
07:07:17 [INFO] Unpacking org.eclipse.equinox.security.ui_1.2.600.v20191213-1901...
07:07:17 [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)
07:07:17 [INFO] The user operation is waiting for background work to complete.
07:07:17 [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)
07:07:17 [INFO] Unpacking org.eclipse.equinox.p2.ui.discovery_1.1.400.v20191213-1911...
07:07:17 [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)
07:07:17 [INFO] The user operation is waiting for background work to complete.
07:07:17 [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)
07:07:18 [INFO] Unpacking org.eclipse.ui.browser_3.6.700.v20200217-0820...
07:07:18 [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)
07:07:18 [INFO] The user operation is waiting for background work to complete.
07:07:18 [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)
07:07:18 [INFO] Unpacking org.eclipse.help.base_4.2.900.v20200305-0155...
07:07:18 [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)
07:07:18 [INFO] The user operation is waiting for background work to complete.
07:07:18 [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)
07:07:18 [INFO] Unpacking org.eclipse.help.ui_4.1.800.v20200218-0731...
07:07:18 [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)
07:07:18 [INFO] The user operation is waiting for background work to complete.
07:07:18 [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)
07:07:18 [INFO] Unpacking org.eclipse.help.webapp_3.9.800.v20200217-1539...
07:07:18 [INFO] Fetching org.eclipse.jetty.continuation_9.4.27.v20200227.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (31.79kB)
07:07:18 [INFO] Fetching org.eclipse.jetty.continuation_9.4.27.v20200227.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (31.79kB)
07:07:18 [INFO] Fetching org.eclipse.jetty.io_9.4.27.v20200227.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (170.91kB)
07:07:18 [INFO] Fetching org.eclipse.jetty.io_9.4.27.v20200227.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (170.91kB)
07:07:18 [INFO] Fetching org.eclipse.jetty.security_9.4.27.v20200227.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (126.39kB)
07:07:18 [INFO] Fetching org.eclipse.jetty.security_9.4.27.v20200227.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (126.39kB)
07:07:19 [INFO] Fetching org.eclipse.help_2.3.100.v20200305-0155.jar from http://download.eclipse.org/releases/2020-03/202003181000/features/ (19.52kB)
07:07:19 [INFO] Fetching org.eclipse.help_2.3.100.v20200305-0155.jar from http://download.eclipse.org/releases/2020-03/202003181000/features/ (19.52kB)
07:07:19 [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)
07:07:19 [INFO] The user operation is waiting for background work to complete.
07:07:19 [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)
07:07:19 [INFO] Unpacking org.eclipse.jdt_3.18.300.v20200305-0155...
07:07:19 [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)
07:07:19 [INFO] The user operation is waiting for background work to complete.
07:07:19 [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)
07:07:19 [INFO] Unpacking org.eclipse.ui.intro_3.5.900.v20200217-1223...
07:07:19 [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)
07:07:19 [INFO] The user operation is waiting for background work to complete.
07:07:19 [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)
07:07:19 [INFO] Unpacking org.eclipse.ui.cheatsheets_3.5.700.v20200216-1748...
07:07:19 [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)
07:07:19 [INFO] The user operation is waiting for background work to complete.
07:07:19 [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)
07:07:19 [INFO] Unpacking org.eclipse.jdt.annotation_1.1.400.v20180921-1416...
07:07:19 [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)
07:07:19 [INFO] The user operation is waiting for background work to complete.
07:07:19 [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)
07:07:19 [INFO] Unpacking org.eclipse.jdt.annotation_2.2.400.v20191120-1313...
07:07:19 [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)
07:07:19 [INFO] The user operation is waiting for background work to complete.
07:07:19 [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)
07:07:19 [INFO] Unpacking org.eclipse.jdt.apt.core_3.6.550.v20190919-0948...
07:07:20 [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)
07:07:20 [INFO] The user operation is waiting for background work to complete.
07:07:20 [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)
07:07:20 [INFO] Unpacking org.eclipse.jdt.apt.pluggable.core_1.2.400.v20190626-1334...
07:07:20 [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)
07:07:20 [INFO] The user operation is waiting for background work to complete.
07:07:20 [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)
07:07:20 [INFO] Unpacking org.eclipse.jdt.compiler.tool_1.2.800.v20200302-0636...
07:07:20 [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)
07:07:20 [INFO] The user operation is waiting for background work to complete.
07:07:20 [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)
07:07:20 [INFO] Unpacking org.eclipse.jdt.compiler.apt_1.3.900.v20200303-1624...
07:07:20 [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)
07:07:20 [INFO] The user operation is waiting for background work to complete.
07:07:20 [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)
07:07:20 [INFO] Unpacking org.eclipse.jdt.apt.ui_3.6.300.v20190727-1243...
07:07:20 [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)
07:07:20 [INFO] The user operation is waiting for background work to complete.
07:07:20 [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)
07:07:20 [INFO] Unpacking org.eclipse.jdt.core.formatterapp_1.0.0.v20200119-0748...
07:07:20 [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)
07:07:20 [INFO] The user operation is waiting for background work to complete.
07:07:20 [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)
07:07:20 [INFO] Unpacking org.eclipse.jdt.core.manipulation_1.13.100.v20200224-2108...
07:07:21 [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)
07:07:21 [INFO] The user operation is waiting for background work to complete.
07:07:21 [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)
07:07:21 [INFO] Unpacking org.eclipse.jdt.debug_3.15.0.v20200224-0604...
07:07:21 [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)
07:07:21 [INFO] The user operation is waiting for background work to complete.
07:07:21 [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)
07:07:21 [INFO] Unpacking org.eclipse.search_3.11.900.v20200211-1227...
07:07:21 [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)
07:07:21 [INFO] The user operation is waiting for background work to complete.
07:07:21 [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)
07:07:21 [INFO] Unpacking org.eclipse.jdt.doc.user_3.15.600.v20200303-1108...
07:07:22 Aug 17, 2021 11:07:22 AM org.apache.http.impl.execchain.RetryExec execute
07:07:22 INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond
07:07:22 Aug 17, 2021 11:07:22 AM org.apache.http.impl.execchain.RetryExec execute
07:07:22 INFO: Retrying request to {}->http://download.eclipse.org:80
07:07:22 [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)
07:07:22 [INFO] The user operation is waiting for background work to complete.
07:07:22 [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)
07:07:22 [INFO] Unpacking org.eclipse.jdt.junit.core_3.10.600.v20200214-0716...
07:07:22 [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)
07:07:22 [INFO] The user operation is waiting for background work to complete.
07:07:22 [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)
07:07:22 [INFO] Unpacking org.eclipse.jdt.junit.runtime_3.5.100.v20200214-0716...
07:07:23 [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)
07:07:23 [INFO] The user operation is waiting for background work to complete.
07:07:23 [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)
07:07:23 [INFO] Unpacking org.eclipse.jdt.junit4.runtime_1.1.1200.v20200214-0716...
07:07:23 [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)
07:07:23 [INFO] The user operation is waiting for background work to complete.
07:07:23 [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)
07:07:23 [INFO] Unpacking org.eclipse.jdt.junit5.runtime_1.0.800.v20200214-0716...
07:07:23 [INFO] Fetching org.junit_4.13.0.v20200204-1500.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (123kB)
07:07:23 [INFO] The user operation is waiting for background work to complete.
07:07:23 [INFO] Fetching org.junit_4.13.0.v20200204-1500.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (123kB)
07:07:23 [INFO] Unpacking org.junit_4.13.0.v20200204-1500...
07:07:23 [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)
07:07:23 [INFO] The user operation is waiting for background work to complete.
07:07:23 [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)
07:07:23 [INFO] Unpacking org.hamcrest.core_1.3.0.v20180420-1519...
07:07:23 [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)
07:07:23 [INFO] The user operation is waiting for background work to complete.
07:07:23 [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)
07:07:23 [INFO] Unpacking org.junit.jupiter.api_5.6.0.v20200203-2009...
07:07:23 [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)
07:07:23 [INFO] The user operation is waiting for background work to complete.
07:07:23 [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)
07:07:24 [INFO] Unpacking org.junit.jupiter.engine_5.6.0.v20200203-2009...
07:07:24 [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)
07:07:24 [INFO] The user operation is waiting for background work to complete.
07:07:24 [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)
07:07:24 [INFO] Unpacking org.junit.jupiter.migrationsupport_5.6.0.v20200203-2009...
07:07:24 [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)
07:07:24 [INFO] The user operation is waiting for background work to complete.
07:07:24 [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)
07:07:24 [INFO] Unpacking org.junit.jupiter.params_5.6.0.v20200203-2009...
07:07:24 [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)
07:07:24 [INFO] The user operation is waiting for background work to complete.
07:07:24 [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)
07:07:24 [INFO] Unpacking org.junit.platform.commons_1.6.0.v20200203-2009...
07:07:24 [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)
07:07:24 [INFO] The user operation is waiting for background work to complete.
07:07:24 [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)
07:07:24 [INFO] Unpacking org.junit.platform.engine_1.6.0.v20200203-2009...
07:07:24 [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)
07:07:24 [INFO] The user operation is waiting for background work to complete.
07:07:24 [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)
07:07:25 [INFO] Unpacking org.junit.platform.launcher_1.6.0.v20200203-2009...
07:07:25 [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)
07:07:25 [INFO] The user operation is waiting for background work to complete.
07:07:25 [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)
07:07:25 [INFO] Unpacking org.junit.platform.runner_1.6.0.v20200203-2009...
07:07:25 [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)
07:07:25 [INFO] The user operation is waiting for background work to complete.
07:07:25 [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)
07:07:25 [INFO] Unpacking org.junit.platform.suite.api_1.6.0.v20200203-2009...
07:07:25 [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)
07:07:25 [INFO] The user operation is waiting for background work to complete.
07:07:25 [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)
07:07:25 [INFO] Unpacking org.junit.vintage.engine_5.6.0.v20200203-2009...
07:07:25 [INFO] Fetching org.opentest4j_1.2.0.v20190826-0900.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (14.79kB)
07:07:25 [INFO] The user operation is waiting for background work to complete.
07:07:25 [INFO] Fetching org.opentest4j_1.2.0.v20190826-0900.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (14.79kB)
07:07:25 [INFO] Unpacking org.opentest4j_1.2.0.v20190826-0900...
07:07:25 [INFO] Fetching org.eclipse.jdt_3.18.300.v20200305-0155.jar from http://download.eclipse.org/releases/2020-03/202003181000/features/ (19.7kB)
07:07:25 [INFO] Fetching org.eclipse.jdt_3.18.300.v20200305-0155.jar from http://download.eclipse.org/releases/2020-03/202003181000/features/ (19.7kB)
07:07:25 [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)
07:07:25 [INFO] The user operation is waiting for background work to complete.
07:07:25 [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)
07:07:25 [INFO] Unpacking org.eclipse.ltk.ui.refactoring_3.10.200.v20200221-2020...
07:07:25 [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)
07:07:25 [INFO] The user operation is waiting for background work to complete.
07:07:25 [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)
07:07:26 [INFO] Unpacking org.eclipse.team.ui_3.8.800.v20200211-0752...
07:07:26 [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)
07:07:26 [INFO] The user operation is waiting for background work to complete.
07:07:26 [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)
07:07:26 [INFO] Unpacking org.eclipse.ui.navigator_3.9.200.v20200213-1442...
07:07:26 [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)
07:07:26 [INFO] The user operation is waiting for background work to complete.
07:07:26 [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)
07:07:26 [INFO] Unpacking org.eclipse.ui.navigator.resources_3.7.200.v20200213-1442...
07:07:26 [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)
07:07:26 [INFO] The user operation is waiting for background work to complete.
07:07:26 [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)
07:07:26 [INFO] Unpacking org.eclipse.jem.util_2.1.201.v201903222010...
07:07:26 [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)
07:07:26 [INFO] The user operation is waiting for background work to complete.
07:07:26 [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)
07:07:26 [INFO] Unpacking org.eclipse.wst.common.core_1.3.0.v201903222010...
07:07:26 [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)
07:07:26 [INFO] The user operation is waiting for background work to complete.
07:07:26 [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)
07:07:27 [INFO] Unpacking org.eclipse.jsch.core_1.3.800.v20200106-0907...
07:07:27 [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)
07:07:27 [INFO] The user operation is waiting for background work to complete.
07:07:27 [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)
07:07:27 [INFO] Unpacking org.eclipse.jsch.ui_1.3.800.v20200205-0619...
07:07:27 [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)
07:07:27 [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)
07:07:27 [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)
07:07:27 [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)
07:07:27 [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)
07:07:27 [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)
07:07:28 [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)
07:07:28 [INFO] The user operation is waiting for background work to complete.
07:07:28 [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)
07:07:28 [INFO] Unpacking org.eclipse.m2e.binaryproject_1.15.0.20200109-0905...
07:07:28 [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)
07:07:28 [INFO] The user operation is waiting for background work to complete.
07:07:28 [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)
07:07:28 [INFO] Unpacking org.eclipse.m2e.core_1.15.0.20200305-1308...
07:07:28 [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)
07:07:28 [INFO] The user operation is waiting for background work to complete.
07:07:28 [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)
07:07:28 [INFO] Unpacking org.eclipse.m2e.sourcelookup_1.15.0.20200109-0905...
07:07:28 [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)
07:07:28 [INFO] The user operation is waiting for background work to complete.
07:07:28 [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)
07:07:28 [INFO] Unpacking org.eclipse.m2e.jdt_1.15.0.20200226-1722...
07:07:28 [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)
07:07:28 [INFO] The user operation is waiting for background work to complete.
07:07:28 [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)
07:07:28 [INFO] Unpacking org.slf4j.api_1.7.2.v20121108-1250...
07:07:29 [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)
07:07:29 [INFO] The user operation is waiting for background work to complete.
07:07:29 [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)
07:07:29 [INFO] Unpacking org.eclipse.m2e.binaryproject.ui_1.15.0.20200109-0905...
07:07:29 [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)
07:07:29 [INFO] The user operation is waiting for background work to complete.
07:07:29 [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)
07:07:29 [INFO] Unpacking org.eclipse.m2e.core.ui_1.15.0.20200305-1308...
07:07:29 [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)
07:07:29 [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)
07:07:29 [INFO] Fetching org.eclipse.m2e.workspace.cli_0.3.1.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (15.56kB)
07:07:29 [INFO] Fetching org.eclipse.m2e.workspace.cli_0.3.1.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (15.56kB)
07:07:29 [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)
07:07:29 [INFO] The user operation is waiting for background work to complete.
07:07:29 [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)
07:07:29 [INFO] Unpacking org.eclipse.m2e.model.edit_1.15.0.20200225-1921...
07:07:29 [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)
07:07:29 [INFO] The user operation is waiting for background work to complete.
07:07:29 [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)
07:07:29 [INFO] Unpacking org.eclipse.m2e.discovery_1.15.0.20200109-1036...
07:07:29 [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)
07:07:29 [INFO] The user operation is waiting for background work to complete.
07:07:29 [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)
07:07:30 [INFO] Unpacking org.eclipse.m2e.editor_1.15.0.20200203-1710...
07:07:30 [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)
07:07:30 [INFO] The user operation is waiting for background work to complete.
07:07:30 [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)
07:07:30 [INFO] Unpacking org.eclipse.wst.sse.core_1.2.200.v202002172151...
07:07:30 [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)
07:07:30 [INFO] The user operation is waiting for background work to complete.
07:07:30 [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)
07:07:30 [INFO] Unpacking org.eclipse.wst.sse.ui_1.6.300.v202001091420...
07:07:30 [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)
07:07:30 [INFO] The user operation is waiting for background work to complete.
07:07:30 [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)
07:07:30 [INFO] Unpacking org.eclipse.wst.xml.core_1.2.200.v201911262147...
07:07:30 [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)
07:07:30 [INFO] The user operation is waiting for background work to complete.
07:07:30 [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)
07:07:31 [INFO] Unpacking org.eclipse.m2e.editor.xml_1.15.0.20200223-1407...
07:07:31 [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)
07:07:31 [INFO] The user operation is waiting for background work to complete.
07:07:31 [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)
07:07:31 [INFO] Unpacking org.eclipse.wst.common.emf_1.2.600.v201903222010...
07:07:31 [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)
07:07:31 [INFO] The user operation is waiting for background work to complete.
07:07:31 [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)
07:07:31 [INFO] Unpacking org.eclipse.wst.xml.ui_1.2.300.v201904272112...
07:07:31 [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)
07:07:31 [INFO] The user operation is waiting for background work to complete.
07:07:31 [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)
07:07:31 [INFO] Unpacking org.eclipse.wst.common.uriresolver_1.2.300.v201903222010...
07:07:31 [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)
07:07:31 [INFO] The user operation is waiting for background work to complete.
07:07:31 [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)
07:07:31 [INFO] Unpacking org.eclipse.m2e.lifecyclemapping.defaults_1.15.0.20200109-0905...
07:07:31 [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)
07:07:31 [INFO] The user operation is waiting for background work to complete.
07:07:31 [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)
07:07:31 [INFO] Unpacking org.eclipse.m2e.scm_1.15.0.20200109-1036...
07: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)
07:07:31 [INFO] The user operation is waiting for background work to complete.
07: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)
07:07:32 [INFO] Unpacking org.eclipse.m2e.profiles.core_1.15.0.20200109-0905...
07:07:32 [INFO] Fetching org.eclipse.m2e.feature_1.15.0.20200310-1832.jar from http://download.eclipse.org/releases/2020-03/202003181000/features/ (19.99kB)
07:07:32 [INFO] Fetching org.eclipse.m2e.feature_1.15.0.20200310-1832.jar from http://download.eclipse.org/releases/2020-03/202003181000/features/ (19.99kB)
07:07:32 [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)
07:07:32 [INFO] The user operation is waiting for background work to complete.
07:07:32 [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)
07:07:32 [INFO] Unpacking org.eclipse.m2e.importer_1.15.0.20200109-0905...
07:07:32 [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)
07:07:32 [INFO] The user operation is waiting for background work to complete.
07:07:32 [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)
07:07:32 [INFO] Unpacking org.eclipse.m2e.sourcelookup.ui_1.15.0.20200109-1036...
07:07:32 [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)
07:07:32 [INFO] The user operation is waiting for background work to complete.
07:07:32 [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)
07:07:32 [INFO] Unpacking org.eclipse.m2e.jdt.ui_1.15.0.20200109-1036...
07:07:32 [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)
07:07:32 [INFO] The user operation is waiting for background work to complete.
07:07:32 [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)
07:07:32 [INFO] Unpacking org.eclipse.platform_4.15.0.v20200305-0155...
07:07:32 [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)
07:07:32 [INFO] The user operation is waiting for background work to complete.
07:07:32 [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)
07:07:33 [INFO] Unpacking org.eclipse.m2e.launching_1.15.0.20200225-1921...
07:07:33 [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)
07:07:33 [INFO] The user operation is waiting for background work to complete.
07:07:33 [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)
07:07:33 [INFO] Unpacking org.eclipse.m2e.profiles.ui_1.15.0.20200225-0929...
07:07:33 [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)
07:07:33 [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)
07:07:33 [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)
07:07:33 [INFO] The user operation is waiting for background work to complete.
07:07:33 [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)
07:07:33 [INFO] Unpacking org.eclipse.m2e.refactoring_1.15.0.20200109-1036...
07:07:36 [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/
07:07:36 [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/
07:07:36 [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)
07:07:36 [INFO] The user operation is waiting for background work to complete.
07:07:36 [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)
07:07:36 [INFO] Unpacking com.google.gson_2.2.4.v201311231704...
07:07:36 [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)
07:07:36 [INFO] The user operation is waiting for background work to complete.
07:07:36 [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)
07:07:36 [INFO] Unpacking org.eclipse.platform.doc.user_4.15.0.v20200303-1118...
07:07:37 [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)
07:07:37 [INFO] The user operation is waiting for background work to complete.
07:07:37 [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)
07:07:37 [INFO] Unpacking org.eclipse.text.quicksearch_1.0.200.v20200218-1616...
07:07:37 [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)
07:07:37 [INFO] The user operation is waiting for background work to complete.
07:07:37 [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)
07:07:37 [INFO] Unpacking org.eclipse.ui.intro.universal_3.3.800.v20200225-0735...
07:07:37 [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)
07:07:37 [INFO] The user operation is waiting for background work to complete.
07:07:37 [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)
07:07:38 [INFO] Unpacking org.eclipse.ui.genericeditor_1.1.700.v20200211-1227...
07:07:38 [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)
07:07:38 [INFO] The user operation is waiting for background work to complete.
07:07:38 [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)
07:07:38 [INFO] Unpacking org.eclipse.ui.monitoring_1.1.600.v20191106-1253...
07:07:38 [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)
07:07:38 [INFO] The user operation is waiting for background work to complete.
07:07:38 [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)
07:07:38 [INFO] Unpacking org.eclipse.ui.net_1.3.700.v20200212-0844...
07:07:38 [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)
07:07:38 [INFO] The user operation is waiting for background work to complete.
07:07:38 [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)
07:07:38 [INFO] Unpacking org.eclipse.ui.ide.application_1.3.600.v20200116-2127...
07:07:38 [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)
07:07:38 [INFO] The user operation is waiting for background work to complete.
07:07:38 [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)
07:07:38 [INFO] Unpacking org.eclipse.ui.views.properties.tabbed_3.8.800.v20200213-1442...
07:07:38 [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)
07:07:38 [INFO] The user operation is waiting for background work to complete.
07:07:38 [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)
07:07:38 [INFO] Unpacking org.eclipse.ui.themes_1.2.900.v20200106-1021...
07:07:38 [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)
07:07:38 [INFO] The user operation is waiting for background work to complete.
07:07:38 [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)
07:07:39 [INFO] Unpacking org.eclipse.ui.intro.quicklinks_1.0.400.v20191119-0804...
07:07:39 [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)
07:07:39 [INFO] The user operation is waiting for background work to complete.
07:07:39 [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)
07:07:39 [INFO] Unpacking org.eclipse.team.genericeditor.diff.extension_1.0.600.v20200212-1524...
07:07:39 [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)
07:07:39 [INFO] The user operation is waiting for background work to complete.
07:07:39 [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)
07:07:39 [INFO] Unpacking org.eclipse.urischeme_1.0.600.v20200115-1733...
07:07:39 [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)
07:07:39 [INFO] The user operation is waiting for background work to complete.
07:07:39 [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)
07:07:39 [INFO] Unpacking org.eclipse.ui.views.log_1.2.1000.v20200127-1026...
07:07:39 [INFO] Fetching org.eclipse.platform_4.15.0.v20200305-0155.jar from http://download.eclipse.org/releases/2020-03/202003181000/features/ (20.56kB)
07:07:39 [INFO] Fetching org.eclipse.platform_4.15.0.v20200305-0155.jar from http://download.eclipse.org/releases/2020-03/202003181000/features/ (20.56kB)
07:07:39 [INFO] Fetching org.eclipse.platform_root_4.15.0.v20200305-0155 from http://download.eclipse.org/releases/2020-03/202003181000/binary/ (196B)
07:07:39 [INFO] Fetching org.eclipse.platform_root_4.15.0.v20200305-0155 from http://download.eclipse.org/releases/2020-03/202003181000/binary/ (196B)
07:07:39 [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)
07:07:39 [INFO] The user operation is waiting for background work to complete.
07:07:39 [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)
07:07:39 [INFO] Unpacking org.eclipse.update.configurator_3.4.500.v20200225-0827...
07:07:39 [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)
07:07:39 [INFO] The user operation is waiting for background work to complete.
07:07:39 [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)
07:07:39 [INFO] Unpacking org.eclipse.rcp_4.15.0.v20200305-0155...
07:07:39 [INFO] Fetching org.eclipse.rcp_4.15.0.v20200305-0155.jar from http://download.eclipse.org/releases/2020-03/202003181000/features/ (19.09kB)
07:07:39 [INFO] Fetching org.eclipse.rcp_4.15.0.v20200305-0155.jar from http://download.eclipse.org/releases/2020-03/202003181000/features/ (19.09kB)
07:07:39 [INFO] Fetching org.eclipse.rcp_root_4.15.0.v20200305-0155 from http://download.eclipse.org/releases/2020-03/202003181000/binary/ (25.54kB)
07:07:39 [INFO] Fetching org.eclipse.rcp_root_4.15.0.v20200305-0155 from http://download.eclipse.org/releases/2020-03/202003181000/binary/ (25.54kB)
07:07:40 [INFO] Fetching javax.wsdl_1.6.2.v201012040545.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (51.02kB)
07:07:40 [INFO] The user operation is waiting for background work to complete.
07:07:40 [INFO] Fetching javax.wsdl_1.6.2.v201012040545.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (51.02kB)
07:07:40 [INFO] Unpacking javax.wsdl_1.6.2.v201012040545...
07:07:40 [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)
07:07:40 [INFO] The user operation is waiting for background work to complete.
07:07:40 [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)
07:07:40 [INFO] Unpacking org.eclipse.wst.common.frameworks_1.2.201.v201903222010...
07:07:40 [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)
07:07:40 [INFO] The user operation is waiting for background work to complete.
07:07:40 [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)
07:07:40 [INFO] Unpacking org.eclipse.wst.common.environment_1.0.400.v201903222010...
07:07:40 [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)
07:07:40 [INFO] The user operation is waiting for background work to complete.
07:07:40 [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)
07:07:40 [INFO] Unpacking org.eclipse.wst.common.frameworks.ui_1.2.400.v201903222010...
07:07:40 [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)
07:07:40 [INFO] The user operation is waiting for background work to complete.
07:07:40 [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)
07:07:40 [INFO] Unpacking org.eclipse.wst.common.project.facet.core_1.4.400.v201903222010...
07:07:40 [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)
07:07:40 [INFO] The user operation is waiting for background work to complete.
07:07:40 [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)
07:07:41 [INFO] Unpacking org.eclipse.wst.common.ui_1.1.700.v201905071717...
07:07:41 [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)
07:07:41 [INFO] The user operation is waiting for background work to complete.
07:07:41 [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)
07:07:41 [INFO] Unpacking org.eclipse.wst.validation_1.2.800.v201904082137...
07:07:41 [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)
07:07:41 [INFO] The user operation is waiting for background work to complete.
07:07:41 [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)
07:07:41 [INFO] Unpacking org.eclipse.wst.validation.ui_1.2.600.v201903222010...
07:07:41 [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)
07:07:41 [INFO] The user operation is waiting for background work to complete.
07:07:41 [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)
07:07:41 [INFO] Unpacking org.eclipse.compare.win32_1.2.800.v20200127-1343...
07:07:41 [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)
07:07:41 [INFO] The user operation is waiting for background work to complete.
07:07:41 [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)
07:07:41 [INFO] Unpacking org.eclipse.swt.win32.win32.x86_64_3.114.0.v20200304-0601...
07:07:42 [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)
07:07:42 [INFO] The user operation is waiting for background work to complete.
07:07:42 [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)
07:07:42 [INFO] Unpacking org.eclipse.core.filesystem.win32.x86_64_1.4.200.v20190812-0909...
07:07:42 [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)
07:07:42 [INFO] The user operation is waiting for background work to complete.
07:07:42 [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)
07:07:42 [INFO] Unpacking org.eclipse.core.net.win32.x86_64_1.1.500.v20190925-1337...
07:07:42 [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)
07:07:42 [INFO] The user operation is waiting for background work to complete.
07:07:42 [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)
07:07:42 [INFO] Unpacking org.eclipse.core.resources.win32.x86_64_3.5.400.v20190812-0909...
07:07:42 [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)
07:07:42 [INFO] The user operation is waiting for background work to complete.
07:07:42 [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)
07:07:42 [INFO] Unpacking org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.1100.v20190907-0426...
07:07:42 [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)
07:07:42 [INFO] The user operation is waiting for background work to complete.
07:07:42 [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)
07:07:43 [INFO] Unpacking org.eclipse.equinox.security.win32.x86_64_1.1.200.v20190812-0919...
07:07:43 [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)
07:07:43 [INFO] The user operation is waiting for background work to complete.
07:07:43 [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)
07:07:43 [INFO] Unpacking org.eclipse.ui.win32_3.4.300.v20190926-0808...
07:07:43 [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)
07:07:43 [INFO] The user operation is waiting for background work to complete.
07:07:43 [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)
07:07:43 [INFO] Unpacking org.eclipse.core.filesystem.macosx_1.3.200.v20190903-0945...
07:07:43 [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)
07:07:43 [INFO] The user operation is waiting for background work to complete.
07:07:43 [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)
07:07:43 [INFO] Unpacking org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.500.v20200123-1115...
07:07:43 [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)
07:07:43 [INFO] The user operation is waiting for background work to complete.
07:07:43 [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)
07:07:43 [INFO] Unpacking org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.1100.v20190907-0426...
07:07:43 [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)
07:07:43 [INFO] The user operation is waiting for background work to complete.
07:07:43 [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)
07:07:43 [INFO] Unpacking org.eclipse.swt.cocoa.macosx.x86_64_3.114.0.v20200304-0601...
07:07:44 [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)
07:07:44 [INFO] The user operation is waiting for background work to complete.
07:07:44 [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)
07:07:44 [INFO] Unpacking org.eclipse.equinox.security.macosx_1.101.200.v20190903-0934...
07:07:44 [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)
07:07:44 [INFO] The user operation is waiting for background work to complete.
07:07:44 [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)
07:07:44 [INFO] Unpacking org.eclipse.jdt.launching.macosx_3.4.500.v20200116-2251...
07:07:44 [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)
07:07:44 [INFO] The user operation is waiting for background work to complete.
07:07:44 [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)
07:07:44 [INFO] Unpacking org.eclipse.jdt.launching.ui.macosx_1.2.600.v20200204-1737...
07:07:44 [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)
07:07:44 [INFO] The user operation is waiting for background work to complete.
07:07:44 [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)
07:07:44 [INFO] Unpacking org.eclipse.ui.cocoa_1.2.400.v20191217-1850...
07:07:44 [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
07:07:45 [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
07:07:45 [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
07:07:45 [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
07:07:45 [INFO] ------------------------------------------------------------------------
07:07:45 [INFO] Reactor Build Order:
07:07:45 [INFO] 
07:07:45 [INFO] Eclipse Scout SDK P2                                               [pom]
07:07:45 [INFO] Eclipse Scout SDK P2 Build Target                                  [pom]
07:07:45 [INFO] Eclipse Scout SDK Feature                              [eclipse-feature]
07:07:45 [INFO] Eclipse Scout SDK Repository                        [eclipse-repository]
07:07:45 [INFO] Eclipse Scout SDK                                                  [pom]
07:07:45 [INFO] 
07:07:45 [INFO] -----------< org.eclipse.scout.sdk:org.eclipse.scout.sdk.p2 >-----------
07:07:45 [INFO] Building Eclipse Scout SDK P2 10.0.0-SNAPSHOT                      [1/5]
07:07:45 [INFO] --------------------------------[ pom ]---------------------------------
07:07:45 [INFO] 
07:07:45 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.p2 ---
07:07:46 [INFO] 
07:07:46 [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-rules) @ org.eclipse.scout.sdk.p2 ---
07:07:46 [INFO] Skipping Rule Enforcement.
07:07:46 [INFO] 
07:07:46 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk.p2 ---
07:07:46 [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
07:07:46 [INFO] 
07:07:46 [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.p2 ---
07:07:46 [INFO] 
07:07:46 [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.p2 ---
07:07:46 [INFO] 
07:07:46 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.p2 ---
07:07:46 [INFO] Skipping packaging of the test-jar
07:07:46 [INFO] 
07:07:46 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.p2 ---
07:07:46 [INFO] 
07:07:46 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.p2 ---
07:07:46 [INFO] 
07:07:46 [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.scout.sdk.p2 ---
07:07:46 [INFO] 
07:07:46 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.scout.sdk.p2 ---
07:07:50 [INFO] Skip jar signing
07:07:50 [INFO] 
07:07:50 [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.scout.sdk.p2 ---
07:07:50 [INFO] 
07:07:50 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk.p2 ---
07:07:50 [INFO] 
07:07:50 [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.scout.sdk.p2 ---
07:07:50 [INFO] 
07:07:50 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.p2 ---
07:07:50 [INFO] Checking compile classpath
07:07:50 [INFO] Checking runtime classpath
07:07:50 [INFO] Checking test classpath
07:07:50 [INFO] 
07:07:50 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.p2 ---
07: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
07:07:50 [INFO] 
07:07:50 [INFO] ---------< org.eclipse.scout.sdk:org.eclipse.scout.sdk-target >---------
07:07:50 [INFO] Building Eclipse Scout SDK P2 Build Target 10.0.0-SNAPSHOT         [2/5]
07:07:50 [INFO] --------------------------------[ pom ]---------------------------------
07:07:50 [INFO] 
07:07:50 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk-target ---
07:07:50 [INFO] 
07:07:50 [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-rules) @ org.eclipse.scout.sdk-target ---
07:07:50 [INFO] Skipping Rule Enforcement.
07:07:50 [INFO] 
07:07:50 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk-target ---
07: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
07:07:50 [INFO] 
07:07:50 [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk-target ---
07:07:50 [INFO] 
07:07:50 [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk-target ---
07:07:50 [INFO] 
07:07:50 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk-target ---
07:07:50 [INFO] Skipping packaging of the test-jar
07:07:50 [INFO] 
07:07:50 [INFO] --- build-helper-maven-plugin:3.0.0:attach-artifact (attach-artifacts) @ org.eclipse.scout.sdk-target ---
07:07:50 [INFO] 
07:07:50 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk-target ---
07:07:50 [INFO] 
07:07:50 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk-target ---
07:07:50 [INFO] 
07:07:50 [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.scout.sdk-target ---
07:07:50 [INFO] 
07:07:50 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.scout.sdk-target ---
07:07:50 [INFO] Skip jar signing
07:07:50 [INFO] 
07:07:50 [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.scout.sdk-target ---
07:07:50 [INFO] 
07:07:50 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk-target ---
07:07:50 [INFO] 
07:07:50 [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.scout.sdk-target ---
07:07:50 [INFO] 
07:07:50 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk-target ---
07:07:50 [INFO] Checking compile classpath
07:07:50 [INFO] Checking runtime classpath
07:07:50 [INFO] Checking test classpath
07:07:50 [INFO] 
07:07:50 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk-target ---
07: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
07: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
07:07:50 [INFO] 
07:07:50 [INFO] --------< org.eclipse.scout.sdk:org.eclipse.scout.sdk-feature >---------
07:07:50 [INFO] Building Eclipse Scout SDK Feature 10.0.0-SNAPSHOT                 [3/5]
07:07:50 [INFO] --------------------------[ eclipse-feature ]---------------------------
07:07:51 [INFO] 
07:07:51 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk-feature ---
07:07:51 [INFO] Deleting /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-10.0_continuous/org.eclipse.scout.sdk-feature/target
07:07:51 [INFO] 
07:07:51 [INFO] --- tycho-packaging-plugin:1.5.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.scout.sdk-feature ---
07:07:51 [INFO] The project's OSGi version is 10.0.0.20210817-1636
07:07:51 [INFO] 
07:07:51 [INFO] --- tycho-packaging-plugin:1.5.1:validate-id (default-validate-id) @ org.eclipse.scout.sdk-feature ---
07:07:51 [INFO] 
07:07:51 [INFO] --- tycho-packaging-plugin:1.5.1:validate-version (default-validate-version) @ org.eclipse.scout.sdk-feature ---
07:07:51 [INFO] 
07:07:51 [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-rules) @ org.eclipse.scout.sdk-feature ---
07:07:51 [INFO] Skipping Rule Enforcement.
07:07:51 [INFO] 
07:07:51 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk-feature ---
07:07:51 [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
07:07:51 [INFO] 
07:07:51 [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk-feature ---
07:07:51 [INFO] 
07:07:51 [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk-feature ---
07:07:51 [INFO] 
07:07:51 [INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.scout.sdk-feature ---
07:07:51 [INFO] 
07:07:51 [INFO] --- tycho-packaging-plugin:1.5.1:package-feature (default-package-feature) @ org.eclipse.scout.sdk-feature ---
07:07:51 [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
07:07:51 [INFO] 
07:07:51 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.scout.sdk-feature ---
07:07:51 [INFO] 
07:07:51 [INFO] --- tycho-p2-plugin:1.5.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.scout.sdk-feature ---
07:07:51 [INFO] 
07:07:51 [INFO] --- tycho-source-feature-plugin:1.5.1:source-feature (generate-source-feature) @ org.eclipse.scout.sdk-feature ---
07:07:51 [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
07:07:51 [INFO] 
07:07:51 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk-feature ---
07:07:51 [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
07:07:51 [INFO] 
07:07:51 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk-feature ---
07:07:51 [INFO] Skipping packaging of the test-jar
07:07:51 [INFO] 
07:07:51 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk-feature ---
07:07:51 [INFO] No sources in project. Archive not created.
07:07:51 [INFO] 
07:07:51 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk-feature ---
07:07:51 [INFO] No sources in project. Archive not created.
07:07:51 [INFO] 
07:07:51 [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.scout.sdk-feature ---
07:07:51 [INFO] 
07:07:51 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.scout.sdk-feature ---
07:07:51 [INFO] Skip jar signing
07:07:51 [INFO] 
07:07:51 [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.scout.sdk-feature ---
07:07:51 [INFO] 
07:07:51 [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.scout.sdk-feature ---
07:07:51 [INFO] 
07:07:51 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk-feature ---
07:07:51 [INFO] Skipping duplicate-finder execution!
07:07:51 [INFO] 
07:07:51 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk-feature ---
07:07:51 [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
07:07:51 [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
07:07:51 [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
07:07:51 [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
07:07:51 [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
07:07:51 [INFO] 
07:07:51 [INFO] --- tycho-p2-plugin:1.5.1:update-local-index (default-update-local-index) @ org.eclipse.scout.sdk-feature ---
07:07:51 [INFO] 
07:07:51 [INFO] -------< org.eclipse.scout.sdk:org.eclipse.scout.sdk-repository >-------
07:07:51 [INFO] Building Eclipse Scout SDK Repository 10.0.0-SNAPSHOT              [4/5]
07:07:51 [INFO] -------------------------[ eclipse-repository ]-------------------------
07:07:51 [INFO] 
07:07:51 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk-repository ---
07:07:51 [INFO] 
07:07:51 [INFO] --- tycho-packaging-plugin:1.5.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.scout.sdk-repository ---
07:07:51 [INFO] The project's OSGi version is 10.0.0.20210817-1636
07:07:51 [INFO] 
07:07:51 [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-rules) @ org.eclipse.scout.sdk-repository ---
07:07:51 [INFO] Skipping Rule Enforcement.
07:07:51 [INFO] 
07:07:51 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean-1) @ org.eclipse.scout.sdk-repository ---
07:07:51 [INFO] 
07:07:51 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk-repository ---
07:07:51 [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
07:07:51 [INFO] 
07:07:51 [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk-repository ---
07:07:51 [INFO] 
07:07:51 [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk-repository ---
07:07:51 [INFO] 
07:07:51 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk-repository ---
07:07:51 [INFO] Using 'UTF-8' encoding to copy filtered resources.
07:07:51 [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
07:07:51 [INFO] Copying 1 resource
07:07:51 [INFO] 
07:07:51 [INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.scout.sdk-repository ---
07:07:51 [INFO] 
07:07:51 [INFO] --- tycho-p2-publisher-plugin:1.5.1:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.scout.sdk-repository ---
07:07:51 [INFO] Published profile IUs: [a.jre.javase 10.0.0, config.a.jre.javase 10.0.0]
07:07:51 [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0]
07:07:51 [INFO] Published profile IUs: [a.jre.javase 12.0.0, config.a.jre.javase 12.0.0]
07:07:51 [INFO] Published profile IUs: [a.jre.javase 13.0.0, config.a.jre.javase 13.0.0]
07:07:51 [INFO] 
07:07:51 [INFO] --- tycho-p2-publisher-plugin:1.5.1:publish-products (default-publish-products) @ org.eclipse.scout.sdk-repository ---
07:07:51 [INFO] 
07:07:51 [INFO] --- tycho-p2-publisher-plugin:1.5.1:publish-categories (default-publish-categories) @ org.eclipse.scout.sdk-repository ---
07:07:51 [INFO] 
07:07:51 [INFO] --- tycho-p2-publisher-plugin:1.5.1:attach-artifacts (default-attach-artifacts) @ org.eclipse.scout.sdk-repository ---
07:07:51 [INFO] 
07:07:51 [INFO] --- tycho-p2-repository-plugin:1.5.1:assemble-repository (default-assemble-repository) @ org.eclipse.scout.sdk-repository ---
07:07:51 [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
07:07:54 [INFO] 
07:07:54 [INFO] --- tycho-p2-repository-plugin:1.5.1:archive-repository (default-archive-repository) @ org.eclipse.scout.sdk-repository ---
07:07:54 [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
07:07:54 [INFO] 
07:07:54 [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk-repository ---
07:07:54 [INFO] Skipping packaging of the test-jar
07:07:54 [INFO] 
07:07:54 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk-repository ---
07:07:54 [INFO] No sources in project. Archive not created.
07:07:54 [INFO] 
07:07:54 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk-repository ---
07:07:54 [INFO] No sources in project. Archive not created.
07:07:54 [INFO] 
07:07:54 [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.scout.sdk-repository ---
07:07:54 [INFO] 
07:07:54 [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.scout.sdk-repository ---
07:07:54 [INFO] Skip jar signing
07:07:54 [INFO] 
07:07:54 [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.scout.sdk-repository ---
07:07:54 [INFO] 
07:07:54 [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk-repository ---
07:07:54 [INFO] 
07:07:54 [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.scout.sdk-repository ---
07:07:54 [INFO] 
07:07:54 [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk-repository ---
07:07:54 [INFO] Skipping duplicate-finder execution!
07:07:54 [INFO] 
07:07:54 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk-repository ---
07:07:54 [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
07:07:54 [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
07:07:54 [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
07:07:54 [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
07:07:54 [INFO] 
07:07:54 [INFO] --- tycho-p2-plugin:1.5.1:update-local-index (default-update-local-index) @ org.eclipse.scout.sdk-repository ---
07:07:54 [INFO] 
07:07:54 [INFO] ----------< org.eclipse.scout.sdk:org.eclipse.scout.sdk-root >----------
07:07:54 [INFO] Building Eclipse Scout SDK 10.0.0-SNAPSHOT                         [5/5]
07:07:54 [INFO] --------------------------------[ pom ]---------------------------------
07:07:54 [INFO] 
07:07:54 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.scout.sdk-root ---
07:07:54 [INFO] 
07:07:54 [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.scout.sdk-root ---
07:07:54 [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
07:07:54 [INFO] ------------------------------------------------------------------------
07:07:54 [INFO] Reactor Summary for Eclipse Scout SDK 10.0.0-SNAPSHOT:
07:07:54 [INFO] 
07:07:54 [INFO] Eclipse Scout SDK P2 ............................... SUCCESS [  4.875 s]
07:07:54 [INFO] Eclipse Scout SDK P2 Build Target .................. SUCCESS [  0.136 s]
07:07:54 [INFO] Eclipse Scout SDK Feature .......................... SUCCESS [  0.553 s]
07:07:54 [INFO] Eclipse Scout SDK Repository ....................... SUCCESS [  3.072 s]
07:07:54 [INFO] Eclipse Scout SDK .................................. SUCCESS [  0.086 s]
07:07:54 [INFO] ------------------------------------------------------------------------
07:07:54 [INFO] BUILD SUCCESS
07:07:54 [INFO] ------------------------------------------------------------------------
07:07:54 [INFO] Total time:  01:49 min
07:07:54 [INFO] Finished at: 2021-08-17T11:07:54Z
07:07:54 [INFO] ------------------------------------------------------------------------
07:07:56 Recording test results
07:07:57 [Checks API] No suitable checks publisher found.
07:07:57 Finished: SUCCESS