10:13:29 Started by an SCM change 10:13:29 Running as SYSTEM 10:13:30 Agent basic-s24zs is provisioned from template basic 10:13:30 --- 10:13:30 apiVersion: "v1" 10:13:30 kind: "Pod" 10:13:30 metadata: 10:13:30 annotations: {} 10:13:30 labels: 10:13:30 jenkins: "slave" 10:13:30 jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" 10:13:30 jenkins/label: "basic" 10:13:30 name: "basic-s24zs" 10:13:30 namespace: "scout" 10:13:30 spec: 10:13:30 containers: 10:13:30 - env: 10:13:30 - name: "JENKINS_SECRET" 10:13:30 value: "********" 10:13:30 - name: "JENKINS_TUNNEL" 10:13:30 value: "jenkins-discovery.scout.svc.cluster.local:50000" 10:13:30 - name: "JENKINS_AGENT_NAME" 10:13:30 value: "basic-s24zs" 10:13:30 - name: "JENKINS_REMOTING_JAVA_OPTS" 10:13:30 value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\ 10:13:30 \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" 10:13:30 - name: "JAVA_TOOL_OPTIONS" 10:13:30 value: "" 10:13:30 - name: "_JAVA_OPTIONS" 10:13:30 value: "" 10:13:30 - name: "OPENJ9_JAVA_OPTIONS" 10:13:30 value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" 10:13:30 - name: "JENKINS_NAME" 10:13:30 value: "basic-s24zs" 10:13:30 - name: "JENKINS_AGENT_WORKDIR" 10:13:30 value: "/home/jenkins/agent" 10:13:30 - name: "JENKINS_URL" 10:13:30 value: "http://jenkins-ui.scout.svc.cluster.local/scout/" 10:13:30 image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.13" 10:13:30 imagePullPolicy: "Always" 10:13:30 name: "jnlp" 10:13:30 resources: 10:13:30 limits: 10:13:30 cpu: "2000m" 10:13:30 memory: "4096Mi" 10:13:30 requests: 10:13:30 cpu: "1000m" 10:13:30 memory: "4096Mi" 10:13:30 tty: true 10:13:30 volumeMounts: 10:13:30 - mountPath: "/home/jenkins/.m2/toolchains.xml" 10:13:30 name: "m2-dir" 10:13:30 readOnly: true 10:13:30 subPath: "toolchains.xml" 10:13:30 - mountPath: "/home/jenkins/.mavenrc" 10:13:30 name: "m2-dir" 10:13:30 readOnly: true 10:13:30 subPath: ".mavenrc" 10:13:30 - mountPath: "/opt/tools" 10:13:30 name: "volume-0" 10:13:30 readOnly: false 10:13:30 - mountPath: "/home/jenkins" 10:13:30 name: "volume-2" 10:13:30 readOnly: false 10:13:30 - mountPath: "/home/jenkins/.m2/repository" 10:13:30 name: "volume-3" 10:13:30 readOnly: false 10:13:30 - mountPath: "/home/jenkins/.m2/settings-security.xml" 10:13:30 name: "m2-secret-dir" 10:13:30 readOnly: true 10:13:30 subPath: "settings-security.xml" 10:13:30 - mountPath: "/home/jenkins/.m2/wrapper" 10:13:30 name: "volume-4" 10:13:30 readOnly: false 10:13:30 - mountPath: "/home/jenkins/.m2/settings.xml" 10:13:30 name: "m2-secret-dir" 10:13:30 readOnly: true 10:13:30 subPath: "settings.xml" 10:13:30 - mountPath: "/home/jenkins/.ssh" 10:13:30 name: "volume-1" 10:13:30 readOnly: false 10:13:30 subPath: "" 10:13:30 - mountPath: "/home/jenkins/agent" 10:13:30 name: "workspace-volume" 10:13:30 readOnly: false 10:13:30 workingDir: "/home/jenkins/agent" 10:13:30 nodeSelector: 10:13:30 kubernetes.io/os: "linux" 10:13:30 restartPolicy: "Never" 10:13:30 volumes: 10:13:30 - name: "volume-0" 10:13:30 persistentVolumeClaim: 10:13:30 claimName: "tools-claim-jiro-scout" 10:13:30 readOnly: true 10:13:30 - name: "m2-secret-dir" 10:13:30 secret: 10:13:30 secretName: "m2-secret-dir" 10:13:30 - emptyDir: 10:13:30 medium: "" 10:13:30 name: "volume-2" 10:13:30 - configMap: 10:13:30 name: "m2-dir" 10:13:30 name: "m2-dir" 10:13:30 - configMap: 10:13:30 name: "known-hosts" 10:13:30 name: "volume-1" 10:13:30 - emptyDir: 10:13:30 medium: "" 10:13:30 name: "workspace-volume" 10:13:30 - emptyDir: 10:13:30 medium: "" 10:13:30 name: "volume-4" 10:13:30 - emptyDir: 10:13:30 medium: "" 10:13:30 name: "volume-3" 10:13:30 10:13:30 Building remotely on basic-s24zs (basic) in workspace /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous 10:13:30 The recommended git tool is: NONE 10:13:32 No credentials specified 10:13:32 Cloning the remote Git repository 10:13:32 Cloning repository https://github.com/eclipse-scout/scout.sdk.git 10:13:32 > git init /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous # timeout=10 10:13:32 Fetching upstream changes from https://github.com/eclipse-scout/scout.sdk.git 10:13:32 > git --version # timeout=10 10:13:32 > git --version # 'git version 2.20.1' 10:13:32 > git fetch --tags --force --progress -- https://github.com/eclipse-scout/scout.sdk.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:13:35 > git config remote.origin.url https://github.com/eclipse-scout/scout.sdk.git # timeout=10 10:13:35 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:13:35 Avoid second fetch 10:13:35 > git rev-parse refs/remotes/origin/releases/11.0^{commit} # timeout=10 10:13:35 Checking out Revision 68222fe7cb74918a8c0a3d28f08b72026b00b2cb (refs/remotes/origin/releases/11.0) 10:13:35 > git config core.sparsecheckout # timeout=10 10:13:35 > git checkout -f 68222fe7cb74918a8c0a3d28f08b72026b00b2cb # timeout=10 10:13:39 Commit message: "Update maven-master to 3.14.5" 10:13:39 > git rev-list --no-walk d053c4d3f90a636e59634e1b602d05012d6c9118 # timeout=10 10:13:39 [org.eclipse.scout.sdk.branch-11.0_continuous] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -Dbranch=origin/releases/11.0 -Dcbi.jarsigner.skip=true -Dmaven.repo.local=/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/.repository -Dgpg.skip=true clean install -U -B -Psign -Dmaster_enforcerCheck_skip=true -DexcludedGroups=IntegrationTest 10:13:40 Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) 10:13:40 Maven home: /opt/tools/apache-maven/latest 10:13:40 Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9 10:13:40 Default locale: en_US, platform encoding: UTF-8 10:13:40 OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix" 10:13:41 [INFO] Scanning for projects... 10:13:50 [INFO] ------------------------------------------------------------------------ 10:13:50 [INFO] Reactor Build Order: 10:13:50 [INFO] 10:13:50 [INFO] Scout Hello World Sample Application [maven-archetype] 10:13:50 [INFO] Scout JaxWs Module [maven-archetype] 10:13:50 [INFO] ScoutJS Sample Application [maven-archetype] 10:13:50 [INFO] Eclipse Scout SDK [pom] 10:13:50 [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core [jar] 10:13:50 [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.ecj [jar] 10:13:50 [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.test [jar] 10:13:50 [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s [jar] 10:13:50 [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s.test [jar] 10:13:50 [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.doc [jar] 10:13:50 [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e [bundle] 10:13:50 [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.test [jar] 10:13:50 [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.doc [bundle] 10:13:50 [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.ui [bundle] 10:13:50 [INFO] Eclipse Scout SDK [pom] 10:13:50 [INFO] 10:13:50 [INFO] ---------< org.eclipse.scout.archetypes:scout-helloworld-app >---------- 10:13:50 [INFO] Building Scout Hello World Sample Application 11.0.0-SNAPSHOT [1/15] 10:13:50 [INFO] --------------------------[ maven-archetype ]--------------------------- 10:13:51 [INFO] 10:13:51 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ scout-helloworld-app --- 10:13:51 [INFO] 10:13:51 [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-rules) @ scout-helloworld-app --- 10:13:52 [INFO] Skipping Rule Enforcement. 10:13:52 [INFO] 10:13:52 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ scout-helloworld-app --- 10:13:54 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/scout-helloworld-app/../target/jacoco-all.exec 10:13:54 [INFO] 10:13:54 [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (initialize-parse-version) @ scout-helloworld-app --- 10:13:54 [INFO] 10:13:54 [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (initialize-regex) @ scout-helloworld-app --- 10:13:54 [INFO] 10:13:54 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ scout-helloworld-app --- 10:13:56 [INFO] Using 'UTF-8' encoding to copy filtered resources. 10:13:56 [INFO] Using 'UTF-8' encoding to copy filtered properties files. 10:13:56 [INFO] Copying 124 resources 10:13:56 [INFO] Copying 2 resources 10:13:56 [INFO] 10:13:56 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ scout-helloworld-app --- 10:13:56 [INFO] Using 'UTF-8' encoding to copy filtered resources. 10:13:56 [INFO] Using 'UTF-8' encoding to copy filtered properties files. 10:13:56 [INFO] Copying 2 resources 10:13:56 [INFO] 10:13:56 [INFO] --- maven-archetype-plugin:3.2.0:jar (default-jar) @ scout-helloworld-app --- 10:13:58 [INFO] Building archetype jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/scout-helloworld-app/target/scout-helloworld-app-11.0.0-SNAPSHOT.jar 10:13:58 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/scout-helloworld-app/target/scout-helloworld-app-11.0.0-SNAPSHOT.jar 10:13:58 [INFO] 10:13:58 [INFO] --- maven-jar-plugin:3.2.0:test-jar (attach-tests) @ scout-helloworld-app --- 10:13:58 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/scout-helloworld-app/target/scout-helloworld-app-11.0.0-SNAPSHOT-tests.jar 10:13:58 [INFO] 10:13:58 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ scout-helloworld-app --- 10:13:58 [INFO] No sources in project. Archive not created. 10:13:58 [INFO] 10:13:58 [INFO] --- maven-source-plugin:3.2.1:test-jar-no-fork (attach-test-sources) @ scout-helloworld-app --- 10:13:58 [INFO] No sources in project. Archive not created. 10:13:58 [INFO] 10:13:58 [INFO] --- maven-archetype-plugin:3.2.0:integration-test (default-integration-test) @ scout-helloworld-app --- 10:13:58 [INFO] Processing Archetype IT project: basic 10:13:58 [INFO] ---------------------------------------------------------------------------- 10:13:58 [INFO] Using following parameters for creating project from Archetype: scout-helloworld-app:11.0.0-SNAPSHOT 10:13:58 [INFO] ---------------------------------------------------------------------------- 10:13:58 [INFO] Parameter: groupId, Value: org.eclipse.scout.apps 10:13:58 [INFO] Parameter: artifactId, Value: helloscout 10:13:58 [INFO] Parameter: version, Value: 1.0.0-SNAPSHOT 10:13:58 [INFO] Parameter: package, Value: org.eclipse.scout.apps.helloscout 10:13:58 [INFO] Parameter: packageInPathFormat, Value: org/eclipse/scout/apps/helloscout 10:13:58 [INFO] Parameter: package, Value: org.eclipse.scout.apps.helloscout 10:13:58 [INFO] Parameter: debug, Value: false 10:13:58 [INFO] Parameter: displayName, Value: My Application 10:13:58 [INFO] Parameter: javaVersion, Value: 11 10:13:58 [INFO] Parameter: groupId, Value: org.eclipse.scout.apps 10:13:58 [INFO] Parameter: simpleArtifactName, Value: helloscout 10:13:58 [INFO] Parameter: artifactId, Value: helloscout 10:13:58 [INFO] Parameter: userName, Value: Scout Robot 10:13:58 [INFO] Parameter: version, Value: 1.0.0-SNAPSHOT 10:13:58 [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/scout-helloworld-app/target/test-classes/projects/basic/project/helloscout/helloscout/pom.xml 10:13:58 [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/scout-helloworld-app/target/test-classes/projects/basic/project/helloscout/helloscout.shared/pom.xml 10:13:58 [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/scout-helloworld-app/target/test-classes/projects/basic/project/helloscout/helloscout.server/pom.xml 10:13:58 [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/scout-helloworld-app/target/test-classes/projects/basic/project/helloscout/helloscout.client/pom.xml 10:13:58 [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/scout-helloworld-app/target/test-classes/projects/basic/project/helloscout/helloscout.server.app.war/pom.xml 10:13:58 [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/scout-helloworld-app/target/test-classes/projects/basic/project/helloscout/helloscout.server.app.dev/pom.xml 10:13:58 [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/scout-helloworld-app/target/test-classes/projects/basic/project/helloscout/helloscout.ui.html/pom.xml 10:13:59 [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/scout-helloworld-app/target/test-classes/projects/basic/project/helloscout/helloscout.ui.html.app.war/pom.xml 10:13:59 [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/scout-helloworld-app/target/test-classes/projects/basic/project/helloscout/helloscout.ui.html.app.dev/pom.xml 10:13:59 [INFO] Executing META-INF/archetype-post-generate.groovy post-generation script 10:13:59 WARNING: An illegal reflective access operation has occurred 10:13:59 WARNING: Illegal reflective access by org.codehaus.groovy.reflection.CachedClass (file:/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/.repository/org/codehaus/groovy/groovy/2.4.16/groovy-2.4.16.jar) to method java.lang.Object.finalize() 10:13:59 WARNING: Please consider reporting this to the maintainers of org.codehaus.groovy.reflection.CachedClass 10:13:59 WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations 10:13:59 WARNING: All illegal access operations will be denied in a future release 10:13:59 [INFO] Project created from Archetype in dir: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/scout-helloworld-app/target/test-classes/projects/basic/project/helloscout 10:13:59 [INFO] 10:13:59 [INFO] --- duplicate-finder-maven-plugin:1.4.0:check (default) @ scout-helloworld-app --- 10:14:00 [INFO] Checking compile classpath 10:14:01 [INFO] Checking runtime classpath 10:14:01 [INFO] Checking test classpath 10:14:01 [INFO] 10:14:01 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ scout-helloworld-app --- 10:14:01 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/scout-helloworld-app/target/scout-helloworld-app-11.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/.repository/org/eclipse/scout/archetypes/scout-helloworld-app/11.0.0-SNAPSHOT/scout-helloworld-app-11.0.0-SNAPSHOT.jar 10:14:01 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/scout-helloworld-app/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/.repository/org/eclipse/scout/archetypes/scout-helloworld-app/11.0.0-SNAPSHOT/scout-helloworld-app-11.0.0-SNAPSHOT.pom 10:14:01 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/scout-helloworld-app/target/scout-helloworld-app-11.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/.repository/org/eclipse/scout/archetypes/scout-helloworld-app/11.0.0-SNAPSHOT/scout-helloworld-app-11.0.0-SNAPSHOT-tests.jar 10:14:01 [INFO] 10:14:01 [INFO] --- maven-archetype-plugin:3.2.0:update-local-catalog (default-update-local-catalog) @ scout-helloworld-app --- 10:14:01 [INFO] 10:14:01 [INFO] ----------< org.eclipse.scout.archetypes:scout-jaxws-module >----------- 10:14:01 [INFO] Building Scout JaxWs Module 11.0.0-SNAPSHOT [2/15] 10:14:01 [INFO] --------------------------[ maven-archetype ]--------------------------- 10:14:01 [INFO] 10:14:01 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ scout-jaxws-module --- 10:14:01 [INFO] 10:14:01 [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-rules) @ scout-jaxws-module --- 10:14:01 [INFO] Skipping Rule Enforcement. 10:14:01 [INFO] 10:14:01 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ scout-jaxws-module --- 10:14:01 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/scout-jaxws-module/../target/jacoco-all.exec 10:14:01 [INFO] 10:14:01 [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (initialize-parse-version) @ scout-jaxws-module --- 10:14:01 [INFO] 10:14:01 [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (initialize-regex) @ scout-jaxws-module --- 10:14:01 [INFO] 10:14:01 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ scout-jaxws-module --- 10:14:01 [INFO] Using 'UTF-8' encoding to copy filtered resources. 10:14:01 [INFO] Using 'UTF-8' encoding to copy filtered properties files. 10:14:01 [INFO] Copying 7 resources 10:14:01 [INFO] Copying 2 resources 10:14:01 [INFO] 10:14:01 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ scout-jaxws-module --- 10:14:01 [INFO] Using 'UTF-8' encoding to copy filtered resources. 10:14:01 [INFO] Using 'UTF-8' encoding to copy filtered properties files. 10:14:01 [INFO] Copying 2 resources 10:14:01 [INFO] 10:14:01 [INFO] --- maven-archetype-plugin:3.2.0:jar (default-jar) @ scout-jaxws-module --- 10:14:01 [INFO] Building archetype jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/scout-jaxws-module/target/scout-jaxws-module-11.0.0-SNAPSHOT.jar 10:14:01 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/scout-jaxws-module/target/scout-jaxws-module-11.0.0-SNAPSHOT.jar 10:14:01 [INFO] 10:14:01 [INFO] --- maven-jar-plugin:3.2.0:test-jar (attach-tests) @ scout-jaxws-module --- 10:14:01 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/scout-jaxws-module/target/scout-jaxws-module-11.0.0-SNAPSHOT-tests.jar 10:14:01 [INFO] 10:14:01 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ scout-jaxws-module --- 10:14:01 [INFO] No sources in project. Archive not created. 10:14:01 [INFO] 10:14:01 [INFO] --- maven-source-plugin:3.2.1:test-jar-no-fork (attach-test-sources) @ scout-jaxws-module --- 10:14:01 [INFO] No sources in project. Archive not created. 10:14:01 [INFO] 10:14:01 [INFO] --- maven-archetype-plugin:3.2.0:integration-test (default-integration-test) @ scout-jaxws-module --- 10:14:01 [INFO] Processing Archetype IT project: basic 10:14:01 [INFO] ---------------------------------------------------------------------------- 10:14:01 [INFO] Using following parameters for creating project from Archetype: scout-jaxws-module:11.0.0-SNAPSHOT 10:14:01 [INFO] ---------------------------------------------------------------------------- 10:14:01 [INFO] Parameter: groupId, Value: org.eclipse.scout.apps 10:14:01 [INFO] Parameter: artifactId, Value: helloworld.server.jaxws 10:14:01 [INFO] Parameter: version, Value: 1.0.0-SNAPSHOT 10:14:01 [INFO] Parameter: package, Value: org.eclipse.scout.apps.helloworld 10:14:01 [INFO] Parameter: packageInPathFormat, Value: org/eclipse/scout/apps/helloworld 10:14:01 [INFO] Parameter: package, Value: org.eclipse.scout.apps.helloworld 10:14:01 [INFO] Parameter: displayName, Value: My Application 10:14:01 [INFO] Parameter: groupId, Value: org.eclipse.scout.apps 10:14:01 [INFO] Parameter: artifactId, Value: helloworld.server.jaxws 10:14:01 [INFO] Parameter: version, Value: 1.0.0-SNAPSHOT 10:14:01 [INFO] Parameter: parentArtifactId, Value: helloworld 10:14:01 [WARNING] CP Don't override file /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/scout-jaxws-module/target/test-classes/projects/basic/project/helloworld.server.jaxws/src/main/resources/META-INF/scout.xml 10:14:01 [WARNING] CP Don't override file /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/scout-jaxws-module/target/test-classes/projects/basic/project/helloworld.server.jaxws/src/main/resources/WEB-INF/wsdl 10:14:01 [WARNING] CP Don't override file /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/scout-jaxws-module/target/test-classes/projects/basic/project/helloworld.server.jaxws/src/main/java 10:14:01 [INFO] Project created from Archetype in dir: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/scout-jaxws-module/target/test-classes/projects/basic/project/helloworld.server.jaxws 10:14:01 [INFO] 10:14:01 [INFO] --- duplicate-finder-maven-plugin:1.4.0:check (default) @ scout-jaxws-module --- 10:14:01 [INFO] Checking compile classpath 10:14:01 [INFO] Checking runtime classpath 10:14:01 [INFO] Checking test classpath 10:14:01 [INFO] 10:14:01 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ scout-jaxws-module --- 10:14:01 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/scout-jaxws-module/target/scout-jaxws-module-11.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/.repository/org/eclipse/scout/archetypes/scout-jaxws-module/11.0.0-SNAPSHOT/scout-jaxws-module-11.0.0-SNAPSHOT.jar 10:14:01 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/scout-jaxws-module/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/.repository/org/eclipse/scout/archetypes/scout-jaxws-module/11.0.0-SNAPSHOT/scout-jaxws-module-11.0.0-SNAPSHOT.pom 10:14:01 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/scout-jaxws-module/target/scout-jaxws-module-11.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/.repository/org/eclipse/scout/archetypes/scout-jaxws-module/11.0.0-SNAPSHOT/scout-jaxws-module-11.0.0-SNAPSHOT-tests.jar 10:14:01 [INFO] 10:14:01 [INFO] --- maven-archetype-plugin:3.2.0:update-local-catalog (default-update-local-catalog) @ scout-jaxws-module --- 10:14:01 [INFO] 10:14:01 [INFO] -----------< org.eclipse.scout.archetypes:scout-hellojs-app >----------- 10:14:01 [INFO] Building ScoutJS Sample Application 11.0.0-SNAPSHOT [3/15] 10:14:01 [INFO] --------------------------[ maven-archetype ]--------------------------- 10:14:01 [INFO] 10:14:01 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ scout-hellojs-app --- 10:14:01 [INFO] 10:14:01 [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-rules) @ scout-hellojs-app --- 10:14:01 [INFO] Skipping Rule Enforcement. 10:14:01 [INFO] 10:14:01 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ scout-hellojs-app --- 10:14:02 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/scout-hellojs-app/../target/jacoco-all.exec 10:14:02 [INFO] 10:14:02 [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (initialize-parse-version) @ scout-hellojs-app --- 10:14:02 [INFO] 10:14:02 [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (initialize-regex) @ scout-hellojs-app --- 10:14:02 [INFO] 10:14:02 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ scout-hellojs-app --- 10:14:02 [INFO] Using 'UTF-8' encoding to copy filtered resources. 10:14:02 [INFO] Using 'UTF-8' encoding to copy filtered properties files. 10:14:02 [INFO] Copying 169 resources 10:14:02 [INFO] Copying 2 resources 10:14:02 [INFO] 10:14:02 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ scout-hellojs-app --- 10:14:02 [INFO] Using 'UTF-8' encoding to copy filtered resources. 10:14:02 [INFO] Using 'UTF-8' encoding to copy filtered properties files. 10:14:02 [INFO] Copying 2 resources 10:14:02 [INFO] 10:14:02 [INFO] --- maven-archetype-plugin:3.2.0:jar (default-jar) @ scout-hellojs-app --- 10:14:02 [INFO] Building archetype jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/scout-hellojs-app/target/scout-hellojs-app-11.0.0-SNAPSHOT.jar 10:14:02 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/scout-hellojs-app/target/scout-hellojs-app-11.0.0-SNAPSHOT.jar 10:14:02 [INFO] 10:14:02 [INFO] --- maven-jar-plugin:3.2.0:test-jar (attach-tests) @ scout-hellojs-app --- 10:14:02 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/scout-hellojs-app/target/scout-hellojs-app-11.0.0-SNAPSHOT-tests.jar 10:14:02 [INFO] 10:14:02 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ scout-hellojs-app --- 10:14:02 [INFO] No sources in project. Archive not created. 10:14:02 [INFO] 10:14:02 [INFO] --- maven-source-plugin:3.2.1:test-jar-no-fork (attach-test-sources) @ scout-hellojs-app --- 10:14:02 [INFO] No sources in project. Archive not created. 10:14:02 [INFO] 10:14:02 [INFO] --- maven-archetype-plugin:3.2.0:integration-test (default-integration-test) @ scout-hellojs-app --- 10:14:02 [INFO] Processing Archetype IT project: basic 10:14:02 [INFO] ---------------------------------------------------------------------------- 10:14:02 [INFO] Using following parameters for creating project from Archetype: scout-hellojs-app:11.0.0-SNAPSHOT 10:14:02 [INFO] ---------------------------------------------------------------------------- 10:14:02 [INFO] Parameter: groupId, Value: org.eclipse.scout.apps 10:14:02 [INFO] Parameter: artifactId, Value: helloscout 10:14:02 [INFO] Parameter: version, Value: 1.0.0-SNAPSHOT 10:14:02 [INFO] Parameter: package, Value: org.eclipse.scout.apps.helloscout 10:14:02 [INFO] Parameter: packageInPathFormat, Value: org/eclipse/scout/apps/helloscout 10:14:02 [INFO] Parameter: package, Value: org.eclipse.scout.apps.helloscout 10:14:02 [INFO] Parameter: debug, Value: false 10:14:02 [INFO] Parameter: displayName, Value: My Application 10:14:02 [INFO] Parameter: javaVersion, Value: 11 10:14:02 [INFO] Parameter: groupId, Value: org.eclipse.scout.apps 10:14:02 [INFO] Parameter: simpleArtifactName, Value: helloscout 10:14:02 [INFO] Parameter: artifactId, Value: helloscout 10:14:02 [INFO] Parameter: version, Value: 1.0.0-SNAPSHOT 10:14:02 [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/scout-hellojs-app/target/test-classes/projects/basic/project/helloscout/helloscout/pom.xml 10:14:02 [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/scout-hellojs-app/target/test-classes/projects/basic/project/helloscout/helloscout.api/pom.xml 10:14:02 [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/scout-hellojs-app/target/test-classes/projects/basic/project/helloscout/helloscout.app/pom.xml 10:14:02 [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/scout-hellojs-app/target/test-classes/projects/basic/project/helloscout/helloscout.app.dev/pom.xml 10:14:02 [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/scout-hellojs-app/target/test-classes/projects/basic/project/helloscout/helloscout.app.war/pom.xml 10:14:02 [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/scout-hellojs-app/target/test-classes/projects/basic/project/helloscout/helloscout.core/pom.xml 10:14:02 [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/scout-hellojs-app/target/test-classes/projects/basic/project/helloscout/helloscout.core.test/pom.xml 10:14:02 [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/scout-hellojs-app/target/test-classes/projects/basic/project/helloscout/helloscout.data/pom.xml 10:14:02 [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/scout-hellojs-app/target/test-classes/projects/basic/project/helloscout/helloscout.db/pom.xml 10:14:02 [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/scout-hellojs-app/target/test-classes/projects/basic/project/helloscout/helloscout.persistence/pom.xml 10:14:02 [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/scout-hellojs-app/target/test-classes/projects/basic/project/helloscout/helloscout.persistence.test/pom.xml 10:14:02 [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/scout-hellojs-app/target/test-classes/projects/basic/project/helloscout/helloscout.ui/pom.xml 10:14:02 [INFO] Executing META-INF/archetype-post-generate.groovy post-generation script 10:14:02 [INFO] Project created from Archetype in dir: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/scout-hellojs-app/target/test-classes/projects/basic/project/helloscout 10:14:02 [INFO] 10:14:02 [INFO] --- duplicate-finder-maven-plugin:1.4.0:check (default) @ scout-hellojs-app --- 10:14:02 [INFO] Checking compile classpath 10:14:02 [INFO] Checking runtime classpath 10:14:02 [INFO] Checking test classpath 10:14:02 [INFO] 10:14:02 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ scout-hellojs-app --- 10:14:02 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/scout-hellojs-app/target/scout-hellojs-app-11.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/.repository/org/eclipse/scout/archetypes/scout-hellojs-app/11.0.0-SNAPSHOT/scout-hellojs-app-11.0.0-SNAPSHOT.jar 10:14:02 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/scout-hellojs-app/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/.repository/org/eclipse/scout/archetypes/scout-hellojs-app/11.0.0-SNAPSHOT/scout-hellojs-app-11.0.0-SNAPSHOT.pom 10:14:02 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/scout-hellojs-app/target/scout-hellojs-app-11.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/.repository/org/eclipse/scout/archetypes/scout-hellojs-app/11.0.0-SNAPSHOT/scout-hellojs-app-11.0.0-SNAPSHOT-tests.jar 10:14:02 [INFO] 10:14:02 [INFO] --- maven-archetype-plugin:3.2.0:update-local-catalog (default-update-local-catalog) @ scout-hellojs-app --- 10:14:02 [INFO] 10:14:02 [INFO] ------------< org.eclipse.scout.sdk:org.eclipse.scout.sdk >------------- 10:14:02 [INFO] Building Eclipse Scout SDK 11.0.0-SNAPSHOT [4/15] 10:14:02 [INFO] --------------------------------[ pom ]--------------------------------- 10:14:02 [INFO] 10:14:02 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk --- 10:14:02 [INFO] 10:14:02 [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-rules) @ org.eclipse.scout.sdk --- 10:14:02 [INFO] Skipping Rule Enforcement. 10:14:02 [INFO] 10:14:02 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.scout.sdk --- 10:14:02 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk/../org.eclipse.scout.sdk/target/jacoco-all.exec 10:14:02 [INFO] 10:14:02 [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk --- 10:14:03 [INFO] 10:14:03 [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk --- 10:14:03 [INFO] 10:14:03 [INFO] --- maven-jar-plugin:3.2.0:test-jar (attach-tests) @ org.eclipse.scout.sdk --- 10:14:03 [INFO] Skipping packaging of the test-jar 10:14:03 [INFO] 10:14:03 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk --- 10:14:03 [INFO] 10:14:03 [INFO] --- maven-source-plugin:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk --- 10:14:03 [INFO] 10:14:03 [INFO] --- duplicate-finder-maven-plugin:1.4.0:check (default) @ org.eclipse.scout.sdk --- 10:14:03 [INFO] Checking compile classpath 10:14:03 [INFO] Checking runtime classpath 10:14:03 [INFO] Checking test classpath 10:14:03 [INFO] 10:14:03 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk --- 10:14:03 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk/11.0.0-SNAPSHOT/org.eclipse.scout.sdk-11.0.0-SNAPSHOT.pom 10:14:03 [INFO] 10:14:03 [INFO] ----------< org.eclipse.scout.sdk:org.eclipse.scout.sdk.core >---------- 10:14:03 [INFO] Building org.eclipse.scout.sdk:org.eclipse.scout.sdk.core 11.0.0-SNAPSHOT [5/15] 10:14:03 [INFO] --------------------------------[ jar ]--------------------------------- 10:14:03 [INFO] 10:14:03 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.core --- 10:14:03 [INFO] 10:14:03 [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-rules) @ org.eclipse.scout.sdk.core --- 10:14:03 [INFO] Skipping Rule Enforcement. 10:14:03 [INFO] 10:14:03 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.scout.sdk.core --- 10:14:03 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.core/../org.eclipse.scout.sdk/target/jacoco-all.exec 10:14:03 [INFO] 10:14:03 [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.core --- 10:14:03 [INFO] 10:14:03 [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.core --- 10:14:03 [INFO] 10:14:03 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.scout.sdk.core --- 10:14:03 [INFO] Using 'UTF-8' encoding to copy filtered resources. 10:14:03 [INFO] Using 'UTF-8' encoding to copy filtered properties files. 10:14:03 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.core/src/main/resources 10:14:03 [INFO] Copying 2 resources 10:14:03 [INFO] 10:14:03 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.scout.sdk.core --- 10:14:06 [INFO] Changes detected - recompiling the module! 10:14:06 [INFO] Compiling 186 source files to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.core/target/classes 10:14:10 [INFO] /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.core/src/main/java/org/eclipse/scout/sdk/core/generator/AbstractJavaElementGenerator.java: Some input files use unchecked or unsafe operations. 10:14:10 [INFO] /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.core/src/main/java/org/eclipse/scout/sdk/core/generator/AbstractJavaElementGenerator.java: Recompile with -Xlint:unchecked for details. 10:14:10 [INFO] 10:14:10 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.scout.sdk.core --- 10:14:10 [INFO] Using 'UTF-8' encoding to copy filtered resources. 10:14:10 [INFO] Using 'UTF-8' encoding to copy filtered properties files. 10:14:10 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.core/src/test/resources 10:14:10 [INFO] 10:14:10 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.core --- 10:14:10 [INFO] No sources to compile 10:14:10 [INFO] 10:14:10 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.scout.sdk.core --- 10:14:10 [INFO] No tests to run. 10:14:10 [INFO] 10:14:10 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ org.eclipse.scout.sdk.core --- 10:14:10 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.core/target/org.eclipse.scout.sdk.core-11.0.0-SNAPSHOT.jar 10:14:10 [INFO] 10:14:10 [INFO] --- maven-jar-plugin:3.2.0:test-jar (attach-tests) @ org.eclipse.scout.sdk.core --- 10:14:10 [INFO] Skipping packaging of the test-jar 10:14:10 [INFO] 10:14:10 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.core --- 10:14:10 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.core/target/org.eclipse.scout.sdk.core-11.0.0-SNAPSHOT-sources.jar 10:14:10 [INFO] 10:14:10 [INFO] --- maven-source-plugin:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.core --- 10:14:10 [INFO] No sources in project. Archive not created. 10:14:10 [INFO] 10:14:10 [INFO] --- duplicate-finder-maven-plugin:1.4.0:check (default) @ org.eclipse.scout.sdk.core --- 10:14:10 [INFO] Checking compile classpath 10:14:10 [INFO] Checking runtime classpath 10:14:10 [INFO] Checking test classpath 10:14:10 [INFO] 10:14:10 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.core --- 10:14:10 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.core/target/org.eclipse.scout.sdk.core-11.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core/11.0.0-SNAPSHOT/org.eclipse.scout.sdk.core-11.0.0-SNAPSHOT.jar 10:14:10 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.core/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core/11.0.0-SNAPSHOT/org.eclipse.scout.sdk.core-11.0.0-SNAPSHOT.pom 10:14:10 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.core/target/org.eclipse.scout.sdk.core-11.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core/11.0.0-SNAPSHOT/org.eclipse.scout.sdk.core-11.0.0-SNAPSHOT-sources.jar 10:14:10 [INFO] 10:14:10 [INFO] --------< org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.ecj >-------- 10:14:10 [INFO] Building org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.ecj 11.0.0-SNAPSHOT [6/15] 10:14:10 [INFO] --------------------------------[ jar ]--------------------------------- 10:14:11 [INFO] 10:14:11 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.core.ecj --- 10:14:11 [INFO] 10:14:11 [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-rules) @ org.eclipse.scout.sdk.core.ecj --- 10:14:11 [INFO] Skipping Rule Enforcement. 10:14:11 [INFO] 10:14:11 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.scout.sdk.core.ecj --- 10:14:11 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.core.ecj/../org.eclipse.scout.sdk/target/jacoco-all.exec 10:14:11 [INFO] 10:14:11 [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.core.ecj --- 10:14:11 [INFO] 10:14:11 [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.core.ecj --- 10:14:11 [INFO] 10:14:11 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.scout.sdk.core.ecj --- 10:14:11 [INFO] Using 'UTF-8' encoding to copy filtered resources. 10:14:11 [INFO] Using 'UTF-8' encoding to copy filtered properties files. 10:14:11 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.core.ecj/src/main/resources 10:14:11 [INFO] Copying 2 resources 10:14:11 [INFO] 10:14:11 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.scout.sdk.core.ecj --- 10:14:11 [INFO] Changes detected - recompiling the module! 10:14:11 [INFO] Compiling 43 source files to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.core.ecj/target/classes 10:14:11 [INFO] 10:14:11 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.scout.sdk.core.ecj --- 10:14:11 [INFO] Using 'UTF-8' encoding to copy filtered resources. 10:14:11 [INFO] Using 'UTF-8' encoding to copy filtered properties files. 10:14:11 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.core.ecj/src/test/resources 10:14:11 [INFO] 10:14:11 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.core.ecj --- 10:14:11 [INFO] No sources to compile 10:14:11 [INFO] 10:14:11 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.scout.sdk.core.ecj --- 10:14:11 [INFO] No tests to run. 10:14:11 [INFO] 10:14:11 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ org.eclipse.scout.sdk.core.ecj --- 10:14:11 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.core.ecj/target/org.eclipse.scout.sdk.core.ecj-11.0.0-SNAPSHOT.jar 10:14:11 [INFO] 10:14:11 [INFO] --- maven-jar-plugin:3.2.0:test-jar (attach-tests) @ org.eclipse.scout.sdk.core.ecj --- 10:14:11 [INFO] Skipping packaging of the test-jar 10:14:11 [INFO] 10:14:11 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.core.ecj --- 10:14:11 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.core.ecj/target/org.eclipse.scout.sdk.core.ecj-11.0.0-SNAPSHOT-sources.jar 10:14:11 [INFO] 10:14:11 [INFO] --- maven-source-plugin:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.core.ecj --- 10:14:11 [INFO] No sources in project. Archive not created. 10:14:11 [INFO] 10:14:11 [INFO] --- duplicate-finder-maven-plugin:1.4.0:check (default) @ org.eclipse.scout.sdk.core.ecj --- 10:14:11 [INFO] Checking compile classpath 10:14:12 [INFO] Checking runtime classpath 10:14:12 [INFO] Checking test classpath 10:14:12 [INFO] 10:14:12 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.core.ecj --- 10:14:12 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.core.ecj/target/org.eclipse.scout.sdk.core.ecj-11.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.ecj/11.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.ecj-11.0.0-SNAPSHOT.jar 10:14:12 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.core.ecj/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.ecj/11.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.ecj-11.0.0-SNAPSHOT.pom 10:14:12 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.core.ecj/target/org.eclipse.scout.sdk.core.ecj-11.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.ecj/11.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.ecj-11.0.0-SNAPSHOT-sources.jar 10:14:12 [INFO] 10:14:12 [INFO] -------< org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.test >-------- 10:14:12 [INFO] Building org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.test 11.0.0-SNAPSHOT [7/15] 10:14:12 [INFO] --------------------------------[ jar ]--------------------------------- 10:14:12 [INFO] 10:14:12 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.core.test --- 10:14:12 [INFO] 10:14:12 [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-rules) @ org.eclipse.scout.sdk.core.test --- 10:14:12 [INFO] Skipping Rule Enforcement. 10:14:12 [INFO] 10:14:12 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.scout.sdk.core.test --- 10:14:12 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.core.test/../org.eclipse.scout.sdk/target/jacoco-all.exec 10:14:12 [INFO] 10:14:12 [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.core.test --- 10:14:12 [INFO] 10:14:12 [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.core.test --- 10:14:12 [INFO] 10:14:12 [INFO] --- build-helper-maven-plugin:3.2.0:add-test-source (add-test-source) @ org.eclipse.scout.sdk.core.test --- 10:14:12 [INFO] Test Source directory: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.core.test/src/test/fixture added. 10:14:12 [INFO] 10:14:12 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.scout.sdk.core.test --- 10:14:12 [INFO] Using 'UTF-8' encoding to copy filtered resources. 10:14:12 [INFO] Using 'UTF-8' encoding to copy filtered properties files. 10:14:12 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.core.test/src/main/resources 10:14:12 [INFO] Copying 2 resources 10:14:12 [INFO] 10:14:12 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.scout.sdk.core.test --- 10:14:12 [INFO] Changes detected - recompiling the module! 10:14:12 [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.core.test/target/classes 10:14:12 [INFO] 10:14:12 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.scout.sdk.core.test --- 10:14:12 [INFO] Using 'UTF-8' encoding to copy filtered resources. 10:14:12 [INFO] Using 'UTF-8' encoding to copy filtered properties files. 10:14:12 [INFO] Copying 34 resources 10:14:12 [INFO] 10:14:12 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.core.test --- 10:14:12 [INFO] Changes detected - recompiling the module! 10:14:12 [INFO] Compiling 144 source files to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.core.test/target/test-classes 10:14:14 [INFO] 10:14:14 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.scout.sdk.core.test --- 10:14:14 [INFO] 10:14:14 [INFO] ------------------------------------------------------- 10:14:14 [INFO] T E S T S 10:14:14 [INFO] ------------------------------------------------------- 10:14:16 [INFO] Running org.eclipse.scout.sdk.core.apidef.ApiFunctionTest 10:14:17 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.788 s - in org.eclipse.scout.sdk.core.apidef.ApiFunctionTest 10:14:17 [INFO] Running org.eclipse.scout.sdk.core.apidef.ApiSpecificationTest 10:14:17 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.eclipse.scout.sdk.core.apidef.ApiSpecificationTest 10:14:17 [INFO] Running org.eclipse.scout.sdk.core.apidef.ApiTest 10:14:17 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.624 s - in org.eclipse.scout.sdk.core.apidef.ApiTest 10:14:17 [INFO] Running org.eclipse.scout.sdk.core.apidef.ApiVersionTest 10:14:17 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.scout.sdk.core.apidef.ApiVersionTest 10:14:17 [INFO] Running org.eclipse.scout.sdk.core.builder.SourceCollectorTest 10:14:17 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.scout.sdk.core.builder.SourceCollectorTest 10:14:17 [INFO] Running org.eclipse.scout.sdk.core.builder.StreamSourceBuilderTest 10:14:17 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s - in org.eclipse.scout.sdk.core.builder.StreamSourceBuilderTest 10:14:17 [INFO] Running org.eclipse.scout.sdk.core.builder.java.JavaBuilderContextFunctionTest 10:14:17 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.scout.sdk.core.builder.java.JavaBuilderContextFunctionTest 10:14:17 [INFO] Running org.eclipse.scout.sdk.core.builder.java.comment.CommentBuilderTest 10:14:18 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.264 s - in org.eclipse.scout.sdk.core.builder.java.comment.CommentBuilderTest 10:14:18 [INFO] Running org.eclipse.scout.sdk.core.builder.java.context.JavaBuilderContextTest 10:14:18 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.scout.sdk.core.builder.java.context.JavaBuilderContextTest 10:14:18 [INFO] Running org.eclipse.scout.sdk.core.builder.java.expression.ExpressionBuilderTest 10:14:18 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.scout.sdk.core.builder.java.expression.ExpressionBuilderTest 10:14:18 [INFO] Running org.eclipse.scout.sdk.core.generator.PackageGeneratorTest 10:14:18 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.234 s - in org.eclipse.scout.sdk.core.generator.PackageGeneratorTest 10:14:18 [INFO] Running org.eclipse.scout.sdk.core.generator.SourceModelRoundtripTest 10:14:18 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.206 s - in org.eclipse.scout.sdk.core.generator.SourceModelRoundtripTest 10:14:18 [INFO] Running org.eclipse.scout.sdk.core.generator.UnicodeTest 10:14:18 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.eclipse.scout.sdk.core.generator.UnicodeTest 10:14:18 [INFO] Running org.eclipse.scout.sdk.core.generator.annotation.AnnotationGeneratorTest 10:14:18 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.scout.sdk.core.generator.annotation.AnnotationGeneratorTest 10:14:18 [INFO] Running org.eclipse.scout.sdk.core.generator.compilationunit.CompilationUnitGeneratorTest 10:14:18 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s - in org.eclipse.scout.sdk.core.generator.compilationunit.CompilationUnitGeneratorTest 10:14:18 [INFO] Running org.eclipse.scout.sdk.core.generator.field.FieldGeneratorTest 10:14:18 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.scout.sdk.core.generator.field.FieldGeneratorTest 10:14:18 [INFO] Running org.eclipse.scout.sdk.core.generator.method.MethodGeneratorTest 10:14:19 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.185 s - in org.eclipse.scout.sdk.core.generator.method.MethodGeneratorTest 10:14:19 [INFO] Running org.eclipse.scout.sdk.core.generator.properties.PropertiesGeneratorTest 10:14:19 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.scout.sdk.core.generator.properties.PropertiesGeneratorTest 10:14:19 [INFO] Running org.eclipse.scout.sdk.core.generator.type.PrimaryTypeGeneratorTest 10:14:19 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s - in org.eclipse.scout.sdk.core.generator.type.PrimaryTypeGeneratorTest 10:14:19 [INFO] Running org.eclipse.scout.sdk.core.generator.type.TypeGeneratorTest 10:14:19 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s - in org.eclipse.scout.sdk.core.generator.type.TypeGeneratorTest 10:14:19 [INFO] Running org.eclipse.scout.sdk.core.imports.ImportValidatorTest 10:14:19 [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.189 s - in org.eclipse.scout.sdk.core.imports.ImportValidatorTest 10:14:19 [INFO] Running org.eclipse.scout.sdk.core.imports.TypeReferenceDescriptorTest 10:14:19 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.scout.sdk.core.imports.TypeReferenceDescriptorTest 10:14:19 [INFO] Running org.eclipse.scout.sdk.core.log.SdkLogTest 10:14:19 1970-01-01 02:00:00.000 [SEVERE] Unable to parse log level 'aa'. Fallback to default: 'WARNING'. 10:14:19 java.lang.IllegalArgumentException: Bad level "aa" 10:14:19 at java.logging/java.util.logging.Level.parse(Level.java:517) 10:14:19 at org.eclipse.scout.sdk.core.log.SdkLog.parseLevel(SdkLog.java:320) 10:14:19 at org.eclipse.scout.sdk.core.log.SdkLogTest.testParseLevel(SdkLogTest.java:132) 10:14:19 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 10:14:19 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 10:14:19 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 10:14:19 at java.base/java.lang.reflect.Method.invoke(Method.java:566) 10:14:19 at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:688) 10:14:19 at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) 10:14:19 at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) 10:14:19 at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149) 10:14:19 at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140) 10:14:19 at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84) 10:14:19 at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115) 10:14:19 at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105) 10:14:19 at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) 10:14:19 at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) 10:14:19 at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) 10:14:19 at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) 10:14:19 at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104) 10:14:19 at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98) 10:14:19 at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:210) 10:14:19 at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) 10:14:19 at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:206) 10:14:19 at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:131) 10:14:19 at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:65) 10:14:19 at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139) 10:14:19 at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) 10:14:19 at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) 10:14:19 at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) 10:14:19 at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) 10:14:19 at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) 10:14:19 at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) 10:14:19 at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) 10:14:19 at java.base/java.util.ArrayList.forEach(ArrayList.java:1540) 10:14:19 at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) 10:14:19 at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) 10:14:19 at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) 10:14:19 at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) 10:14:19 at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) 10:14:19 at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) 10:14:19 at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) 10:14:19 at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) 10:14:19 at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) 10:14:19 at java.base/java.util.ArrayList.forEach(ArrayList.java:1540) 10:14:19 at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) 10:14:19 at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) 10:14:19 at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) 10:14:19 at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) 10:14:19 at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) 10:14:19 at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) 10:14:19 at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) 10:14:19 at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) 10:14:19 at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) 10:14:19 at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32) 10:14:19 at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) 10:14:19 at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51) 10:14:19 at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108) 10:14:19 at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88) 10:14:19 at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54) 10:14:19 at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67) 10:14:19 at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52) 10:14:19 at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96) 10:14:19 at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75) 10:14:19 at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150) 10:14:19 at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124) 10:14:19 at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) 10:14:19 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) 10:14:19 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) 10:14:19 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) 10:14:19 MessageFormatter: Failed toString() invocation on an object of type [org.eclipse.scout.sdk.core.log.SdkLogTest$ClassWithToStringThrowingNpeFixture] 10:14:19 java.lang.NullPointerException: NPE of test class org.eclipse.scout.sdk.core.log.SdkLogTest 10:14:19 at org.eclipse.scout.sdk.core.log.SdkLogTest$ClassWithToStringThrowingNpeFixture.toString(SdkLogTest.java:190) 10:14:19 at org.eclipse.scout.sdk.core.log.MessageFormatter.safeObjectToString(MessageFormatter.java:153) 10:14:19 at org.eclipse.scout.sdk.core.log.MessageFormatter.toString(MessageFormatter.java:112) 10:14:19 at org.eclipse.scout.sdk.core.log.MessageFormatter.arrayFormat(MessageFormatter.java:65) 10:14:19 at org.eclipse.scout.sdk.core.log.SdkLog.log(SdkLog.java:82) 10:14:19 at org.eclipse.scout.sdk.core.log.SdkLog.error(SdkLog.java:186) 10:14:19 at org.eclipse.scout.sdk.core.log.SdkLogTest.lambda$testLogOfObjectWithToStringThrowingException$1(SdkLogTest.java:138) 10:14:19 at org.eclipse.scout.sdk.core.log.SdkLogTest.runWithPrivateLogger(SdkLogTest.java:221) 10:14:19 at org.eclipse.scout.sdk.core.log.SdkLogTest.testLogOfObjectWithToStringThrowingException(SdkLogTest.java:137) 10:14:19 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 10:14:19 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 10:14:19 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 10:14:19 at java.base/java.lang.reflect.Method.invoke(Method.java:566) 10:14:19 at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:688) 10:14:19 at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) 10:14:19 at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) 10:14:19 at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149) 10:14:19 at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140) 10:14:19 at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84) 10:14:19 at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115) 10:14:19 at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105) 10:14:19 at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) 10:14:19 at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) 10:14:19 at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) 10:14:19 at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) 10:14:19 at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104) 10:14:19 at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98) 10:14:19 at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:210) 10:14:19 at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) 10:14:19 at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:206) 10:14:19 at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:131) 10:14:19 at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:65) 10:14:19 at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139) 10:14:19 at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) 10:14:19 at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) 10:14:19 at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) 10:14:19 at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) 10:14:19 at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) 10:14:19 at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) 10:14:19 at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) 10:14:19 at java.base/java.util.ArrayList.forEach(ArrayList.java:1540) 10:14:19 at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) 10:14:19 at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) 10:14:19 at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) 10:14:19 at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) 10:14:19 at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) 10:14:19 at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) 10:14:19 at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) 10:14:19 at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) 10:14:19 at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) 10:14:19 at java.base/java.util.ArrayList.forEach(ArrayList.java:1540) 10:14:19 at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) 10:14:19 at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) 10:14:19 at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) 10:14:19 at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) 10:14:19 at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) 10:14:19 at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) 10:14:19 at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) 10:14:19 at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) 10:14:19 at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) 10:14:19 at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32) 10:14:19 at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) 10:14:19 at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51) 10:14:19 at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108) 10:14:19 at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88) 10:14:19 at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54) 10:14:19 at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67) 10:14:19 at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52) 10:14:19 at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96) 10:14:19 at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75) 10:14:19 at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150) 10:14:19 at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124) 10:14:19 at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) 10:14:19 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) 10:14:19 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) 10:14:19 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) 10:14:19 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s - in org.eclipse.scout.sdk.core.log.SdkLogTest 10:14:19 [INFO] Running org.eclipse.scout.sdk.core.model.CompilationUnitInfoWithClasspathTest 10:14:20 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.907 s - in org.eclipse.scout.sdk.core.model.CompilationUnitInfoWithClasspathTest 10:14:20 [INFO] Running org.eclipse.scout.sdk.core.model.api.AnnotationElementTest 10:14:20 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s - in org.eclipse.scout.sdk.core.model.api.AnnotationElementTest 10:14:20 [INFO] Running org.eclipse.scout.sdk.core.model.api.AnnotationSourceTest 10:14:20 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s - in org.eclipse.scout.sdk.core.model.api.AnnotationSourceTest 10:14:20 [INFO] Running org.eclipse.scout.sdk.core.model.api.AnnotationTest 10:14:20 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s - in org.eclipse.scout.sdk.core.model.api.AnnotationTest 10:14:20 [INFO] Running org.eclipse.scout.sdk.core.model.api.AnnotationWithCompileErrorTest 10:14:20 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 s - in org.eclipse.scout.sdk.core.model.api.AnnotationWithCompileErrorTest 10:14:20 [INFO] Running org.eclipse.scout.sdk.core.model.api.ArrayMetaValueTest 10:14:20 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.scout.sdk.core.model.api.ArrayMetaValueTest 10:14:20 [INFO] Running org.eclipse.scout.sdk.core.model.api.ArrayTypeTest 10:14:20 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.scout.sdk.core.model.api.ArrayTypeTest 10:14:20 [INFO] Running org.eclipse.scout.sdk.core.model.api.ClasspathEntryTest 10:14:20 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s - in org.eclipse.scout.sdk.core.model.api.ClasspathEntryTest 10:14:20 [INFO] Running org.eclipse.scout.sdk.core.model.api.CompilationUnitTest 10:14:20 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.eclipse.scout.sdk.core.model.api.CompilationUnitTest 10:14:20 [INFO] Running org.eclipse.scout.sdk.core.model.api.CreateAndOverrideNewCompilationUnitTest 10:14:20 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s - in org.eclipse.scout.sdk.core.model.api.CreateAndOverrideNewCompilationUnitTest 10:14:20 [INFO] Running org.eclipse.scout.sdk.core.model.api.FieldTest 10:14:21 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s - in org.eclipse.scout.sdk.core.model.api.FieldTest 10:14:21 [INFO] Running org.eclipse.scout.sdk.core.model.api.GenericMethodTest 10:14:21 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s - in org.eclipse.scout.sdk.core.model.api.GenericMethodTest 10:14:21 [INFO] Running org.eclipse.scout.sdk.core.model.api.ImportDeclarationTest 10:14:21 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.scout.sdk.core.model.api.ImportDeclarationTest 10:14:21 [INFO] Running org.eclipse.scout.sdk.core.model.api.JavaElementVisitorTest 10:14:21 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s - in org.eclipse.scout.sdk.core.model.api.JavaElementVisitorTest 10:14:21 [INFO] Running org.eclipse.scout.sdk.core.model.api.JavaEnvironmentTest 10:14:21 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 s - in org.eclipse.scout.sdk.core.model.api.JavaEnvironmentTest 10:14:21 [INFO] Running org.eclipse.scout.sdk.core.model.api.ManagedAnnotationTest 10:14:21 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.eclipse.scout.sdk.core.model.api.ManagedAnnotationTest 10:14:21 [INFO] Running org.eclipse.scout.sdk.core.model.api.MethodParameterTest 10:14:21 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s - in org.eclipse.scout.sdk.core.model.api.MethodParameterTest 10:14:21 [INFO] Running org.eclipse.scout.sdk.core.model.api.MethodTest 10:14:21 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 s - in org.eclipse.scout.sdk.core.model.api.MethodTest 10:14:21 [INFO] Running org.eclipse.scout.sdk.core.model.api.PackageTest 10:14:21 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.scout.sdk.core.model.api.PackageTest 10:14:21 [INFO] Running org.eclipse.scout.sdk.core.model.api.PrimitiveTypeTest 10:14:21 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.scout.sdk.core.model.api.PrimitiveTypeTest 10:14:21 [INFO] Running org.eclipse.scout.sdk.core.model.api.PropertyBeanTest 10:14:21 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s - in org.eclipse.scout.sdk.core.model.api.PropertyBeanTest 10:14:21 [INFO] Running org.eclipse.scout.sdk.core.model.api.SourceRangeTest 10:14:21 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.scout.sdk.core.model.api.SourceRangeTest 10:14:21 [INFO] Running org.eclipse.scout.sdk.core.model.api.TypeParameterTest 10:14:21 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.eclipse.scout.sdk.core.model.api.TypeParameterTest 10:14:21 [INFO] Running org.eclipse.scout.sdk.core.model.api.TypeTest 10:14:21 [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 s - in org.eclipse.scout.sdk.core.model.api.TypeTest 10:14:21 [INFO] Running org.eclipse.scout.sdk.core.model.api.query.AnnotationQueryTest 10:14:21 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.scout.sdk.core.model.api.query.AnnotationQueryTest 10:14:21 [INFO] Running org.eclipse.scout.sdk.core.model.api.query.QueryTest 10:14:21 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 s - in org.eclipse.scout.sdk.core.model.api.query.QueryTest 10:14:21 [INFO] Running org.eclipse.scout.sdk.core.model.api.spliterator.HierarchicalSpliteratorTest 10:14:21 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.159 s - in org.eclipse.scout.sdk.core.model.api.spliterator.HierarchicalSpliteratorTest 10:14:21 [INFO] Running org.eclipse.scout.sdk.core.model.api.spliterator.InnerTypeSpliteratorTest 10:14:21 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.scout.sdk.core.model.api.spliterator.InnerTypeSpliteratorTest 10:14:21 [INFO] Running org.eclipse.scout.sdk.core.model.api.spliterator.SuperTypeHierarchySpliteratorTest 10:14:22 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 s - in org.eclipse.scout.sdk.core.model.api.spliterator.SuperTypeHierarchySpliteratorTest 10:14:22 [INFO] Running org.eclipse.scout.sdk.core.model.api.spliterator.WrappingSpliteratorTest 10:14:22 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.121 s - in org.eclipse.scout.sdk.core.model.api.spliterator.WrappingSpliteratorTest 10:14:22 [INFO] Running org.eclipse.scout.sdk.core.model.ecj.ClasspathBuilderTest 10:14:22 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.scout.sdk.core.model.ecj.ClasspathBuilderTest 10:14:22 [INFO] Running org.eclipse.scout.sdk.core.model.ecj.JavaEnvironmentWithEcjBuilderTest 10:14:22 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.228 s - in org.eclipse.scout.sdk.core.model.ecj.JavaEnvironmentWithEcjBuilderTest 10:14:22 [INFO] Running org.eclipse.scout.sdk.core.model.ecj.JavaEnvironmentWithEcjTest 10:14:22 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.scout.sdk.core.model.ecj.JavaEnvironmentWithEcjTest 10:14:22 [INFO] Running org.eclipse.scout.sdk.core.model.ecj.JreInfoTest 10:14:22 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.sdk.core.model.ecj.JreInfoTest 10:14:22 [INFO] Running org.eclipse.scout.sdk.core.model.ecj.SameCompositeObjectTest 10:14:22 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.sdk.core.model.ecj.SameCompositeObjectTest 10:14:22 [INFO] Running org.eclipse.scout.sdk.core.model.ecj.SpiWithEcjUtilsTest 10:14:22 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.scout.sdk.core.model.ecj.SpiWithEcjUtilsTest 10:14:22 [INFO] Running org.eclipse.scout.sdk.core.model.ecj.TypeNameDescriptorTest 10:14:22 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.sdk.core.model.ecj.TypeNameDescriptorTest 10:14:22 [INFO] Running org.eclipse.scout.sdk.core.model.spi.internal.metavalue.MetaValueFactoryTest 10:14:22 [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.eclipse.scout.sdk.core.model.spi.internal.metavalue.MetaValueFactoryTest 10:14:22 [INFO] Running org.eclipse.scout.sdk.core.testing.ApiTestGeneratorTest 10:14:22 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s - in org.eclipse.scout.sdk.core.testing.ApiTestGeneratorTest 10:14:22 [INFO] Running org.eclipse.scout.sdk.core.testing.apidef.ApiExecutionConditionTest 10:14:22 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.scout.sdk.core.testing.apidef.ApiExecutionConditionTest 10:14:22 [INFO] Running org.eclipse.scout.sdk.core.transformer.SimpleWorkingCopyTransformerBuilderTest 10:14:22 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.scout.sdk.core.transformer.SimpleWorkingCopyTransformerBuilderTest 10:14:22 [INFO] Running org.eclipse.scout.sdk.core.transformer.WorkingCopyTransformerTest 10:14:22 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.289 s - in org.eclipse.scout.sdk.core.transformer.WorkingCopyTransformerTest 10:14:22 [INFO] Running org.eclipse.scout.sdk.core.util.CompositeObjectTest 10:14:22 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.scout.sdk.core.util.CompositeObjectTest 10:14:22 [INFO] Running org.eclipse.scout.sdk.core.util.CoreUtilsTest 10:14:22 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.scout.sdk.core.util.CoreUtilsTest 10:14:22 [INFO] Running org.eclipse.scout.sdk.core.util.EnsureTest 10:14:22 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.scout.sdk.core.util.EnsureTest 10:14:22 [INFO] Running org.eclipse.scout.sdk.core.util.FinalValueTest 10:14:22 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s - in org.eclipse.scout.sdk.core.util.FinalValueTest 10:14:22 [INFO] Running org.eclipse.scout.sdk.core.util.JavaTypesTest 10:14:22 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.scout.sdk.core.util.JavaTypesTest 10:14:22 [INFO] Running org.eclipse.scout.sdk.core.util.PropertySupportTest 10:14:23 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 s - in org.eclipse.scout.sdk.core.util.PropertySupportTest 10:14:23 [INFO] Running org.eclipse.scout.sdk.core.util.SdkExceptionTest 10:14:23 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.scout.sdk.core.util.SdkExceptionTest 10:14:23 [INFO] Running org.eclipse.scout.sdk.core.util.SourceStateTest 10:14:23 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.scout.sdk.core.util.SourceStateTest 10:14:23 [INFO] Running org.eclipse.scout.sdk.core.util.StreamUtilsTest 10:14:23 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.scout.sdk.core.util.StreamUtilsTest 10:14:23 [INFO] Running org.eclipse.scout.sdk.core.util.StringsTest 10:14:23 [INFO] Tests run: 41, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s - in org.eclipse.scout.sdk.core.util.StringsTest 10:14:23 [INFO] Running org.eclipse.scout.sdk.core.util.TtlCacheTest 10:14:23 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.144 s - in org.eclipse.scout.sdk.core.util.TtlCacheTest 10:14:23 [INFO] Running org.eclipse.scout.sdk.core.util.XmlTest 10:14:23 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.19 s - in org.eclipse.scout.sdk.core.util.XmlTest 10:14:23 [INFO] Running org.eclipse.scout.sdk.core.util.visitor.BreadthFirstTraversalTest 10:14:23 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.scout.sdk.core.util.visitor.BreadthFirstTraversalTest 10:14:23 [INFO] Running org.eclipse.scout.sdk.core.util.visitor.DepthFirstTraversalTest 10:14:23 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.scout.sdk.core.util.visitor.DepthFirstTraversalTest 10:14:23 [INFO] Running org.eclipse.scout.sdk.core.util.visitor.DepthFirstVisitorTypeAdapterTest 10:14:23 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.scout.sdk.core.util.visitor.DepthFirstVisitorTypeAdapterTest 10:14:23 [INFO] 10:14:23 [INFO] Results: 10:14:23 [INFO] 10:14:23 [INFO] Tests run: 423, Failures: 0, Errors: 0, Skipped: 0 10:14:23 [INFO] 10:14:23 [INFO] 10:14:23 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ org.eclipse.scout.sdk.core.test --- 10:14:23 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-11.0.0-SNAPSHOT.jar 10:14:23 [INFO] 10:14:23 [INFO] --- maven-jar-plugin:3.2.0:test-jar (attach-tests) @ org.eclipse.scout.sdk.core.test --- 10:14:23 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-11.0.0-SNAPSHOT-tests.jar 10:14:24 [INFO] 10:14:24 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.core.test --- 10:14:24 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-11.0.0-SNAPSHOT-sources.jar 10:14:24 [INFO] 10:14:24 [INFO] --- maven-source-plugin:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.core.test --- 10:14:24 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-11.0.0-SNAPSHOT-test-sources.jar 10:14:24 [INFO] 10:14:24 [INFO] --- duplicate-finder-maven-plugin:1.4.0:check (default) @ org.eclipse.scout.sdk.core.test --- 10:14:24 [INFO] Checking compile classpath 10:14:24 [INFO] Checking runtime classpath 10:14:24 [INFO] Checking test classpath 10:14:24 [INFO] 10:14:24 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.core.test --- 10:14:24 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-11.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.test/11.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.test-11.0.0-SNAPSHOT.jar 10:14:24 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.core.test/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.test/11.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.test-11.0.0-SNAPSHOT.pom 10:14:24 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-11.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.test/11.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.test-11.0.0-SNAPSHOT-tests.jar 10:14:24 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-11.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.test/11.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.test-11.0.0-SNAPSHOT-sources.jar 10:14:24 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-11.0.0-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.test/11.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.test-11.0.0-SNAPSHOT-test-sources.jar 10:14:24 [INFO] 10:14:24 [INFO] ---------< org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s >--------- 10:14:24 [INFO] Building org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s 11.0.0-SNAPSHOT [8/15] 10:14:24 [INFO] --------------------------------[ jar ]--------------------------------- 10:14:24 [INFO] 10:14:24 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.core.s --- 10:14:24 [INFO] 10:14:24 [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-rules) @ org.eclipse.scout.sdk.core.s --- 10:14:24 [INFO] Skipping Rule Enforcement. 10:14:24 [INFO] 10:14:24 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.scout.sdk.core.s --- 10:14:24 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.core.s/../org.eclipse.scout.sdk/target/jacoco-all.exec 10:14:24 [INFO] 10:14:24 [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.core.s --- 10:14:24 [INFO] 10:14:24 [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.core.s --- 10:14:24 [INFO] 10:14:24 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.scout.sdk.core.s --- 10:14:24 [INFO] Using 'UTF-8' encoding to copy filtered resources. 10:14:24 [INFO] Using 'UTF-8' encoding to copy filtered properties files. 10:14:24 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.core.s/src/main/resources 10:14:24 [INFO] Copying 2 resources 10:14:24 [INFO] 10:14:24 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.scout.sdk.core.s --- 10:14:24 [INFO] Changes detected - recompiling the module! 10:14:24 [INFO] Compiling 137 source files to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.core.s/target/classes 10:14:26 [INFO] 10:14:26 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.scout.sdk.core.s --- 10:14:26 [INFO] Using 'UTF-8' encoding to copy filtered resources. 10:14:26 [INFO] Using 'UTF-8' encoding to copy filtered properties files. 10:14:26 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.core.s/src/test/resources 10:14:26 [INFO] 10:14:26 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.core.s --- 10:14:26 [INFO] No sources to compile 10:14:26 [INFO] 10:14:26 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.scout.sdk.core.s --- 10:14:26 [INFO] No tests to run. 10:14:26 [INFO] 10:14:26 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ org.eclipse.scout.sdk.core.s --- 10:14:26 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.core.s/target/org.eclipse.scout.sdk.core.s-11.0.0-SNAPSHOT.jar 10:14:26 [INFO] 10:14:26 [INFO] --- maven-jar-plugin:3.2.0:test-jar (attach-tests) @ org.eclipse.scout.sdk.core.s --- 10:14:26 [INFO] Skipping packaging of the test-jar 10:14:26 [INFO] 10:14:26 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.core.s --- 10:14:26 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.core.s/target/org.eclipse.scout.sdk.core.s-11.0.0-SNAPSHOT-sources.jar 10:14:26 [INFO] 10:14:26 [INFO] --- maven-source-plugin:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.core.s --- 10:14:26 [INFO] No sources in project. Archive not created. 10:14:26 [INFO] 10:14:26 [INFO] --- duplicate-finder-maven-plugin:1.4.0:check (default) @ org.eclipse.scout.sdk.core.s --- 10:14:26 [INFO] Checking compile classpath 10:14:26 [INFO] Checking runtime classpath 10:14:26 [INFO] Checking test classpath 10:14:26 [INFO] 10:14:26 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.core.s --- 10:14:26 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.core.s/target/org.eclipse.scout.sdk.core.s-11.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s/11.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s-11.0.0-SNAPSHOT.jar 10:14:26 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.core.s/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s/11.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s-11.0.0-SNAPSHOT.pom 10:14:26 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.core.s/target/org.eclipse.scout.sdk.core.s-11.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s/11.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s-11.0.0-SNAPSHOT-sources.jar 10:14:26 [INFO] 10:14:26 [INFO] ------< org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s.test >------- 10:14:26 [INFO] Building org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s.test 11.0.0-SNAPSHOT [9/15] 10:14:26 [INFO] --------------------------------[ jar ]--------------------------------- 10:14:33 [INFO] 10:14:33 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.core.s.test --- 10:14:33 [INFO] 10:14:33 [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-rules) @ org.eclipse.scout.sdk.core.s.test --- 10:14:33 [INFO] Skipping Rule Enforcement. 10:14:33 [INFO] 10:14:33 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.scout.sdk.core.s.test --- 10:14:33 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.core.s.test/../org.eclipse.scout.sdk/target/jacoco-all.exec 10:14:33 [INFO] 10:14:33 [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.core.s.test --- 10:14:33 [INFO] 10:14:33 [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.core.s.test --- 10:14:33 [INFO] 10:14:33 [INFO] --- build-helper-maven-plugin:3.2.0:add-test-source (add-test-source) @ org.eclipse.scout.sdk.core.s.test --- 10:14:33 [INFO] Test Source directory: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.core.s.test/src/test/client added. 10:14:33 [INFO] Test Source directory: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.core.s.test/src/test/shared added. 10:14:33 [INFO] 10:14:33 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.scout.sdk.core.s.test --- 10:14:33 [INFO] Using 'UTF-8' encoding to copy filtered resources. 10:14:33 [INFO] Using 'UTF-8' encoding to copy filtered properties files. 10:14:33 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.core.s.test/src/main/resources 10:14:33 [INFO] Copying 2 resources 10:14:33 [INFO] 10:14:33 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.scout.sdk.core.s.test --- 10:14:33 [INFO] Changes detected - recompiling the module! 10:14:33 [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.core.s.test/target/classes 10:14:33 [INFO] 10:14:33 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.scout.sdk.core.s.test --- 10:14:33 [INFO] Using 'UTF-8' encoding to copy filtered resources. 10:14:33 [INFO] Using 'UTF-8' encoding to copy filtered properties files. 10:14:33 [INFO] Copying 29 resources 10:14:33 [INFO] 10:14:33 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.core.s.test --- 10:14:33 [INFO] Changes detected - recompiling the module! 10:14:33 [INFO] Compiling 238 source files to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.core.s.test/target/test-classes 10:14:42 [INFO] /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.core.s.test/src/test/client/formdata/client/ui/template/formfield/AbstractTableWithExtKey.java: Some input files use unchecked or unsafe operations. 10:14:42 [INFO] /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.core.s.test/src/test/client/formdata/client/ui/template/formfield/AbstractTableWithExtKey.java: Recompile with -Xlint:unchecked for details. 10:14:42 [INFO] 10:14:42 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.scout.sdk.core.s.test --- 10:14:43 [INFO] 10:14:43 [INFO] ------------------------------------------------------- 10:14:43 [INFO] T E S T S 10:14:43 [INFO] ------------------------------------------------------- 10:14:44 [INFO] Running org.eclipse.scout.sdk.core.s.annotation.OrderAnnotationTest 10:14:46 2022-07-13 14:14:46.671 [WARNING] The @Order value 100000000000000000 is very large and therefore may not be precise enough. It is recommended to use a lower value. 10:14:46 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.019 s - in org.eclipse.scout.sdk.core.s.annotation.OrderAnnotationTest 10:14:46 [INFO] Running org.eclipse.scout.sdk.core.s.apidef.ScoutApiTest 10:14:47 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.968 s - in org.eclipse.scout.sdk.core.s.apidef.ScoutApiTest 10:14:47 [INFO] Running org.eclipse.scout.sdk.core.s.apidef.ScoutModelHierarchyTest 10:14:47 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s - in org.eclipse.scout.sdk.core.s.apidef.ScoutModelHierarchyTest 10:14:47 [INFO] Running org.eclipse.scout.sdk.core.s.codetype.CodeTypeGeneratorTest 10:14:47 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.217 s - in org.eclipse.scout.sdk.core.s.codetype.CodeTypeGeneratorTest 10:14:47 [INFO] Running org.eclipse.scout.sdk.core.s.codetype.CodeTypeNewOperationTest 10:14:48 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.309 s - in org.eclipse.scout.sdk.core.s.codetype.CodeTypeNewOperationTest 10:14:48 [INFO] Running org.eclipse.scout.sdk.core.s.codetype.HugeCodeTypeTest 10:14:50 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.913 s - in org.eclipse.scout.sdk.core.s.codetype.HugeCodeTypeTest 10:14:50 [INFO] Running org.eclipse.scout.sdk.core.s.dataobject.DataObjectGeneratorTest 10:14:50 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.183 s - in org.eclipse.scout.sdk.core.s.dataobject.DataObjectGeneratorTest 10:14:50 [INFO] Running org.eclipse.scout.sdk.core.s.dataobject.DataObjectModelTest 10:14:50 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 s - in org.eclipse.scout.sdk.core.s.dataobject.DataObjectModelTest 10:14:50 [INFO] Running org.eclipse.scout.sdk.core.s.dataobject.DataObjectNodeTest 10:14:51 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.846 s - in org.eclipse.scout.sdk.core.s.dataobject.DataObjectNodeTest 10:14:51 [INFO] Running org.eclipse.scout.sdk.core.s.dataobject.DoContextResolversTest 10:14:51 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s - in org.eclipse.scout.sdk.core.s.dataobject.DoContextResolversTest 10:14:51 [INFO] Running org.eclipse.scout.sdk.core.s.dataobject.DoContextTest 10:14:51 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.eclipse.scout.sdk.core.s.dataobject.DoContextTest 10:14:51 [INFO] Running org.eclipse.scout.sdk.core.s.dataobject.DoConvenienceMethodsUpdateOperationTest 10:14:51 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.491 s - in org.eclipse.scout.sdk.core.s.dataobject.DoConvenienceMethodsUpdateOperationTest 10:14:51 [INFO] Running org.eclipse.scout.sdk.core.s.derived.DtoUpdateHandlerTest 10:14:52 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.129 s - in org.eclipse.scout.sdk.core.s.derived.DtoUpdateHandlerTest 10:14:52 [INFO] Running org.eclipse.scout.sdk.core.s.dto.AnnotationCopyTest 10:14:52 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.169 s - in org.eclipse.scout.sdk.core.s.dto.AnnotationCopyTest 10:14:52 [INFO] Running org.eclipse.scout.sdk.core.s.dto.ExtensionFormDataTest 10:14:52 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.607 s - in org.eclipse.scout.sdk.core.s.dto.ExtensionFormDataTest 10:14:52 [INFO] Running org.eclipse.scout.sdk.core.s.dto.ExternalCheckboxFieldTest 10:14:52 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.1 s - in org.eclipse.scout.sdk.core.s.dto.ExternalCheckboxFieldTest 10:14:52 [INFO] Running org.eclipse.scout.sdk.core.s.dto.ExternalGroupboxTest 10:14:53 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 s - in org.eclipse.scout.sdk.core.s.dto.ExternalGroupboxTest 10:14:53 [INFO] Running org.eclipse.scout.sdk.core.s.dto.ExternalTableFieldTest 10:14:53 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.121 s - in org.eclipse.scout.sdk.core.s.dto.ExternalTableFieldTest 10:14:53 [INFO] Running org.eclipse.scout.sdk.core.s.dto.FormDataOrderTest 10:14:53 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.163 s - in org.eclipse.scout.sdk.core.s.dto.FormDataOrderTest 10:14:53 [INFO] Running org.eclipse.scout.sdk.core.s.dto.FormFieldMenuTest 10:14:53 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11 s - in org.eclipse.scout.sdk.core.s.dto.FormFieldMenuTest 10:14:53 [INFO] Running org.eclipse.scout.sdk.core.s.dto.FormPropertiesTest 10:14:53 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.165 s - in org.eclipse.scout.sdk.core.s.dto.FormPropertiesTest 10:14:53 [INFO] Running org.eclipse.scout.sdk.core.s.dto.FormWithGroupboxesTest 10:14:53 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 s - in org.eclipse.scout.sdk.core.s.dto.FormWithGroupboxesTest 10:14:53 [INFO] Running org.eclipse.scout.sdk.core.s.dto.FormWithTemplateTest 10:14:53 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.128 s - in org.eclipse.scout.sdk.core.s.dto.FormWithTemplateTest 10:14:53 [INFO] Running org.eclipse.scout.sdk.core.s.dto.IgnoredFieldsFormTest 10:14:54 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.12 s - in org.eclipse.scout.sdk.core.s.dto.IgnoredFieldsFormTest 10:14:54 [INFO] Running org.eclipse.scout.sdk.core.s.dto.ListBoxFormTest 10:14:54 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 s - in org.eclipse.scout.sdk.core.s.dto.ListBoxFormTest 10:14:54 [INFO] Running org.eclipse.scout.sdk.core.s.dto.MasterFieldFormDataTest 10:14:54 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 s - in org.eclipse.scout.sdk.core.s.dto.MasterFieldFormDataTest 10:14:54 [INFO] Running org.eclipse.scout.sdk.core.s.dto.MixedValueFieldTest 10:14:54 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 s - in org.eclipse.scout.sdk.core.s.dto.MixedValueFieldTest 10:14:54 [INFO] Running org.eclipse.scout.sdk.core.s.dto.NestedMultiLevelFormFieldTest 10:14:54 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.502 s - in org.eclipse.scout.sdk.core.s.dto.NestedMultiLevelFormFieldTest 10:14:54 [INFO] Running org.eclipse.scout.sdk.core.s.dto.PageBeanDataTest 10:14:55 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.659 s - in org.eclipse.scout.sdk.core.s.dto.PageBeanDataTest 10:14:55 [INFO] Running org.eclipse.scout.sdk.core.s.dto.ReplaceFormFieldTest 10:14:57 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.46 s - in org.eclipse.scout.sdk.core.s.dto.ReplaceFormFieldTest 10:14:57 [INFO] Running org.eclipse.scout.sdk.core.s.dto.ReplaceWithTemplatesTest 10:14:57 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.497 s - in org.eclipse.scout.sdk.core.s.dto.ReplaceWithTemplatesTest 10:14:57 [INFO] Running org.eclipse.scout.sdk.core.s.dto.ReplacingFormTest 10:14:57 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s - in org.eclipse.scout.sdk.core.s.dto.ReplacingFormTest 10:14:57 [INFO] Running org.eclipse.scout.sdk.core.s.dto.ReplacingPageTest 10:14:57 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 s - in org.eclipse.scout.sdk.core.s.dto.ReplacingPageTest 10:14:57 [INFO] Running org.eclipse.scout.sdk.core.s.dto.ScopeTest 10:14:57 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.275 s - in org.eclipse.scout.sdk.core.s.dto.ScopeTest 10:14:57 [INFO] Running org.eclipse.scout.sdk.core.s.dto.SimpleFormTest 10:14:58 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.142 s - in org.eclipse.scout.sdk.core.s.dto.SimpleFormTest 10:14:58 [INFO] Running org.eclipse.scout.sdk.core.s.dto.TableFieldBeanTest 10:14:58 2022-07-13 14:14:58.843 [WARNING] Column 'formdata.client.ui.forms.ColumnWithoutTypeForm$MainBox$MyTableField$Table$MyColumn' has no value type. 10:14:58 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.723 s - in org.eclipse.scout.sdk.core.s.dto.TableFieldBeanTest 10:14:58 [INFO] Running org.eclipse.scout.sdk.core.s.dto.TableFieldExtensionTest 10:14:59 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.208 s - in org.eclipse.scout.sdk.core.s.dto.TableFieldExtensionTest 10:14:59 [INFO] Running org.eclipse.scout.sdk.core.s.dto.TableFieldFormTest 10:14:59 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.126 s - in org.eclipse.scout.sdk.core.s.dto.TableFieldFormTest 10:14:59 [INFO] Running org.eclipse.scout.sdk.core.s.dto.TableFieldWithIgnoredColumnsTest 10:14:59 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.547 s - in org.eclipse.scout.sdk.core.s.dto.TableFieldWithIgnoredColumnsTest 10:14:59 [INFO] Running org.eclipse.scout.sdk.core.s.entity.EntityNewOperationTest 10:14:59 2022-07-13 14:14:59.814 [WARNING] No Form will be created, because the client source folder was not provided or could not be determined. 10:14:59 2022-07-13 14:14:59.817 [WARNING] No Page will be created, because the client source folder was not provided or could not be determined. 10:14:59 2022-07-13 14:14:59.947 [WARNING] No Form will be created, because the client source folder was not provided or could not be determined. 10:14:59 2022-07-13 14:14:59.947 [WARNING] No Page will be created, because the client source folder was not provided or could not be determined. 10:15:00 2022-07-13 14:15:00.248 [WARNING] No Form will be created, because the client source folder was not provided or could not be determined. 10:15:00 2022-07-13 14:15:00.248 [WARNING] No Page will be created, because the client source folder was not provided or could not be determined. 10:15:00 2022-07-13 14:15:00.377 [WARNING] No Form will be created, because the client source folder was not provided or could not be determined. 10:15:00 2022-07-13 14:15:00.377 [WARNING] No Page will be created, because the client source folder was not provided or could not be determined. 10:15:00 2022-07-13 14:15:00.854 [WARNING] No Form will be created, because the client source folder was not provided or could not be determined. 10:15:00 2022-07-13 14:15:00.854 [WARNING] No Page will be created, because the client source folder was not provided or could not be determined. 10:15:01 2022-07-13 14:15:01.054 [WARNING] No Form will be created, because the client source folder was not provided or could not be determined. 10:15:01 2022-07-13 14:15:01.055 [WARNING] No Page will be created, because the client source folder was not provided or could not be determined. 10:15:01 2022-07-13 14:15:01.392 [WARNING] No Form will be created, because the client source folder was not provided or could not be determined. 10:15:01 2022-07-13 14:15:01.392 [WARNING] No Page will be created, because the client source folder was not provided or could not be determined. 10:15:01 2022-07-13 14:15:01.523 [WARNING] No Form will be created, because the client source folder was not provided or could not be determined. 10:15:01 2022-07-13 14:15:01.523 [WARNING] No Page will be created, because the client source folder was not provided or could not be determined. 10:15:01 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.209 s - in org.eclipse.scout.sdk.core.s.entity.EntityNewOperationTest 10:15:01 [INFO] Running org.eclipse.scout.sdk.core.s.environment.EnvironmentTest 10:15:02 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.002 s - in org.eclipse.scout.sdk.core.s.environment.EnvironmentTest 10:15:02 [INFO] Running org.eclipse.scout.sdk.core.s.environment.SdkFutureTest 10:15:02 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.scout.sdk.core.s.environment.SdkFutureTest 10:15:02 [INFO] Running org.eclipse.scout.sdk.core.s.form.FormGeneratorTest 10:15:03 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 s - in org.eclipse.scout.sdk.core.s.form.FormGeneratorTest 10:15:03 [INFO] Running org.eclipse.scout.sdk.core.s.form.FormNewOperationTest 10:15:11 [INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.425 s - in org.eclipse.scout.sdk.core.s.form.FormNewOperationTest 10:15:11 [INFO] Running org.eclipse.scout.sdk.core.s.jaxws.EmptyWsdlGeneratorTest 10:15:11 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.sdk.core.s.jaxws.EmptyWsdlGeneratorTest 10:15:11 [INFO] Running org.eclipse.scout.sdk.core.s.jaxws.JaxWsModuleNewHelperTest 10:15:11 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s - in org.eclipse.scout.sdk.core.s.jaxws.JaxWsModuleNewHelperTest 10:15:11 [INFO] Running org.eclipse.scout.sdk.core.s.jaxws.JaxWsUtilsTest 10:15:11 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s - in org.eclipse.scout.sdk.core.s.jaxws.JaxWsUtilsTest 10:15:11 [INFO] Running org.eclipse.scout.sdk.core.s.jaxws.WebServiceNewOperationTest 10:15:11 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.127 s - in org.eclipse.scout.sdk.core.s.jaxws.WebServiceNewOperationTest 10:15:11 [INFO] Running org.eclipse.scout.sdk.core.s.lookupcall.LookupCallGeneratorTest 10:15:11 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s - in org.eclipse.scout.sdk.core.s.lookupcall.LookupCallGeneratorTest 10:15:11 [INFO] Running org.eclipse.scout.sdk.core.s.lookupcall.LookupCallNewOperationTest 10:15:12 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.734 s - in org.eclipse.scout.sdk.core.s.lookupcall.LookupCallNewOperationTest 10:15:12 [INFO] Running org.eclipse.scout.sdk.core.s.nls.FilteredTranslationStoreTest 10:15:12 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.219 s - in org.eclipse.scout.sdk.core.s.nls.FilteredTranslationStoreTest 10:15:12 [INFO] Running org.eclipse.scout.sdk.core.s.nls.LanguageTest 10:15:12 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.scout.sdk.core.s.nls.LanguageTest 10:15:12 [INFO] Running org.eclipse.scout.sdk.core.s.nls.TranslationEntryTest 10:15:12 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.scout.sdk.core.s.nls.TranslationEntryTest 10:15:12 [INFO] Running org.eclipse.scout.sdk.core.s.nls.TranslationStoreComparatorTest 10:15:13 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 s - in org.eclipse.scout.sdk.core.s.nls.TranslationStoreComparatorTest 10:15:13 [INFO] Running org.eclipse.scout.sdk.core.s.nls.TranslationsTest 10:15:13 2022-07-13 14:15:12.982 [WARNING] Mock for ITranslationStore, hashCode: 1814558833 contains no languages! Please check the configuration. 10:15:13 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 s - in org.eclipse.scout.sdk.core.s.nls.TranslationsTest 10:15:13 [INFO] Running org.eclipse.scout.sdk.core.s.nls.UiTextContributorTest 10:15:13 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s - in org.eclipse.scout.sdk.core.s.nls.UiTextContributorTest 10:15:13 [INFO] Running org.eclipse.scout.sdk.core.s.nls.WebModuleTranslationStoresTest 10:15:13 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s - in org.eclipse.scout.sdk.core.s.nls.WebModuleTranslationStoresTest 10:15:13 [INFO] Running org.eclipse.scout.sdk.core.s.nls.manager.StackedTranslationTest 10:15:13 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s - in org.eclipse.scout.sdk.core.s.nls.manager.StackedTranslationTest 10:15:13 [INFO] Running org.eclipse.scout.sdk.core.s.nls.manager.TranslationManagerEventTest 10:15:13 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 s - in org.eclipse.scout.sdk.core.s.nls.manager.TranslationManagerEventTest 10:15:13 [INFO] Running org.eclipse.scout.sdk.core.s.nls.manager.TranslationManagerTest 10:15:14 [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.545 s - in org.eclipse.scout.sdk.core.s.nls.manager.TranslationManagerTest 10:15:14 [INFO] Running org.eclipse.scout.sdk.core.s.nls.properties.PropertiesTextProviderServiceTest 10:15:14 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s - in org.eclipse.scout.sdk.core.s.nls.properties.PropertiesTextProviderServiceTest 10:15:14 [INFO] Running org.eclipse.scout.sdk.core.s.nls.properties.PropertiesTranslationStoreTest 10:15:14 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.227 s - in org.eclipse.scout.sdk.core.s.nls.properties.PropertiesTranslationStoreTest 10:15:14 [INFO] Running org.eclipse.scout.sdk.core.s.nls.properties.TranslationPropertiesFileTest 10:15:14 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 s - in org.eclipse.scout.sdk.core.s.nls.properties.TranslationPropertiesFileTest 10:15:14 [INFO] Running org.eclipse.scout.sdk.core.s.nls.query.MissingTranslationQueryTest 10:15:14 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.146 s - in org.eclipse.scout.sdk.core.s.nls.query.MissingTranslationQueryTest 10:15:14 [INFO] Running org.eclipse.scout.sdk.core.s.nls.query.TranslationKeysQueryTest 10:15:14 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.scout.sdk.core.s.nls.query.TranslationKeysQueryTest 10:15:14 [INFO] Running org.eclipse.scout.sdk.core.s.page.PageGeneratorTest 10:15:14 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 s - in org.eclipse.scout.sdk.core.s.page.PageGeneratorTest 10:15:14 [INFO] Running org.eclipse.scout.sdk.core.s.page.PageNewOperationTest 10:15:16 [INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.17 s - in org.eclipse.scout.sdk.core.s.page.PageNewOperationTest 10:15:16 [INFO] Running org.eclipse.scout.sdk.core.s.permission.PermissionNewOperationTest 10:15:16 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.eclipse.scout.sdk.core.s.permission.PermissionNewOperationTest 10:15:16 [INFO] Running org.eclipse.scout.sdk.core.s.structured.WellformTest 10:15:17 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.559 s - in org.eclipse.scout.sdk.core.s.structured.WellformTest 10:15:17 [INFO] Running org.eclipse.scout.sdk.core.s.testcase.TestGeneratorTest 10:15:17 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s - in org.eclipse.scout.sdk.core.s.testcase.TestGeneratorTest 10:15:17 [INFO] Running org.eclipse.scout.sdk.core.s.testing.CoreScoutTestingUtilsTest 10:15:17 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.scout.sdk.core.s.testing.CoreScoutTestingUtilsTest 10:15:17 [INFO] Running org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentTest 10:15:17 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 s - in org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentTest 10:15:17 [INFO] Running org.eclipse.scout.sdk.core.s.util.CharSequenceInputStreamTest 10:15:18 [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.286 s - in org.eclipse.scout.sdk.core.s.util.CharSequenceInputStreamTest 10:15:18 [INFO] Running org.eclipse.scout.sdk.core.s.util.DelayedBufferTest 10:15:22 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.727 s - in org.eclipse.scout.sdk.core.s.util.DelayedBufferTest 10:15:22 [INFO] Running org.eclipse.scout.sdk.core.s.util.ScoutTierTest 10:15:22 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s - in org.eclipse.scout.sdk.core.s.util.ScoutTierTest 10:15:22 [INFO] Running org.eclipse.scout.sdk.core.s.util.maven.MavenBuildTest 10:15:22 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.sdk.core.s.util.maven.MavenBuildTest 10:15:22 [INFO] Running org.eclipse.scout.sdk.core.s.util.maven.MavenModuleVersionTest 10:15:22 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.166 s - in org.eclipse.scout.sdk.core.s.util.maven.MavenModuleVersionTest 10:15:22 [INFO] Running org.eclipse.scout.sdk.core.s.util.maven.PomTest 10:15:22 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.scout.sdk.core.s.util.maven.PomTest 10:15:23 [INFO] 10:15:23 [INFO] Results: 10:15:23 [INFO] 10:15:23 [INFO] Tests run: 363, Failures: 0, Errors: 0, Skipped: 0 10:15:23 [INFO] 10:15:23 [INFO] 10:15:23 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ org.eclipse.scout.sdk.core.s.test --- 10:15:23 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-11.0.0-SNAPSHOT.jar 10:15:23 [INFO] 10:15:23 [INFO] --- maven-jar-plugin:3.2.0:test-jar (attach-tests) @ org.eclipse.scout.sdk.core.s.test --- 10:15:23 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-11.0.0-SNAPSHOT-tests.jar 10:15:23 [INFO] 10:15:23 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.core.s.test --- 10:15:23 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-11.0.0-SNAPSHOT-sources.jar 10:15:23 [INFO] 10:15:23 [INFO] --- maven-source-plugin:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.core.s.test --- 10:15:23 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-11.0.0-SNAPSHOT-test-sources.jar 10:15:23 [INFO] 10:15:23 [INFO] --- duplicate-finder-maven-plugin:1.4.0:check (default) @ org.eclipse.scout.sdk.core.s.test --- 10:15:23 [INFO] Checking compile classpath 10:15:24 [INFO] Checking runtime classpath 10:15:24 [INFO] Checking test classpath 10:15:24 [INFO] 10:15:24 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.core.s.test --- 10:15:24 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-11.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s.test/11.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s.test-11.0.0-SNAPSHOT.jar 10:15:24 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.core.s.test/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s.test/11.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s.test-11.0.0-SNAPSHOT.pom 10:15:24 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-11.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s.test/11.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s.test-11.0.0-SNAPSHOT-tests.jar 10:15:24 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-11.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s.test/11.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s.test-11.0.0-SNAPSHOT-sources.jar 10:15:24 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-11.0.0-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s.test/11.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s.test-11.0.0-SNAPSHOT-test-sources.jar 10:15:24 [INFO] 10:15:24 [INFO] ----------< org.eclipse.scout.sdk:org.eclipse.scout.sdk.doc >----------- 10:15:24 [INFO] Building org.eclipse.scout.sdk:org.eclipse.scout.sdk.doc 11.0.0-SNAPSHOT [10/15] 10:15:24 [INFO] --------------------------------[ jar ]--------------------------------- 10:15:25 [INFO] 10:15:25 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.doc --- 10:15:25 [INFO] 10:15:25 [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-rules) @ org.eclipse.scout.sdk.doc --- 10:15:25 [INFO] Skipping Rule Enforcement. 10:15:25 [INFO] 10:15:25 [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (parse-version) @ org.eclipse.scout.sdk.doc --- 10:15:25 [INFO] 10:15:25 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.scout.sdk.doc --- 10:15:25 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.doc/../org.eclipse.scout.sdk/target/jacoco-all.exec 10:15:25 [INFO] 10:15:25 [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.doc --- 10:15:25 [INFO] 10:15:25 [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.doc --- 10:15:25 [INFO] 10:15:25 [INFO] --- asciidoctor-maven-plugin:2.1.0:process-asciidoc (scout-sdk-doc-to-html) @ org.eclipse.scout.sdk.doc --- 10:15:33 [INFO] Using 'UTF-8' encoding to copy filtered resources. 10:15:33 [INFO] Copying 4 resources 10:15:36 [INFO] Converted /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.doc/src/main/asciidoc/index.adoc 10:15:36 [INFO] 10:15:36 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.scout.sdk.doc --- 10:15:36 [INFO] Using 'UTF-8' encoding to copy filtered resources. 10:15:36 [INFO] Using 'UTF-8' encoding to copy filtered properties files. 10:15:36 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.doc/src/main/resources 10:15:36 [INFO] Copying 2 resources 10:15:36 [INFO] 10:15:36 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.scout.sdk.doc --- 10:15:36 [INFO] Changes detected - recompiling the module! 10:15:36 [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.doc/target/classes 10:15:36 [INFO] 10:15:36 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.scout.sdk.doc --- 10:15:36 [INFO] Using 'UTF-8' encoding to copy filtered resources. 10:15:36 [INFO] Using 'UTF-8' encoding to copy filtered properties files. 10:15:36 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.doc/src/test/resources 10:15:36 [INFO] 10:15:36 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.doc --- 10:15:36 [INFO] No sources to compile 10:15:36 [INFO] 10:15:36 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.scout.sdk.doc --- 10:15:36 [INFO] No tests to run. 10:15:36 [INFO] 10:15:36 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ org.eclipse.scout.sdk.doc --- 10:15:36 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.doc/target/org.eclipse.scout.sdk.doc-11.0.0-SNAPSHOT.jar 10:15:36 [INFO] 10:15:36 [INFO] --- maven-jar-plugin:3.2.0:test-jar (attach-tests) @ org.eclipse.scout.sdk.doc --- 10:15:36 [INFO] Skipping packaging of the test-jar 10:15:36 [INFO] 10:15:36 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.doc --- 10:15:36 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.doc/target/org.eclipse.scout.sdk.doc-11.0.0-SNAPSHOT-sources.jar 10:15:36 [INFO] 10:15:36 [INFO] --- maven-source-plugin:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.doc --- 10:15:36 [INFO] No sources in project. Archive not created. 10:15:36 [INFO] 10:15:36 [INFO] --- duplicate-finder-maven-plugin:1.4.0:check (default) @ org.eclipse.scout.sdk.doc --- 10:15:36 [INFO] Checking compile classpath 10:15:36 [INFO] Checking runtime classpath 10:15:36 [INFO] Checking test classpath 10:15:36 [INFO] 10:15:36 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.doc --- 10:15:36 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.doc/target/org.eclipse.scout.sdk.doc-11.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.doc/11.0.0-SNAPSHOT/org.eclipse.scout.sdk.doc-11.0.0-SNAPSHOT.jar 10:15:36 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.doc/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.doc/11.0.0-SNAPSHOT/org.eclipse.scout.sdk.doc-11.0.0-SNAPSHOT.pom 10:15:36 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.doc/target/org.eclipse.scout.sdk.doc-11.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.doc/11.0.0-SNAPSHOT/org.eclipse.scout.sdk.doc-11.0.0-SNAPSHOT-sources.jar 10:15:36 [INFO] 10:15:36 [INFO] --------< org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e >--------- 10:15:36 [INFO] Building org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e 11.0.0-SNAPSHOT [11/15] 10:15:36 [INFO] -------------------------------[ bundle ]------------------------------- 10:15:39 [INFO] 10:15:39 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.s2e --- 10:15:39 [INFO] 10:15:39 [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e --- 10:15:39 [INFO] Skipping Rule Enforcement. 10:15:39 [INFO] 10:15:39 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.scout.sdk.s2e --- 10:15:39 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.s2e/../org.eclipse.scout.sdk/target/jacoco-all.exec 10:15:39 [INFO] 10:15:39 [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e --- 10:15:39 [INFO] 10:15:39 [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e --- 10:15:39 [INFO] 10:15:39 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.scout.sdk.s2e --- 10:15:39 [INFO] Using 'UTF-8' encoding to copy filtered resources. 10:15:39 [INFO] Using 'UTF-8' encoding to copy filtered properties files. 10:15:40 [INFO] Copying 2 resources 10:15:40 [INFO] Copying 3 resources 10:15:40 [INFO] 10:15:40 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.scout.sdk.s2e --- 10:15:40 [INFO] Changes detected - recompiling the module! 10:15:40 [INFO] Compiling 45 source files to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.s2e/target/classes 10:15:40 [INFO] 10:15:40 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e --- 10:15:40 [INFO] Using 'UTF-8' encoding to copy filtered resources. 10:15:40 [INFO] Using 'UTF-8' encoding to copy filtered properties files. 10:15:40 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.s2e/src/test/resources 10:15:40 [INFO] 10:15:40 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e --- 10:15:40 [INFO] No sources to compile 10:15:40 [INFO] 10:15:40 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.scout.sdk.s2e --- 10:15:40 [INFO] No tests to run. 10:15:40 [INFO] 10:15:40 [INFO] --- maven-bundle-plugin:5.1.1:bundle (default-bundle) @ org.eclipse.scout.sdk.s2e --- 10:15:42 [WARNING] Bundle org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e:bundle:11.0.0-SNAPSHOT : Host org.eclipse.m2e.maven.runtime=bundle-version="[1.15,2)";visibility:=reexport for this fragment/require bundle cannot be found on the classpath 10:15:42 [INFO] 10:15:42 [INFO] --- maven-jar-plugin:3.2.0:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e --- 10:15:42 [INFO] Skipping packaging of the test-jar 10:15:42 [INFO] 10:15:42 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e --- 10:15:42 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-11.0.0-SNAPSHOT-sources.jar 10:15:42 [INFO] 10:15:42 [INFO] --- maven-source-plugin:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e --- 10:15:42 [INFO] No sources in project. Archive not created. 10:15:42 [INFO] 10:15:42 [INFO] --- duplicate-finder-maven-plugin:1.4.0:check (default) @ org.eclipse.scout.sdk.s2e --- 10:15:42 [INFO] Checking compile classpath 10:15:43 [INFO] Checking runtime classpath 10:15:43 [INFO] Checking test classpath 10:15:43 [INFO] 10:15:43 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e --- 10:15:43 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-11.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e/11.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e-11.0.0-SNAPSHOT.jar 10:15:43 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.s2e/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e/11.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e-11.0.0-SNAPSHOT.pom 10:15:43 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-11.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e/11.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e-11.0.0-SNAPSHOT-sources.jar 10:15:43 [INFO] 10:15:43 [INFO] --- maven-bundle-plugin:5.1.1:install (default-install) @ org.eclipse.scout.sdk.s2e --- 10:15:43 [INFO] Local OBR update disabled (enable with -DobrRepository) 10:15:43 [INFO] 10:15:43 [INFO] ------< org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.test >------ 10:15:43 [INFO] Building org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.test 11.0.0-SNAPSHOT [12/15] 10:15:43 [INFO] --------------------------------[ jar ]--------------------------------- 10:15:43 [WARNING] The POM for org.eclipse.platform:org.eclipse.swt:jar:3.115.100 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details 10:15:43 [INFO] 10:15:43 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.s2e.test --- 10:15:43 [INFO] 10:15:43 [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e.test --- 10:15:43 [INFO] Skipping Rule Enforcement. 10:15:43 [INFO] 10:15:43 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.test --- 10:15:43 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.s2e.test/../org.eclipse.scout.sdk/target/jacoco-all.exec 10:15:43 [INFO] 10:15:43 [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.test --- 10:15:43 [INFO] 10:15:43 [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.test --- 10:15:43 [INFO] 10:15:43 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.scout.sdk.s2e.test --- 10:15:43 [INFO] Using 'UTF-8' encoding to copy filtered resources. 10:15:43 [INFO] Using 'UTF-8' encoding to copy filtered properties files. 10:15:43 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.s2e.test/src/main/resources 10:15:43 [INFO] Copying 2 resources 10:15:43 [INFO] 10:15:43 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.scout.sdk.s2e.test --- 10:15:43 [INFO] Changes detected - recompiling the module! 10:15:43 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.s2e.test/target/classes 10:15:44 [INFO] 10:15:44 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.test --- 10:15:44 [INFO] Using 'UTF-8' encoding to copy filtered resources. 10:15:44 [INFO] Using 'UTF-8' encoding to copy filtered properties files. 10:15:44 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.s2e.test/src/test/resources 10:15:44 [INFO] 10:15:44 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.test --- 10:15:44 [INFO] Changes detected - recompiling the module! 10:15:44 [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.s2e.test/target/test-classes 10:15:44 [INFO] 10:15:44 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.scout.sdk.s2e.test --- 10:15:44 [INFO] 10:15:44 [INFO] ------------------------------------------------------- 10:15:44 [INFO] T E S T S 10:15:44 [INFO] ------------------------------------------------------- 10:15:45 [INFO] Running org.eclipse.scout.sdk.s2e.EclipseApiTest 10:15:46 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.278 s - in org.eclipse.scout.sdk.s2e.EclipseApiTest 10:15:46 [INFO] Running org.eclipse.scout.sdk.s2e.environment.AbstractJobTest 10:15:47 2022-07-13 14:15:47.074 [SEVERE] 10:15:47 org.eclipse.core.runtime.CoreException: test exception 10:15:47 at org.eclipse.scout.sdk.s2e.environment.AbstractJobTest$4.execute(AbstractJobTest.java:115) 10:15:47 at org.eclipse.scout.sdk.s2e.environment.AbstractJob.runInternal(AbstractJob.java:174) 10:15:47 at org.eclipse.scout.sdk.s2e.environment.AbstractJob.run(AbstractJob.java:141) 10:15:47 at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) 10:15:47 2022-07-13 14:15:47.096 [SEVERE] 10:15:47 java.lang.IllegalArgumentException: test exception 10:15:47 at org.eclipse.scout.sdk.s2e.environment.AbstractJobTest$5.execute(AbstractJobTest.java:128) 10:15:47 at org.eclipse.scout.sdk.s2e.environment.AbstractJob.runInternal(AbstractJob.java:174) 10:15:47 at org.eclipse.scout.sdk.s2e.environment.AbstractJob.run(AbstractJob.java:141) 10:15:47 at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) 10:15:47 2022-07-13 14:15:47.102 [FINE] Job '' finished after 0ms. It has been scheduled by: 10:15:47 at org.eclipse.scout.sdk.s2e.environment.AbstractJob.run(AbstractJob.java:148) 10:15:47 at org.eclipse.scout.sdk.s2e.environment.AbstractJobTest.testCallerStackTraceRun(AbstractJobTest.java:77) 10:15:47 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 10:15:47 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 10:15:47 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 10:15:47 at java.base/java.lang.reflect.Method.invoke(Method.java:566) 10:15:47 at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:688) 10:15:47 at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) 10:15:47 at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) 10:15:47 at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149) 10:15:47 at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140) 10:15:47 at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84) 10:15:47 at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115) 10:15:47 at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105) 10:15:47 at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) 10:15:47 at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) 10:15:47 at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) 10:15:47 at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) 10:15:47 at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104) 10:15:47 at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98) 10:15:47 at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:210) 10:15:47 at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) 10:15:47 at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:206) 10:15:47 at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:131) 10:15:47 at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:65) 10:15:47 at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139) 10:15:47 at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) 10:15:47 at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) 10:15:47 at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) 10:15:47 at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) 10:15:47 at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) 10:15:47 at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) 10:15:47 at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) 10:15:47 at java.base/java.util.ArrayList.forEach(ArrayList.java:1540) 10:15:47 at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) 10:15:47 at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) 10:15:47 at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) 10:15:47 at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) 10:15:47 at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) 10:15:47 at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) 10:15:47 at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) 10:15:47 at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) 10:15:47 at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) 10:15:47 at java.base/java.util.ArrayList.forEach(ArrayList.java:1540) 10:15:47 at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) 10:15:47 at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) 10:15:47 at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) 10:15:47 at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) 10:15:47 at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) 10:15:47 at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) 10:15:47 at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) 10:15:47 at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) 10:15:47 at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) 10:15:47 at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32) 10:15:47 at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) 10:15:47 at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51) 10:15:47 at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108) 10:15:47 at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88) 10:15:47 at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54) 10:15:47 at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67) 10:15:47 at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52) 10:15:47 at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96) 10:15:47 at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75) 10:15:47 at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150) 10:15:47 at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124) 10:15:47 at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) 10:15:47 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) 10:15:47 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) 10:15:47 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) 10:15:47 2022-07-13 14:15:47.141 [FINE] Job '' finished after 0ms. It has been scheduled by: 10:15:47 at org.eclipse.scout.sdk.s2e.environment.AbstractJobTest.testCallerStackTraceSchedule(AbstractJobTest.java:54) 10:15:47 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 10:15:47 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 10:15:47 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 10:15:47 at java.base/java.lang.reflect.Method.invoke(Method.java:566) 10:15:47 at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:688) 10:15:47 at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) 10:15:47 at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) 10:15:47 at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149) 10:15:47 at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140) 10:15:47 at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84) 10:15:47 at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115) 10:15:47 at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105) 10:15:47 at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) 10:15:47 at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) 10:15:47 at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) 10:15:47 at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) 10:15:47 at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104) 10:15:47 at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98) 10:15:47 at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:210) 10:15:47 at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) 10:15:47 at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:206) 10:15:47 at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:131) 10:15:47 at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:65) 10:15:47 at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139) 10:15:47 at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) 10:15:47 at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) 10:15:47 at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) 10:15:47 at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) 10:15:47 at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) 10:15:47 at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) 10:15:47 at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) 10:15:47 at java.base/java.util.ArrayList.forEach(ArrayList.java:1540) 10:15:47 at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) 10:15:47 at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) 10:15:47 at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) 10:15:47 at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) 10:15:47 at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) 10:15:47 at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) 10:15:47 at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) 10:15:47 at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) 10:15:47 at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) 10:15:47 at java.base/java.util.ArrayList.forEach(ArrayList.java:1540) 10:15:47 at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) 10:15:47 at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) 10:15:47 at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) 10:15:47 at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) 10:15:47 at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) 10:15:47 at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) 10:15:47 at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) 10:15:47 at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) 10:15:47 at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) 10:15:47 at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32) 10:15:47 at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) 10:15:47 at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51) 10:15:47 at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108) 10:15:47 at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88) 10:15:47 at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54) 10:15:47 at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67) 10:15:47 at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52) 10:15:47 at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96) 10:15:47 at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75) 10:15:47 at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150) 10:15:47 at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124) 10:15:47 at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) 10:15:47 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) 10:15:47 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) 10:15:47 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) 10:15:47 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.155 s - in org.eclipse.scout.sdk.s2e.environment.AbstractJobTest 10:15:47 [INFO] Running org.eclipse.scout.sdk.s2e.environment.EclipseEnvironmentTest 10:15:52 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.718 s - in org.eclipse.scout.sdk.s2e.environment.EclipseEnvironmentTest 10:15:52 [INFO] Running org.eclipse.scout.sdk.s2e.environment.JobFutureTest 10:15:53 2022-07-13 14:15:53.070 [SEVERE] 10:15:53 org.eclipse.core.runtime.CoreException: test exception 10:15:53 at org.eclipse.scout.sdk.s2e.environment.JobFutureTest.testCheckedExceptionResult(JobFutureTest.java:70) 10:15:53 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 10:15:53 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 10:15:53 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 10:15:53 at java.base/java.lang.reflect.Method.invoke(Method.java:566) 10:15:53 at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:688) 10:15:53 at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) 10:15:53 at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) 10:15:53 at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149) 10:15:53 at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140) 10:15:53 at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84) 10:15:53 at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115) 10:15:53 at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105) 10:15:53 at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) 10:15:53 at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) 10:15:53 at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) 10:15:53 at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) 10:15:53 at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104) 10:15:53 at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98) 10:15:53 at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:210) 10:15:53 at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) 10:15:53 at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:206) 10:15:53 at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:131) 10:15:53 at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:65) 10:15:53 at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139) 10:15:53 at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) 10:15:53 at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) 10:15:53 at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) 10:15:53 at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) 10:15:53 at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) 10:15:53 at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) 10:15:53 at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) 10:15:53 at java.base/java.util.ArrayList.forEach(ArrayList.java:1540) 10:15:53 at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) 10:15:53 at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) 10:15:53 at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) 10:15:53 at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) 10:15:53 at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) 10:15:53 at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) 10:15:53 at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) 10:15:53 at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) 10:15:53 at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) 10:15:53 at java.base/java.util.ArrayList.forEach(ArrayList.java:1540) 10:15:53 at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) 10:15:53 at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) 10:15:53 at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) 10:15:53 at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) 10:15:53 at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) 10:15:53 at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) 10:15:53 at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) 10:15:53 at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) 10:15:53 at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) 10:15:53 at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32) 10:15:53 at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) 10:15:53 at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51) 10:15:53 at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108) 10:15:53 at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88) 10:15:53 at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54) 10:15:53 at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67) 10:15:53 at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52) 10:15:53 at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96) 10:15:53 at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75) 10:15:53 at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150) 10:15:53 at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124) 10:15:53 at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) 10:15:53 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) 10:15:53 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) 10:15:53 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) 10:15:53 Caused by: java.lang.Exception: test exception 10:15:53 ... 68 more 10:15:53 2022-07-13 14:15:53.177 [SEVERE] 10:15:53 java.lang.RuntimeException: test exception 10:15:53 at org.eclipse.scout.sdk.s2e.environment.JobFutureTest.testRuntimeExceptionResult(JobFutureTest.java:190) 10:15:53 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 10:15:53 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 10:15:53 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 10:15:53 at java.base/java.lang.reflect.Method.invoke(Method.java:566) 10:15:53 at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:688) 10:15:53 at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) 10:15:53 at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) 10:15:53 at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149) 10:15:53 at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140) 10:15:53 at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84) 10:15:53 at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115) 10:15:53 at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105) 10:15:53 at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) 10:15:53 at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) 10:15:53 at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) 10:15:53 at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) 10:15:53 at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104) 10:15:53 at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98) 10:15:53 at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:210) 10:15:53 at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) 10:15:53 at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:206) 10:15:53 at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:131) 10:15:53 at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:65) 10:15:53 at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139) 10:15:53 at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) 10:15:53 at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) 10:15:53 at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) 10:15:53 at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) 10:15:53 at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) 10:15:53 at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) 10:15:53 at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) 10:15:53 at java.base/java.util.ArrayList.forEach(ArrayList.java:1540) 10:15:53 at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) 10:15:53 at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) 10:15:53 at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) 10:15:53 at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) 10:15:53 at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) 10:15:53 at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) 10:15:53 at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) 10:15:53 at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) 10:15:53 at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) 10:15:53 at java.base/java.util.ArrayList.forEach(ArrayList.java:1540) 10:15:53 at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) 10:15:53 at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) 10:15:53 at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) 10:15:53 at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) 10:15:53 at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) 10:15:53 at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) 10:15:53 at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) 10:15:53 at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) 10:15:53 at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) 10:15:53 at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32) 10:15:53 at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) 10:15:53 at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51) 10:15:53 at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108) 10:15:53 at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88) 10:15:53 at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54) 10:15:53 at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67) 10:15:53 at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52) 10:15:53 at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96) 10:15:53 at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75) 10:15:53 at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150) 10:15:53 at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124) 10:15:53 at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) 10:15:53 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) 10:15:53 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) 10:15:53 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) 10:15:53 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.325 s - in org.eclipse.scout.sdk.s2e.environment.JobFutureTest 10:15:53 [INFO] Running org.eclipse.scout.sdk.s2e.environment.OperationJobTest 10:15:53 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.scout.sdk.s2e.environment.OperationJobTest 10:15:53 [INFO] Running org.eclipse.scout.sdk.s2e.environment.ResourceWriteOperationTest 10:15:53 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.scout.sdk.s2e.environment.ResourceWriteOperationTest 10:15:53 [INFO] Running org.eclipse.scout.sdk.s2e.environment.WorkingCopyManagerTest 10:15:53 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.scout.sdk.s2e.environment.WorkingCopyManagerTest 10:15:53 [INFO] Running org.eclipse.scout.sdk.s2e.operation.project.ScoutProjectNewOperationTest 10:15:53 2022-07-13 14:15:53.231 [WARNING] Invalid number part (abc) in execution environment JavaSE-abc. 10:15:53 java.lang.IllegalArgumentException: invalid version "abc": non-numeric "abc" 10:15:53 at org.osgi.framework.Version.parseInt(Version.java:169) 10:15:53 at org.osgi.framework.Version.<init>(Version.java:126) 10:15:53 at org.osgi.framework.Version.valueOf(Version.java:255) 10:15:53 at org.osgi.framework.Version.parseVersion(Version.java:226) 10:15:53 at org.eclipse.scout.sdk.s2e.operation.project.ScoutProjectNewOperation.execEnvironmentToVersion(ScoutProjectNewOperation.java:142) 10:15:53 at org.eclipse.scout.sdk.s2e.operation.project.ScoutProjectNewOperationTest.testExecEnvironmentToVersion(ScoutProjectNewOperationTest.java:38) 10:15:53 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 10:15:53 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 10:15:53 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 10:15:53 at java.base/java.lang.reflect.Method.invoke(Method.java:566) 10:15:53 at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:688) 10:15:53 at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) 10:15:53 at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) 10:15:53 at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149) 10:15:53 at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140) 10:15:53 at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84) 10:15:53 at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115) 10:15:53 at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105) 10:15:53 at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) 10:15:53 at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) 10:15:53 at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) 10:15:53 at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) 10:15:53 at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104) 10:15:53 at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98) 10:15:53 at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:210) 10:15:53 at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) 10:15:53 at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:206) 10:15:53 at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:131) 10:15:53 at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:65) 10:15:53 at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139) 10:15:53 at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) 10:15:53 at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) 10:15:53 at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) 10:15:53 at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) 10:15:53 at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) 10:15:53 at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) 10:15:53 at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) 10:15:53 at java.base/java.util.ArrayList.forEach(ArrayList.java:1540) 10:15:53 at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) 10:15:53 at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) 10:15:53 at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) 10:15:53 at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) 10:15:53 at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) 10:15:53 at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) 10:15:53 at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) 10:15:53 at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) 10:15:53 at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) 10:15:53 at java.base/java.util.ArrayList.forEach(ArrayList.java:1540) 10:15:53 at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) 10:15:53 at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) 10:15:53 at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) 10:15:53 at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) 10:15:53 at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) 10:15:53 at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) 10:15:53 at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) 10:15:53 at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) 10:15:53 at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) 10:15:53 at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32) 10:15:53 at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) 10:15:53 at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51) 10:15:53 at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108) 10:15:53 at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88) 10:15:53 at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54) 10:15:53 at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67) 10:15:53 at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52) 10:15:53 at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96) 10:15:53 at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75) 10:15:53 at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150) 10:15:53 at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124) 10:15:53 at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) 10:15:53 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) 10:15:53 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) 10:15:53 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) 10:15:53 Caused by: java.lang.NumberFormatException: For input string: "abc" 10:15:53 at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) 10:15:53 at java.base/java.lang.Integer.parseInt(Integer.java:652) 10:15:53 at java.base/java.lang.Integer.parseInt(Integer.java:770) 10:15:53 at org.osgi.framework.Version.parseInt(Version.java:167) 10:15:53 ... 72 more 10:15:53 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.scout.sdk.s2e.operation.project.ScoutProjectNewOperationTest 10:15:53 [INFO] 10:15:53 [INFO] Results: 10:15:53 [INFO] 10:15:53 [INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0 10:15:53 [INFO] 10:15:53 [INFO] 10:15:53 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ org.eclipse.scout.sdk.s2e.test --- 10:15:53 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-11.0.0-SNAPSHOT.jar 10:15:53 [INFO] 10:15:53 [INFO] --- maven-jar-plugin:3.2.0:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.test --- 10:15:53 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-11.0.0-SNAPSHOT-tests.jar 10:15:53 [INFO] 10:15:53 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e.test --- 10:15:53 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-11.0.0-SNAPSHOT-sources.jar 10:15:53 [INFO] 10:15:53 [INFO] --- maven-source-plugin:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.test --- 10:15:53 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-11.0.0-SNAPSHOT-test-sources.jar 10:15:53 [INFO] 10:15:53 [INFO] --- duplicate-finder-maven-plugin:1.4.0:check (default) @ org.eclipse.scout.sdk.s2e.test --- 10:15:53 [INFO] Checking compile classpath 10:15:54 [INFO] Checking runtime classpath 10:15:54 [INFO] Checking test classpath 10:15:54 [INFO] 10:15:54 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e.test --- 10:15:54 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-11.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.test/11.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.test-11.0.0-SNAPSHOT.jar 10:15:54 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.s2e.test/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.test/11.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.test-11.0.0-SNAPSHOT.pom 10:15:54 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-11.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.test/11.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.test-11.0.0-SNAPSHOT-tests.jar 10:15:54 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-11.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.test/11.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.test-11.0.0-SNAPSHOT-sources.jar 10:15:54 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-11.0.0-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.test/11.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.test-11.0.0-SNAPSHOT-test-sources.jar 10:15:54 [INFO] 10:15:54 [INFO] ------< org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.doc >------- 10:15:54 [INFO] Building org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.doc 11.0.0-SNAPSHOT [13/15] 10:15:54 [INFO] -------------------------------[ bundle ]------------------------------- 10:15:54 [INFO] 10:15:54 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.s2e.doc --- 10:15:54 [INFO] 10:15:54 [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e.doc --- 10:15:54 [INFO] Skipping Rule Enforcement. 10:15:54 [INFO] 10:15:54 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.doc --- 10:15:54 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.s2e.doc/../org.eclipse.scout.sdk/target/jacoco-all.exec 10:15:54 [INFO] 10:15:54 [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.doc --- 10:15:54 [INFO] 10:15:54 [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.doc --- 10:15:54 [INFO] 10:15:54 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.scout.sdk.s2e.doc --- 10:15:54 [INFO] Using 'UTF-8' encoding to copy filtered resources. 10:15:54 [INFO] Using 'UTF-8' encoding to copy filtered properties files. 10:15:54 [INFO] Copying 63 resources 10:15:54 [INFO] 10:15:54 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.scout.sdk.s2e.doc --- 10:15:54 [INFO] Changes detected - recompiling the module! 10:15:54 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.s2e.doc/target/classes 10:15:54 [INFO] 10:15:54 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.doc --- 10:15:54 [INFO] Using 'UTF-8' encoding to copy filtered resources. 10:15:54 [INFO] Using 'UTF-8' encoding to copy filtered properties files. 10:15:54 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.s2e.doc/src/test/resources 10:15:54 [INFO] 10:15:54 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.doc --- 10:15:54 [INFO] No sources to compile 10:15:54 [INFO] 10:15:54 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.scout.sdk.s2e.doc --- 10:15:54 [INFO] No tests to run. 10:15:54 [INFO] 10:15:54 [INFO] --- maven-bundle-plugin:5.1.1:bundle (default-bundle) @ org.eclipse.scout.sdk.s2e.doc --- 10:15:54 [INFO] 10:15:54 [INFO] --- maven-jar-plugin:3.2.0:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.doc --- 10:15:54 [INFO] Skipping packaging of the test-jar 10:15:54 [INFO] 10:15:54 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e.doc --- 10:15:54 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-11.0.0-SNAPSHOT-sources.jar 10:15:54 [INFO] 10:15:54 [INFO] --- maven-source-plugin:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.doc --- 10:15:54 [INFO] No sources in project. Archive not created. 10:15:54 [INFO] 10:15:54 [INFO] --- duplicate-finder-maven-plugin:1.4.0:check (default) @ org.eclipse.scout.sdk.s2e.doc --- 10:15:54 [INFO] Checking compile classpath 10:15:54 [INFO] Checking runtime classpath 10:15:54 [INFO] Checking test classpath 10:15:54 [INFO] 10:15:54 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e.doc --- 10:15:54 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-11.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.doc/11.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.doc-11.0.0-SNAPSHOT.jar 10:15:54 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.s2e.doc/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.doc/11.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.doc-11.0.0-SNAPSHOT.pom 10:15:54 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-11.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.doc/11.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.doc-11.0.0-SNAPSHOT-sources.jar 10:15:54 [INFO] 10:15:54 [INFO] --- maven-bundle-plugin:5.1.1:install (default-install) @ org.eclipse.scout.sdk.s2e.doc --- 10:15:54 [INFO] Local OBR update disabled (enable with -DobrRepository) 10:15:54 [INFO] 10:15:54 [INFO] -------< org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.ui >------- 10:15:54 [INFO] Building org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.ui 11.0.0-SNAPSHOT [14/15] 10:15:54 [INFO] -------------------------------[ bundle ]------------------------------- 10:16:09 [INFO] 10:16:09 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.s2e.ui --- 10:16:09 [INFO] 10:16:09 [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e.ui --- 10:16:09 [INFO] Skipping Rule Enforcement. 10:16:09 [INFO] 10:16:09 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.ui --- 10:16:09 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.s2e.ui/../org.eclipse.scout.sdk/target/jacoco-all.exec 10:16:09 [INFO] 10:16:09 [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.ui --- 10:16:09 [INFO] 10:16:09 [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.ui --- 10:16:09 [INFO] 10:16:09 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.scout.sdk.s2e.ui --- 10:16:09 [INFO] Using 'UTF-8' encoding to copy filtered resources. 10:16:09 [INFO] Using 'UTF-8' encoding to copy filtered properties files. 10:16:09 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.s2e.ui/src/main/resources 10:16:09 [INFO] Copying 50 resources 10:16:09 [INFO] 10:16:09 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.scout.sdk.s2e.ui --- 10:16:09 [INFO] Changes detected - recompiling the module! 10:16:09 [INFO] Compiling 169 source files to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.s2e.ui/target/classes 10:16:10 [INFO] /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.s2e.ui/src/main/java/org/eclipse/scout/sdk/s2e/ui/internal/template/ScoutTemplateProposalFactory.java: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.s2e.ui/src/main/java/org/eclipse/scout/sdk/s2e/ui/internal/template/ScoutTemplateProposalFactory.java uses or overrides a deprecated API. 10:16:10 [INFO] /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.s2e.ui/src/main/java/org/eclipse/scout/sdk/s2e/ui/internal/template/ScoutTemplateProposalFactory.java: Recompile with -Xlint:deprecation for details. 10:16:10 [INFO] 10:16:10 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.ui --- 10:16:10 [INFO] Using 'UTF-8' encoding to copy filtered resources. 10:16:10 [INFO] Using 'UTF-8' encoding to copy filtered properties files. 10:16:10 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.s2e.ui/src/test/resources 10:16:10 [INFO] 10:16:10 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.ui --- 10:16:10 [INFO] Changes detected - recompiling the module! 10:16:10 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.s2e.ui/target/test-classes 10:16:11 [INFO] 10:16:11 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.scout.sdk.s2e.ui --- 10:16:11 [INFO] 10:16:11 [INFO] ------------------------------------------------------- 10:16:11 [INFO] T E S T S 10:16:11 [INFO] ------------------------------------------------------- 10:16:12 [INFO] Running org.eclipse.scout.sdk.s2e.ui.EclipseUiApiTest 10:16:12 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.275 s - in org.eclipse.scout.sdk.s2e.ui.EclipseUiApiTest 10:16:12 [INFO] Running org.eclipse.scout.sdk.s2e.ui.internal.jaxws.editor.WebServiceFormPageInputTest 10:16:14 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.268 s - in org.eclipse.scout.sdk.s2e.ui.internal.jaxws.editor.WebServiceFormPageInputTest 10:16:14 [INFO] 10:16:14 [INFO] Results: 10:16:14 [INFO] 10:16:14 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 10:16:14 [INFO] 10:16:14 [INFO] 10:16:14 [INFO] --- maven-bundle-plugin:5.1.1:bundle (default-bundle) @ org.eclipse.scout.sdk.s2e.ui --- 10:16:15 [INFO] 10:16:15 [INFO] --- maven-jar-plugin:3.2.0:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.ui --- 10:16:15 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-11.0.0-SNAPSHOT-tests.jar 10:16:15 [INFO] 10:16:15 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e.ui --- 10:16:15 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-11.0.0-SNAPSHOT-sources.jar 10:16:15 [INFO] 10:16:15 [INFO] --- maven-source-plugin:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.ui --- 10:16:15 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-11.0.0-SNAPSHOT-test-sources.jar 10:16:15 [INFO] 10:16:15 [INFO] --- duplicate-finder-maven-plugin:1.4.0:check (default) @ org.eclipse.scout.sdk.s2e.ui --- 10:16:15 [INFO] Skipping duplicate-finder execution! 10:16:15 [INFO] 10:16:15 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e.ui --- 10:16:15 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-11.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.ui/11.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.ui-11.0.0-SNAPSHOT.jar 10:16:15 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.s2e.ui/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.ui/11.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.ui-11.0.0-SNAPSHOT.pom 10:16:15 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-11.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.ui/11.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.ui-11.0.0-SNAPSHOT-tests.jar 10:16:15 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-11.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.ui/11.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.ui-11.0.0-SNAPSHOT-sources.jar 10:16:15 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-11.0.0-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.ui/11.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.ui-11.0.0-SNAPSHOT-test-sources.jar 10:16:15 [INFO] 10:16:15 [INFO] --- maven-bundle-plugin:5.1.1:install (default-install) @ org.eclipse.scout.sdk.s2e.ui --- 10:16:15 [INFO] Local OBR update disabled (enable with -DobrRepository) 10:16:15 [INFO] 10:16:15 [INFO] ----------< org.eclipse.scout.sdk:org.eclipse.scout.sdk-root >---------- 10:16:15 [INFO] Building Eclipse Scout SDK 11.0.0-SNAPSHOT [15/15] 10:16:15 [INFO] --------------------------------[ pom ]--------------------------------- 10:16:15 [INFO] 10:16:15 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.scout.sdk-root --- 10:16:15 [INFO] 10:16:15 [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.scout.sdk-root --- 10:16:16 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-root/11.0.0-SNAPSHOT/org.eclipse.scout.sdk-root-11.0.0-SNAPSHOT.pom 10:16:16 [INFO] ------------------------------------------------------------------------ 10:16:16 [INFO] Reactor Summary for Eclipse Scout SDK 11.0.0-SNAPSHOT: 10:16:16 [INFO] 10:16:16 [INFO] Scout Hello World Sample Application ............... SUCCESS [ 11.624 s] 10:16:16 [INFO] Scout JaxWs Module ................................. SUCCESS [ 0.110 s] 10:16:16 [INFO] ScoutJS Sample Application ......................... SUCCESS [ 0.806 s] 10:16:16 [INFO] Eclipse Scout SDK .................................. SUCCESS [ 0.607 s] 10:16:16 [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core ... SUCCESS [ 7.552 s] 10:16:16 [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.ecj SUCCESS [ 1.155 s] 10:16:16 [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.test SUCCESS [ 12.441 s] 10:16:16 [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s . SUCCESS [ 1.997 s] 10:16:16 [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s.test SUCCESS [ 58.422 s] 10:16:16 [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.doc .... SUCCESS [ 11.734 s] 10:16:16 [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e SUCCESS [ 6.912 s] 10:16:16 [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.test SUCCESS [ 10.903 s] 10:16:16 [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.doc SUCCESS [ 0.459 s] 10:16:16 [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.ui SUCCESS [ 20.589 s] 10:16:16 [INFO] Eclipse Scout SDK .................................. SUCCESS [ 0.468 s] 10:16:16 [INFO] ------------------------------------------------------------------------ 10:16:16 [INFO] BUILD SUCCESS 10:16:16 [INFO] ------------------------------------------------------------------------ 10:16:16 [INFO] Total time: 02:34 min 10:16:16 [INFO] Finished at: 2022-07-13T14:16:16Z 10:16:16 [INFO] ------------------------------------------------------------------------ 10:16:16 [WARNING] The requested profile "sign" could not be activated because it does not exist. 10:16:16 [org.eclipse.scout.sdk.branch-11.0_continuous] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -Dbranch=origin/releases/11.0 -Dcbi.jarsigner.skip=true -Dmaven.repo.local=/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/.repository -Dgpg.skip=true clean install -U -B -Dp2 -Peclipse-sign -Dmaster_enforcerCheck_skip=true -DexcludedGroups=IntegrationTest 10:16:16 Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) 10:16:16 Maven home: /opt/tools/apache-maven/latest 10:16:16 Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9 10:16:16 Default locale: en_US, platform encoding: UTF-8 10:16:16 OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix" 10:16:17 [INFO] Scanning for projects... 10:16:23 [INFO] Computing target platform for MavenProject: org.eclipse.scout.sdk:org.eclipse.scout.sdk-feature:11.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk-feature/pom.xml 10:16:24 [INFO] Fetching p2.index from https://download.eclipse.org/releases/2020-12/ (122B) 10:16:24 [INFO] Adding repository https://download.eclipse.org/releases/2020-12 10:16:24 [INFO] Fetching compositeContent.jar from https://download.eclipse.org/releases/2020-12/ (480B) 10:16:24 [INFO] Fetching p2.index from https://download.eclipse.org/technology/epp/packages/2020-12/ (128B) 10:16:24 [INFO] Fetching compositeContent.jar from https://download.eclipse.org/technology/epp/packages/2020-12/ (419B) 10:16:24 [INFO] Fetching content.jar from https://download.eclipse.org/technology/epp/packages/2020-12/202012101200/ (102.59kB) 10:16:25 [INFO] Fetching p2.index from https://download.eclipse.org/releases/2020-12/202012161000/ (140B) 10:16:25 [INFO] Fetching content.xml.xz from https://download.eclipse.org/releases/2020-12/202012161000/ (823.24kB) 10:16:26 Jul 13, 2022 2:16:26 PM org.apache.http.impl.execchain.RetryExec execute 10:16:26 INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond 10:16:26 Jul 13, 2022 2:16:26 PM org.apache.http.impl.execchain.RetryExec execute 10:16:26 INFO: Retrying request to {s}->https://download.eclipse.org:443 10:16:26 [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20201130205003/repository/ (134B) 10:16:26 [INFO] Adding repository https://download.eclipse.org/tools/orbit/downloads/drops/R20201130205003/repository 10:16:26 [INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/drops/R20201130205003/repository/ 10:16:27 [INFO] Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/ (106.52kB) 10:16:27 [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops2/R20201130205003/repository/ (172B) 10:16:27 [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20201130205003/repository/ (97.4kB) 10:16:27 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/ (134B) 10:16:27 [INFO] Adding repository https://download.eclipse.org/cbi/updates/license 10:16:27 [INFO] Fetching compositeContent.jar from https://download.eclipse.org/cbi/updates/license/ (423B) 10:16:27 [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB) 10:16:27 [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB) 10:16:27 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B) 10:16:28 [INFO] Fetching content.xml.xz from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (3.57kB) 10:16:28 [INFO] Resolving dependencies of MavenProject: org.eclipse.scout.sdk:org.eclipse.scout.sdk-feature:11.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk-feature/pom.xml 10:16:31 [INFO] Fetching 202012161000&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2020-12/ (63B) 10:16:31 [INFO] Fetching com.google.guava_27.1.0.v20190517-1946.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (743.15kB) 10:16:31 [INFO] The user operation is waiting for background work to complete. 10:16:31 [INFO] Fetching com.google.guava_27.1.0.v20190517-1946.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (743.15kB) 10:16:31 [INFO] Unpacking com.google.guava_27.1.0.v20190517-1946... 10:16:32 [INFO] Fetching com.ibm.icu_67.1.0.v20200706-1749.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (9.67MB) 10:16:32 [INFO] The user operation is waiting for background work to complete. 10:16:32 [INFO] Fetching com.ibm.icu_67.1.0.v20200706-1749.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (9.67MB) 10:16:32 [INFO] Unpacking com.ibm.icu_67.1.0.v20200706-1749... 10:16:35 [INFO] Fetching com.jcraft.jsch_0.1.55.v20190404-1902.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (107.05kB) 10:16:35 [INFO] The user operation is waiting for background work to complete. 10:16:35 [INFO] Fetching com.jcraft.jsch_0.1.55.v20190404-1902.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (107.05kB) 10:16:35 [INFO] Unpacking com.jcraft.jsch_0.1.55.v20190404-1902... 10:16:35 [INFO] Fetching com.sun.el_2.2.0.v201303151357.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (62.49kB) 10:16:35 [INFO] The user operation is waiting for background work to complete. 10:16:35 [INFO] Fetching com.sun.el_2.2.0.v201303151357.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (62.49kB) 10:16:35 [INFO] Unpacking com.sun.el_2.2.0.v201303151357... 10:16:35 [INFO] Fetching javax.el_2.2.0.v201303151357.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (33.35kB) 10:16:35 [INFO] The user operation is waiting for background work to complete. 10:16:35 [INFO] Fetching javax.el_2.2.0.v201303151357.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (33.35kB) 10:16:35 [INFO] Unpacking javax.el_2.2.0.v201303151357... 10:16:35 [INFO] Fetching javax.servlet_3.1.0.v201410161800.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (108.23kB) 10:16:35 [INFO] Fetching com.sun.jna_4.5.1.v20190425-1842.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (1.28MB) 10:16:35 [INFO] The user operation is waiting for background work to complete. 10:16:35 [INFO] Fetching com.sun.jna_4.5.1.v20190425-1842.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (1.28MB) 10:16:35 [INFO] Unpacking com.sun.jna_4.5.1.v20190425-1842... 10:16:36 [INFO] Fetching com.sun.jna.platform_4.5.1.v20190425-1842.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (328.72kB) 10:16:36 [INFO] The user operation is waiting for background work to complete. 10:16:36 [INFO] Fetching com.sun.jna.platform_4.5.1.v20190425-1842.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (328.72kB) 10:16:36 [INFO] Unpacking com.sun.jna.platform_4.5.1.v20190425-1842... 10:16:36 [INFO] Fetching javax.annotation_1.3.5.v20200909-1856.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (36.66kB) 10:16:36 [INFO] The user operation is waiting for background work to complete. 10:16:36 [INFO] Fetching javax.annotation_1.3.5.v20200909-1856.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (36.66kB) 10:16:36 [INFO] Unpacking javax.annotation_1.3.5.v20200909-1856... 10:16:36 [INFO] Fetching org.eclipse.osgi_3.16.100.v20201030-1916.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (468.96kB) 10:16:36 [INFO] The user operation is waiting for background work to complete. 10:16:36 [INFO] Fetching org.eclipse.osgi_3.16.100.v20201030-1916.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (468.96kB) 10:16:36 [INFO] Unpacking org.eclipse.osgi_3.16.100.v20201030-1916... 10:16:36 [INFO] Fetching javax.servlet.jsp_2.2.0.v201112011158.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (55.65kB) 10:16:36 [INFO] The user operation is waiting for background work to complete. 10:16:36 [INFO] Fetching javax.servlet.jsp_2.2.0.v201112011158.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (55.65kB) 10:16:37 [INFO] Unpacking javax.servlet.jsp_2.2.0.v201112011158... 10:16:37 [INFO] Fetching javax.xml_1.3.4.v201005080400.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (249kB) 10:16:37 [INFO] Fetching org.apache.ant_1.10.9.v20201106-1946.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (2.85MB) 10:16:37 [INFO] The user operation is waiting for background work to complete. 10:16:37 [INFO] Fetching org.apache.ant_1.10.9.v20201106-1946.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (2.85MB) 10:16:37 [INFO] Unpacking org.apache.ant_1.10.9.v20201106-1946... 10:16:37 [INFO] Fetching org.apache.batik.constants_1.13.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (13kB) 10:16:37 [INFO] The user operation is waiting for background work to complete. 10:16:37 [INFO] Fetching org.apache.batik.constants_1.13.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (13kB) 10:16:37 [INFO] Unpacking org.apache.batik.constants_1.13.0.v20200622-2037... 10:16:37 [INFO] Fetching org.apache.batik.css_1.13.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (102.39kB) 10:16:37 [INFO] The user operation is waiting for background work to complete. 10:16:37 [INFO] Fetching org.apache.batik.css_1.13.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (102.39kB) 10:16:37 [INFO] Unpacking org.apache.batik.css_1.13.0.v20200622-2037... 10:16:37 [INFO] Fetching org.apache.batik.util_1.13.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (63.23kB) 10:16:37 [INFO] The user operation is waiting for background work to complete. 10:16:37 [INFO] Fetching org.apache.batik.util_1.13.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (63.23kB) 10:16:37 [INFO] Unpacking org.apache.batik.util_1.13.0.v20200622-2037... 10:16:37 [INFO] Fetching org.apache.batik.i18n_1.13.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (14.47kB) 10:16:37 [INFO] The user operation is waiting for background work to complete. 10:16:37 [INFO] Fetching org.apache.batik.i18n_1.13.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (14.47kB) 10:16:38 [INFO] Unpacking org.apache.batik.i18n_1.13.0.v20200622-2037... 10:16:38 [INFO] Fetching org.apache.xmlgraphics_2.4.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (255.73kB) 10:16:38 [INFO] The user operation is waiting for background work to complete. 10:16:38 [INFO] Fetching org.apache.xmlgraphics_2.4.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (255.73kB) 10:16:38 [INFO] Unpacking org.apache.xmlgraphics_2.4.0.v20200622-2037... 10:16:38 [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (35.59kB) 10:16:38 [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (15.35kB) 10:16:38 [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (95.26kB) 10:16:38 [INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (82.7kB) 10:16:38 [INFO] The user operation is waiting for background work to complete. 10:16:38 [INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (82.7kB) 10:16:38 [INFO] Unpacking org.apache.commons.io_2.6.0.v20190123-2029... 10:16:38 [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (33.71kB) 10:16:38 [INFO] The user operation is waiting for background work to complete. 10:16:38 [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (33.71kB) 10:16:38 [INFO] Unpacking org.apache.commons.logging_1.2.0.v20180409-1502... 10:16:38 [INFO] Fetching org.apache.felix.gogo.command_1.1.0.v20201023-1558.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (29.94kB) 10:16:38 [INFO] The user operation is waiting for background work to complete. 10:16:38 [INFO] Fetching org.apache.felix.gogo.command_1.1.0.v20201023-1558.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (29.94kB) 10:16:39 [INFO] Unpacking org.apache.felix.gogo.command_1.1.0.v20201023-1558... 10:16:39 [INFO] Fetching org.apache.felix.gogo.runtime_1.1.2.v20201023-1558.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (76.23kB) 10:16:39 [INFO] The user operation is waiting for background work to complete. 10:16:39 [INFO] Fetching org.apache.felix.gogo.runtime_1.1.2.v20201023-1558.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (76.23kB) 10:16:39 [INFO] Unpacking org.apache.felix.gogo.runtime_1.1.2.v20201023-1558... 10:16:39 [INFO] Fetching org.eclipse.osgi.services_3.9.0.v20200511-1725.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (43.97kB) 10:16:39 [INFO] The user operation is waiting for background work to complete. 10:16:39 [INFO] Fetching org.eclipse.osgi.services_3.9.0.v20200511-1725.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (43.97kB) 10:16:39 [INFO] Unpacking org.eclipse.osgi.services_3.9.0.v20200511-1725... 10:16:39 [INFO] Fetching org.apache.felix.gogo.shell_1.1.2.v20201023-1558.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (35.28kB) 10:16:39 [INFO] The user operation is waiting for background work to complete. 10:16:39 [INFO] Fetching org.apache.felix.gogo.shell_1.1.2.v20201023-1558.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (35.28kB) 10:16:39 [INFO] Unpacking org.apache.felix.gogo.shell_1.1.2.v20201023-1558... 10:16:39 [INFO] Fetching org.apache.felix.scr_2.1.24.v20200924-1939.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (155.35kB) 10:16:39 [INFO] The user operation is waiting for background work to complete. 10:16:39 [INFO] Fetching org.apache.felix.scr_2.1.24.v20200924-1939.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (155.35kB) 10:16:39 [INFO] Unpacking org.apache.felix.scr_2.1.24.v20200924-1939... 10:16:39 [INFO] Fetching org.eclipse.osgi.util_3.5.300.v20190708-1141.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (30.65kB) 10:16:39 [INFO] The user operation is waiting for background work to complete. 10:16:39 [INFO] Fetching org.eclipse.osgi.util_3.5.300.v20190708-1141.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (30.65kB) 10:16:39 [INFO] Unpacking org.eclipse.osgi.util_3.5.300.v20190708-1141... 10:16:39 [INFO] Fetching org.apache.jasper.glassfish_2.2.2.v201501141630.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (2.36MB) 10:16:40 [INFO] Fetching org.apache.lucene.analyzers-common_8.4.1.v20200122-1459.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (696.23kB) 10:16:40 [INFO] The user operation is waiting for background work to complete. 10:16:40 [INFO] Fetching org.apache.lucene.analyzers-common_8.4.1.v20200122-1459.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (696.23kB) 10:16:40 [INFO] Unpacking org.apache.lucene.analyzers-common_8.4.1.v20200122-1459... 10:16:40 [INFO] Fetching org.apache.lucene.core_8.4.1.v20200122-1459.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (962.55kB) 10:16:40 [INFO] The user operation is waiting for background work to complete. 10:16:40 [INFO] Fetching org.apache.lucene.core_8.4.1.v20200122-1459.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (962.55kB) 10:16:40 [INFO] Unpacking org.apache.lucene.core_8.4.1.v20200122-1459... 10:16:41 [INFO] Fetching org.apache.lucene.analyzers-smartcn_8.4.1.v20200122-1459.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (3.42MB) 10:16:41 [INFO] The user operation is waiting for background work to complete. 10:16:41 [INFO] Fetching org.apache.lucene.analyzers-smartcn_8.4.1.v20200122-1459.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (3.42MB) 10:16:41 [INFO] Unpacking org.apache.lucene.analyzers-smartcn_8.4.1.v20200122-1459... 10:16:41 [INFO] Fetching org.apache.xerces_2.9.0.v201101211617.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (1.29MB) 10:16:42 [INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (45.51kB) 10:16:42 [INFO] The user operation is waiting for background work to complete. 10:16:42 [INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (45.51kB) 10:16:42 [INFO] Unpacking org.apache.xml.resolver_1.2.0.v201005080400... 10:16:42 [INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (122.3kB) 10:16:42 [INFO] The user operation is waiting for background work to complete. 10:16:42 [INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (122.3kB) 10:16:42 [INFO] Unpacking org.apache.xml.serializer_2.7.1.v201005080400... 10:16:42 [INFO] Fetching org.apiguardian_1.1.0.v20190826-0900.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (12.57kB) 10:16:42 [INFO] The user operation is waiting for background work to complete. 10:16:42 [INFO] Fetching org.apiguardian_1.1.0.v20190826-0900.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (12.57kB) 10:16:42 [INFO] Unpacking org.apiguardian_1.1.0.v20190826-0900... 10:16:42 [INFO] Fetching org.eclipse.ant.core_3.5.800.v20200608-1251.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (71.46kB) 10:16:42 [INFO] The user operation is waiting for background work to complete. 10:16:42 [INFO] Fetching org.eclipse.ant.core_3.5.800.v20200608-1251.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (71.46kB) 10:16:42 [INFO] Unpacking org.eclipse.ant.core_3.5.800.v20200608-1251... 10:16:42 [INFO] Fetching org.eclipse.core.variables_3.4.800.v20200120-1101.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (18.03kB) 10:16:42 [INFO] The user operation is waiting for background work to complete. 10:16:42 [INFO] Fetching org.eclipse.core.variables_3.4.800.v20200120-1101.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (18.03kB) 10:16:42 [INFO] Unpacking org.eclipse.core.variables_3.4.800.v20200120-1101... 10:16:42 [INFO] Fetching org.eclipse.core.runtime_3.20.0.v20201027-1526.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (33.44kB) 10:16:42 [INFO] The user operation is waiting for background work to complete. 10:16:42 [INFO] Fetching org.eclipse.core.runtime_3.20.0.v20201027-1526.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (33.44kB) 10:16:42 [INFO] Unpacking org.eclipse.core.runtime_3.20.0.v20201027-1526... 10:16:42 [INFO] Fetching org.eclipse.ant.launching_1.2.1000.v20200610-1458.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (102.05kB) 10:16:42 [INFO] The user operation is waiting for background work to complete. 10:16:42 [INFO] Fetching org.eclipse.ant.launching_1.2.1000.v20200610-1458.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (102.05kB) 10:16:42 [INFO] Unpacking org.eclipse.ant.launching_1.2.1000.v20200610-1458... 10:16:42 [INFO] Fetching org.eclipse.debug.core_3.17.0.v20201109-1948.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (125.99kB) 10:16:42 [INFO] The user operation is waiting for background work to complete. 10:16:42 [INFO] Fetching org.eclipse.debug.core_3.17.0.v20201109-1948.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (125.99kB) 10:16:43 [INFO] Unpacking org.eclipse.debug.core_3.17.0.v20201109-1948... 10:16:43 [INFO] Fetching org.eclipse.jdt.launching_3.19.0.v20201106-0848.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (282.53kB) 10:16:43 [INFO] The user operation is waiting for background work to complete. 10:16:43 [INFO] Fetching org.eclipse.jdt.launching_3.19.0.v20201106-0848.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (282.53kB) 10:16:43 [INFO] Unpacking org.eclipse.jdt.launching_3.19.0.v20201106-0848... 10:16:43 [INFO] Fetching org.eclipse.core.externaltools_1.1.800.v20201105-0600.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (20.85kB) 10:16:43 [INFO] The user operation is waiting for background work to complete. 10:16:43 [INFO] Fetching org.eclipse.core.externaltools_1.1.800.v20201105-0600.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (20.85kB) 10:16:43 [INFO] Unpacking org.eclipse.core.externaltools_1.1.800.v20201105-0600... 10:16:43 [INFO] Fetching org.eclipse.text_3.10.400.v20200925-0557.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (99.95kB) 10:16:43 [INFO] The user operation is waiting for background work to complete. 10:16:43 [INFO] Fetching org.eclipse.text_3.10.400.v20200925-0557.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (99.95kB) 10:16:43 [INFO] Unpacking org.eclipse.text_3.10.400.v20200925-0557... 10:16:43 [INFO] Fetching org.eclipse.jdt.core_3.24.0.v20201123-0742.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (6.89MB) 10:16:44 [INFO] Fetching org.eclipse.core.resources_3.13.900.v20201105-1507.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (875.9kB) 10:16:44 [INFO] Fetching org.eclipse.ant.ui_3.7.1000.v20201116-1127.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (475.54kB) 10:16:44 [INFO] The user operation is waiting for background work to complete. 10:16:44 [INFO] Fetching org.eclipse.ant.ui_3.7.1000.v20201116-1127.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (475.54kB) 10:16:44 [INFO] Unpacking org.eclipse.ant.ui_3.7.1000.v20201116-1127... 10:16:44 [INFO] Fetching org.eclipse.core.filesystem_1.7.700.v20200110-1734.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (27.79kB) 10:16:44 [INFO] The user operation is waiting for background work to complete. 10:16:44 [INFO] Fetching org.eclipse.core.filesystem_1.7.700.v20200110-1734.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (27.79kB) 10:16:44 [INFO] Unpacking org.eclipse.core.filesystem_1.7.700.v20200110-1734... 10:16:44 [INFO] Fetching org.eclipse.ui.externaltools_3.4.900.v20201105-0600.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (65.62kB) 10:16:44 [INFO] The user operation is waiting for background work to complete. 10:16:44 [INFO] Fetching org.eclipse.ui.externaltools_3.4.900.v20201105-0600.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (65.62kB) 10:16:44 [INFO] Unpacking org.eclipse.ui.externaltools_3.4.900.v20201105-0600... 10:16:44 [INFO] Fetching org.eclipse.ui_3.118.100.v20201123-0719.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (339.74kB) 10:16:44 [INFO] Fetching org.eclipse.ui_3.118.100.v20201123-0719.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (339.74kB) 10:16:44 [INFO] The user operation is waiting for background work to complete. 10:16:44 [INFO] Unpacking org.eclipse.ui_3.118.100.v20201123-0719... 10:16:45 [INFO] Fetching org.eclipse.ui.console_3.10.0.v20201021-1231.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (84.03kB) 10:16:45 [INFO] The user operation is waiting for background work to complete. 10:16:45 [INFO] Fetching org.eclipse.ui.console_3.10.0.v20201021-1231.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (84.03kB) 10:16:45 [INFO] Unpacking org.eclipse.ui.console_3.10.0.v20201021-1231... 10:16:45 [INFO] Fetching org.eclipse.debug.ui_3.14.700.v20201123-0650.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (1,019kB) 10:16:45 [INFO] The user operation is waiting for background work to complete. 10:16:45 [INFO] Fetching org.eclipse.debug.ui_3.14.700.v20201123-0650.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (1,019kB) 10:16:45 [INFO] Unpacking org.eclipse.debug.ui_3.14.700.v20201123-0650... 10:16:45 [INFO] Fetching org.eclipse.jdt.ui_3.22.0.v20201121-1451.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (3.92MB) 10:16:45 [INFO] The user operation is waiting for background work to complete. 10:16:45 [INFO] Fetching org.eclipse.jdt.ui_3.22.0.v20201121-1451.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (3.92MB) 10:16:45 [INFO] Unpacking org.eclipse.jdt.ui_3.22.0.v20201121-1451... 10:16:47 Jul 13, 2022 2:16:47 PM org.apache.http.impl.execchain.RetryExec execute 10:16:47 INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond 10:16:47 Jul 13, 2022 2:16:47 PM org.apache.http.impl.execchain.RetryExec execute 10:16:47 INFO: Retrying request to {s}->https://download.eclipse.org:443 10:16:47 [INFO] Fetching org.eclipse.jdt.debug.ui_3.12.100.v20201118-1524.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (1.67MB) 10:16:47 [INFO] Fetching org.eclipse.team.core_3.8.1100.v20200806-0621.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (124.96kB) 10:16:47 [INFO] The user operation is waiting for background work to complete. 10:16:47 [INFO] Fetching org.eclipse.team.core_3.8.1100.v20200806-0621.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (124.96kB) 10:16:47 [INFO] Unpacking org.eclipse.team.core_3.8.1100.v20200806-0621... 10:16:47 [INFO] Fetching org.eclipse.ltk.core.refactoring_3.11.200.v20201027-1753.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (105.65kB) 10:16:47 [INFO] The user operation is waiting for background work to complete. 10:16:47 [INFO] Fetching org.eclipse.ltk.core.refactoring_3.11.200.v20201027-1753.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (105.65kB) 10:16:47 [INFO] Unpacking org.eclipse.ltk.core.refactoring_3.11.200.v20201027-1753... 10:16:48 [INFO] Fetching org.eclipse.core.expressions_3.7.0.v20200720-1126.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (33.67kB) 10:16:48 [INFO] The user operation is waiting for background work to complete. 10:16:48 [INFO] Fetching org.eclipse.core.expressions_3.7.0.v20200720-1126.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (33.67kB) 10:16:48 [INFO] Unpacking org.eclipse.core.expressions_3.7.0.v20200720-1126... 10:16:48 [INFO] Fetching org.eclipse.jdt.junit_3.11.1000.v20201120-2059.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (232.06kB) 10:16:48 [INFO] The user operation is waiting for background work to complete. 10:16:48 [INFO] Fetching org.eclipse.jdt.junit_3.11.1000.v20201120-2059.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (232.06kB) 10:16:48 [INFO] Unpacking org.eclipse.jdt.junit_3.11.1000.v20201120-2059... 10:16:48 [INFO] Fetching org.eclipse.compare_3.7.1200.v20201020-1107.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (306.62kB) 10:16:48 [INFO] The user operation is waiting for background work to complete. 10:16:48 [INFO] Fetching org.eclipse.compare_3.7.1200.v20201020-1107.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (306.62kB) 10:16:48 [INFO] Unpacking org.eclipse.compare_3.7.1200.v20201020-1107... 10:16:48 [INFO] Fetching org.eclipse.jface.text_3.16.500.v20201112-1545.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (316.84kB) 10:16:48 [INFO] The user operation is waiting for background work to complete. 10:16:48 [INFO] Fetching org.eclipse.jface.text_3.16.500.v20201112-1545.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (316.84kB) 10:16:48 [INFO] Unpacking org.eclipse.jface.text_3.16.500.v20201112-1545... 10:16:48 [INFO] Fetching org.eclipse.ui.ide_3.18.0.v20201119-1132.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (949.75kB) 10:16:48 [INFO] The user operation is waiting for background work to complete. 10:16:48 [INFO] Fetching org.eclipse.ui.ide_3.18.0.v20201119-1132.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (949.75kB) 10:16:48 [INFO] Unpacking org.eclipse.ui.ide_3.18.0.v20201119-1132... 10:16:49 [INFO] Fetching org.eclipse.ui.views_3.10.500.v20201021-1339.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (48.23kB) 10:16:49 [INFO] The user operation is waiting for background work to complete. 10:16:49 [INFO] Fetching org.eclipse.ui.views_3.10.500.v20201021-1339.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (48.23kB) 10:16:49 [INFO] Unpacking org.eclipse.ui.views_3.10.500.v20201021-1339... 10:16:49 [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.15.100.v20201116-1727.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (239.2kB) 10:16:49 [INFO] The user operation is waiting for background work to complete. 10:16:49 [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.15.100.v20201116-1727.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (239.2kB) 10:16:49 [INFO] Unpacking org.eclipse.ui.workbench.texteditor_3.15.100.v20201116-1727... 10:16:49 [INFO] Fetching org.eclipse.ui.editors_3.13.400.v20200923-1238.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (199.9kB) 10:16:49 [INFO] The user operation is waiting for background work to complete. 10:16:49 [INFO] Fetching org.eclipse.ui.editors_3.13.400.v20200923-1238.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (199.9kB) 10:16:49 [INFO] Unpacking org.eclipse.ui.editors_3.13.400.v20200923-1238... 10:16:49 [INFO] Fetching org.eclipse.ui.forms_3.11.0.v20201025-0656.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (123.05kB) 10:16:49 [INFO] The user operation is waiting for background work to complete. 10:16:49 [INFO] Fetching org.eclipse.ui.forms_3.11.0.v20201025-0656.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (123.05kB) 10:16:49 [INFO] Unpacking org.eclipse.ui.forms_3.11.0.v20201025-0656... 10:16:50 [INFO] Fetching org.eclipse.compare.core_3.6.1000.v20201020-1107.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (32.82kB) 10:16:50 [INFO] The user operation is waiting for background work to complete. 10:16:50 [INFO] Fetching org.eclipse.compare.core_3.6.1000.v20201020-1107.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (32.82kB) 10:16:50 [INFO] Unpacking org.eclipse.compare.core_3.6.1000.v20201020-1107... 10:16:50 [INFO] Fetching org.eclipse.core.commands_3.9.800.v20201021-1339.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (43.1kB) 10:16:50 [INFO] The user operation is waiting for background work to complete. 10:16:50 [INFO] Fetching org.eclipse.core.commands_3.9.800.v20201021-1339.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (43.1kB) 10:16:50 [INFO] Unpacking org.eclipse.core.commands_3.9.800.v20201021-1339... 10:16:50 [INFO] Fetching org.eclipse.equinox.common_3.14.0.v20201102-2053.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (59.04kB) 10:16:50 [INFO] The user operation is waiting for background work to complete. 10:16:50 [INFO] Fetching org.eclipse.equinox.common_3.14.0.v20201102-2053.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (59.04kB) 10:16:50 [INFO] Unpacking org.eclipse.equinox.common_3.14.0.v20201102-2053... 10:16:50 [INFO] Fetching org.eclipse.core.contenttype_3.7.800.v20200724-0804.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (41.25kB) 10:16:50 [INFO] The user operation is waiting for background work to complete. 10:16:50 [INFO] Fetching org.eclipse.core.contenttype_3.7.800.v20200724-0804.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (41.25kB) 10:16:50 [INFO] Unpacking org.eclipse.core.contenttype_3.7.800.v20200724-0804... 10:16:50 [INFO] Fetching org.eclipse.equinox.preferences_3.8.100.v20201102-2042.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (55.6kB) 10:16:50 [INFO] The user operation is waiting for background work to complete. 10:16:50 [INFO] Fetching org.eclipse.equinox.preferences_3.8.100.v20201102-2042.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (55.6kB) 10:16:50 [INFO] Unpacking org.eclipse.equinox.preferences_3.8.100.v20201102-2042... 10:16:50 [INFO] Fetching org.eclipse.equinox.registry_3.10.0.v20201107-1818.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (77.18kB) 10:16:50 [INFO] The user operation is waiting for background work to complete. 10:16:50 [INFO] Fetching org.eclipse.equinox.registry_3.10.0.v20201107-1818.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (77.18kB) 10:16:50 [INFO] Unpacking org.eclipse.equinox.registry_3.10.0.v20201107-1818... 10:16:50 [INFO] Fetching org.eclipse.core.databinding_1.10.100.v20200926-1123.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (56.91kB) 10:16:50 [INFO] The user operation is waiting for background work to complete. 10:16:50 [INFO] Unpacking org.eclipse.core.databinding_1.10.100.v20200926-1123... 10:16:50 [INFO] Fetching org.eclipse.core.databinding.observable_1.10.0.v20200730-0848.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (82.74kB) 10:16:50 [INFO] The user operation is waiting for background work to complete. 10:16:50 [INFO] Fetching org.eclipse.core.databinding.observable_1.10.0.v20200730-0848.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (82.74kB) 10:16:50 [INFO] Unpacking org.eclipse.core.databinding.observable_1.10.0.v20200730-0848... 10:16:50 [INFO] Fetching org.eclipse.core.databinding.property_1.8.100.v20200619-0651.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (44.71kB) 10:16:50 [INFO] The user operation is waiting for background work to complete. 10:16:50 [INFO] Fetching org.eclipse.core.databinding.property_1.8.100.v20200619-0651.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (44.71kB) 10:16:51 [INFO] Unpacking org.eclipse.core.databinding.property_1.8.100.v20200619-0651... 10:16:51 [INFO] Fetching org.eclipse.core.databinding.beans_1.7.100.v20201021-1339.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (26.28kB) 10:16:51 [INFO] The user operation is waiting for background work to complete. 10:16:51 [INFO] Fetching org.eclipse.core.databinding.beans_1.7.100.v20201021-1339.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (26.28kB) 10:16:51 [INFO] Unpacking org.eclipse.core.databinding.beans_1.7.100.v20201021-1339... 10:16:51 [INFO] Fetching org.eclipse.core.filebuffers_3.6.1100.v20201029-1159.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (41.14kB) 10:16:51 [INFO] The user operation is waiting for background work to complete. 10:16:51 [INFO] Fetching org.eclipse.core.filebuffers_3.6.1100.v20201029-1159.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (41.14kB) 10:16:51 [INFO] Unpacking org.eclipse.core.filebuffers_3.6.1100.v20201029-1159... 10:16:51 [INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.300.v20180828-0158.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (11.32kB) 10:16:51 [INFO] Fetching org.eclipse.core.jobs_3.10.1000.v20200909-1312.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (46.03kB) 10:16:51 [INFO] The user operation is waiting for background work to complete. 10:16:51 [INFO] Fetching org.eclipse.core.jobs_3.10.1000.v20200909-1312.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (46.03kB) 10:16:51 [INFO] Unpacking org.eclipse.core.jobs_3.10.1000.v20200909-1312... 10:16:51 [INFO] Fetching org.eclipse.core.net_1.3.1000.v20200715-0827.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (31.78kB) 10:16:51 [INFO] The user operation is waiting for background work to complete. 10:16:51 [INFO] Fetching org.eclipse.core.net_1.3.1000.v20200715-0827.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (31.78kB) 10:16:51 [INFO] Unpacking org.eclipse.core.net_1.3.1000.v20200715-0827... 10:16:51 [INFO] Fetching org.eclipse.equinox.security_1.3.500.v20200114-1637.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (44.56kB) 10:16:51 [INFO] The user operation is waiting for background work to complete. 10:16:51 [INFO] Fetching org.eclipse.equinox.security_1.3.500.v20200114-1637.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (44.56kB) 10:16:51 [INFO] Unpacking org.eclipse.equinox.security_1.3.500.v20200114-1637... 10:16:51 [INFO] Fetching org.eclipse.core.net.linux.x86_64_1.2.400.v20190924-1023.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (93.41kB) 10:16:51 [INFO] The user operation is waiting for background work to complete. 10:16:51 [INFO] Fetching org.eclipse.core.net.linux.x86_64_1.2.400.v20190924-1023.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (93.41kB) 10:16:51 [INFO] Unpacking org.eclipse.core.net.linux.x86_64_1.2.400.v20190924-1023... 10:16:51 [INFO] Fetching org.eclipse.equinox.app_1.5.0.v20200717-0620.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (42.08kB) 10:16:51 [INFO] The user operation is waiting for background work to complete. 10:16:51 [INFO] Fetching org.eclipse.equinox.app_1.5.0.v20200717-0620.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (42.08kB) 10:16:52 [INFO] Unpacking org.eclipse.equinox.app_1.5.0.v20200717-0620... 10:16:52 [INFO] Fetching org.eclipse.help_3.8.800.v20200525-0755.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (120.7kB) 10:16:52 [INFO] The user operation is waiting for background work to complete. 10:16:52 [INFO] Fetching org.eclipse.help_3.8.800.v20200525-0755.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (120.7kB) 10:16:52 [INFO] Unpacking org.eclipse.help_3.8.800.v20200525-0755... 10:16:52 [INFO] Fetching org.eclipse.jface_3.22.0.v20201106-0834.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (361.85kB) 10:16:52 [INFO] The user operation is waiting for background work to complete. 10:16:52 [INFO] Fetching org.eclipse.jface_3.22.0.v20201106-0834.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (361.85kB) 10:16:52 [INFO] Unpacking org.eclipse.jface_3.22.0.v20201106-0834... 10:16:52 [INFO] Fetching org.eclipse.ui.workbench_3.122.0.v20201122-1345.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (961.46kB) 10:16:52 [INFO] The user operation is waiting for background work to complete. 10:16:52 [INFO] Fetching org.eclipse.ui.workbench_3.122.0.v20201122-1345.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (961.46kB) 10:16:52 [INFO] Unpacking org.eclipse.ui.workbench_3.122.0.v20201122-1345... 10:16:53 [INFO] Fetching org.eclipse.e4.ui.services_1.4.0.v20201014-0944.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (13.15kB) 10:16:53 [INFO] The user operation is waiting for background work to complete. 10:16:53 [INFO] Fetching org.eclipse.e4.ui.services_1.4.0.v20201014-0944.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (13.15kB) 10:16:53 [INFO] Unpacking org.eclipse.e4.ui.services_1.4.0.v20201014-0944... 10:16:53 [INFO] Fetching org.eclipse.e4.core.commands_0.13.0.v20201119-1132.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (13.78kB) 10:16:53 [INFO] The user operation is waiting for background work to complete. 10:16:53 [INFO] Fetching org.eclipse.e4.core.commands_0.13.0.v20201119-1132.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (13.78kB) 10:16:53 [INFO] Unpacking org.eclipse.e4.core.commands_0.13.0.v20201119-1132... 10:16:53 [INFO] Fetching org.eclipse.e4.core.di_1.7.600.v20200428-0912.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (25.88kB) 10:16:53 [INFO] The user operation is waiting for background work to complete. 10:16:53 [INFO] Fetching org.eclipse.e4.core.di_1.7.600.v20200428-0912.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (25.88kB) 10:16:53 [INFO] Unpacking org.eclipse.e4.core.di_1.7.600.v20200428-0912... 10:16:53 [INFO] Fetching javax.inject_1.0.0.v20091030.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (14.07kB) 10:16:53 [INFO] Fetching org.eclipse.e4.core.contexts_1.8.400.v20191217-1710.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (22.66kB) 10:16:53 [INFO] The user operation is waiting for background work to complete. 10:16:53 [INFO] Fetching org.eclipse.e4.core.contexts_1.8.400.v20191217-1710.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (22.66kB) 10:16:53 [INFO] Unpacking org.eclipse.e4.core.contexts_1.8.400.v20191217-1710... 10:16:53 [INFO] Fetching org.eclipse.e4.core.services_2.2.500.v20200928-2213.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (27.95kB) 10:16:53 [INFO] The user operation is waiting for background work to complete. 10:16:53 [INFO] Fetching org.eclipse.e4.core.services_2.2.500.v20200928-2213.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (27.95kB) 10:16:53 [INFO] Unpacking org.eclipse.e4.core.services_2.2.500.v20200928-2213... 10:16:53 [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (7.68kB) 10:16:53 [INFO] The user operation is waiting for background work to complete. 10:16:53 [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (7.68kB) 10:16:53 [INFO] Unpacking org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352... 10:16:53 [INFO] Fetching org.eclipse.e4.core.di.extensions_0.16.0.v20200507-0938.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (7.72kB) 10:16:53 [INFO] The user operation is waiting for background work to complete. 10:16:53 [INFO] Fetching org.eclipse.e4.core.di.extensions_0.16.0.v20200507-0938.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (7.72kB) 10:16:54 [INFO] Unpacking org.eclipse.e4.core.di.extensions_0.16.0.v20200507-0938... 10:16:54 [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.700.v20200622-1247.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (16.43kB) 10:16:54 [INFO] The user operation is waiting for background work to complete. 10:16:54 [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.700.v20200622-1247.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (16.43kB) 10:16:54 [INFO] Unpacking org.eclipse.e4.core.di.extensions.supplier_0.15.700.v20200622-1247... 10:16:54 [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.800.v20200609-0849.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (21.73kB) 10:16:54 [INFO] The user operation is waiting for background work to complete. 10:16:54 [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.800.v20200609-0849.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (21.73kB) 10:16:54 [INFO] Unpacking org.eclipse.e4.emf.xpath_0.2.800.v20200609-0849... 10:16:54 [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (107.16kB) 10:16:54 [INFO] The user operation is waiting for background work to complete. 10:16:54 [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (107.16kB) 10:16:54 [INFO] Unpacking org.apache.commons.jxpath_1.3.0.v200911051830... 10:16:54 [INFO] Fetching org.eclipse.emf.ecore_2.23.0.v20200630-0516.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (484.27kB) 10:16:54 [INFO] The user operation is waiting for background work to complete. 10:16:54 [INFO] Fetching org.eclipse.emf.ecore_2.23.0.v20200630-0516.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (484.27kB) 10:16:54 [INFO] Unpacking org.eclipse.emf.ecore_2.23.0.v20200630-0516... 10:16:54 [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.15.0.v20201103-0952.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (62.44kB) 10:16:54 [INFO] The user operation is waiting for background work to complete. 10:16:54 [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.15.0.v20201103-0952.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (62.44kB) 10:16:54 [INFO] Unpacking org.eclipse.e4.ui.workbench.swt_0.15.0.v20201103-0952... 10:16:54 [INFO] Fetching org.eclipse.e4.ui.bindings_0.13.0.v20201119-1132.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (23.02kB) 10:16:54 [INFO] The user operation is waiting for background work to complete. 10:16:54 [INFO] Fetching org.eclipse.e4.ui.bindings_0.13.0.v20201119-1132.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (23.02kB) 10:16:55 [INFO] Unpacking org.eclipse.e4.ui.bindings_0.13.0.v20201119-1132... 10:16:55 [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.900.v20201014-0742.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (110.29kB) 10:16:55 [INFO] The user operation is waiting for background work to complete. 10:16:55 [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.900.v20201014-0742.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (110.29kB) 10:16:55 [INFO] Unpacking org.eclipse.e4.ui.model.workbench_2.1.900.v20201014-0742... 10:16:55 [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.15.0.v20201125-0918.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (94.41kB) 10:16:55 [INFO] The user operation is waiting for background work to complete. 10:16:55 [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.15.0.v20201125-0918.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (94.41kB) 10:16:55 [INFO] Unpacking org.eclipse.e4.ui.workbench.renderers.swt_0.15.0.v20201125-0918... 10:16:55 [INFO] Fetching org.eclipse.e4.ui.workbench_1.12.0.v20201119-1132.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (84.41kB) 10:16:55 [INFO] The user operation is waiting for background work to complete. 10:16:55 [INFO] Fetching org.eclipse.e4.ui.workbench_1.12.0.v20201119-1132.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (84.41kB) 10:16:55 [INFO] Unpacking org.eclipse.e4.ui.workbench_1.12.0.v20201119-1132... 10:16:55 [INFO] Fetching org.eclipse.e4.ui.css.core_0.13.0.v20201015-0653.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (66.15kB) 10:16:55 [INFO] The user operation is waiting for background work to complete. 10:16:55 [INFO] Fetching org.eclipse.e4.ui.css.core_0.13.0.v20201015-0653.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (66.15kB) 10:16:55 [INFO] Unpacking org.eclipse.e4.ui.css.core_0.13.0.v20201015-0653... 10:16:55 [INFO] Fetching org.eclipse.e4.ui.css.swt_0.14.0.v20201103-0952.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (65.7kB) 10:16:55 [INFO] The user operation is waiting for background work to complete. 10:16:55 [INFO] Fetching org.eclipse.e4.ui.css.swt_0.14.0.v20201103-0952.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (65.7kB) 10:16:55 [INFO] Unpacking org.eclipse.e4.ui.css.swt_0.14.0.v20201103-0952... 10:16:55 [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (16.71kB) 10:16:55 [INFO] The user operation is waiting for background work to complete. 10:16:55 [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (16.71kB) 10:16:55 [INFO] Unpacking org.w3c.dom.smil_1.0.1.v200903091627... 10:16:55 [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.13.0.v20201026-1147.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (16.78kB) 10:16:55 [INFO] The user operation is waiting for background work to complete. 10:16:55 [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.13.0.v20201026-1147.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (16.78kB) 10:16:56 [INFO] Unpacking org.eclipse.e4.ui.css.swt.theme_0.13.0.v20201026-1147... 10:16:56 [INFO] Fetching org.eclipse.e4.ui.di_1.2.900.v20201021-1339.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (9.74kB) 10:16:56 [INFO] The user operation is waiting for background work to complete. 10:16:56 [INFO] Fetching org.eclipse.e4.ui.di_1.2.900.v20201021-1339.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (9.74kB) 10:16:56 [INFO] Unpacking org.eclipse.e4.ui.di_1.2.900.v20201021-1339... 10:16:56 [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.800.v20201021-1339.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (9.46kB) 10:16:56 [INFO] The user operation is waiting for background work to complete. 10:16:56 [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.800.v20201021-1339.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (9.46kB) 10:16:56 [INFO] Unpacking org.eclipse.e4.ui.widgets_1.2.800.v20201021-1339... 10:16:56 [INFO] Fetching org.eclipse.equinox.event_1.5.500.v20200616-0800.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (16.65kB) 10:16:56 [INFO] The user operation is waiting for background work to complete. 10:16:56 [INFO] Fetching org.eclipse.equinox.event_1.5.500.v20200616-0800.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (16.65kB) 10:16:56 [INFO] Unpacking org.eclipse.equinox.event_1.5.500.v20200616-0800... 10:16:56 [INFO] Fetching org.eclipse.equinox.launcher_1.6.0.v20200915-1508.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (29.98kB) 10:16:56 [INFO] The user operation is waiting for background work to complete. 10:16:56 [INFO] Fetching org.eclipse.equinox.launcher_1.6.0.v20200915-1508.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (29.98kB) 10:16:56 [INFO] Unpacking org.eclipse.equinox.launcher_1.6.0.v20200915-1508... 10:16:56 [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.600.v20200721-1308.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (24.18kB) 10:16:56 [INFO] The user operation is waiting for background work to complete. 10:16:56 [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.600.v20200721-1308.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (24.18kB) 10:16:56 [INFO] Unpacking org.eclipse.equinox.simpleconfigurator_1.3.600.v20200721-1308... 10:16:56 [INFO] Fetching org.eclipse.osgi.compatibility.state_1.2.200.v20200915-2015.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (102.86kB) 10:16:56 [INFO] The user operation is waiting for background work to complete. 10:16:56 [INFO] Fetching org.eclipse.osgi.compatibility.state_1.2.200.v20200915-2015.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (102.86kB) 10:16:56 [INFO] Unpacking org.eclipse.osgi.compatibility.state_1.2.200.v20200915-2015... 10:16:56 [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.0.v20200915-1442.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (69.92kB) 10:16:56 [INFO] The user operation is waiting for background work to complete. 10:16:56 [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.0.v20200915-1442.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (69.92kB) 10:16:56 [INFO] Unpacking org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.0.v20200915-1442... 10:16:56 [INFO] Fetching org.eclipse.swt_3.115.100.v20201202-1103.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (16.04kB) 10:16:56 [INFO] The user operation is waiting for background work to complete. 10:16:56 [INFO] Fetching org.eclipse.swt_3.115.100.v20201202-1103.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (16.04kB) 10:16:56 [INFO] Unpacking org.eclipse.swt_3.115.100.v20201202-1103... 10:16:56 [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.115.100.v20201202-1103.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (969.03kB) 10:16:56 [INFO] The user operation is waiting for background work to complete. 10:16:56 [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.115.100.v20201202-1103.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (969.03kB) 10:16:57 [INFO] Unpacking org.eclipse.swt.gtk.linux.x86_64_3.115.100.v20201202-1103... 10:16:57 [INFO] Fetching org.eclipse.swt.browser.chromium.gtk.linux.x86_64_3.115.100.v20201202-1103.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (923.68kB) 10:16:57 [INFO] The user operation is waiting for background work to complete. 10:16:57 [INFO] Fetching org.eclipse.swt.browser.chromium.gtk.linux.x86_64_3.115.100.v20201202-1103.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (923.68kB) 10:16:57 [INFO] Unpacking org.eclipse.swt.browser.chromium.gtk.linux.x86_64_3.115.100.v20201202-1103... 10:16:57 [INFO] Fetching org.eclipse.jface.databinding_1.12.100.v20201014-0742.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (77.77kB) 10:16:57 [INFO] The user operation is waiting for background work to complete. 10:16:57 [INFO] Fetching org.eclipse.jface.databinding_1.12.100.v20201014-0742.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (77.77kB) 10:16:57 [INFO] Unpacking org.eclipse.jface.databinding_1.12.100.v20201014-0742... 10:16:57 [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.500.v20201021-1339.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (13.07kB) 10:16:57 [INFO] The user operation is waiting for background work to complete. 10:16:57 [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.500.v20201021-1339.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (13.07kB) 10:16:58 [INFO] Unpacking org.eclipse.e4.ui.workbench3_0.15.500.v20201021-1339... 10:16:58 [INFO] Fetching org.eclipse.equinox.console_1.4.200.v20200828-1034.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (51.55kB) 10:16:58 [INFO] The user operation is waiting for background work to complete. 10:16:58 [INFO] Fetching org.eclipse.equinox.console_1.4.200.v20200828-1034.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (51.55kB) 10:16:58 [INFO] Unpacking org.eclipse.equinox.console_1.4.200.v20200828-1034... 10:16:58 [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.4.0.v20201119-1132.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (49.8kB) 10:16:58 [INFO] The user operation is waiting for background work to complete. 10:16:58 [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.4.0.v20201119-1132.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (49.8kB) 10:16:58 [INFO] Unpacking org.eclipse.e4.ui.workbench.addons.swt_1.4.0.v20201119-1132... 10:16:58 [INFO] Fetching org.eclipse.equinox.bidi_1.3.0.v20200612-1624.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (23.97kB) 10:16:58 [INFO] The user operation is waiting for background work to complete. 10:16:58 [INFO] Fetching org.eclipse.equinox.bidi_1.3.0.v20200612-1624.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (23.97kB) 10:16:58 [INFO] Unpacking org.eclipse.equinox.bidi_1.3.0.v20200612-1624... 10:16:58 [INFO] Fetching org.eclipse.e4.ui.dialogs_1.2.100.v20201109-2317.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (27.64kB) 10:16:58 [INFO] The user operation is waiting for background work to complete. 10:16:58 [INFO] Fetching org.eclipse.e4.ui.dialogs_1.2.100.v20201109-2317.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (27.64kB) 10:16:58 [INFO] Unpacking org.eclipse.e4.ui.dialogs_1.2.100.v20201109-2317... 10:16:58 [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.1.0.v20201119-1132.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (7.96kB) 10:16:58 [INFO] The user operation is waiting for background work to complete. 10:16:58 [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.1.0.v20201119-1132.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (7.96kB) 10:16:58 [INFO] Unpacking org.eclipse.e4.ui.swt.gtk_1.1.0.v20201119-1132... 10:16:58 [INFO] Fetching org.eclipse.urischeme_1.1.200.v20201104-0938.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (23.69kB) 10:16:58 [INFO] The user operation is waiting for background work to complete. 10:16:58 [INFO] Fetching org.eclipse.urischeme_1.1.200.v20201104-0938.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (23.69kB) 10:16:58 [INFO] Unpacking org.eclipse.urischeme_1.1.200.v20201104-0938... 10:16:58 [INFO] Fetching org.eclipse.jface.notifications_0.2.100.v20201130-1828.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (14.74kB) 10:16:58 [INFO] The user operation is waiting for background work to complete. 10:16:58 [INFO] Fetching org.eclipse.jface.notifications_0.2.100.v20201130-1828.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (14.74kB) 10:16:58 [INFO] Unpacking org.eclipse.jface.notifications_0.2.100.v20201130-1828... 10:16:58 [INFO] Fetching org.eclipse.e4.rcp_4.18.0.v20201202-1103.jar from https://download.eclipse.org/releases/2020-12/202012161000/features/ (21.03kB) 10:16:59 [INFO] Fetching org.eclipse.e4.ui.ide_3.15.100.v20200323-2111.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (7.94kB) 10:16:59 [INFO] The user operation is waiting for background work to complete. 10:16:59 [INFO] Fetching org.eclipse.e4.ui.ide_3.15.100.v20200323-2111.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (7.94kB) 10:16:59 [INFO] Unpacking org.eclipse.e4.ui.ide_3.15.100.v20200323-2111... 10:16:59 [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (50.86kB) 10:16:59 [INFO] The user operation is waiting for background work to complete. 10:16:59 [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (50.86kB) 10:16:59 [INFO] Unpacking org.eclipse.emf.ecore.change_2.14.0.v20190528-0725... 10:16:59 [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (84.12kB) 10:16:59 [INFO] The user operation is waiting for background work to complete. 10:16:59 [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (84.12kB) 10:16:59 [INFO] Unpacking org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725... 10:16:59 [INFO] Fetching org.eclipse.ecf_3.9.101.v20201027-0547.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (48.21kB) 10:16:59 [INFO] The user operation is waiting for background work to complete. 10:16:59 [INFO] Fetching org.eclipse.ecf_3.9.101.v20201027-0547.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (48.21kB) 10:16:59 [INFO] Unpacking org.eclipse.ecf_3.9.101.v20201027-0547... 10:16:59 [INFO] Fetching org.eclipse.ecf.identity_3.9.401.v20201027-0550.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (27.04kB) 10:16:59 [INFO] The user operation is waiting for background work to complete. 10:16:59 [INFO] Fetching org.eclipse.ecf.identity_3.9.401.v20201027-0550.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (27.04kB) 10:16:59 [INFO] Unpacking org.eclipse.ecf.identity_3.9.401.v20201027-0550... 10:16:59 [INFO] Fetching org.eclipse.equinox.concurrent_1.1.500.v20200106-1437.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (12.22kB) 10:16:59 [INFO] The user operation is waiting for background work to complete. 10:16:59 [INFO] Fetching org.eclipse.equinox.concurrent_1.1.500.v20200106-1437.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (12.22kB) 10:16:59 [INFO] Unpacking org.eclipse.equinox.concurrent_1.1.500.v20200106-1437... 10:16:59 [INFO] Fetching org.eclipse.ecf.filetransfer_5.1.101.v20201025-2315.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (20.47kB) 10:16:59 [INFO] The user operation is waiting for background work to complete. 10:16:59 [INFO] Fetching org.eclipse.ecf.filetransfer_5.1.101.v20201025-2315.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (20.47kB) 10:16:59 [INFO] Unpacking org.eclipse.ecf.filetransfer_5.1.101.v20201025-2315... 10:16:59 [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.601.v20201025-0700.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (45.05kB) 10:16:59 [INFO] The user operation is waiting for background work to complete. 10:16:59 [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.601.v20201025-0700.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (45.05kB) 10:16:59 [INFO] Unpacking org.eclipse.ecf.provider.filetransfer_3.2.601.v20201025-0700... 10:16:59 [INFO] Fetching org.eclipse.emf.common_2.21.0.v20200917-1439.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (114.73kB) 10:16:59 [INFO] The user operation is waiting for background work to complete. 10:16:59 [INFO] Fetching org.eclipse.emf.common_2.21.0.v20200917-1439.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (114.73kB) 10:17:00 [INFO] Unpacking org.eclipse.emf.common_2.21.0.v20200917-1439... 10:17:00 [INFO] Fetching org.eclipse.emf.common_2.21.0.v20200917-1439.jar from https://download.eclipse.org/releases/2020-12/202012161000/features/ (19.03kB) 10:17:00 [INFO] Fetching org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (61.19kB) 10:17:00 [INFO] The user operation is waiting for background work to complete. 10:17:00 [INFO] Fetching org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (61.19kB) 10:17:00 [INFO] Unpacking org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451... 10:17:00 [INFO] Fetching org.eclipse.emf.edit_2.16.0.v20190920-0401.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (96.85kB) 10:17:00 [INFO] The user operation is waiting for background work to complete. 10:17:00 [INFO] Fetching org.eclipse.emf.edit_2.16.0.v20190920-0401.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (96.85kB) 10:17:00 [INFO] Unpacking org.eclipse.emf.edit_2.16.0.v20190920-0401... 10:17:00 [INFO] Fetching org.eclipse.emf.ecore_2.23.0.v20200630-0516.jar from https://download.eclipse.org/releases/2020-12/202012161000/features/ (19.1kB) 10:17:00 [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (19.47kB) 10:17:00 [INFO] The user operation is waiting for background work to complete. 10:17:00 [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (19.47kB) 10:17:00 [INFO] Unpacking org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702... 10:17:00 [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.400.v20200319-1546.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (34.56kB) 10:17:00 [INFO] The user operation is waiting for background work to complete. 10:17:00 [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.400.v20200319-1546.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (34.56kB) 10:17:00 [INFO] Unpacking org.eclipse.equinox.frameworkadmin.equinox_1.1.400.v20200319-1546... 10:17:00 [INFO] Fetching org.eclipse.equinox.http.jetty_3.7.500.v20200915-1207.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (16.57kB) 10:17:00 [INFO] The user operation is waiting for background work to complete. 10:17:00 [INFO] Fetching org.eclipse.equinox.http.jetty_3.7.500.v20200915-1207.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (16.57kB) 10:17:00 [INFO] Unpacking org.eclipse.equinox.http.jetty_3.7.500.v20200915-1207... 10:17:00 [INFO] Fetching org.eclipse.equinox.http.servlet_1.6.700.v20201109-1600.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (76.75kB) 10:17:00 [INFO] The user operation is waiting for background work to complete. 10:17:00 [INFO] Fetching org.eclipse.equinox.http.servlet_1.6.700.v20201109-1600.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (76.75kB) 10:17:01 [INFO] Unpacking org.eclipse.equinox.http.servlet_1.6.700.v20201109-1600... 10:17:01 [INFO] Fetching org.eclipse.jetty.http_9.4.35.v20201120.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (225.11kB) 10:17:01 [INFO] Fetching org.eclipse.jetty.server_9.4.35.v20201120.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (723.38kB) 10:17:01 [INFO] Fetching org.eclipse.jetty.servlet_9.4.35.v20201120.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (154.19kB) 10:17:01 [INFO] Fetching org.eclipse.jetty.util_9.4.35.v20201120.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (585.96kB) 10:17:01 [INFO] Fetching org.eclipse.equinox.http.registry_1.2.0.v20200614-1851.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (19.17kB) 10:17:01 [INFO] The user operation is waiting for background work to complete. 10:17:01 [INFO] Fetching org.eclipse.equinox.http.registry_1.2.0.v20200614-1851.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (19.17kB) 10:17:01 [INFO] Unpacking org.eclipse.equinox.http.registry_1.2.0.v20200614-1851... 10:17:01 [INFO] Fetching org.eclipse.equinox.jsp.jasper_1.1.500.v20200422-1833.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (14.65kB) 10:17:01 [INFO] The user operation is waiting for background work to complete. 10:17:01 [INFO] Fetching org.eclipse.equinox.jsp.jasper_1.1.500.v20200422-1833.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (14.65kB) 10:17:01 [INFO] Unpacking org.eclipse.equinox.jsp.jasper_1.1.500.v20200422-1833... 10:17:01 [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.1.400.v20200422-1833.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (8.69kB) 10:17:01 [INFO] The user operation is waiting for background work to complete. 10:17:01 [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.1.400.v20200422-1833.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (8.69kB) 10:17:01 [INFO] Unpacking org.eclipse.equinox.jsp.jasper.registry_1.1.400.v20200422-1833... 10:17:01 [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.3.500.v20200406-2025.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (58.11kB) 10:17:01 [INFO] The user operation is waiting for background work to complete. 10:17:01 [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.3.500.v20200406-2025.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (58.11kB) 10:17:02 [INFO] Unpacking org.eclipse.equinox.p2.artifact.repository_1.3.500.v20200406-2025... 10:17:02 [INFO] Fetching org.eclipse.equinox.p2.metadata_2.5.100.v20200908-1020.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (108kB) 10:17:02 [INFO] The user operation is waiting for background work to complete. 10:17:02 [INFO] Fetching org.eclipse.equinox.p2.metadata_2.5.100.v20200908-1020.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (108kB) 10:17:02 [INFO] Unpacking org.eclipse.equinox.p2.metadata_2.5.100.v20200908-1020... 10:17:02 [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (44.42kB) 10:17:02 [INFO] The user operation is waiting for background work to complete. 10:17:02 [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (44.42kB) 10:17:02 [INFO] Unpacking org.tukaani.xz_1.8.0.v20180207-1613... 10:17:02 [INFO] Fetching org.eclipse.equinox.p2.core_2.6.300.v20200211-1504.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (32.04kB) 10:17:02 [INFO] The user operation is waiting for background work to complete. 10:17:02 [INFO] Fetching org.eclipse.equinox.p2.core_2.6.300.v20200211-1504.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (32.04kB) 10:17:02 [INFO] Unpacking org.eclipse.equinox.p2.core_2.6.300.v20200211-1504... 10:17:02 [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.700.v20200904-1601.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (39.3kB) 10:17:02 [INFO] The user operation is waiting for background work to complete. 10:17:02 [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.700.v20200904-1601.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (39.3kB) 10:17:02 [INFO] Unpacking org.eclipse.equinox.p2.jarprocessor_1.1.700.v20200904-1601... 10:17:02 [INFO] Fetching org.eclipse.equinox.p2.repository_2.5.0.v20201013-0853.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (55.38kB) 10:17:02 [INFO] The user operation is waiting for background work to complete. 10:17:02 [INFO] Fetching org.eclipse.equinox.p2.repository_2.5.0.v20201013-0853.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (55.38kB) 10:17:02 [INFO] Unpacking org.eclipse.equinox.p2.repository_2.5.0.v20201013-0853... 10:17:02 [INFO] Fetching org.eclipse.equinox.p2.director_2.4.700.v20200511-1530.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (47.99kB) 10:17:02 [INFO] The user operation is waiting for background work to complete. 10:17:02 [INFO] Fetching org.eclipse.equinox.p2.director_2.4.700.v20200511-1530.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (47.99kB) 10:17:02 [INFO] Unpacking org.eclipse.equinox.p2.director_2.4.700.v20200511-1530... 10:17:02 [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.700.v20200511-1530.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (74.47kB) 10:17:02 [INFO] The user operation is waiting for background work to complete. 10:17:02 [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.700.v20200511-1530.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (74.47kB) 10:17:03 [INFO] Unpacking org.eclipse.equinox.p2.engine_2.6.700.v20200511-1530... 10:17:03 [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.400.v20191211-1528.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (50.94kB) 10:17:03 [INFO] The user operation is waiting for background work to complete. 10:17:03 [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.400.v20191211-1528.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (50.94kB) 10:17:03 [INFO] Unpacking org.eclipse.equinox.p2.metadata.repository_1.3.400.v20191211-1528... 10:17:03 [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.500.v20200211-1505.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (16.64kB) 10:17:03 [INFO] The user operation is waiting for background work to complete. 10:17:03 [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.500.v20200211-1505.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (16.64kB) 10:17:03 [INFO] Unpacking org.eclipse.equinox.simpleconfigurator.manipulator_2.1.500.v20200211-1505... 10:17:03 [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (116.64kB) 10:17:03 [INFO] The user operation is waiting for background work to complete. 10:17:03 [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (116.64kB) 10:17:03 [INFO] Unpacking org.sat4j.core_2.3.5.v201308161310... 10:17:03 [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (81.19kB) 10:17:03 [INFO] The user operation is waiting for background work to complete. 10:17:03 [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (81.19kB) 10:17:03 [INFO] Unpacking org.sat4j.pb_2.3.5.v201404071733... 10:17:03 [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.3.0.v20201012-1345.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (22.39kB) 10:17:03 [INFO] The user operation is waiting for background work to complete. 10:17:03 [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.3.0.v20201012-1345.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (22.39kB) 10:17:03 [INFO] Unpacking org.eclipse.equinox.p2.transport.ecf_1.3.0.v20201012-1345... 10:17:03 [INFO] Fetching org.eclipse.equinox.p2.operations_2.5.1000.v20201106-1246.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (31.94kB) 10:17:03 [INFO] The user operation is waiting for background work to complete. 10:17:03 [INFO] Fetching org.eclipse.equinox.p2.operations_2.5.1000.v20201106-1246.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (31.94kB) 10:17:03 [INFO] Unpacking org.eclipse.equinox.p2.operations_2.5.1000.v20201106-1246... 10:17:03 [INFO] Fetching org.eclipse.equinox.security.linux.x86_64_1.1.400.v20200915-1125.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (12.59kB) 10:17:03 [INFO] The user operation is waiting for background work to complete. 10:17:03 [INFO] Fetching org.eclipse.equinox.security.linux.x86_64_1.1.400.v20200915-1125.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (12.59kB) 10:17:04 [INFO] Unpacking org.eclipse.equinox.security.linux.x86_64_1.1.400.v20200915-1125... 10:17:04 [INFO] Fetching org.eclipse.equinox.p2.discovery_1.1.200.v20190611-1008.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (17.02kB) 10:17:04 [INFO] The user operation is waiting for background work to complete. 10:17:04 [INFO] Fetching org.eclipse.equinox.p2.discovery_1.1.200.v20190611-1008.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (17.02kB) 10:17:04 [INFO] Unpacking org.eclipse.equinox.p2.discovery_1.1.200.v20190611-1008... 10:17:04 [INFO] Fetching org.eclipse.equinox.p2.discovery.compatibility_1.2.0.v20200916-1234.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (26.9kB) 10:17:04 [INFO] The user operation is waiting for background work to complete. 10:17:04 [INFO] Fetching org.eclipse.equinox.p2.discovery.compatibility_1.2.0.v20200916-1234.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (26.9kB) 10:17:04 [INFO] Unpacking org.eclipse.equinox.p2.discovery.compatibility_1.2.0.v20200916-1234... 10:17:04 [INFO] Fetching org.eclipse.equinox.p2.ui_2.6.100.v20200731-1005.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (288.35kB) 10:17:04 [INFO] The user operation is waiting for background work to complete. 10:17:04 [INFO] Fetching org.eclipse.equinox.p2.ui_2.6.100.v20200731-1005.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (288.35kB) 10:17:04 [INFO] Unpacking org.eclipse.equinox.p2.ui_2.6.100.v20200731-1005... 10:17:04 [INFO] Fetching org.eclipse.equinox.security.ui_1.2.700.v20200807-1518.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (71.46kB) 10:17:04 [INFO] The user operation is waiting for background work to complete. 10:17:04 [INFO] Fetching org.eclipse.equinox.security.ui_1.2.700.v20200807-1518.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (71.46kB) 10:17:04 [INFO] Unpacking org.eclipse.equinox.security.ui_1.2.700.v20200807-1518... 10:17:04 [INFO] Fetching org.eclipse.equinox.p2.ui.discovery_1.2.0.v20200916-1234.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (75.86kB) 10:17:04 [INFO] The user operation is waiting for background work to complete. 10:17:04 [INFO] Fetching org.eclipse.equinox.p2.ui.discovery_1.2.0.v20200916-1234.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (75.86kB) 10:17:04 [INFO] Unpacking org.eclipse.equinox.p2.ui.discovery_1.2.0.v20200916-1234... 10:17:04 [INFO] Fetching org.eclipse.ui.browser_3.6.1000.v20200910-0548.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (97.84kB) 10:17:04 [INFO] The user operation is waiting for background work to complete. 10:17:04 [INFO] Fetching org.eclipse.ui.browser_3.6.1000.v20200910-0548.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (97.84kB) 10:17:04 [INFO] Unpacking org.eclipse.ui.browser_3.6.1000.v20200910-0548... 10:17:04 [INFO] Fetching org.eclipse.help.base_4.3.100.v20201202-1800.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (164.03kB) 10:17:04 [INFO] The user operation is waiting for background work to complete. 10:17:04 [INFO] Fetching org.eclipse.help.base_4.3.100.v20201202-1800.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (164.03kB) 10:17:05 [INFO] Unpacking org.eclipse.help.base_4.3.100.v20201202-1800... 10:17:05 [INFO] Fetching org.eclipse.help.ui_4.2.100.v20200923-2139.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (203.25kB) 10:17:05 [INFO] The user operation is waiting for background work to complete. 10:17:05 [INFO] Fetching org.eclipse.help.ui_4.2.100.v20200923-2139.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (203.25kB) 10:17:05 [INFO] Unpacking org.eclipse.help.ui_4.2.100.v20200923-2139... 10:17:05 [INFO] Fetching org.eclipse.help.webapp_3.10.100.v20201130-2122.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (308.22kB) 10:17:05 [INFO] The user operation is waiting for background work to complete. 10:17:05 [INFO] Fetching org.eclipse.help.webapp_3.10.100.v20201130-2122.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (308.22kB) 10:17:05 [INFO] Unpacking org.eclipse.help.webapp_3.10.100.v20201130-2122... 10:17:05 [INFO] Fetching org.eclipse.jetty.continuation_9.4.35.v20201120.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (31.8kB) 10:17:05 [INFO] Fetching org.eclipse.jetty.io_9.4.35.v20201120.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (175.32kB) 10:17:05 [INFO] Fetching org.eclipse.jetty.security_9.4.35.v20201120.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (126.09kB) 10:17:05 [INFO] Fetching org.eclipse.jetty.util.ajax_9.4.35.v20201120.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (72.58kB) 10:17:06 [INFO] Fetching org.eclipse.help_2.3.400.v20201202-1800.jar from https://download.eclipse.org/releases/2020-12/202012161000/features/ (19.54kB) 10:17:06 [INFO] Fetching org.eclipse.jdt_3.18.600.v20201202-1800.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (29.44kB) 10:17:06 [INFO] The user operation is waiting for background work to complete. 10:17:06 [INFO] Fetching org.eclipse.jdt_3.18.600.v20201202-1800.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (29.44kB) 10:17:06 [INFO] Unpacking org.eclipse.jdt_3.18.600.v20201202-1800... 10:17:06 [INFO] Fetching org.eclipse.ui.intro_3.6.0.v20201120-1551.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (141.91kB) 10:17:06 [INFO] The user operation is waiting for background work to complete. 10:17:06 [INFO] Fetching org.eclipse.ui.intro_3.6.0.v20201120-1551.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (141.91kB) 10:17:06 [INFO] Unpacking org.eclipse.ui.intro_3.6.0.v20201120-1551... 10:17:06 [INFO] Fetching org.eclipse.ui.cheatsheets_3.7.100.v20200915-1059.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (149.88kB) 10:17:06 [INFO] The user operation is waiting for background work to complete. 10:17:06 [INFO] Fetching org.eclipse.ui.cheatsheets_3.7.100.v20200915-1059.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (149.88kB) 10:17:06 [INFO] Unpacking org.eclipse.ui.cheatsheets_3.7.100.v20200915-1059... 10:17:06 [INFO] Fetching org.eclipse.jdt.annotation_1.1.500.v20200407-1355.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (9.46kB) 10:17:06 [INFO] The user operation is waiting for background work to complete. 10:17:06 [INFO] Fetching org.eclipse.jdt.annotation_1.1.500.v20200407-1355.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (9.46kB) 10:17:06 [INFO] Unpacking org.eclipse.jdt.annotation_1.1.500.v20200407-1355... 10:17:06 [INFO] Fetching org.eclipse.jdt.annotation_2.2.600.v20200408-1511.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (16.59kB) 10:17:06 [INFO] The user operation is waiting for background work to complete. 10:17:06 [INFO] Fetching org.eclipse.jdt.annotation_2.2.600.v20200408-1511.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (16.59kB) 10:17:06 [INFO] Unpacking org.eclipse.jdt.annotation_2.2.600.v20200408-1511... 10:17:06 [INFO] Fetching org.eclipse.jdt.apt.core_3.6.800.v20200916-0645.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (128.03kB) 10:17:06 [INFO] The user operation is waiting for background work to complete. 10:17:06 [INFO] Fetching org.eclipse.jdt.apt.core_3.6.800.v20200916-0645.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (128.03kB) 10:17:06 [INFO] Unpacking org.eclipse.jdt.apt.core_3.6.800.v20200916-0645... 10:17:07 [INFO] Fetching org.eclipse.jdt.apt.pluggable.core_1.2.500.v20200322-1447.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (18.1kB) 10:17:07 [INFO] The user operation is waiting for background work to complete. 10:17:07 [INFO] Fetching org.eclipse.jdt.apt.pluggable.core_1.2.500.v20200322-1447.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (18.1kB) 10:17:07 [INFO] Unpacking org.eclipse.jdt.apt.pluggable.core_1.2.500.v20200322-1447... 10:17:07 [INFO] Fetching org.eclipse.jdt.compiler.tool_1.2.1100.v20200916-0645.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (154.45kB) 10:17:07 [INFO] The user operation is waiting for background work to complete. 10:17:07 [INFO] Fetching org.eclipse.jdt.compiler.tool_1.2.1100.v20200916-0645.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (154.45kB) 10:17:07 [INFO] Unpacking org.eclipse.jdt.compiler.tool_1.2.1100.v20200916-0645... 10:17:07 [INFO] Fetching org.eclipse.jdt.compiler.apt_1.3.1200.v20200916-0645.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (77.51kB) 10:17:07 [INFO] The user operation is waiting for background work to complete. 10:17:07 [INFO] Fetching org.eclipse.jdt.compiler.apt_1.3.1200.v20200916-0645.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (77.51kB) 10:17:07 [INFO] Unpacking org.eclipse.jdt.compiler.apt_1.3.1200.v20200916-0645... 10:17:07 [INFO] Fetching org.eclipse.jdt.apt.ui_3.6.500.v20200828-1336.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (31.59kB) 10:17:07 [INFO] The user operation is waiting for background work to complete. 10:17:07 [INFO] Fetching org.eclipse.jdt.apt.ui_3.6.500.v20200828-1336.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (31.59kB) 10:17:07 [INFO] Unpacking org.eclipse.jdt.apt.ui_3.6.500.v20200828-1336... 10:17:07 [INFO] Fetching org.eclipse.jdt.core.formatterapp_1.0.0.v20200119-0748.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (9.04kB) 10:17:07 [INFO] The user operation is waiting for background work to complete. 10:17:07 [INFO] Fetching org.eclipse.jdt.core.formatterapp_1.0.0.v20200119-0748.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (9.04kB) 10:17:07 [INFO] Unpacking org.eclipse.jdt.core.formatterapp_1.0.0.v20200119-0748... 10:17:07 [INFO] Fetching org.eclipse.jdt.core.manipulation_1.14.200.v20201124-1435.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (518.04kB) 10:17:07 [INFO] The user operation is waiting for background work to complete. 10:17:07 [INFO] Fetching org.eclipse.jdt.core.manipulation_1.14.200.v20201124-1435.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (518.04kB) 10:17:07 [INFO] Unpacking org.eclipse.jdt.core.manipulation_1.14.200.v20201124-1435... 10:17:08 [INFO] Fetching org.eclipse.jdt.debug_3.17.0.v20201117-1145.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (900.98kB) 10:17:08 [INFO] The user operation is waiting for background work to complete. 10:17:08 [INFO] Fetching org.eclipse.jdt.debug_3.17.0.v20201117-1145.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (900.98kB) 10:17:08 [INFO] Unpacking org.eclipse.jdt.debug_3.17.0.v20201117-1145... 10:17:08 [INFO] Fetching org.eclipse.search_3.12.100.v20201116-1027.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (214.49kB) 10:17:08 [INFO] The user operation is waiting for background work to complete. 10:17:08 [INFO] Fetching org.eclipse.search_3.12.100.v20201116-1027.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (214.49kB) 10:17:08 [INFO] Unpacking org.eclipse.search_3.12.100.v20201116-1027... 10:17:08 [INFO] Fetching org.eclipse.jdt.doc.user_3.15.900.v20201201-1641.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (9.65MB) 10:17:08 [INFO] The user operation is waiting for background work to complete. 10:17:08 [INFO] Fetching org.eclipse.jdt.doc.user_3.15.900.v20201201-1641.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (9.65MB) 10:17:08 [INFO] Unpacking org.eclipse.jdt.doc.user_3.15.900.v20201201-1641... 10:17:09 [INFO] Fetching org.eclipse.jdt.junit.core_3.10.900.v20201120-2059.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (65.64kB) 10:17:09 [INFO] The user operation is waiting for background work to complete. 10:17:09 [INFO] Fetching org.eclipse.jdt.junit.core_3.10.900.v20201120-2059.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (65.64kB) 10:17:09 [INFO] Unpacking org.eclipse.jdt.junit.core_3.10.900.v20201120-2059... 10:17:09 [INFO] Fetching org.eclipse.jdt.junit.runtime_3.5.400.v20201120-2059.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (24.63kB) 10:17:09 [INFO] The user operation is waiting for background work to complete. 10:17:09 [INFO] Fetching org.eclipse.jdt.junit.runtime_3.5.400.v20201120-2059.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (24.63kB) 10:17:09 [INFO] Unpacking org.eclipse.jdt.junit.runtime_3.5.400.v20201120-2059... 10:17:10 [INFO] Fetching org.eclipse.jdt.junit4.runtime_1.1.1400.v20200917-1125.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (13.16kB) 10:17:10 [INFO] The user operation is waiting for background work to complete. 10:17:10 [INFO] Fetching org.eclipse.jdt.junit4.runtime_1.1.1400.v20200917-1125.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (13.16kB) 10:17:10 [INFO] Unpacking org.eclipse.jdt.junit4.runtime_1.1.1400.v20200917-1125... 10:17:10 [INFO] Fetching org.eclipse.jdt.junit5.runtime_1.0.1100.v20200928-0432.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (12.92kB) 10:17:10 [INFO] The user operation is waiting for background work to complete. 10:17:10 [INFO] Fetching org.eclipse.jdt.junit5.runtime_1.0.1100.v20200928-0432.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (12.92kB) 10:17:10 [INFO] Unpacking org.eclipse.jdt.junit5.runtime_1.0.1100.v20200928-0432... 10:17:10 [INFO] Fetching org.junit_4.13.0.v20200204-1500.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (123kB) 10:17:10 [INFO] The user operation is waiting for background work to complete. 10:17:10 [INFO] Fetching org.junit_4.13.0.v20200204-1500.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (123kB) 10:17:10 [INFO] Unpacking org.junit_4.13.0.v20200204-1500... 10:17:10 [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (29.18kB) 10:17:10 [INFO] The user operation is waiting for background work to complete. 10:17:10 [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (29.18kB) 10:17:10 [INFO] Unpacking org.hamcrest.core_1.3.0.v20180420-1519... 10:17:10 [INFO] Fetching org.junit.jupiter.api_5.7.0.v20201026-1537.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (63.1kB) 10:17:10 [INFO] The user operation is waiting for background work to complete. 10:17:10 [INFO] Fetching org.junit.jupiter.api_5.7.0.v20201026-1537.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (63.1kB) 10:17:10 [INFO] Unpacking org.junit.jupiter.api_5.7.0.v20201026-1537... 10:17:10 [INFO] Fetching org.junit.jupiter.engine_5.7.0.v20201026-1537.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (73.01kB) 10:17:10 [INFO] The user operation is waiting for background work to complete. 10:17:10 [INFO] Fetching org.junit.jupiter.engine_5.7.0.v20201026-1537.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (73.01kB) 10:17:10 [INFO] Unpacking org.junit.jupiter.engine_5.7.0.v20201026-1537... 10:17:10 [INFO] Fetching org.junit.jupiter.migrationsupport_5.7.0.v20201026-1537.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (21.56kB) 10:17:10 [INFO] The user operation is waiting for background work to complete. 10:17:10 [INFO] Fetching org.junit.jupiter.migrationsupport_5.7.0.v20201026-1537.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (21.56kB) 10:17:10 [INFO] Unpacking org.junit.jupiter.migrationsupport_5.7.0.v20201026-1537... 10:17:11 [INFO] Fetching org.junit.jupiter.params_5.7.0.v20201026-1537.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (186.11kB) 10:17:11 [INFO] The user operation is waiting for background work to complete. 10:17:11 [INFO] Fetching org.junit.jupiter.params_5.7.0.v20201026-1537.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (186.11kB) 10:17:11 [INFO] Unpacking org.junit.jupiter.params_5.7.0.v20201026-1537... 10:17:11 [INFO] Fetching org.junit.platform.commons_1.7.0.v20201026-1537.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (51.01kB) 10:17:11 [INFO] The user operation is waiting for background work to complete. 10:17:11 [INFO] Fetching org.junit.platform.commons_1.7.0.v20201026-1537.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (51.01kB) 10:17:11 [INFO] Unpacking org.junit.platform.commons_1.7.0.v20201026-1537... 10:17:11 [INFO] Fetching org.junit.platform.engine_1.7.0.v20201026-1537.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (60.04kB) 10:17:11 [INFO] The user operation is waiting for background work to complete. 10:17:11 [INFO] Fetching org.junit.platform.engine_1.7.0.v20201026-1537.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (60.04kB) 10:17:11 [INFO] Unpacking org.junit.platform.engine_1.7.0.v20201026-1537... 10:17:11 [INFO] Fetching org.junit.platform.launcher_1.7.0.v20201026-1537.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (53.72kB) 10:17:11 [INFO] The user operation is waiting for background work to complete. 10:17:11 [INFO] Fetching org.junit.platform.launcher_1.7.0.v20201026-1537.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (53.72kB) 10:17:11 [INFO] Unpacking org.junit.platform.launcher_1.7.0.v20201026-1537... 10:17:11 [INFO] Fetching org.junit.platform.runner_1.7.0.v20201026-1537.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (21.11kB) 10:17:11 [INFO] The user operation is waiting for background work to complete. 10:17:11 [INFO] Fetching org.junit.platform.runner_1.7.0.v20201026-1537.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (21.11kB) 10:17:11 [INFO] Unpacking org.junit.platform.runner_1.7.0.v20201026-1537... 10:17:11 [INFO] Fetching org.junit.platform.suite.api_1.7.0.v20201026-1537.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (16.92kB) 10:17:11 [INFO] The user operation is waiting for background work to complete. 10:17:11 [INFO] Fetching org.junit.platform.suite.api_1.7.0.v20201026-1537.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (16.92kB) 10:17:11 [INFO] Unpacking org.junit.platform.suite.api_1.7.0.v20201026-1537... 10:17:11 [INFO] Fetching org.junit.vintage.engine_5.7.0.v20201026-1537.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (33.75kB) 10:17:11 [INFO] The user operation is waiting for background work to complete. 10:17:11 [INFO] Fetching org.junit.vintage.engine_5.7.0.v20201026-1537.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (33.75kB) 10:17:12 [INFO] Unpacking org.junit.vintage.engine_5.7.0.v20201026-1537... 10:17:12 [INFO] Fetching org.opentest4j_1.2.0.v20190826-0900.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (14.79kB) 10:17:12 [INFO] The user operation is waiting for background work to complete. 10:17:12 [INFO] Fetching org.opentest4j_1.2.0.v20190826-0900.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (14.79kB) 10:17:12 [INFO] Unpacking org.opentest4j_1.2.0.v20190826-0900... 10:17:12 [INFO] Fetching org.eclipse.jdt_3.18.600.v20201202-1800.jar from https://download.eclipse.org/releases/2020-12/202012161000/features/ (19.72kB) 10:17:12 [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.11.200.v20201025-2022.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (176.88kB) 10:17:12 [INFO] The user operation is waiting for background work to complete. 10:17:12 [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.11.200.v20201025-2022.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (176.88kB) 10:17:12 [INFO] Unpacking org.eclipse.ltk.ui.refactoring_3.11.200.v20201025-2022... 10:17:12 [INFO] Fetching org.eclipse.team.ui_3.8.1100.v20200916-0836.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (491.71kB) 10:17:12 [INFO] The user operation is waiting for background work to complete. 10:17:12 [INFO] Fetching org.eclipse.team.ui_3.8.1100.v20200916-0836.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (491.71kB) 10:17:12 [INFO] Unpacking org.eclipse.team.ui_3.8.1100.v20200916-0836... 10:17:12 [INFO] Fetching org.eclipse.ui.navigator_3.9.500.v20201021-1339.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (130.94kB) 10:17:12 [INFO] The user operation is waiting for background work to complete. 10:17:12 [INFO] Fetching org.eclipse.ui.navigator_3.9.500.v20201021-1339.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (130.94kB) 10:17:12 [INFO] Unpacking org.eclipse.ui.navigator_3.9.500.v20201021-1339... 10:17:13 [INFO] Fetching org.eclipse.ui.navigator.resources_3.7.500.v20201021-1339.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (70.55kB) 10:17:13 [INFO] The user operation is waiting for background work to complete. 10:17:13 [INFO] Fetching org.eclipse.ui.navigator.resources_3.7.500.v20201021-1339.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (70.55kB) 10:17:13 [INFO] Unpacking org.eclipse.ui.navigator.resources_3.7.500.v20201021-1339... 10:17:13 [INFO] Fetching org.eclipse.jsch.core_1.3.900.v20200422-1935.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (20.71kB) 10:17:13 [INFO] The user operation is waiting for background work to complete. 10:17:13 [INFO] Fetching org.eclipse.jsch.core_1.3.900.v20200422-1935.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (20.71kB) 10:17:13 [INFO] Unpacking org.eclipse.jsch.core_1.3.900.v20200422-1935... 10:17:13 [INFO] Fetching org.eclipse.jsch.ui_1.3.1100.v20200916-0731.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (34.59kB) 10:17:13 [INFO] The user operation is waiting for background work to complete. 10:17:13 [INFO] Fetching org.eclipse.jsch.ui_1.3.1100.v20200916-0731.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (34.59kB) 10:17:13 [INFO] Unpacking org.eclipse.jsch.ui_1.3.1100.v20200916-0731... 10:17:13 [INFO] Fetching org.eclipse.license_2.0.2.v20181016-2210.jar from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/features/ (13.05kB) 10:17:13 [INFO] Fetching org.eclipse.m2e.archetype.common_1.16.0.20201125-2132.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (1.92MB) 10:17:13 [INFO] Fetching org.eclipse.m2e.maven.runtime_1.16.0.20200610-1735.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (7.22MB) 10:17:14 [INFO] Fetching org.eclipse.m2e.binaryproject_1.17.0.20200924-1339.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (11.46kB) 10:17:14 [INFO] The user operation is waiting for background work to complete. 10:17:14 [INFO] Fetching org.eclipse.m2e.binaryproject_1.17.0.20200924-1339.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (11.46kB) 10:17:14 [INFO] Unpacking org.eclipse.m2e.binaryproject_1.17.0.20200924-1339... 10:17:14 [INFO] Fetching org.eclipse.m2e.core_1.17.1.20201207-1012.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (201.01kB) 10:17:14 [INFO] The user operation is waiting for background work to complete. 10:17:14 [INFO] Fetching org.eclipse.m2e.core_1.17.1.20201207-1012.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (201.01kB) 10:17:14 [INFO] Unpacking org.eclipse.m2e.core_1.17.1.20201207-1012... 10:17:14 [INFO] Fetching org.eclipse.m2e.sourcelookup_1.17.0.20200924-1339.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (11.32kB) 10:17:14 [INFO] The user operation is waiting for background work to complete. 10:17:14 [INFO] Fetching org.eclipse.m2e.sourcelookup_1.17.0.20200924-1339.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (11.32kB) 10:17:14 [INFO] Unpacking org.eclipse.m2e.sourcelookup_1.17.0.20200924-1339... 10:17:14 [INFO] Fetching org.eclipse.m2e.jdt_1.17.0.20201014-1513.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (55.91kB) 10:17:14 [INFO] The user operation is waiting for background work to complete. 10:17:14 [INFO] Fetching org.eclipse.m2e.jdt_1.17.0.20201014-1513.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (55.91kB) 10:17:14 [INFO] Unpacking org.eclipse.m2e.jdt_1.17.0.20201014-1513... 10:17:14 [INFO] Fetching org.slf4j.api_1.7.30.v20200204-2150.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (24kB) 10:17:14 [INFO] The user operation is waiting for background work to complete. 10:17:14 [INFO] Fetching org.slf4j.api_1.7.30.v20200204-2150.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (24kB) 10:17:15 [INFO] Unpacking org.slf4j.api_1.7.30.v20200204-2150... 10:17:15 [INFO] Fetching org.eclipse.m2e.binaryproject.ui_1.17.0.20200924-1339.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (10.07kB) 10:17:15 [INFO] The user operation is waiting for background work to complete. 10:17:15 [INFO] Fetching org.eclipse.m2e.binaryproject.ui_1.17.0.20200924-1339.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (10.07kB) 10:17:15 [INFO] Unpacking org.eclipse.m2e.binaryproject.ui_1.17.0.20200924-1339... 10:17:15 [INFO] Fetching org.eclipse.m2e.core.ui_1.17.1.20201207-1012.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (209.61kB) 10:17:15 [INFO] The user operation is waiting for background work to complete. 10:17:15 [INFO] Fetching org.eclipse.m2e.core.ui_1.17.1.20201207-1012.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (209.61kB) 10:17:15 [INFO] Unpacking org.eclipse.m2e.core.ui_1.17.1.20201207-1012... 10:17:15 [INFO] Fetching org.eclipse.m2e.maven.indexer_1.17.1.20201207-1112.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (7.27MB) 10:17:15 [INFO] Fetching org.eclipse.m2e.workspace.cli_0.3.1.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (15.56kB) 10:17:16 [INFO] Fetching org.eclipse.m2e.model.edit_1.16.0.20200514-1409.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (129.43kB) 10:17:16 [INFO] The user operation is waiting for background work to complete. 10:17:16 [INFO] Fetching org.eclipse.m2e.model.edit_1.16.0.20200514-1409.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (129.43kB) 10:17:16 [INFO] Unpacking org.eclipse.m2e.model.edit_1.16.0.20200514-1409... 10:17:16 [INFO] Fetching org.eclipse.m2e.discovery_1.17.0.20201014-1513.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (33.91kB) 10:17:16 [INFO] The user operation is waiting for background work to complete. 10:17:16 [INFO] Fetching org.eclipse.m2e.discovery_1.17.0.20201014-1513.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (33.91kB) 10:17:16 [INFO] Unpacking org.eclipse.m2e.discovery_1.17.0.20201014-1513... 10:17:16 [INFO] Fetching org.eclipse.m2e.editor_1.17.0.20201014-1513.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (125.45kB) 10:17:16 [INFO] The user operation is waiting for background work to complete. 10:17:16 [INFO] Fetching org.eclipse.m2e.editor_1.17.0.20201014-1513.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (125.45kB) 10:17:16 [INFO] Unpacking org.eclipse.m2e.editor_1.17.0.20201014-1513... 10:17:16 [INFO] Fetching org.eclipse.wst.sse.core_1.2.500.v202008090735.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (156.2kB) 10:17:16 [INFO] The user operation is waiting for background work to complete. 10:17:16 [INFO] Fetching org.eclipse.wst.sse.core_1.2.500.v202008090735.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (156.2kB) 10:17:16 [INFO] Unpacking org.eclipse.wst.sse.core_1.2.500.v202008090735... 10:17:16 [INFO] Fetching org.eclipse.wst.xml.core_1.2.300.v202007191910.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (255.13kB) 10:17:16 [INFO] The user operation is waiting for background work to complete. 10:17:16 [INFO] Fetching org.eclipse.wst.xml.core_1.2.300.v202007191910.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (255.13kB) 10:17:16 [INFO] Unpacking org.eclipse.wst.xml.core_1.2.300.v202007191910... 10:17:16 [INFO] Fetching org.eclipse.wst.common.emf_1.2.700.v202007161535.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (77.5kB) 10:17:16 [INFO] The user operation is waiting for background work to complete. 10:17:16 [INFO] Fetching org.eclipse.wst.common.emf_1.2.700.v202007161535.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (77.5kB) 10:17:17 [INFO] Unpacking org.eclipse.wst.common.emf_1.2.700.v202007161535... 10:17:17 [INFO] Fetching org.eclipse.ui.genericeditor_1.1.900.v20200910-2030.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (49.36kB) 10:17:17 [INFO] The user operation is waiting for background work to complete. 10:17:17 [INFO] Fetching org.eclipse.ui.genericeditor_1.1.900.v20200910-2030.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (49.36kB) 10:17:17 [INFO] Unpacking org.eclipse.ui.genericeditor_1.1.900.v20200910-2030... 10:17:17 [INFO] Fetching org.eclipse.m2e.editor.xml_1.17.0.20201021-0833.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (56.78kB) 10:17:17 [INFO] The user operation is waiting for background work to complete. 10:17:17 [INFO] Fetching org.eclipse.m2e.editor.xml_1.17.0.20201021-0833.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (56.78kB) 10:17:17 [INFO] Unpacking org.eclipse.m2e.editor.xml_1.17.0.20201021-0833... 10:17:17 [INFO] Fetching org.eclipse.wst.xml.ui_1.2.500.v202008091424.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (335.57kB) 10:17:17 [INFO] The user operation is waiting for background work to complete. 10:17:17 [INFO] Fetching org.eclipse.wst.xml.ui_1.2.500.v202008091424.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (335.57kB) 10:17:17 [INFO] Unpacking org.eclipse.wst.xml.ui_1.2.500.v202008091424... 10:17:17 [INFO] Fetching org.eclipse.wst.sse.ui_1.7.100.v202008192217.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (315.24kB) 10:17:17 [INFO] The user operation is waiting for background work to complete. 10:17:17 [INFO] Fetching org.eclipse.wst.sse.ui_1.7.100.v202008192217.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (315.24kB) 10:17:17 [INFO] Unpacking org.eclipse.wst.sse.ui_1.7.100.v202008192217... 10:17:17 [INFO] Fetching org.eclipse.wst.xsd.core_1.2.100.v202008180353.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (29.05kB) 10:17:17 [INFO] The user operation is waiting for background work to complete. 10:17:17 [INFO] Fetching org.eclipse.wst.xsd.core_1.2.100.v202008180353.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (29.05kB) 10:17:18 [INFO] Unpacking org.eclipse.wst.xsd.core_1.2.100.v202008180353... 10:17:18 [INFO] Fetching org.eclipse.wst.common.uriresolver_1.3.0.v202007161535.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (25.65kB) 10:17:18 [INFO] The user operation is waiting for background work to complete. 10:17:18 [INFO] Fetching org.eclipse.wst.common.uriresolver_1.3.0.v202007161535.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (25.65kB) 10:17:18 [INFO] Unpacking org.eclipse.wst.common.uriresolver_1.3.0.v202007161535... 10:17:18 [INFO] Fetching org.eclipse.m2e.feature_1.17.1.20201207-1112.jar from https://download.eclipse.org/releases/2020-12/202012161000/features/ (19.89kB) 10:17:18 [INFO] Fetching org.eclipse.m2e.maven.runtime.slf4j.simple_1.16.0.20200610-1735.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (19.43kB) 10:17:18 [INFO] Fetching org.eclipse.m2e.importer_1.17.0.20200924-1339.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (10.53kB) 10:17:18 [INFO] The user operation is waiting for background work to complete. 10:17:18 [INFO] Fetching org.eclipse.m2e.importer_1.17.0.20200924-1339.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (10.53kB) 10:17:18 [INFO] Unpacking org.eclipse.m2e.importer_1.17.0.20200924-1339... 10:17:18 [INFO] Fetching org.eclipse.m2e.scm_1.17.0.20200924-1339.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (27.15kB) 10:17:18 [INFO] The user operation is waiting for background work to complete. 10:17:18 [INFO] Fetching org.eclipse.m2e.scm_1.17.0.20200924-1339.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (27.15kB) 10:17:18 [INFO] Unpacking org.eclipse.m2e.scm_1.17.0.20200924-1339... 10:17:18 [INFO] Fetching org.eclipse.m2e.profiles.ui_1.17.0.20200924-1339.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (20.7kB) 10:17:18 [INFO] The user operation is waiting for background work to complete. 10:17:18 [INFO] Fetching org.eclipse.m2e.profiles.ui_1.17.0.20200924-1339.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (20.7kB) 10:17:18 [INFO] Unpacking org.eclipse.m2e.profiles.ui_1.17.0.20200924-1339... 10:17:18 [INFO] Fetching org.eclipse.m2e.lifecyclemapping.defaults_1.17.0.20200924-1339.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (8.31kB) 10:17:18 [INFO] The user operation is waiting for background work to complete. 10:17:18 [INFO] Fetching org.eclipse.m2e.lifecyclemapping.defaults_1.17.0.20200924-1339.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (8.31kB) 10:17:18 [INFO] Unpacking org.eclipse.m2e.lifecyclemapping.defaults_1.17.0.20200924-1339... 10:17:18 [INFO] Fetching org.eclipse.m2e.profiles.core_1.17.0.20201014-1513.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (12.85kB) 10:17:18 [INFO] The user operation is waiting for background work to complete. 10:17:18 [INFO] Fetching org.eclipse.m2e.profiles.core_1.17.0.20201014-1513.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (12.85kB) 10:17:19 [INFO] Unpacking org.eclipse.m2e.profiles.core_1.17.0.20201014-1513... 10:17:19 [INFO] Fetching org.eclipse.m2e.sourcelookup.ui_1.17.0.20200924-1339.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (14.04kB) 10:17:19 [INFO] The user operation is waiting for background work to complete. 10:17:19 [INFO] Fetching org.eclipse.m2e.sourcelookup.ui_1.17.0.20200924-1339.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (14.04kB) 10:17:19 [INFO] Unpacking org.eclipse.m2e.sourcelookup.ui_1.17.0.20200924-1339... 10:17:19 [INFO] Fetching org.eclipse.m2e.refactoring_1.17.0.20200924-1339.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (31.29kB) 10:17:19 [INFO] The user operation is waiting for background work to complete. 10:17:19 [INFO] Fetching org.eclipse.m2e.refactoring_1.17.0.20200924-1339.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (31.29kB) 10:17:19 [INFO] Unpacking org.eclipse.m2e.refactoring_1.17.0.20200924-1339... 10:17:19 [INFO] Fetching org.eclipse.m2e.launching_1.17.0.20201014-1513.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (39.46kB) 10:17:19 [INFO] The user operation is waiting for background work to complete. 10:17:19 [INFO] Fetching org.eclipse.m2e.launching_1.17.0.20201014-1513.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (39.46kB) 10:17:19 [INFO] Unpacking org.eclipse.m2e.launching_1.17.0.20201014-1513... 10:17:19 [INFO] Fetching org.eclipse.m2e.jdt.ui_1.17.0.20201014-1513.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (15.45kB) 10:17:19 [INFO] The user operation is waiting for background work to complete. 10:17:19 [INFO] Fetching org.eclipse.m2e.jdt.ui_1.17.0.20201014-1513.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (15.45kB) 10:17:19 [INFO] Unpacking org.eclipse.m2e.jdt.ui_1.17.0.20201014-1513... 10:17:19 [INFO] Fetching &countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/tools/orbit/downloads/drops/R20201118194144/repository/ (63B) 10:17:19 [INFO] Fetching com.google.gson_2.2.4.v201311231704.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (70.09kB) 10:17:19 [INFO] The user operation is waiting for background work to complete. 10:17:19 [INFO] Fetching com.google.gson_2.2.4.v201311231704.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (70.09kB) 10:17:19 [INFO] Unpacking com.google.gson_2.2.4.v201311231704... 10:17:19 [INFO] Fetching org.eclipse.m2e.sse.ui.feature_1.17.0.20201021-0833.jar from https://download.eclipse.org/releases/2020-12/202012161000/features/ (18.93kB) 10:17:19 [INFO] Fetching org.eclipse.platform_4.18.0.v20201202-1800.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (425.09kB) 10:17:19 [INFO] The user operation is waiting for background work to complete. 10:17:19 [INFO] Fetching org.eclipse.platform_4.18.0.v20201202-1800.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (425.09kB) 10:17:20 [INFO] Unpacking org.eclipse.platform_4.18.0.v20201202-1800... 10:17:20 [INFO] Fetching org.eclipse.platform.doc.user_4.18.0.v20201202-1459.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (6.62MB) 10:17:20 [INFO] The user operation is waiting for background work to complete. 10:17:20 [INFO] Fetching org.eclipse.platform.doc.user_4.18.0.v20201202-1459.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (6.62MB) 10:17:20 [INFO] Unpacking org.eclipse.platform.doc.user_4.18.0.v20201202-1459... 10:17:21 [INFO] Fetching org.eclipse.text.quicksearch_1.0.400.v20201026-1722.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (36.03kB) 10:17:21 [INFO] The user operation is waiting for background work to complete. 10:17:21 [INFO] Fetching org.eclipse.text.quicksearch_1.0.400.v20201026-1722.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (36.03kB) 10:17:21 [INFO] Unpacking org.eclipse.text.quicksearch_1.0.400.v20201026-1722... 10:17:21 [INFO] Fetching org.eclipse.ui.intro.universal_3.4.0.v20200805-1259.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (1.83MB) 10:17:21 [INFO] The user operation is waiting for background work to complete. 10:17:21 [INFO] Fetching org.eclipse.ui.intro.universal_3.4.0.v20200805-1259.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (1.83MB) 10:17:21 [INFO] Unpacking org.eclipse.ui.intro.universal_3.4.0.v20200805-1259... 10:17:21 [INFO] Fetching org.eclipse.ui.monitoring_1.1.900.v20200907-0838.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (27.67kB) 10:17:21 [INFO] The user operation is waiting for background work to complete. 10:17:21 [INFO] Fetching org.eclipse.ui.monitoring_1.1.900.v20200907-0838.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (27.67kB) 10:17:21 [INFO] Unpacking org.eclipse.ui.monitoring_1.1.900.v20200907-0838... 10:17:21 [INFO] Fetching org.eclipse.ui.net_1.3.800.v20200422-1935.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (19.83kB) 10:17:21 [INFO] The user operation is waiting for background work to complete. 10:17:21 [INFO] Fetching org.eclipse.ui.net_1.3.800.v20200422-1935.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (19.83kB) 10:17:21 [INFO] Unpacking org.eclipse.ui.net_1.3.800.v20200422-1935... 10:17:21 [INFO] Fetching org.eclipse.ui.ide.application_1.3.900.v20201102-2031.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (55.55kB) 10:17:21 [INFO] The user operation is waiting for background work to complete. 10:17:21 [INFO] Fetching org.eclipse.ui.ide.application_1.3.900.v20201102-2031.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (55.55kB) 10:17:21 [INFO] Unpacking org.eclipse.ui.ide.application_1.3.900.v20201102-2031... 10:17:21 [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.9.0.v20201026-0739.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (40.5kB) 10:17:21 [INFO] The user operation is waiting for background work to complete. 10:17:21 [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.9.0.v20201026-0739.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (40.5kB) 10:17:21 [INFO] Unpacking org.eclipse.ui.views.properties.tabbed_3.9.0.v20201026-0739... 10:17:21 [INFO] Fetching org.eclipse.ui.themes_1.2.1200.v20201112-1139.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (30.26kB) 10:17:21 [INFO] The user operation is waiting for background work to complete. 10:17:21 [INFO] Fetching org.eclipse.ui.themes_1.2.1200.v20201112-1139.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (30.26kB) 10:17:22 [INFO] Unpacking org.eclipse.ui.themes_1.2.1200.v20201112-1139... 10:17:22 [INFO] Fetching org.eclipse.ui.intro.quicklinks_1.1.0.v20200724-0708.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (13.99kB) 10:17:22 [INFO] The user operation is waiting for background work to complete. 10:17:22 [INFO] Fetching org.eclipse.ui.intro.quicklinks_1.1.0.v20200724-0708.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (13.99kB) 10:17:22 [INFO] Unpacking org.eclipse.ui.intro.quicklinks_1.1.0.v20200724-0708... 10:17:22 [INFO] Fetching org.eclipse.team.genericeditor.diff.extension_1.0.600.v20200212-1524.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (9.83kB) 10:17:22 [INFO] The user operation is waiting for background work to complete. 10:17:22 [INFO] Fetching org.eclipse.team.genericeditor.diff.extension_1.0.600.v20200212-1524.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (9.83kB) 10:17:22 [INFO] Unpacking org.eclipse.team.genericeditor.diff.extension_1.0.600.v20200212-1524... 10:17:22 [INFO] Fetching org.eclipse.ui.views.log_1.2.1300.v20200926-2205.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (84.91kB) 10:17:22 [INFO] The user operation is waiting for background work to complete. 10:17:22 [INFO] Fetching org.eclipse.ui.views.log_1.2.1300.v20200926-2205.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (84.91kB) 10:17:22 [INFO] Unpacking org.eclipse.ui.views.log_1.2.1300.v20200926-2205... 10:17:22 [INFO] Fetching org.eclipse.platform_4.18.0.v20201202-1800.jar from https://download.eclipse.org/releases/2020-12/202012161000/features/ (20.57kB) 10:17:22 [INFO] Fetching org.eclipse.platform_root_4.18.0.v20201202-1800 from https://download.eclipse.org/releases/2020-12/202012161000/binary/ (196B) 10:17:22 [INFO] Fetching org.eclipse.update.configurator_3.4.700.v20200907-1237.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (42.69kB) 10:17:22 [INFO] The user operation is waiting for background work to complete. 10:17:22 [INFO] Fetching org.eclipse.update.configurator_3.4.700.v20200907-1237.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (42.69kB) 10:17:22 [INFO] Unpacking org.eclipse.update.configurator_3.4.700.v20200907-1237... 10:17:22 [INFO] Fetching org.eclipse.rcp_4.18.0.v20201202-1800.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (9.4kB) 10:17:22 [INFO] The user operation is waiting for background work to complete. 10:17:22 [INFO] Fetching org.eclipse.rcp_4.18.0.v20201202-1800.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (9.4kB) 10:17:22 [INFO] Unpacking org.eclipse.rcp_4.18.0.v20201202-1800... 10:17:22 [INFO] Fetching org.eclipse.rcp_4.18.0.v20201202-1800.jar from https://download.eclipse.org/releases/2020-12/202012161000/features/ (19.09kB) 10:17:23 [INFO] Fetching org.eclipse.rcp_root_4.18.0.v20201202-1800 from https://download.eclipse.org/releases/2020-12/202012161000/binary/ (25.08kB) 10:17:23 [INFO] Fetching javax.wsdl_1.6.2.v201012040545.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (51.02kB) 10:17:23 [INFO] The user operation is waiting for background work to complete. 10:17:23 [INFO] Fetching javax.wsdl_1.6.2.v201012040545.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (51.02kB) 10:17:23 [INFO] Unpacking javax.wsdl_1.6.2.v201012040545... 10:17:23 [INFO] Fetching org.eclipse.wst.common.core_1.4.0.v202007161535.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (24.29kB) 10:17:23 [INFO] The user operation is waiting for background work to complete. 10:17:23 [INFO] Fetching org.eclipse.wst.common.core_1.4.0.v202007161535.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (24.29kB) 10:17:23 [INFO] Unpacking org.eclipse.wst.common.core_1.4.0.v202007161535... 10:17:23 [INFO] Fetching org.eclipse.wst.common.frameworks_1.2.202.v202007142017.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (43.2kB) 10:17:23 [INFO] The user operation is waiting for background work to complete. 10:17:23 [INFO] Fetching org.eclipse.wst.common.frameworks_1.2.202.v202007142017.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (43.2kB) 10:17:23 [INFO] Unpacking org.eclipse.wst.common.frameworks_1.2.202.v202007142017... 10:17:23 [INFO] Fetching org.eclipse.wst.common.environment_1.0.401.v202007142017.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (20.08kB) 10:17:23 [INFO] The user operation is waiting for background work to complete. 10:17:23 [INFO] Fetching org.eclipse.wst.common.environment_1.0.401.v202007142017.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (20.08kB) 10:17:23 [INFO] Unpacking org.eclipse.wst.common.environment_1.0.401.v202007142017... 10:17:23 [INFO] Fetching org.eclipse.wst.common.frameworks.ui_1.2.401.v202007142017.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (53.32kB) 10:17:23 [INFO] The user operation is waiting for background work to complete. 10:17:23 [INFO] Fetching org.eclipse.wst.common.frameworks.ui_1.2.401.v202007142017.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (53.32kB) 10:17:23 [INFO] Unpacking org.eclipse.wst.common.frameworks.ui_1.2.401.v202007142017... 10:17:23 [INFO] Fetching org.eclipse.wst.common.project.facet.core_1.4.401.v202007142017.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (119.2kB) 10:17:23 [INFO] The user operation is waiting for background work to complete. 10:17:23 [INFO] Fetching org.eclipse.wst.common.project.facet.core_1.4.401.v202007142017.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (119.2kB) 10:17:23 [INFO] Unpacking org.eclipse.wst.common.project.facet.core_1.4.401.v202007142017... 10:17:23 [INFO] Fetching org.eclipse.wst.common.ui_1.2.0.v202007161535.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (57.02kB) 10:17:23 [INFO] The user operation is waiting for background work to complete. 10:17:23 [INFO] Fetching org.eclipse.wst.common.ui_1.2.0.v202007161535.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (57.02kB) 10:17:24 [INFO] Unpacking org.eclipse.wst.common.ui_1.2.0.v202007161535... 10:17:24 [INFO] Fetching org.eclipse.wst.validation_1.2.801.v202007142017.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (134.43kB) 10:17:24 [INFO] The user operation is waiting for background work to complete. 10:17:24 [INFO] Fetching org.eclipse.wst.validation_1.2.801.v202007142017.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (134.43kB) 10:17:24 [INFO] Unpacking org.eclipse.wst.validation_1.2.801.v202007142017... 10:17:24 [INFO] Fetching org.eclipse.wst.validation.ui_1.2.601.v202007142017.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (49.22kB) 10:17:24 [INFO] The user operation is waiting for background work to complete. 10:17:24 [INFO] Fetching org.eclipse.wst.validation.ui_1.2.601.v202007142017.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (49.22kB) 10:17:24 [INFO] Unpacking org.eclipse.wst.validation.ui_1.2.601.v202007142017... 10:17:24 [INFO] Fetching org.eclipse.xsd_2.18.0.v20200917-0747.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (535.36kB) 10:17:24 [INFO] The user operation is waiting for background work to complete. 10:17:24 [INFO] Fetching org.eclipse.xsd_2.18.0.v20200917-0747.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (535.36kB) 10:17:24 [INFO] Unpacking org.eclipse.xsd_2.18.0.v20200917-0747... 10:17:24 [INFO] Fetching org.eclipse.compare.win32_1.2.800.v20200127-1343.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (24.56kB) 10:17:24 [INFO] The user operation is waiting for background work to complete. 10:17:24 [INFO] Fetching org.eclipse.compare.win32_1.2.800.v20200127-1343.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (24.56kB) 10:17:24 [INFO] Unpacking org.eclipse.compare.win32_1.2.800.v20200127-1343... 10:17:24 [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.115.100.v20201202-1103.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (1.1MB) 10:17:24 [INFO] The user operation is waiting for background work to complete. 10:17:24 [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.115.100.v20201202-1103.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (1.1MB) 10:17:25 [INFO] Unpacking org.eclipse.swt.win32.win32.x86_64_3.115.100.v20201202-1103... 10:17:25 [INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.4.200.v20190812-0909.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (36.57kB) 10:17:25 [INFO] The user operation is waiting for background work to complete. 10:17:25 [INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.4.200.v20190812-0909.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (36.57kB) 10:17:25 [INFO] Unpacking org.eclipse.core.filesystem.win32.x86_64_1.4.200.v20190812-0909... 10:17:25 [INFO] Fetching org.eclipse.core.net.win32.x86_64_1.1.500.v20190925-1337.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (33.44kB) 10:17:25 [INFO] The user operation is waiting for background work to complete. 10:17:25 [INFO] Fetching org.eclipse.core.net.win32.x86_64_1.1.500.v20190925-1337.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (33.44kB) 10:17:25 [INFO] Unpacking org.eclipse.core.net.win32.x86_64_1.1.500.v20190925-1337... 10:17:25 [INFO] Fetching org.eclipse.core.resources.win32.x86_64_3.5.400.v20190812-0909.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (56.91kB) 10:17:25 [INFO] The user operation is waiting for background work to complete. 10:17:25 [INFO] Fetching org.eclipse.core.resources.win32.x86_64_3.5.400.v20190812-0909.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (56.91kB) 10:17:25 [INFO] Unpacking org.eclipse.core.resources.win32.x86_64_3.5.400.v20190812-0909... 10:17:25 [INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.0.v20200915-1442.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (81.96kB) 10:17:25 [INFO] The user operation is waiting for background work to complete. 10:17:25 [INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.0.v20200915-1442.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (81.96kB) 10:17:26 [INFO] Unpacking org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.0.v20200915-1442... 10:17:26 [INFO] Fetching org.eclipse.swt.browser.chromium.win32.win32.x86_64_3.115.100.v20201202-1103.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (682.98kB) 10:17:26 [INFO] The user operation is waiting for background work to complete. 10:17:26 [INFO] Fetching org.eclipse.swt.browser.chromium.win32.win32.x86_64_3.115.100.v20201202-1103.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (682.98kB) 10:17:26 [INFO] Unpacking org.eclipse.swt.browser.chromium.win32.win32.x86_64_3.115.100.v20201202-1103... 10:17:26 [INFO] Fetching org.eclipse.e4.ui.swt.win32_1.1.0.v20201119-1132.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (7.89kB) 10:17:26 [INFO] The user operation is waiting for background work to complete. 10:17:26 [INFO] Fetching org.eclipse.e4.ui.swt.win32_1.1.0.v20201119-1132.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (7.89kB) 10:17:26 [INFO] Unpacking org.eclipse.e4.ui.swt.win32_1.1.0.v20201119-1132... 10:17:26 [INFO] Fetching org.eclipse.equinox.security.win32.x86_64_1.1.200.v20190812-0919.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (37.04kB) 10:17:26 [INFO] The user operation is waiting for background work to complete. 10:17:26 [INFO] Fetching org.eclipse.equinox.security.win32.x86_64_1.1.200.v20190812-0919.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (37.04kB) 10:17:26 [INFO] Unpacking org.eclipse.equinox.security.win32.x86_64_1.1.200.v20190812-0919... 10:17:26 [INFO] Fetching org.eclipse.ui.win32_3.4.400.v20200414-1247.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (13.36kB) 10:17:26 [INFO] The user operation is waiting for background work to complete. 10:17:26 [INFO] Fetching org.eclipse.ui.win32_3.4.400.v20200414-1247.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (13.36kB) 10:17:26 [INFO] Unpacking org.eclipse.ui.win32_3.4.400.v20200414-1247... 10:17:26 [INFO] Fetching org.eclipse.core.filesystem.macosx_1.3.200.v20190903-0945.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (15.18kB) 10:17:26 [INFO] The user operation is waiting for background work to complete. 10:17:26 [INFO] Fetching org.eclipse.core.filesystem.macosx_1.3.200.v20190903-0945.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (15.18kB) 10:17:26 [INFO] Unpacking org.eclipse.core.filesystem.macosx_1.3.200.v20190903-0945... 10:17:26 [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.600.v20200416-0656.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (16kB) 10:17:26 [INFO] The user operation is waiting for background work to complete. 10:17:26 [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.600.v20200416-0656.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (16kB) 10:17:26 [INFO] Unpacking org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.600.v20200416-0656... 10:17:26 [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.0.v20200915-1442.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (39.62kB) 10:17:26 [INFO] The user operation is waiting for background work to complete. 10:17:26 [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.0.v20200915-1442.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (39.62kB) 10:17:27 [INFO] Unpacking org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.0.v20200915-1442... 10:17:27 [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.115.100.v20201202-1103.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (861.66kB) 10:17:27 [INFO] The user operation is waiting for background work to complete. 10:17:27 [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.115.100.v20201202-1103.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (861.66kB) 10:17:27 [INFO] Unpacking org.eclipse.swt.cocoa.macosx.x86_64_3.115.100.v20201202-1103... 10:17:27 [INFO] Fetching org.eclipse.swt.browser.chromium.cocoa.macosx.x86_64_3.115.100.v20201202-1103.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (651.66kB) 10:17:27 [INFO] The user operation is waiting for background work to complete. 10:17:27 [INFO] Fetching org.eclipse.swt.browser.chromium.cocoa.macosx.x86_64_3.115.100.v20201202-1103.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (651.66kB) 10:17:27 [INFO] Unpacking org.eclipse.swt.browser.chromium.cocoa.macosx.x86_64_3.115.100.v20201202-1103... 10:17:27 [INFO] Fetching org.eclipse.equinox.security.macosx_1.101.200.v20190903-0934.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (24.56kB) 10:17:27 [INFO] The user operation is waiting for background work to complete. 10:17:27 [INFO] Fetching org.eclipse.equinox.security.macosx_1.101.200.v20190903-0934.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (24.56kB) 10:17:27 [INFO] Unpacking org.eclipse.equinox.security.macosx_1.101.200.v20190903-0934... 10:17:28 [INFO] Fetching org.eclipse.jdt.launching.macosx_3.4.500.v20200116-2251.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (12.12kB) 10:17:28 [INFO] The user operation is waiting for background work to complete. 10:17:28 [INFO] Fetching org.eclipse.jdt.launching.macosx_3.4.500.v20200116-2251.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (12.12kB) 10:17:28 [INFO] Unpacking org.eclipse.jdt.launching.macosx_3.4.500.v20200116-2251... 10:17:28 [INFO] Fetching org.eclipse.jdt.launching.ui.macosx_1.2.600.v20200204-1737.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (29.17kB) 10:17:28 [INFO] The user operation is waiting for background work to complete. 10:17:28 [INFO] Fetching org.eclipse.jdt.launching.ui.macosx_1.2.600.v20200204-1737.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (29.17kB) 10:17:28 [INFO] Unpacking org.eclipse.jdt.launching.ui.macosx_1.2.600.v20200204-1737... 10:17:28 [INFO] Fetching org.eclipse.ui.cocoa_1.2.400.v20191217-1850.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (7.61kB) 10:17:28 [INFO] The user operation is waiting for background work to complete. 10:17:28 [INFO] Fetching org.eclipse.ui.cocoa_1.2.400.v20191217-1850.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (7.61kB) 10:17:28 [INFO] Unpacking org.eclipse.ui.cocoa_1.2.400.v20191217-1850... 10:17:28 [INFO] Resolving class path of MavenProject: org.eclipse.scout.sdk:org.eclipse.scout.sdk-feature:11.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk-feature/pom.xml 10:17:28 [INFO] Computing target platform for MavenProject: org.eclipse.scout.sdk:org.eclipse.scout.sdk-repository:11.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk-repository/pom.xml 10:17:28 [INFO] Resolving dependencies of MavenProject: org.eclipse.scout.sdk:org.eclipse.scout.sdk-repository:11.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk-repository/pom.xml 10:17:29 [INFO] Resolving class path of MavenProject: org.eclipse.scout.sdk:org.eclipse.scout.sdk-repository:11.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk-repository/pom.xml 10:17:29 [INFO] ------------------------------------------------------------------------ 10:17:29 [INFO] Reactor Build Order: 10:17:29 [INFO] 10:17:29 [INFO] Eclipse Scout SDK P2 [pom] 10:17:29 [INFO] Eclipse Scout SDK P2 Build Target [pom] 10:17:29 [INFO] Eclipse Scout SDK Feature [eclipse-feature] 10:17:29 [INFO] Eclipse Scout SDK Repository [eclipse-repository] 10:17:29 [INFO] Eclipse Scout SDK [pom] 10:17:29 [INFO] 10:17:29 [INFO] -----------< org.eclipse.scout.sdk:org.eclipse.scout.sdk.p2 >----------- 10:17:29 [INFO] Building Eclipse Scout SDK P2 11.0.0-SNAPSHOT [1/5] 10:17:29 [INFO] --------------------------------[ pom ]--------------------------------- 10:17:29 [INFO] 10:17:29 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.p2 --- 10:17:29 [INFO] 10:17:29 [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-rules) @ org.eclipse.scout.sdk.p2 --- 10:17:29 [INFO] Skipping Rule Enforcement. 10:17:29 [INFO] 10:17:29 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.scout.sdk.p2 --- 10:17:29 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.p2/../target/jacoco-all.exec 10:17:29 [INFO] 10:17:29 [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.p2 --- 10:17:29 [INFO] 10:17:29 [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.p2 --- 10:17:29 [INFO] 10:17:29 [INFO] --- maven-jar-plugin:3.2.0:test-jar (attach-tests) @ org.eclipse.scout.sdk.p2 --- 10:17:29 [INFO] Skipping packaging of the test-jar 10:17:29 [INFO] 10:17:29 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.p2 --- 10:17:30 [INFO] 10:17:30 [INFO] --- maven-source-plugin:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.p2 --- 10:17:30 [INFO] 10:17:30 [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.scout.sdk.p2 --- 10:17:32 [INFO] Skip jar signing 10:17:32 [INFO] 10:17:32 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk.p2 --- 10:17:32 [INFO] 10:17:32 [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.scout.sdk.p2 --- 10:17:32 [INFO] 10:17:32 [INFO] --- duplicate-finder-maven-plugin:1.4.0:check (default) @ org.eclipse.scout.sdk.p2 --- 10:17:32 [INFO] Checking compile classpath 10:17:32 [INFO] Checking runtime classpath 10:17:32 [INFO] Checking test classpath 10:17:32 [INFO] 10:17:32 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.p2 --- 10:17:33 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.p2/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.p2/11.0.0-SNAPSHOT/org.eclipse.scout.sdk.p2-11.0.0-SNAPSHOT.pom 10:17:33 [INFO] 10:17:33 [INFO] ---------< org.eclipse.scout.sdk:org.eclipse.scout.sdk-target >--------- 10:17:33 [INFO] Building Eclipse Scout SDK P2 Build Target 11.0.0-SNAPSHOT [2/5] 10:17:33 [INFO] --------------------------------[ pom ]--------------------------------- 10:17:33 [INFO] 10:17:33 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk-target --- 10:17:33 [INFO] 10:17:33 [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-rules) @ org.eclipse.scout.sdk-target --- 10:17:33 [INFO] Skipping Rule Enforcement. 10:17:33 [INFO] 10:17:33 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.scout.sdk-target --- 10:17:33 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk-target/../target/jacoco-all.exec 10:17:33 [INFO] 10:17:33 [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk-target --- 10:17:33 [INFO] 10:17:33 [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk-target --- 10:17:33 [INFO] 10:17:33 [INFO] --- maven-jar-plugin:3.2.0:test-jar (attach-tests) @ org.eclipse.scout.sdk-target --- 10:17:33 [INFO] Skipping packaging of the test-jar 10:17:33 [INFO] 10:17:33 [INFO] --- build-helper-maven-plugin:3.2.0:attach-artifact (attach-artifacts) @ org.eclipse.scout.sdk-target --- 10:17:33 [INFO] 10:17:33 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk-target --- 10:17:33 [INFO] 10:17:33 [INFO] --- maven-source-plugin:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk-target --- 10:17:33 [INFO] 10:17:33 [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.scout.sdk-target --- 10:17:33 [INFO] Skip jar signing 10:17:33 [INFO] 10:17:33 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk-target --- 10:17:33 [INFO] 10:17:33 [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.scout.sdk-target --- 10:17:33 [INFO] 10:17:33 [INFO] --- duplicate-finder-maven-plugin:1.4.0:check (default) @ org.eclipse.scout.sdk-target --- 10:17:33 [INFO] Checking compile classpath 10:17:33 [INFO] Checking runtime classpath 10:17:33 [INFO] Checking test classpath 10:17:33 [INFO] 10:17:33 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk-target --- 10:17:33 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk-target/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-target/11.0.0-SNAPSHOT/org.eclipse.scout.sdk-target-11.0.0-SNAPSHOT.pom 10:17:33 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk-target/org.eclipse.2020-12-dependencies.target to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-target/11.0.0-SNAPSHOT/org.eclipse.scout.sdk-target-11.0.0-SNAPSHOT-org.eclipse.2020-12.target 10:17:33 [INFO] 10:17:33 [INFO] --------< org.eclipse.scout.sdk:org.eclipse.scout.sdk-feature >--------- 10:17:33 [INFO] Building Eclipse Scout SDK Feature 11.0.0-SNAPSHOT [3/5] 10:17:33 [INFO] --------------------------[ eclipse-feature ]--------------------------- 10:17:33 [INFO] 10:17:33 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk-feature --- 10:17:33 [INFO] Deleting /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk-feature/target 10:17:33 [INFO] 10:17:33 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.scout.sdk-feature --- 10:17:33 [INFO] The project's OSGi version is 11.0.0.20220714-1221 10:17:33 [INFO] 10:17:33 [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.scout.sdk-feature --- 10:17:33 [INFO] 10:17:33 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.scout.sdk-feature --- 10:17:33 [INFO] 10:17:33 [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-rules) @ org.eclipse.scout.sdk-feature --- 10:17:33 [INFO] Skipping Rule Enforcement. 10:17:33 [INFO] 10:17:33 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.scout.sdk-feature --- 10:17:33 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk-feature/../target/jacoco-all.exec 10:17:33 [INFO] 10:17:33 [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk-feature --- 10:17:33 [INFO] 10:17:33 [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk-feature --- 10:17:33 [INFO] 10:17:33 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.scout.sdk-feature --- 10:17:33 [INFO] 10:17:33 [INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.scout.sdk-feature --- 10:17:33 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk-feature/target/org.eclipse.scout.sdk-feature-11.0.0-SNAPSHOT.jar 10:17:33 [INFO] 10:17:33 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.scout.sdk-feature --- 10:17:33 [INFO] 10:17:33 [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.scout.sdk-feature --- 10:17:33 [INFO] 10:17:33 [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (generate-source-feature) @ org.eclipse.scout.sdk-feature --- 10:17:33 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk-feature/target/org.eclipse.scout.sdk-feature-11.0.0-SNAPSHOT-sources-feature.jar 10:17:33 [INFO] 10:17:33 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk-feature --- 10:17:33 [INFO] No baseline version MavenProject: org.eclipse.scout.sdk:org.eclipse.scout.sdk-feature:11.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk-feature/pom.xml 10:17:33 [INFO] 10:17:33 [INFO] --- maven-jar-plugin:3.2.0:test-jar (attach-tests) @ org.eclipse.scout.sdk-feature --- 10:17:33 [INFO] Skipping packaging of the test-jar 10:17:33 [INFO] 10:17:33 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk-feature --- 10:17:33 [INFO] No sources in project. Archive not created. 10:17:33 [INFO] 10:17:33 [INFO] --- maven-source-plugin:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk-feature --- 10:17:33 [INFO] No sources in project. Archive not created. 10:17:33 [INFO] 10:17:33 [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.scout.sdk-feature --- 10:17:33 [INFO] Skip jar signing 10:17:33 [INFO] 10:17:33 [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.scout.sdk-feature --- 10:17:33 [INFO] 10:17:33 [INFO] --- duplicate-finder-maven-plugin:1.4.0:check (default) @ org.eclipse.scout.sdk-feature --- 10:17:33 [INFO] Skipping duplicate-finder execution! 10:17:33 [INFO] 10:17:33 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk-feature --- 10:17:34 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk-feature/target/org.eclipse.scout.sdk-feature-11.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-feature/11.0.0-SNAPSHOT/org.eclipse.scout.sdk-feature-11.0.0-SNAPSHOT.jar 10:17:34 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk-feature/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-feature/11.0.0-SNAPSHOT/org.eclipse.scout.sdk-feature-11.0.0-SNAPSHOT.pom 10:17:34 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk-feature/target/org.eclipse.scout.sdk-feature-11.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-feature/11.0.0-SNAPSHOT/org.eclipse.scout.sdk-feature-11.0.0-SNAPSHOT-sources-feature.jar 10:17:34 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk-feature/target/p2content.xml to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-feature/11.0.0-SNAPSHOT/org.eclipse.scout.sdk-feature-11.0.0-SNAPSHOT-p2metadata.xml 10:17:34 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk-feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-feature/11.0.0-SNAPSHOT/org.eclipse.scout.sdk-feature-11.0.0-SNAPSHOT-p2artifacts.xml 10:17:34 [INFO] 10:17:34 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.scout.sdk-feature --- 10:17:34 [INFO] 10:17:34 [INFO] -------< org.eclipse.scout.sdk:org.eclipse.scout.sdk-repository >------- 10:17:34 [INFO] Building Eclipse Scout SDK Repository 11.0.0-SNAPSHOT [4/5] 10:17:34 [INFO] -------------------------[ eclipse-repository ]------------------------- 10:17:34 [INFO] 10:17:34 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk-repository --- 10:17:34 [INFO] 10:17:34 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.scout.sdk-repository --- 10:17:34 [INFO] The project's OSGi version is 11.0.0.20220714-1221 10:17:34 [INFO] 10:17:34 [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-rules) @ org.eclipse.scout.sdk-repository --- 10:17:34 [INFO] Skipping Rule Enforcement. 10:17:34 [INFO] 10:17:34 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean-1) @ org.eclipse.scout.sdk-repository --- 10:17:34 [INFO] 10:17:34 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.scout.sdk-repository --- 10:17:34 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk-repository/../target/jacoco-all.exec 10:17:34 [INFO] 10:17:34 [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk-repository --- 10:17:34 [INFO] 10:17:34 [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk-repository --- 10:17:34 [INFO] 10:17:34 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.scout.sdk-repository --- 10:17:34 [INFO] Using 'UTF-8' encoding to copy filtered resources. 10:17:34 [INFO] Using 'UTF-8' encoding to copy filtered properties files. 10:17:34 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk-repository/src/main/resources 10:17:34 [INFO] Copying 1 resource 10:17:34 [INFO] 10:17:34 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.scout.sdk-repository --- 10:17:34 [INFO] 10:17:34 [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.scout.sdk-repository --- 10:17:34 [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] 10:17:34 [INFO] Published profile IUs: [a.jre.javase 14.0.0, config.a.jre.javase 14.0.0] 10:17:34 [INFO] 10:17:34 [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-products (default-publish-products) @ org.eclipse.scout.sdk-repository --- 10:17:34 [INFO] 10:17:34 [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-categories (default-publish-categories) @ org.eclipse.scout.sdk-repository --- 10:17:34 [INFO] 10:17:34 [INFO] --- tycho-p2-publisher-plugin:1.7.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.scout.sdk-repository --- 10:17:34 [INFO] 10:17:34 [INFO] --- tycho-p2-repository-plugin:1.7.0:assemble-repository (default-assemble-repository) @ org.eclipse.scout.sdk-repository --- 10:17:34 [INFO] Copying resources from /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk-repository/target/classes to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk-repository/target/repository 10:17:36 [INFO] 10:17:36 [INFO] --- tycho-p2-repository-plugin:1.7.0:archive-repository (default-archive-repository) @ org.eclipse.scout.sdk-repository --- 10:17:36 [INFO] Building zip: /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk-repository/target/org.eclipse.scout.sdk-repository-11.0.0-SNAPSHOT.zip 10:17:36 [INFO] 10:17:36 [INFO] --- maven-jar-plugin:3.2.0:test-jar (attach-tests) @ org.eclipse.scout.sdk-repository --- 10:17:36 [INFO] Skipping packaging of the test-jar 10:17:36 [INFO] 10:17:36 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk-repository --- 10:17:36 [INFO] No sources in project. Archive not created. 10:17:36 [INFO] 10:17:36 [INFO] --- maven-source-plugin:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk-repository --- 10:17:36 [INFO] No sources in project. Archive not created. 10:17:36 [INFO] 10:17:36 [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.scout.sdk-repository --- 10:17:36 [INFO] Skip jar signing 10:17:36 [INFO] 10:17:36 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk-repository --- 10:17:36 [INFO] 10:17:36 [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.scout.sdk-repository --- 10:17:36 [INFO] 10:17:36 [INFO] --- duplicate-finder-maven-plugin:1.4.0:check (default) @ org.eclipse.scout.sdk-repository --- 10:17:36 [INFO] Skipping duplicate-finder execution! 10:17:36 [INFO] 10:17:36 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk-repository --- 10:17:36 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk-repository/target/org.eclipse.scout.sdk-repository-11.0.0-SNAPSHOT.zip to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-repository/11.0.0-SNAPSHOT/org.eclipse.scout.sdk-repository-11.0.0-SNAPSHOT.zip 10:17:36 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk-repository/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-repository/11.0.0-SNAPSHOT/org.eclipse.scout.sdk-repository-11.0.0-SNAPSHOT.pom 10:17:36 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk-repository/target/p2content.xml to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-repository/11.0.0-SNAPSHOT/org.eclipse.scout.sdk-repository-11.0.0-SNAPSHOT-p2metadata.xml 10:17:36 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk-repository/target/p2artifacts.xml to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-repository/11.0.0-SNAPSHOT/org.eclipse.scout.sdk-repository-11.0.0-SNAPSHOT-p2artifacts.xml 10:17:36 [INFO] 10:17:36 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.scout.sdk-repository --- 10:17:36 [INFO] 10:17:36 [INFO] ----------< org.eclipse.scout.sdk:org.eclipse.scout.sdk-root >---------- 10:17:36 [INFO] Building Eclipse Scout SDK 11.0.0-SNAPSHOT [5/5] 10:17:36 [INFO] --------------------------------[ pom ]--------------------------------- 10:17:36 [INFO] 10:17:36 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.scout.sdk-root --- 10:17:36 [INFO] 10:17:36 [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.scout.sdk-root --- 10:17:36 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-root/11.0.0-SNAPSHOT/org.eclipse.scout.sdk-root-11.0.0-SNAPSHOT.pom 10:17:36 [INFO] ------------------------------------------------------------------------ 10:17:36 [INFO] Reactor Summary for Eclipse Scout SDK 11.0.0-SNAPSHOT: 10:17:36 [INFO] 10:17:36 [INFO] Eclipse Scout SDK P2 ............................... SUCCESS [ 3.861 s] 10:17:36 [INFO] Eclipse Scout SDK P2 Build Target .................. SUCCESS [ 0.122 s] 10:17:36 [INFO] Eclipse Scout SDK Feature .......................... SUCCESS [ 0.911 s] 10:17:36 [INFO] Eclipse Scout SDK Repository ....................... SUCCESS [ 2.416 s] 10:17:36 [INFO] Eclipse Scout SDK .................................. SUCCESS [ 0.109 s] 10:17:36 [INFO] ------------------------------------------------------------------------ 10:17:36 [INFO] BUILD SUCCESS 10:17:36 [INFO] ------------------------------------------------------------------------ 10:17:36 [INFO] Total time: 01:19 min 10:17:36 [INFO] Finished at: 2022-07-13T14:17:36Z 10:17:36 [INFO] ------------------------------------------------------------------------ 10:17:37 Recording test results 10:17:38 [Checks API] No suitable checks publisher found. 10:17:39 Finished: SUCCESS