Started by an SCM change Running as SYSTEM Agent basic-s24zs is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-s24zs" namespace: "scout" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.scout.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-s24zs" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\ \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "basic-s24zs" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.scout.svc.cluster.local/scout/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.13" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false subPath: "" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-scout" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Building remotely on basic-s24zs (basic) in workspace /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://github.com/eclipse-scout/scout.sdk.git > git init /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous # timeout=10 Fetching upstream changes from https://github.com/eclipse-scout/scout.sdk.git > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- https://github.com/eclipse-scout/scout.sdk.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/eclipse-scout/scout.sdk.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse refs/remotes/origin/releases/11.0^{commit} # timeout=10 Checking out Revision 68222fe7cb74918a8c0a3d28f08b72026b00b2cb (refs/remotes/origin/releases/11.0) > git config core.sparsecheckout # timeout=10 > git checkout -f 68222fe7cb74918a8c0a3d28f08b72026b00b2cb # timeout=10 Commit message: "Update maven-master to 3.14.5" > git rev-list --no-walk d053c4d3f90a636e59634e1b602d05012d6c9118 # timeout=10 [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 Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) Maven home: /opt/tools/apache-maven/latest Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Scout Hello World Sample Application [maven-archetype] [INFO] Scout JaxWs Module [maven-archetype] [INFO] ScoutJS Sample Application [maven-archetype] [INFO] Eclipse Scout SDK [pom] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core [jar] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.ecj [jar] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.test [jar] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s [jar] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s.test [jar] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.doc [jar] [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e [bundle] [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.test [jar] [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.doc [bundle] [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.ui [bundle] [INFO] Eclipse Scout SDK [pom] [INFO] [INFO] ---------< org.eclipse.scout.archetypes:scout-helloworld-app >---------- [INFO] Building Scout Hello World Sample Application 11.0.0-SNAPSHOT [1/15] [INFO] --------------------------[ maven-archetype ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ scout-helloworld-app --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-rules) @ scout-helloworld-app --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ scout-helloworld-app --- [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 [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (initialize-parse-version) @ scout-helloworld-app --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (initialize-regex) @ scout-helloworld-app --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ scout-helloworld-app --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 124 resources [INFO] Copying 2 resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ scout-helloworld-app --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 2 resources [INFO] [INFO] --- maven-archetype-plugin:3.2.0:jar (default-jar) @ scout-helloworld-app --- [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 [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 [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (attach-tests) @ scout-helloworld-app --- [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 [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ scout-helloworld-app --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-source-plugin:3.2.1:test-jar-no-fork (attach-test-sources) @ scout-helloworld-app --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-archetype-plugin:3.2.0:integration-test (default-integration-test) @ scout-helloworld-app --- [INFO] Processing Archetype IT project: basic [INFO] ---------------------------------------------------------------------------- [INFO] Using following parameters for creating project from Archetype: scout-helloworld-app:11.0.0-SNAPSHOT [INFO] ---------------------------------------------------------------------------- [INFO] Parameter: groupId, Value: org.eclipse.scout.apps [INFO] Parameter: artifactId, Value: helloscout [INFO] Parameter: version, Value: 1.0.0-SNAPSHOT [INFO] Parameter: package, Value: org.eclipse.scout.apps.helloscout [INFO] Parameter: packageInPathFormat, Value: org/eclipse/scout/apps/helloscout [INFO] Parameter: package, Value: org.eclipse.scout.apps.helloscout [INFO] Parameter: debug, Value: false [INFO] Parameter: displayName, Value: My Application [INFO] Parameter: javaVersion, Value: 11 [INFO] Parameter: groupId, Value: org.eclipse.scout.apps [INFO] Parameter: simpleArtifactName, Value: helloscout [INFO] Parameter: artifactId, Value: helloscout [INFO] Parameter: userName, Value: Scout Robot [INFO] Parameter: version, Value: 1.0.0-SNAPSHOT [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 [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 [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 [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 [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 [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 [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 [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 [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 [INFO] Executing META-INF/archetype-post-generate.groovy post-generation script WARNING: An illegal reflective access operation has occurred 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() WARNING: Please consider reporting this to the maintainers of org.codehaus.groovy.reflection.CachedClass WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release [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 [INFO] [INFO] --- duplicate-finder-maven-plugin:1.4.0:check (default) @ scout-helloworld-app --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ scout-helloworld-app --- [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 [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 [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 [INFO] [INFO] --- maven-archetype-plugin:3.2.0:update-local-catalog (default-update-local-catalog) @ scout-helloworld-app --- [INFO] [INFO] ----------< org.eclipse.scout.archetypes:scout-jaxws-module >----------- [INFO] Building Scout JaxWs Module 11.0.0-SNAPSHOT [2/15] [INFO] --------------------------[ maven-archetype ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ scout-jaxws-module --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-rules) @ scout-jaxws-module --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ scout-jaxws-module --- [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 [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (initialize-parse-version) @ scout-jaxws-module --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (initialize-regex) @ scout-jaxws-module --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ scout-jaxws-module --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 7 resources [INFO] Copying 2 resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ scout-jaxws-module --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 2 resources [INFO] [INFO] --- maven-archetype-plugin:3.2.0:jar (default-jar) @ scout-jaxws-module --- [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 [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 [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (attach-tests) @ scout-jaxws-module --- [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 [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ scout-jaxws-module --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-source-plugin:3.2.1:test-jar-no-fork (attach-test-sources) @ scout-jaxws-module --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-archetype-plugin:3.2.0:integration-test (default-integration-test) @ scout-jaxws-module --- [INFO] Processing Archetype IT project: basic [INFO] ---------------------------------------------------------------------------- [INFO] Using following parameters for creating project from Archetype: scout-jaxws-module:11.0.0-SNAPSHOT [INFO] ---------------------------------------------------------------------------- [INFO] Parameter: groupId, Value: org.eclipse.scout.apps [INFO] Parameter: artifactId, Value: helloworld.server.jaxws [INFO] Parameter: version, Value: 1.0.0-SNAPSHOT [INFO] Parameter: package, Value: org.eclipse.scout.apps.helloworld [INFO] Parameter: packageInPathFormat, Value: org/eclipse/scout/apps/helloworld [INFO] Parameter: package, Value: org.eclipse.scout.apps.helloworld [INFO] Parameter: displayName, Value: My Application [INFO] Parameter: groupId, Value: org.eclipse.scout.apps [INFO] Parameter: artifactId, Value: helloworld.server.jaxws [INFO] Parameter: version, Value: 1.0.0-SNAPSHOT [INFO] Parameter: parentArtifactId, Value: helloworld [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 [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 [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 [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 [INFO] [INFO] --- duplicate-finder-maven-plugin:1.4.0:check (default) @ scout-jaxws-module --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ scout-jaxws-module --- [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 [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 [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 [INFO] [INFO] --- maven-archetype-plugin:3.2.0:update-local-catalog (default-update-local-catalog) @ scout-jaxws-module --- [INFO] [INFO] -----------< org.eclipse.scout.archetypes:scout-hellojs-app >----------- [INFO] Building ScoutJS Sample Application 11.0.0-SNAPSHOT [3/15] [INFO] --------------------------[ maven-archetype ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ scout-hellojs-app --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-rules) @ scout-hellojs-app --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ scout-hellojs-app --- [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 [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (initialize-parse-version) @ scout-hellojs-app --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (initialize-regex) @ scout-hellojs-app --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ scout-hellojs-app --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 169 resources [INFO] Copying 2 resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ scout-hellojs-app --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 2 resources [INFO] [INFO] --- maven-archetype-plugin:3.2.0:jar (default-jar) @ scout-hellojs-app --- [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 [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 [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (attach-tests) @ scout-hellojs-app --- [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 [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ scout-hellojs-app --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-source-plugin:3.2.1:test-jar-no-fork (attach-test-sources) @ scout-hellojs-app --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-archetype-plugin:3.2.0:integration-test (default-integration-test) @ scout-hellojs-app --- [INFO] Processing Archetype IT project: basic [INFO] ---------------------------------------------------------------------------- [INFO] Using following parameters for creating project from Archetype: scout-hellojs-app:11.0.0-SNAPSHOT [INFO] ---------------------------------------------------------------------------- [INFO] Parameter: groupId, Value: org.eclipse.scout.apps [INFO] Parameter: artifactId, Value: helloscout [INFO] Parameter: version, Value: 1.0.0-SNAPSHOT [INFO] Parameter: package, Value: org.eclipse.scout.apps.helloscout [INFO] Parameter: packageInPathFormat, Value: org/eclipse/scout/apps/helloscout [INFO] Parameter: package, Value: org.eclipse.scout.apps.helloscout [INFO] Parameter: debug, Value: false [INFO] Parameter: displayName, Value: My Application [INFO] Parameter: javaVersion, Value: 11 [INFO] Parameter: groupId, Value: org.eclipse.scout.apps [INFO] Parameter: simpleArtifactName, Value: helloscout [INFO] Parameter: artifactId, Value: helloscout [INFO] Parameter: version, Value: 1.0.0-SNAPSHOT [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [INFO] Executing META-INF/archetype-post-generate.groovy post-generation script [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 [INFO] [INFO] --- duplicate-finder-maven-plugin:1.4.0:check (default) @ scout-hellojs-app --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ scout-hellojs-app --- [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 [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 [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 [INFO] [INFO] --- maven-archetype-plugin:3.2.0:update-local-catalog (default-update-local-catalog) @ scout-hellojs-app --- [INFO] [INFO] ------------< org.eclipse.scout.sdk:org.eclipse.scout.sdk >------------- [INFO] Building Eclipse Scout SDK 11.0.0-SNAPSHOT [4/15] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-rules) @ org.eclipse.scout.sdk --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.scout.sdk --- [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 [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk --- [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (attach-tests) @ org.eclipse.scout.sdk --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk --- [INFO] [INFO] --- maven-source-plugin:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk --- [INFO] [INFO] --- duplicate-finder-maven-plugin:1.4.0:check (default) @ org.eclipse.scout.sdk --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk --- [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 [INFO] [INFO] ----------< org.eclipse.scout.sdk:org.eclipse.scout.sdk.core >---------- [INFO] Building org.eclipse.scout.sdk:org.eclipse.scout.sdk.core 11.0.0-SNAPSHOT [5/15] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.core --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-rules) @ org.eclipse.scout.sdk.core --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.scout.sdk.core --- [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 [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.core --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.scout.sdk.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [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 [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.scout.sdk.core --- [INFO] Changes detected - recompiling the module! [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 [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. [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. [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.scout.sdk.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [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 [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.core --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.scout.sdk.core --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ org.eclipse.scout.sdk.core --- [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 [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (attach-tests) @ org.eclipse.scout.sdk.core --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.core --- [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 [INFO] [INFO] --- maven-source-plugin:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.core --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder-maven-plugin:1.4.0:check (default) @ org.eclipse.scout.sdk.core --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.core --- [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 [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 [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 [INFO] [INFO] --------< org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.ecj >-------- [INFO] Building org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.ecj 11.0.0-SNAPSHOT [6/15] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.core.ecj --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-rules) @ org.eclipse.scout.sdk.core.ecj --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.scout.sdk.core.ecj --- [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 [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.core.ecj --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.core.ecj --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.scout.sdk.core.ecj --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [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 [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.scout.sdk.core.ecj --- [INFO] Changes detected - recompiling the module! [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 [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.scout.sdk.core.ecj --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [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 [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.core.ecj --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.scout.sdk.core.ecj --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ org.eclipse.scout.sdk.core.ecj --- [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 [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (attach-tests) @ org.eclipse.scout.sdk.core.ecj --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.core.ecj --- [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 [INFO] [INFO] --- maven-source-plugin:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.core.ecj --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder-maven-plugin:1.4.0:check (default) @ org.eclipse.scout.sdk.core.ecj --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.core.ecj --- [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 [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 [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 [INFO] [INFO] -------< org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.test >-------- [INFO] Building org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.test 11.0.0-SNAPSHOT [7/15] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.core.test --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-rules) @ org.eclipse.scout.sdk.core.test --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.scout.sdk.core.test --- [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 [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.core.test --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.core.test --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-test-source (add-test-source) @ org.eclipse.scout.sdk.core.test --- [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. [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.scout.sdk.core.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [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 [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.scout.sdk.core.test --- [INFO] Changes detected - recompiling the module! [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 [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.scout.sdk.core.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 34 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.core.test --- [INFO] Changes detected - recompiling the module! [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 [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.scout.sdk.core.test --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.scout.sdk.core.apidef.ApiFunctionTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.788 s - in org.eclipse.scout.sdk.core.apidef.ApiFunctionTest [INFO] Running org.eclipse.scout.sdk.core.apidef.ApiSpecificationTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.eclipse.scout.sdk.core.apidef.ApiSpecificationTest [INFO] Running org.eclipse.scout.sdk.core.apidef.ApiTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.624 s - in org.eclipse.scout.sdk.core.apidef.ApiTest [INFO] Running org.eclipse.scout.sdk.core.apidef.ApiVersionTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.scout.sdk.core.apidef.ApiVersionTest [INFO] Running org.eclipse.scout.sdk.core.builder.SourceCollectorTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.scout.sdk.core.builder.SourceCollectorTest [INFO] Running org.eclipse.scout.sdk.core.builder.StreamSourceBuilderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s - in org.eclipse.scout.sdk.core.builder.StreamSourceBuilderTest [INFO] Running org.eclipse.scout.sdk.core.builder.java.JavaBuilderContextFunctionTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.scout.sdk.core.builder.java.JavaBuilderContextFunctionTest [INFO] Running org.eclipse.scout.sdk.core.builder.java.comment.CommentBuilderTest [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 [INFO] Running org.eclipse.scout.sdk.core.builder.java.context.JavaBuilderContextTest [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 [INFO] Running org.eclipse.scout.sdk.core.builder.java.expression.ExpressionBuilderTest [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 [INFO] Running org.eclipse.scout.sdk.core.generator.PackageGeneratorTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.234 s - in org.eclipse.scout.sdk.core.generator.PackageGeneratorTest [INFO] Running org.eclipse.scout.sdk.core.generator.SourceModelRoundtripTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.206 s - in org.eclipse.scout.sdk.core.generator.SourceModelRoundtripTest [INFO] Running org.eclipse.scout.sdk.core.generator.UnicodeTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.eclipse.scout.sdk.core.generator.UnicodeTest [INFO] Running org.eclipse.scout.sdk.core.generator.annotation.AnnotationGeneratorTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.scout.sdk.core.generator.annotation.AnnotationGeneratorTest [INFO] Running org.eclipse.scout.sdk.core.generator.compilationunit.CompilationUnitGeneratorTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s - in org.eclipse.scout.sdk.core.generator.compilationunit.CompilationUnitGeneratorTest [INFO] Running org.eclipse.scout.sdk.core.generator.field.FieldGeneratorTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.scout.sdk.core.generator.field.FieldGeneratorTest [INFO] Running org.eclipse.scout.sdk.core.generator.method.MethodGeneratorTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.185 s - in org.eclipse.scout.sdk.core.generator.method.MethodGeneratorTest [INFO] Running org.eclipse.scout.sdk.core.generator.properties.PropertiesGeneratorTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.scout.sdk.core.generator.properties.PropertiesGeneratorTest [INFO] Running org.eclipse.scout.sdk.core.generator.type.PrimaryTypeGeneratorTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s - in org.eclipse.scout.sdk.core.generator.type.PrimaryTypeGeneratorTest [INFO] Running org.eclipse.scout.sdk.core.generator.type.TypeGeneratorTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s - in org.eclipse.scout.sdk.core.generator.type.TypeGeneratorTest [INFO] Running org.eclipse.scout.sdk.core.imports.ImportValidatorTest [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.189 s - in org.eclipse.scout.sdk.core.imports.ImportValidatorTest [INFO] Running org.eclipse.scout.sdk.core.imports.TypeReferenceDescriptorTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.scout.sdk.core.imports.TypeReferenceDescriptorTest [INFO] Running org.eclipse.scout.sdk.core.log.SdkLogTest 1970-01-01 02:00:00.000 [SEVERE] Unable to parse log level 'aa'. Fallback to default: 'WARNING'. java.lang.IllegalArgumentException: Bad level "aa" at java.logging/java.util.logging.Level.parse(Level.java:517) at org.eclipse.scout.sdk.core.log.SdkLog.parseLevel(SdkLog.java:320) at org.eclipse.scout.sdk.core.log.SdkLogTest.testParseLevel(SdkLogTest.java:132) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:688) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84) at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115) at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:210) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:206) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:131) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:65) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at java.base/java.util.ArrayList.forEach(ArrayList.java:1540) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at java.base/java.util.ArrayList.forEach(ArrayList.java:1540) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32) at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) MessageFormatter: Failed toString() invocation on an object of type [org.eclipse.scout.sdk.core.log.SdkLogTest$ClassWithToStringThrowingNpeFixture] java.lang.NullPointerException: NPE of test class org.eclipse.scout.sdk.core.log.SdkLogTest at org.eclipse.scout.sdk.core.log.SdkLogTest$ClassWithToStringThrowingNpeFixture.toString(SdkLogTest.java:190) at org.eclipse.scout.sdk.core.log.MessageFormatter.safeObjectToString(MessageFormatter.java:153) at org.eclipse.scout.sdk.core.log.MessageFormatter.toString(MessageFormatter.java:112) at org.eclipse.scout.sdk.core.log.MessageFormatter.arrayFormat(MessageFormatter.java:65) at org.eclipse.scout.sdk.core.log.SdkLog.log(SdkLog.java:82) at org.eclipse.scout.sdk.core.log.SdkLog.error(SdkLog.java:186) at org.eclipse.scout.sdk.core.log.SdkLogTest.lambda$testLogOfObjectWithToStringThrowingException$1(SdkLogTest.java:138) at org.eclipse.scout.sdk.core.log.SdkLogTest.runWithPrivateLogger(SdkLogTest.java:221) at org.eclipse.scout.sdk.core.log.SdkLogTest.testLogOfObjectWithToStringThrowingException(SdkLogTest.java:137) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:688) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84) at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115) at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:210) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:206) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:131) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:65) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at java.base/java.util.ArrayList.forEach(ArrayList.java:1540) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at java.base/java.util.ArrayList.forEach(ArrayList.java:1540) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32) at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s - in org.eclipse.scout.sdk.core.log.SdkLogTest [INFO] Running org.eclipse.scout.sdk.core.model.CompilationUnitInfoWithClasspathTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.907 s - in org.eclipse.scout.sdk.core.model.CompilationUnitInfoWithClasspathTest [INFO] Running org.eclipse.scout.sdk.core.model.api.AnnotationElementTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s - in org.eclipse.scout.sdk.core.model.api.AnnotationElementTest [INFO] Running org.eclipse.scout.sdk.core.model.api.AnnotationSourceTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s - in org.eclipse.scout.sdk.core.model.api.AnnotationSourceTest [INFO] Running org.eclipse.scout.sdk.core.model.api.AnnotationTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s - in org.eclipse.scout.sdk.core.model.api.AnnotationTest [INFO] Running org.eclipse.scout.sdk.core.model.api.AnnotationWithCompileErrorTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 s - in org.eclipse.scout.sdk.core.model.api.AnnotationWithCompileErrorTest [INFO] Running org.eclipse.scout.sdk.core.model.api.ArrayMetaValueTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.scout.sdk.core.model.api.ArrayMetaValueTest [INFO] Running org.eclipse.scout.sdk.core.model.api.ArrayTypeTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.scout.sdk.core.model.api.ArrayTypeTest [INFO] Running org.eclipse.scout.sdk.core.model.api.ClasspathEntryTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s - in org.eclipse.scout.sdk.core.model.api.ClasspathEntryTest [INFO] Running org.eclipse.scout.sdk.core.model.api.CompilationUnitTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.eclipse.scout.sdk.core.model.api.CompilationUnitTest [INFO] Running org.eclipse.scout.sdk.core.model.api.CreateAndOverrideNewCompilationUnitTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s - in org.eclipse.scout.sdk.core.model.api.CreateAndOverrideNewCompilationUnitTest [INFO] Running org.eclipse.scout.sdk.core.model.api.FieldTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s - in org.eclipse.scout.sdk.core.model.api.FieldTest [INFO] Running org.eclipse.scout.sdk.core.model.api.GenericMethodTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s - in org.eclipse.scout.sdk.core.model.api.GenericMethodTest [INFO] Running org.eclipse.scout.sdk.core.model.api.ImportDeclarationTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.scout.sdk.core.model.api.ImportDeclarationTest [INFO] Running org.eclipse.scout.sdk.core.model.api.JavaElementVisitorTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s - in org.eclipse.scout.sdk.core.model.api.JavaElementVisitorTest [INFO] Running org.eclipse.scout.sdk.core.model.api.JavaEnvironmentTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 s - in org.eclipse.scout.sdk.core.model.api.JavaEnvironmentTest [INFO] Running org.eclipse.scout.sdk.core.model.api.ManagedAnnotationTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.eclipse.scout.sdk.core.model.api.ManagedAnnotationTest [INFO] Running org.eclipse.scout.sdk.core.model.api.MethodParameterTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s - in org.eclipse.scout.sdk.core.model.api.MethodParameterTest [INFO] Running org.eclipse.scout.sdk.core.model.api.MethodTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 s - in org.eclipse.scout.sdk.core.model.api.MethodTest [INFO] Running org.eclipse.scout.sdk.core.model.api.PackageTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.scout.sdk.core.model.api.PackageTest [INFO] Running org.eclipse.scout.sdk.core.model.api.PrimitiveTypeTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.scout.sdk.core.model.api.PrimitiveTypeTest [INFO] Running org.eclipse.scout.sdk.core.model.api.PropertyBeanTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s - in org.eclipse.scout.sdk.core.model.api.PropertyBeanTest [INFO] Running org.eclipse.scout.sdk.core.model.api.SourceRangeTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.scout.sdk.core.model.api.SourceRangeTest [INFO] Running org.eclipse.scout.sdk.core.model.api.TypeParameterTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.eclipse.scout.sdk.core.model.api.TypeParameterTest [INFO] Running org.eclipse.scout.sdk.core.model.api.TypeTest [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 s - in org.eclipse.scout.sdk.core.model.api.TypeTest [INFO] Running org.eclipse.scout.sdk.core.model.api.query.AnnotationQueryTest [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 [INFO] Running org.eclipse.scout.sdk.core.model.api.query.QueryTest [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 [INFO] Running org.eclipse.scout.sdk.core.model.api.spliterator.HierarchicalSpliteratorTest [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 [INFO] Running org.eclipse.scout.sdk.core.model.api.spliterator.InnerTypeSpliteratorTest [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 [INFO] Running org.eclipse.scout.sdk.core.model.api.spliterator.SuperTypeHierarchySpliteratorTest [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 [INFO] Running org.eclipse.scout.sdk.core.model.api.spliterator.WrappingSpliteratorTest [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 [INFO] Running org.eclipse.scout.sdk.core.model.ecj.ClasspathBuilderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.scout.sdk.core.model.ecj.ClasspathBuilderTest [INFO] Running org.eclipse.scout.sdk.core.model.ecj.JavaEnvironmentWithEcjBuilderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.228 s - in org.eclipse.scout.sdk.core.model.ecj.JavaEnvironmentWithEcjBuilderTest [INFO] Running org.eclipse.scout.sdk.core.model.ecj.JavaEnvironmentWithEcjTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.scout.sdk.core.model.ecj.JavaEnvironmentWithEcjTest [INFO] Running org.eclipse.scout.sdk.core.model.ecj.JreInfoTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.sdk.core.model.ecj.JreInfoTest [INFO] Running org.eclipse.scout.sdk.core.model.ecj.SameCompositeObjectTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.sdk.core.model.ecj.SameCompositeObjectTest [INFO] Running org.eclipse.scout.sdk.core.model.ecj.SpiWithEcjUtilsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.scout.sdk.core.model.ecj.SpiWithEcjUtilsTest [INFO] Running org.eclipse.scout.sdk.core.model.ecj.TypeNameDescriptorTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.sdk.core.model.ecj.TypeNameDescriptorTest [INFO] Running org.eclipse.scout.sdk.core.model.spi.internal.metavalue.MetaValueFactoryTest [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 [INFO] Running org.eclipse.scout.sdk.core.testing.ApiTestGeneratorTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s - in org.eclipse.scout.sdk.core.testing.ApiTestGeneratorTest [INFO] Running org.eclipse.scout.sdk.core.testing.apidef.ApiExecutionConditionTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.scout.sdk.core.testing.apidef.ApiExecutionConditionTest [INFO] Running org.eclipse.scout.sdk.core.transformer.SimpleWorkingCopyTransformerBuilderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.scout.sdk.core.transformer.SimpleWorkingCopyTransformerBuilderTest [INFO] Running org.eclipse.scout.sdk.core.transformer.WorkingCopyTransformerTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.289 s - in org.eclipse.scout.sdk.core.transformer.WorkingCopyTransformerTest [INFO] Running org.eclipse.scout.sdk.core.util.CompositeObjectTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.scout.sdk.core.util.CompositeObjectTest [INFO] Running org.eclipse.scout.sdk.core.util.CoreUtilsTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.scout.sdk.core.util.CoreUtilsTest [INFO] Running org.eclipse.scout.sdk.core.util.EnsureTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.scout.sdk.core.util.EnsureTest [INFO] Running org.eclipse.scout.sdk.core.util.FinalValueTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s - in org.eclipse.scout.sdk.core.util.FinalValueTest [INFO] Running org.eclipse.scout.sdk.core.util.JavaTypesTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.scout.sdk.core.util.JavaTypesTest [INFO] Running org.eclipse.scout.sdk.core.util.PropertySupportTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 s - in org.eclipse.scout.sdk.core.util.PropertySupportTest [INFO] Running org.eclipse.scout.sdk.core.util.SdkExceptionTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.scout.sdk.core.util.SdkExceptionTest [INFO] Running org.eclipse.scout.sdk.core.util.SourceStateTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.scout.sdk.core.util.SourceStateTest [INFO] Running org.eclipse.scout.sdk.core.util.StreamUtilsTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.scout.sdk.core.util.StreamUtilsTest [INFO] Running org.eclipse.scout.sdk.core.util.StringsTest [INFO] Tests run: 41, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s - in org.eclipse.scout.sdk.core.util.StringsTest [INFO] Running org.eclipse.scout.sdk.core.util.TtlCacheTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.144 s - in org.eclipse.scout.sdk.core.util.TtlCacheTest [INFO] Running org.eclipse.scout.sdk.core.util.XmlTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.19 s - in org.eclipse.scout.sdk.core.util.XmlTest [INFO] Running org.eclipse.scout.sdk.core.util.visitor.BreadthFirstTraversalTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.scout.sdk.core.util.visitor.BreadthFirstTraversalTest [INFO] Running org.eclipse.scout.sdk.core.util.visitor.DepthFirstTraversalTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.scout.sdk.core.util.visitor.DepthFirstTraversalTest [INFO] Running org.eclipse.scout.sdk.core.util.visitor.DepthFirstVisitorTypeAdapterTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.scout.sdk.core.util.visitor.DepthFirstVisitorTypeAdapterTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 423, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ org.eclipse.scout.sdk.core.test --- [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 [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (attach-tests) @ org.eclipse.scout.sdk.core.test --- [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 [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.core.test --- [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 [INFO] [INFO] --- maven-source-plugin:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.core.test --- [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 [INFO] [INFO] --- duplicate-finder-maven-plugin:1.4.0:check (default) @ org.eclipse.scout.sdk.core.test --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.core.test --- [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 [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 [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 [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 [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 [INFO] [INFO] ---------< org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s >--------- [INFO] Building org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s 11.0.0-SNAPSHOT [8/15] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.core.s --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-rules) @ org.eclipse.scout.sdk.core.s --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.scout.sdk.core.s --- [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 [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.core.s --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.core.s --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.scout.sdk.core.s --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [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 [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.scout.sdk.core.s --- [INFO] Changes detected - recompiling the module! [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 [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.scout.sdk.core.s --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [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 [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.core.s --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.scout.sdk.core.s --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ org.eclipse.scout.sdk.core.s --- [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 [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (attach-tests) @ org.eclipse.scout.sdk.core.s --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.core.s --- [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 [INFO] [INFO] --- maven-source-plugin:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.core.s --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder-maven-plugin:1.4.0:check (default) @ org.eclipse.scout.sdk.core.s --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.core.s --- [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 [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 [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 [INFO] [INFO] ------< org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s.test >------- [INFO] Building org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s.test 11.0.0-SNAPSHOT [9/15] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.core.s.test --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-rules) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.scout.sdk.core.s.test --- [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 [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.core.s.test --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.core.s.test --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-test-source (add-test-source) @ org.eclipse.scout.sdk.core.s.test --- [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. [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. [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [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 [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Changes detected - recompiling the module! [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 [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 29 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Changes detected - recompiling the module! [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 [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. [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. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.scout.sdk.core.s.test --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.scout.sdk.core.s.annotation.OrderAnnotationTest 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. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.019 s - in org.eclipse.scout.sdk.core.s.annotation.OrderAnnotationTest [INFO] Running org.eclipse.scout.sdk.core.s.apidef.ScoutApiTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.968 s - in org.eclipse.scout.sdk.core.s.apidef.ScoutApiTest [INFO] Running org.eclipse.scout.sdk.core.s.apidef.ScoutModelHierarchyTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s - in org.eclipse.scout.sdk.core.s.apidef.ScoutModelHierarchyTest [INFO] Running org.eclipse.scout.sdk.core.s.codetype.CodeTypeGeneratorTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.217 s - in org.eclipse.scout.sdk.core.s.codetype.CodeTypeGeneratorTest [INFO] Running org.eclipse.scout.sdk.core.s.codetype.CodeTypeNewOperationTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.309 s - in org.eclipse.scout.sdk.core.s.codetype.CodeTypeNewOperationTest [INFO] Running org.eclipse.scout.sdk.core.s.codetype.HugeCodeTypeTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.913 s - in org.eclipse.scout.sdk.core.s.codetype.HugeCodeTypeTest [INFO] Running org.eclipse.scout.sdk.core.s.dataobject.DataObjectGeneratorTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.183 s - in org.eclipse.scout.sdk.core.s.dataobject.DataObjectGeneratorTest [INFO] Running org.eclipse.scout.sdk.core.s.dataobject.DataObjectModelTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 s - in org.eclipse.scout.sdk.core.s.dataobject.DataObjectModelTest [INFO] Running org.eclipse.scout.sdk.core.s.dataobject.DataObjectNodeTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.846 s - in org.eclipse.scout.sdk.core.s.dataobject.DataObjectNodeTest [INFO] Running org.eclipse.scout.sdk.core.s.dataobject.DoContextResolversTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s - in org.eclipse.scout.sdk.core.s.dataobject.DoContextResolversTest [INFO] Running org.eclipse.scout.sdk.core.s.dataobject.DoContextTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.eclipse.scout.sdk.core.s.dataobject.DoContextTest [INFO] Running org.eclipse.scout.sdk.core.s.dataobject.DoConvenienceMethodsUpdateOperationTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.491 s - in org.eclipse.scout.sdk.core.s.dataobject.DoConvenienceMethodsUpdateOperationTest [INFO] Running org.eclipse.scout.sdk.core.s.derived.DtoUpdateHandlerTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.129 s - in org.eclipse.scout.sdk.core.s.derived.DtoUpdateHandlerTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.AnnotationCopyTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.169 s - in org.eclipse.scout.sdk.core.s.dto.AnnotationCopyTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.ExtensionFormDataTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.607 s - in org.eclipse.scout.sdk.core.s.dto.ExtensionFormDataTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.ExternalCheckboxFieldTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.1 s - in org.eclipse.scout.sdk.core.s.dto.ExternalCheckboxFieldTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.ExternalGroupboxTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 s - in org.eclipse.scout.sdk.core.s.dto.ExternalGroupboxTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.ExternalTableFieldTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.121 s - in org.eclipse.scout.sdk.core.s.dto.ExternalTableFieldTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.FormDataOrderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.163 s - in org.eclipse.scout.sdk.core.s.dto.FormDataOrderTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.FormFieldMenuTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11 s - in org.eclipse.scout.sdk.core.s.dto.FormFieldMenuTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.FormPropertiesTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.165 s - in org.eclipse.scout.sdk.core.s.dto.FormPropertiesTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.FormWithGroupboxesTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 s - in org.eclipse.scout.sdk.core.s.dto.FormWithGroupboxesTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.FormWithTemplateTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.128 s - in org.eclipse.scout.sdk.core.s.dto.FormWithTemplateTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.IgnoredFieldsFormTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.12 s - in org.eclipse.scout.sdk.core.s.dto.IgnoredFieldsFormTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.ListBoxFormTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 s - in org.eclipse.scout.sdk.core.s.dto.ListBoxFormTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.MasterFieldFormDataTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 s - in org.eclipse.scout.sdk.core.s.dto.MasterFieldFormDataTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.MixedValueFieldTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 s - in org.eclipse.scout.sdk.core.s.dto.MixedValueFieldTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.NestedMultiLevelFormFieldTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.502 s - in org.eclipse.scout.sdk.core.s.dto.NestedMultiLevelFormFieldTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.PageBeanDataTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.659 s - in org.eclipse.scout.sdk.core.s.dto.PageBeanDataTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.ReplaceFormFieldTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.46 s - in org.eclipse.scout.sdk.core.s.dto.ReplaceFormFieldTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.ReplaceWithTemplatesTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.497 s - in org.eclipse.scout.sdk.core.s.dto.ReplaceWithTemplatesTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.ReplacingFormTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s - in org.eclipse.scout.sdk.core.s.dto.ReplacingFormTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.ReplacingPageTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 s - in org.eclipse.scout.sdk.core.s.dto.ReplacingPageTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.ScopeTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.275 s - in org.eclipse.scout.sdk.core.s.dto.ScopeTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.SimpleFormTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.142 s - in org.eclipse.scout.sdk.core.s.dto.SimpleFormTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.TableFieldBeanTest 2022-07-13 14:14:58.843 [WARNING] Column 'formdata.client.ui.forms.ColumnWithoutTypeForm$MainBox$MyTableField$Table$MyColumn' has no value type. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.723 s - in org.eclipse.scout.sdk.core.s.dto.TableFieldBeanTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.TableFieldExtensionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.208 s - in org.eclipse.scout.sdk.core.s.dto.TableFieldExtensionTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.TableFieldFormTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.126 s - in org.eclipse.scout.sdk.core.s.dto.TableFieldFormTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.TableFieldWithIgnoredColumnsTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.547 s - in org.eclipse.scout.sdk.core.s.dto.TableFieldWithIgnoredColumnsTest [INFO] Running org.eclipse.scout.sdk.core.s.entity.EntityNewOperationTest 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. 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. 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. 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. 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. 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. 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. 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. 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. 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. 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. 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. 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. 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. 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. 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. [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.209 s - in org.eclipse.scout.sdk.core.s.entity.EntityNewOperationTest [INFO] Running org.eclipse.scout.sdk.core.s.environment.EnvironmentTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.002 s - in org.eclipse.scout.sdk.core.s.environment.EnvironmentTest [INFO] Running org.eclipse.scout.sdk.core.s.environment.SdkFutureTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.scout.sdk.core.s.environment.SdkFutureTest [INFO] Running org.eclipse.scout.sdk.core.s.form.FormGeneratorTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 s - in org.eclipse.scout.sdk.core.s.form.FormGeneratorTest [INFO] Running org.eclipse.scout.sdk.core.s.form.FormNewOperationTest [INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.425 s - in org.eclipse.scout.sdk.core.s.form.FormNewOperationTest [INFO] Running org.eclipse.scout.sdk.core.s.jaxws.EmptyWsdlGeneratorTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.sdk.core.s.jaxws.EmptyWsdlGeneratorTest [INFO] Running org.eclipse.scout.sdk.core.s.jaxws.JaxWsModuleNewHelperTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s - in org.eclipse.scout.sdk.core.s.jaxws.JaxWsModuleNewHelperTest [INFO] Running org.eclipse.scout.sdk.core.s.jaxws.JaxWsUtilsTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s - in org.eclipse.scout.sdk.core.s.jaxws.JaxWsUtilsTest [INFO] Running org.eclipse.scout.sdk.core.s.jaxws.WebServiceNewOperationTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.127 s - in org.eclipse.scout.sdk.core.s.jaxws.WebServiceNewOperationTest [INFO] Running org.eclipse.scout.sdk.core.s.lookupcall.LookupCallGeneratorTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s - in org.eclipse.scout.sdk.core.s.lookupcall.LookupCallGeneratorTest [INFO] Running org.eclipse.scout.sdk.core.s.lookupcall.LookupCallNewOperationTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.734 s - in org.eclipse.scout.sdk.core.s.lookupcall.LookupCallNewOperationTest [INFO] Running org.eclipse.scout.sdk.core.s.nls.FilteredTranslationStoreTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.219 s - in org.eclipse.scout.sdk.core.s.nls.FilteredTranslationStoreTest [INFO] Running org.eclipse.scout.sdk.core.s.nls.LanguageTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.scout.sdk.core.s.nls.LanguageTest [INFO] Running org.eclipse.scout.sdk.core.s.nls.TranslationEntryTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.scout.sdk.core.s.nls.TranslationEntryTest [INFO] Running org.eclipse.scout.sdk.core.s.nls.TranslationStoreComparatorTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 s - in org.eclipse.scout.sdk.core.s.nls.TranslationStoreComparatorTest [INFO] Running org.eclipse.scout.sdk.core.s.nls.TranslationsTest 2022-07-13 14:15:12.982 [WARNING] Mock for ITranslationStore, hashCode: 1814558833 contains no languages! Please check the configuration. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 s - in org.eclipse.scout.sdk.core.s.nls.TranslationsTest [INFO] Running org.eclipse.scout.sdk.core.s.nls.UiTextContributorTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s - in org.eclipse.scout.sdk.core.s.nls.UiTextContributorTest [INFO] Running org.eclipse.scout.sdk.core.s.nls.WebModuleTranslationStoresTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s - in org.eclipse.scout.sdk.core.s.nls.WebModuleTranslationStoresTest [INFO] Running org.eclipse.scout.sdk.core.s.nls.manager.StackedTranslationTest [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 [INFO] Running org.eclipse.scout.sdk.core.s.nls.manager.TranslationManagerEventTest [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 [INFO] Running org.eclipse.scout.sdk.core.s.nls.manager.TranslationManagerTest [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 [INFO] Running org.eclipse.scout.sdk.core.s.nls.properties.PropertiesTextProviderServiceTest [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 [INFO] Running org.eclipse.scout.sdk.core.s.nls.properties.PropertiesTranslationStoreTest [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 [INFO] Running org.eclipse.scout.sdk.core.s.nls.properties.TranslationPropertiesFileTest [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 [INFO] Running org.eclipse.scout.sdk.core.s.nls.query.MissingTranslationQueryTest [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 [INFO] Running org.eclipse.scout.sdk.core.s.nls.query.TranslationKeysQueryTest [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 [INFO] Running org.eclipse.scout.sdk.core.s.page.PageGeneratorTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 s - in org.eclipse.scout.sdk.core.s.page.PageGeneratorTest [INFO] Running org.eclipse.scout.sdk.core.s.page.PageNewOperationTest [INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.17 s - in org.eclipse.scout.sdk.core.s.page.PageNewOperationTest [INFO] Running org.eclipse.scout.sdk.core.s.permission.PermissionNewOperationTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.eclipse.scout.sdk.core.s.permission.PermissionNewOperationTest [INFO] Running org.eclipse.scout.sdk.core.s.structured.WellformTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.559 s - in org.eclipse.scout.sdk.core.s.structured.WellformTest [INFO] Running org.eclipse.scout.sdk.core.s.testcase.TestGeneratorTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s - in org.eclipse.scout.sdk.core.s.testcase.TestGeneratorTest [INFO] Running org.eclipse.scout.sdk.core.s.testing.CoreScoutTestingUtilsTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.scout.sdk.core.s.testing.CoreScoutTestingUtilsTest [INFO] Running org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentTest [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 [INFO] Running org.eclipse.scout.sdk.core.s.util.CharSequenceInputStreamTest [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.286 s - in org.eclipse.scout.sdk.core.s.util.CharSequenceInputStreamTest [INFO] Running org.eclipse.scout.sdk.core.s.util.DelayedBufferTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.727 s - in org.eclipse.scout.sdk.core.s.util.DelayedBufferTest [INFO] Running org.eclipse.scout.sdk.core.s.util.ScoutTierTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s - in org.eclipse.scout.sdk.core.s.util.ScoutTierTest [INFO] Running org.eclipse.scout.sdk.core.s.util.maven.MavenBuildTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.sdk.core.s.util.maven.MavenBuildTest [INFO] Running org.eclipse.scout.sdk.core.s.util.maven.MavenModuleVersionTest [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 [INFO] Running org.eclipse.scout.sdk.core.s.util.maven.PomTest [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 [INFO] [INFO] Results: [INFO] [INFO] Tests run: 363, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ org.eclipse.scout.sdk.core.s.test --- [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 [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (attach-tests) @ org.eclipse.scout.sdk.core.s.test --- [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 [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.core.s.test --- [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 [INFO] [INFO] --- maven-source-plugin:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.core.s.test --- [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 [INFO] [INFO] --- duplicate-finder-maven-plugin:1.4.0:check (default) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.core.s.test --- [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 [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 [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 [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 [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 [INFO] [INFO] ----------< org.eclipse.scout.sdk:org.eclipse.scout.sdk.doc >----------- [INFO] Building org.eclipse.scout.sdk:org.eclipse.scout.sdk.doc 11.0.0-SNAPSHOT [10/15] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.doc --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-rules) @ org.eclipse.scout.sdk.doc --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (parse-version) @ org.eclipse.scout.sdk.doc --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.scout.sdk.doc --- [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 [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.doc --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.doc --- [INFO] [INFO] --- asciidoctor-maven-plugin:2.1.0:process-asciidoc (scout-sdk-doc-to-html) @ org.eclipse.scout.sdk.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] Converted /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.doc/src/main/asciidoc/index.adoc [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.scout.sdk.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [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 [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.scout.sdk.doc --- [INFO] Changes detected - recompiling the module! [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 [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.scout.sdk.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [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 [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.doc --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.scout.sdk.doc --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ org.eclipse.scout.sdk.doc --- [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 [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (attach-tests) @ org.eclipse.scout.sdk.doc --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.doc --- [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 [INFO] [INFO] --- maven-source-plugin:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.doc --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder-maven-plugin:1.4.0:check (default) @ org.eclipse.scout.sdk.doc --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.doc --- [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 [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 [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 [INFO] [INFO] --------< org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e >--------- [INFO] Building org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e 11.0.0-SNAPSHOT [11/15] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.s2e --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.scout.sdk.s2e --- [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 [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.scout.sdk.s2e --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 2 resources [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.scout.sdk.s2e --- [INFO] Changes detected - recompiling the module! [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 [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [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 [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.scout.sdk.s2e --- [INFO] No tests to run. [INFO] [INFO] --- maven-bundle-plugin:5.1.1:bundle (default-bundle) @ org.eclipse.scout.sdk.s2e --- [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 [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e --- [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 [INFO] [INFO] --- maven-source-plugin:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder-maven-plugin:1.4.0:check (default) @ org.eclipse.scout.sdk.s2e --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e --- [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 [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 [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 [INFO] [INFO] --- maven-bundle-plugin:5.1.1:install (default-install) @ org.eclipse.scout.sdk.s2e --- [INFO] Local OBR update disabled (enable with -DobrRepository) [INFO] [INFO] ------< org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.test >------ [INFO] Building org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.test 11.0.0-SNAPSHOT [12/15] [INFO] --------------------------------[ jar ]--------------------------------- [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 [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.s2e.test --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e.test --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.test --- [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 [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.test --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.test --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.scout.sdk.s2e.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [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 [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.scout.sdk.s2e.test --- [INFO] Changes detected - recompiling the module! [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 [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [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 [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.test --- [INFO] Changes detected - recompiling the module! [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 [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.scout.sdk.s2e.test --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.scout.sdk.s2e.EclipseApiTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.278 s - in org.eclipse.scout.sdk.s2e.EclipseApiTest [INFO] Running org.eclipse.scout.sdk.s2e.environment.AbstractJobTest 2022-07-13 14:15:47.074 [SEVERE] org.eclipse.core.runtime.CoreException: test exception at org.eclipse.scout.sdk.s2e.environment.AbstractJobTest$4.execute(AbstractJobTest.java:115) at org.eclipse.scout.sdk.s2e.environment.AbstractJob.runInternal(AbstractJob.java:174) at org.eclipse.scout.sdk.s2e.environment.AbstractJob.run(AbstractJob.java:141) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) 2022-07-13 14:15:47.096 [SEVERE] java.lang.IllegalArgumentException: test exception at org.eclipse.scout.sdk.s2e.environment.AbstractJobTest$5.execute(AbstractJobTest.java:128) at org.eclipse.scout.sdk.s2e.environment.AbstractJob.runInternal(AbstractJob.java:174) at org.eclipse.scout.sdk.s2e.environment.AbstractJob.run(AbstractJob.java:141) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) 2022-07-13 14:15:47.102 [FINE] Job '' finished after 0ms. It has been scheduled by: at org.eclipse.scout.sdk.s2e.environment.AbstractJob.run(AbstractJob.java:148) at org.eclipse.scout.sdk.s2e.environment.AbstractJobTest.testCallerStackTraceRun(AbstractJobTest.java:77) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:688) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84) at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115) at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:210) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:206) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:131) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:65) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at java.base/java.util.ArrayList.forEach(ArrayList.java:1540) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at java.base/java.util.ArrayList.forEach(ArrayList.java:1540) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32) at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) 2022-07-13 14:15:47.141 [FINE] Job '' finished after 0ms. It has been scheduled by: at org.eclipse.scout.sdk.s2e.environment.AbstractJobTest.testCallerStackTraceSchedule(AbstractJobTest.java:54) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:688) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84) at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115) at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:210) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:206) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:131) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:65) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at java.base/java.util.ArrayList.forEach(ArrayList.java:1540) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at java.base/java.util.ArrayList.forEach(ArrayList.java:1540) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32) at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.155 s - in org.eclipse.scout.sdk.s2e.environment.AbstractJobTest [INFO] Running org.eclipse.scout.sdk.s2e.environment.EclipseEnvironmentTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.718 s - in org.eclipse.scout.sdk.s2e.environment.EclipseEnvironmentTest [INFO] Running org.eclipse.scout.sdk.s2e.environment.JobFutureTest 2022-07-13 14:15:53.070 [SEVERE] org.eclipse.core.runtime.CoreException: test exception at org.eclipse.scout.sdk.s2e.environment.JobFutureTest.testCheckedExceptionResult(JobFutureTest.java:70) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:688) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84) at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115) at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:210) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:206) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:131) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:65) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at java.base/java.util.ArrayList.forEach(ArrayList.java:1540) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at java.base/java.util.ArrayList.forEach(ArrayList.java:1540) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32) at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) Caused by: java.lang.Exception: test exception ... 68 more 2022-07-13 14:15:53.177 [SEVERE] java.lang.RuntimeException: test exception at org.eclipse.scout.sdk.s2e.environment.JobFutureTest.testRuntimeExceptionResult(JobFutureTest.java:190) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:688) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84) at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115) at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:210) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:206) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:131) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:65) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at java.base/java.util.ArrayList.forEach(ArrayList.java:1540) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at java.base/java.util.ArrayList.forEach(ArrayList.java:1540) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32) at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.325 s - in org.eclipse.scout.sdk.s2e.environment.JobFutureTest [INFO] Running org.eclipse.scout.sdk.s2e.environment.OperationJobTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.scout.sdk.s2e.environment.OperationJobTest [INFO] Running org.eclipse.scout.sdk.s2e.environment.ResourceWriteOperationTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.scout.sdk.s2e.environment.ResourceWriteOperationTest [INFO] Running org.eclipse.scout.sdk.s2e.environment.WorkingCopyManagerTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.scout.sdk.s2e.environment.WorkingCopyManagerTest [INFO] Running org.eclipse.scout.sdk.s2e.operation.project.ScoutProjectNewOperationTest 2022-07-13 14:15:53.231 [WARNING] Invalid number part (abc) in execution environment JavaSE-abc. java.lang.IllegalArgumentException: invalid version "abc": non-numeric "abc" at org.osgi.framework.Version.parseInt(Version.java:169) at org.osgi.framework.Version.(Version.java:126) at org.osgi.framework.Version.valueOf(Version.java:255) at org.osgi.framework.Version.parseVersion(Version.java:226) at org.eclipse.scout.sdk.s2e.operation.project.ScoutProjectNewOperation.execEnvironmentToVersion(ScoutProjectNewOperation.java:142) at org.eclipse.scout.sdk.s2e.operation.project.ScoutProjectNewOperationTest.testExecEnvironmentToVersion(ScoutProjectNewOperationTest.java:38) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:688) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84) at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115) at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:210) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:206) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:131) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:65) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at java.base/java.util.ArrayList.forEach(ArrayList.java:1540) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at java.base/java.util.ArrayList.forEach(ArrayList.java:1540) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32) at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) Caused by: java.lang.NumberFormatException: For input string: "abc" at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) at java.base/java.lang.Integer.parseInt(Integer.java:652) at java.base/java.lang.Integer.parseInt(Integer.java:770) at org.osgi.framework.Version.parseInt(Version.java:167) ... 72 more [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.scout.sdk.s2e.operation.project.ScoutProjectNewOperationTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ org.eclipse.scout.sdk.s2e.test --- [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 [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.test --- [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 [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e.test --- [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 [INFO] [INFO] --- maven-source-plugin:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.test --- [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 [INFO] [INFO] --- duplicate-finder-maven-plugin:1.4.0:check (default) @ org.eclipse.scout.sdk.s2e.test --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e.test --- [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 [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 [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 [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 [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 [INFO] [INFO] ------< org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.doc >------- [INFO] Building org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.doc 11.0.0-SNAPSHOT [13/15] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.doc --- [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 [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 63 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] Changes detected - recompiling the module! [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 [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [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 [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] No tests to run. [INFO] [INFO] --- maven-bundle-plugin:5.1.1:bundle (default-bundle) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e.doc --- [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 [INFO] [INFO] --- maven-source-plugin:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder-maven-plugin:1.4.0:check (default) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e.doc --- [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 [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 [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 [INFO] [INFO] --- maven-bundle-plugin:5.1.1:install (default-install) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] Local OBR update disabled (enable with -DobrRepository) [INFO] [INFO] -------< org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.ui >------- [INFO] Building org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.ui 11.0.0-SNAPSHOT [14/15] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.ui --- [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 [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [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 [INFO] Copying 50 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] Changes detected - recompiling the module! [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 [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. [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. [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [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 [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] Changes detected - recompiling the module! [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 [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.scout.sdk.s2e.ui.EclipseUiApiTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.275 s - in org.eclipse.scout.sdk.s2e.ui.EclipseUiApiTest [INFO] Running org.eclipse.scout.sdk.s2e.ui.internal.jaxws.editor.WebServiceFormPageInputTest [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 [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-bundle-plugin:5.1.1:bundle (default-bundle) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.ui --- [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 [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e.ui --- [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 [INFO] [INFO] --- maven-source-plugin:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.ui --- [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 [INFO] [INFO] --- duplicate-finder-maven-plugin:1.4.0:check (default) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e.ui --- [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 [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 [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 [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 [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 [INFO] [INFO] --- maven-bundle-plugin:5.1.1:install (default-install) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] Local OBR update disabled (enable with -DobrRepository) [INFO] [INFO] ----------< org.eclipse.scout.sdk:org.eclipse.scout.sdk-root >---------- [INFO] Building Eclipse Scout SDK 11.0.0-SNAPSHOT [15/15] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.scout.sdk-root --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.scout.sdk-root --- [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 [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Eclipse Scout SDK 11.0.0-SNAPSHOT: [INFO] [INFO] Scout Hello World Sample Application ............... SUCCESS [ 11.624 s] [INFO] Scout JaxWs Module ................................. SUCCESS [ 0.110 s] [INFO] ScoutJS Sample Application ......................... SUCCESS [ 0.806 s] [INFO] Eclipse Scout SDK .................................. SUCCESS [ 0.607 s] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core ... SUCCESS [ 7.552 s] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.ecj SUCCESS [ 1.155 s] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.test SUCCESS [ 12.441 s] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s . SUCCESS [ 1.997 s] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s.test SUCCESS [ 58.422 s] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.doc .... SUCCESS [ 11.734 s] [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e SUCCESS [ 6.912 s] [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.test SUCCESS [ 10.903 s] [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.doc SUCCESS [ 0.459 s] [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.ui SUCCESS [ 20.589 s] [INFO] Eclipse Scout SDK .................................. SUCCESS [ 0.468 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 02:34 min [INFO] Finished at: 2022-07-13T14:16:16Z [INFO] ------------------------------------------------------------------------ [WARNING] The requested profile "sign" could not be activated because it does not exist. [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 Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) Maven home: /opt/tools/apache-maven/latest Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [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 [INFO] Fetching p2.index from https://download.eclipse.org/releases/2020-12/ (122B) [INFO] Adding repository https://download.eclipse.org/releases/2020-12 [INFO] Fetching compositeContent.jar from https://download.eclipse.org/releases/2020-12/ (480B) [INFO] Fetching p2.index from https://download.eclipse.org/technology/epp/packages/2020-12/ (128B) [INFO] Fetching compositeContent.jar from https://download.eclipse.org/technology/epp/packages/2020-12/ (419B) [INFO] Fetching content.jar from https://download.eclipse.org/technology/epp/packages/2020-12/202012101200/ (102.59kB) [INFO] Fetching p2.index from https://download.eclipse.org/releases/2020-12/202012161000/ (140B) [INFO] Fetching content.xml.xz from https://download.eclipse.org/releases/2020-12/202012161000/ (823.24kB) Jul 13, 2022 2:16:26 PM org.apache.http.impl.execchain.RetryExec execute 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 Jul 13, 2022 2:16:26 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {s}->https://download.eclipse.org:443 [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20201130205003/repository/ (134B) [INFO] Adding repository https://download.eclipse.org/tools/orbit/downloads/drops/R20201130205003/repository [INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/drops/R20201130205003/repository/ [INFO] Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/ (106.52kB) [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops2/R20201130205003/repository/ (172B) [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20201130205003/repository/ (97.4kB) [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/ (134B) [INFO] Adding repository https://download.eclipse.org/cbi/updates/license [INFO] Fetching compositeContent.jar from https://download.eclipse.org/cbi/updates/license/ (423B) [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB) [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB) [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B) [INFO] Fetching content.xml.xz from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (3.57kB) [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 [INFO] Fetching 202012161000&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2020-12/ (63B) [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking com.google.guava_27.1.0.v20190517-1946... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking com.ibm.icu_67.1.0.v20200706-1749... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking com.jcraft.jsch_0.1.55.v20190404-1902... [INFO] Fetching com.sun.el_2.2.0.v201303151357.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (62.49kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.sun.el_2.2.0.v201303151357.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (62.49kB) [INFO] Unpacking com.sun.el_2.2.0.v201303151357... [INFO] Fetching javax.el_2.2.0.v201303151357.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (33.35kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching javax.el_2.2.0.v201303151357.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (33.35kB) [INFO] Unpacking javax.el_2.2.0.v201303151357... [INFO] Fetching javax.servlet_3.1.0.v201410161800.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (108.23kB) [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking com.sun.jna_4.5.1.v20190425-1842... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking com.sun.jna.platform_4.5.1.v20190425-1842... [INFO] Fetching javax.annotation_1.3.5.v20200909-1856.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (36.66kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching javax.annotation_1.3.5.v20200909-1856.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (36.66kB) [INFO] Unpacking javax.annotation_1.3.5.v20200909-1856... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.osgi_3.16.100.v20201030-1916... [INFO] Fetching javax.servlet.jsp_2.2.0.v201112011158.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (55.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching javax.servlet.jsp_2.2.0.v201112011158.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (55.65kB) [INFO] Unpacking javax.servlet.jsp_2.2.0.v201112011158... [INFO] Fetching javax.xml_1.3.4.v201005080400.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (249kB) [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.apache.ant_1.10.9.v20201106-1946... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.apache.batik.constants_1.13.0.v20200622-2037... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.apache.batik.css_1.13.0.v20200622-2037... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.apache.batik.util_1.13.0.v20200622-2037... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.apache.batik.i18n_1.13.0.v20200622-2037... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.apache.xmlgraphics_2.4.0.v20200622-2037... [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (35.59kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (15.35kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (95.26kB) [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.apache.commons.io_2.6.0.v20190123-2029... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.apache.commons.logging_1.2.0.v20180409-1502... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.apache.felix.gogo.command_1.1.0.v20201023-1558... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.apache.felix.gogo.runtime_1.1.2.v20201023-1558... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.osgi.services_3.9.0.v20200511-1725... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.apache.felix.gogo.shell_1.1.2.v20201023-1558... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.apache.felix.scr_2.1.24.v20200924-1939... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.osgi.util_3.5.300.v20190708-1141... [INFO] Fetching org.apache.jasper.glassfish_2.2.2.v201501141630.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (2.36MB) [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.apache.lucene.analyzers-common_8.4.1.v20200122-1459... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.apache.lucene.core_8.4.1.v20200122-1459... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.apache.lucene.analyzers-smartcn_8.4.1.v20200122-1459... [INFO] Fetching org.apache.xerces_2.9.0.v201101211617.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (1.29MB) [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.apache.xml.resolver_1.2.0.v201005080400... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.apache.xml.serializer_2.7.1.v201005080400... [INFO] Fetching org.apiguardian_1.1.0.v20190826-0900.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (12.57kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apiguardian_1.1.0.v20190826-0900.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (12.57kB) [INFO] Unpacking org.apiguardian_1.1.0.v20190826-0900... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.ant.core_3.5.800.v20200608-1251... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.core.variables_3.4.800.v20200120-1101... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.core.runtime_3.20.0.v20201027-1526... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.ant.launching_1.2.1000.v20200610-1458... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.debug.core_3.17.0.v20201109-1948... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.jdt.launching_3.19.0.v20201106-0848... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.core.externaltools_1.1.800.v20201105-0600... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.text_3.10.400.v20200925-0557... [INFO] Fetching org.eclipse.jdt.core_3.24.0.v20201123-0742.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (6.89MB) [INFO] Fetching org.eclipse.core.resources_3.13.900.v20201105-1507.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (875.9kB) [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.ant.ui_3.7.1000.v20201116-1127... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.core.filesystem_1.7.700.v20200110-1734... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.ui.externaltools_3.4.900.v20201105-0600... [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) [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) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.ui_3.118.100.v20201123-0719... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.ui.console_3.10.0.v20201021-1231... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.debug.ui_3.14.700.v20201123-0650... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.jdt.ui_3.22.0.v20201121-1451... Jul 13, 2022 2:16:47 PM org.apache.http.impl.execchain.RetryExec execute 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 Jul 13, 2022 2:16:47 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {s}->https://download.eclipse.org:443 [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) [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.team.core_3.8.1100.v20200806-0621... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.ltk.core.refactoring_3.11.200.v20201027-1753... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.core.expressions_3.7.0.v20200720-1126... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.jdt.junit_3.11.1000.v20201120-2059... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.compare_3.7.1200.v20201020-1107... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.jface.text_3.16.500.v20201112-1545... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.ui.ide_3.18.0.v20201119-1132... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.ui.views_3.10.500.v20201021-1339... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.ui.workbench.texteditor_3.15.100.v20201116-1727... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.ui.editors_3.13.400.v20200923-1238... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.ui.forms_3.11.0.v20201025-0656... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.compare.core_3.6.1000.v20201020-1107... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.core.commands_3.9.800.v20201021-1339... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.equinox.common_3.14.0.v20201102-2053... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.core.contenttype_3.7.800.v20200724-0804... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.equinox.preferences_3.8.100.v20201102-2042... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.equinox.registry_3.10.0.v20201107-1818... [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) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.core.databinding_1.10.100.v20200926-1123... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.core.databinding.observable_1.10.0.v20200730-0848... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.core.databinding.property_1.8.100.v20200619-0651... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.core.databinding.beans_1.7.100.v20201021-1339... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.core.filebuffers_3.6.1100.v20201029-1159... [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) [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.core.jobs_3.10.1000.v20200909-1312... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.core.net_1.3.1000.v20200715-0827... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.equinox.security_1.3.500.v20200114-1637... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.core.net.linux.x86_64_1.2.400.v20190924-1023... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.equinox.app_1.5.0.v20200717-0620... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.help_3.8.800.v20200525-0755... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.jface_3.22.0.v20201106-0834... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.ui.workbench_3.122.0.v20201122-1345... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.e4.ui.services_1.4.0.v20201014-0944... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.e4.core.commands_0.13.0.v20201119-1132... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.e4.core.di_1.7.600.v20200428-0912... [INFO] Fetching javax.inject_1.0.0.v20091030.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (14.07kB) [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.e4.core.contexts_1.8.400.v20191217-1710... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.e4.core.services_2.2.500.v20200928-2213... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.e4.core.di.extensions_0.16.0.v20200507-0938... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.e4.core.di.extensions.supplier_0.15.700.v20200622-1247... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.e4.emf.xpath_0.2.800.v20200609-0849... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.apache.commons.jxpath_1.3.0.v200911051830... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.emf.ecore_2.23.0.v20200630-0516... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.e4.ui.workbench.swt_0.15.0.v20201103-0952... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.e4.ui.bindings_0.13.0.v20201119-1132... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.e4.ui.model.workbench_2.1.900.v20201014-0742... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.e4.ui.workbench.renderers.swt_0.15.0.v20201125-0918... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.e4.ui.workbench_1.12.0.v20201119-1132... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.e4.ui.css.core_0.13.0.v20201015-0653... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.e4.ui.css.swt_0.14.0.v20201103-0952... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.w3c.dom.smil_1.0.1.v200903091627... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.e4.ui.css.swt.theme_0.13.0.v20201026-1147... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.e4.ui.di_1.2.900.v20201021-1339... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.e4.ui.widgets_1.2.800.v20201021-1339... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.equinox.event_1.5.500.v20200616-0800... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.equinox.launcher_1.6.0.v20200915-1508... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.equinox.simpleconfigurator_1.3.600.v20200721-1308... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.osgi.compatibility.state_1.2.200.v20200915-2015... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.0.v20200915-1442... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.swt_3.115.100.v20201202-1103... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.swt.gtk.linux.x86_64_3.115.100.v20201202-1103... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.swt.browser.chromium.gtk.linux.x86_64_3.115.100.v20201202-1103... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.jface.databinding_1.12.100.v20201014-0742... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.e4.ui.workbench3_0.15.500.v20201021-1339... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.equinox.console_1.4.200.v20200828-1034... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.e4.ui.workbench.addons.swt_1.4.0.v20201119-1132... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.equinox.bidi_1.3.0.v20200612-1624... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.e4.ui.dialogs_1.2.100.v20201109-2317... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.e4.ui.swt.gtk_1.1.0.v20201119-1132... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.urischeme_1.1.200.v20201104-0938... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.jface.notifications_0.2.100.v20201130-1828... [INFO] Fetching org.eclipse.e4.rcp_4.18.0.v20201202-1103.jar from https://download.eclipse.org/releases/2020-12/202012161000/features/ (21.03kB) [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.e4.ui.ide_3.15.100.v20200323-2111... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.emf.ecore.change_2.14.0.v20190528-0725... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.ecf_3.9.101.v20201027-0547... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.ecf.identity_3.9.401.v20201027-0550... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.equinox.concurrent_1.1.500.v20200106-1437... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.ecf.filetransfer_5.1.101.v20201025-2315... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.ecf.provider.filetransfer_3.2.601.v20201025-0700... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.emf.common_2.21.0.v20200917-1439... [INFO] Fetching org.eclipse.emf.common_2.21.0.v20200917-1439.jar from https://download.eclipse.org/releases/2020-12/202012161000/features/ (19.03kB) [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.emf.edit_2.16.0.v20190920-0401... [INFO] Fetching org.eclipse.emf.ecore_2.23.0.v20200630-0516.jar from https://download.eclipse.org/releases/2020-12/202012161000/features/ (19.1kB) [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.equinox.frameworkadmin.equinox_1.1.400.v20200319-1546... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.equinox.http.jetty_3.7.500.v20200915-1207... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.equinox.http.servlet_1.6.700.v20201109-1600... [INFO] Fetching org.eclipse.jetty.http_9.4.35.v20201120.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (225.11kB) [INFO] Fetching org.eclipse.jetty.server_9.4.35.v20201120.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (723.38kB) [INFO] Fetching org.eclipse.jetty.servlet_9.4.35.v20201120.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (154.19kB) [INFO] Fetching org.eclipse.jetty.util_9.4.35.v20201120.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (585.96kB) [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.equinox.http.registry_1.2.0.v20200614-1851... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.equinox.jsp.jasper_1.1.500.v20200422-1833... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.equinox.jsp.jasper.registry_1.1.400.v20200422-1833... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.equinox.p2.artifact.repository_1.3.500.v20200406-2025... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.equinox.p2.metadata_2.5.100.v20200908-1020... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.tukaani.xz_1.8.0.v20180207-1613... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.equinox.p2.core_2.6.300.v20200211-1504... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.equinox.p2.jarprocessor_1.1.700.v20200904-1601... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.equinox.p2.repository_2.5.0.v20201013-0853... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.equinox.p2.director_2.4.700.v20200511-1530... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.equinox.p2.engine_2.6.700.v20200511-1530... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.equinox.p2.metadata.repository_1.3.400.v20191211-1528... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.equinox.simpleconfigurator.manipulator_2.1.500.v20200211-1505... [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (116.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (116.64kB) [INFO] Unpacking org.sat4j.core_2.3.5.v201308161310... [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (81.19kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (81.19kB) [INFO] Unpacking org.sat4j.pb_2.3.5.v201404071733... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.equinox.p2.transport.ecf_1.3.0.v20201012-1345... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.equinox.p2.operations_2.5.1000.v20201106-1246... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.equinox.security.linux.x86_64_1.1.400.v20200915-1125... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.equinox.p2.discovery_1.1.200.v20190611-1008... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.equinox.p2.discovery.compatibility_1.2.0.v20200916-1234... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.equinox.p2.ui_2.6.100.v20200731-1005... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.equinox.security.ui_1.2.700.v20200807-1518... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.equinox.p2.ui.discovery_1.2.0.v20200916-1234... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.ui.browser_3.6.1000.v20200910-0548... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.help.base_4.3.100.v20201202-1800... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.help.ui_4.2.100.v20200923-2139... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.help.webapp_3.10.100.v20201130-2122... [INFO] Fetching org.eclipse.jetty.continuation_9.4.35.v20201120.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (31.8kB) [INFO] Fetching org.eclipse.jetty.io_9.4.35.v20201120.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (175.32kB) [INFO] Fetching org.eclipse.jetty.security_9.4.35.v20201120.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (126.09kB) [INFO] Fetching org.eclipse.jetty.util.ajax_9.4.35.v20201120.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (72.58kB) [INFO] Fetching org.eclipse.help_2.3.400.v20201202-1800.jar from https://download.eclipse.org/releases/2020-12/202012161000/features/ (19.54kB) [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.jdt_3.18.600.v20201202-1800... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.ui.intro_3.6.0.v20201120-1551... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.ui.cheatsheets_3.7.100.v20200915-1059... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.jdt.annotation_1.1.500.v20200407-1355... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.jdt.annotation_2.2.600.v20200408-1511... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.jdt.apt.core_3.6.800.v20200916-0645... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.jdt.apt.pluggable.core_1.2.500.v20200322-1447... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.jdt.compiler.tool_1.2.1100.v20200916-0645... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.jdt.compiler.apt_1.3.1200.v20200916-0645... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.jdt.apt.ui_3.6.500.v20200828-1336... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.jdt.core.formatterapp_1.0.0.v20200119-0748... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.jdt.core.manipulation_1.14.200.v20201124-1435... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.jdt.debug_3.17.0.v20201117-1145... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.search_3.12.100.v20201116-1027... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.jdt.doc.user_3.15.900.v20201201-1641... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.jdt.junit.core_3.10.900.v20201120-2059... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.jdt.junit.runtime_3.5.400.v20201120-2059... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.jdt.junit4.runtime_1.1.1400.v20200917-1125... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.jdt.junit5.runtime_1.0.1100.v20200928-0432... [INFO] Fetching org.junit_4.13.0.v20200204-1500.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (123kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.junit_4.13.0.v20200204-1500.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (123kB) [INFO] Unpacking org.junit_4.13.0.v20200204-1500... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.hamcrest.core_1.3.0.v20180420-1519... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.junit.jupiter.api_5.7.0.v20201026-1537... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.junit.jupiter.engine_5.7.0.v20201026-1537... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.junit.jupiter.migrationsupport_5.7.0.v20201026-1537... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.junit.jupiter.params_5.7.0.v20201026-1537... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.junit.platform.commons_1.7.0.v20201026-1537... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.junit.platform.engine_1.7.0.v20201026-1537... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.junit.platform.launcher_1.7.0.v20201026-1537... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.junit.platform.runner_1.7.0.v20201026-1537... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.junit.platform.suite.api_1.7.0.v20201026-1537... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.junit.vintage.engine_5.7.0.v20201026-1537... [INFO] Fetching org.opentest4j_1.2.0.v20190826-0900.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (14.79kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.opentest4j_1.2.0.v20190826-0900.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (14.79kB) [INFO] Unpacking org.opentest4j_1.2.0.v20190826-0900... [INFO] Fetching org.eclipse.jdt_3.18.600.v20201202-1800.jar from https://download.eclipse.org/releases/2020-12/202012161000/features/ (19.72kB) [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.ltk.ui.refactoring_3.11.200.v20201025-2022... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.team.ui_3.8.1100.v20200916-0836... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.ui.navigator_3.9.500.v20201021-1339... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.ui.navigator.resources_3.7.500.v20201021-1339... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.jsch.core_1.3.900.v20200422-1935... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.jsch.ui_1.3.1100.v20200916-0731... [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) [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) [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) [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.m2e.binaryproject_1.17.0.20200924-1339... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.m2e.core_1.17.1.20201207-1012... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.m2e.sourcelookup_1.17.0.20200924-1339... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.m2e.jdt_1.17.0.20201014-1513... [INFO] Fetching org.slf4j.api_1.7.30.v20200204-2150.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (24kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.slf4j.api_1.7.30.v20200204-2150.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (24kB) [INFO] Unpacking org.slf4j.api_1.7.30.v20200204-2150... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.m2e.binaryproject.ui_1.17.0.20200924-1339... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.m2e.core.ui_1.17.1.20201207-1012... [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) [INFO] Fetching org.eclipse.m2e.workspace.cli_0.3.1.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (15.56kB) [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.m2e.model.edit_1.16.0.20200514-1409... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.m2e.discovery_1.17.0.20201014-1513... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.m2e.editor_1.17.0.20201014-1513... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.wst.sse.core_1.2.500.v202008090735... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.wst.xml.core_1.2.300.v202007191910... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.wst.common.emf_1.2.700.v202007161535... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.ui.genericeditor_1.1.900.v20200910-2030... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.m2e.editor.xml_1.17.0.20201021-0833... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.wst.xml.ui_1.2.500.v202008091424... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.wst.sse.ui_1.7.100.v202008192217... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.wst.xsd.core_1.2.100.v202008180353... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.wst.common.uriresolver_1.3.0.v202007161535... [INFO] Fetching org.eclipse.m2e.feature_1.17.1.20201207-1112.jar from https://download.eclipse.org/releases/2020-12/202012161000/features/ (19.89kB) [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) [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.m2e.importer_1.17.0.20200924-1339... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.m2e.scm_1.17.0.20200924-1339... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.m2e.profiles.ui_1.17.0.20200924-1339... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.m2e.lifecyclemapping.defaults_1.17.0.20200924-1339... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.m2e.profiles.core_1.17.0.20201014-1513... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.m2e.sourcelookup.ui_1.17.0.20200924-1339... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.m2e.refactoring_1.17.0.20200924-1339... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.m2e.launching_1.17.0.20201014-1513... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.m2e.jdt.ui_1.17.0.20201014-1513... [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) [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking com.google.gson_2.2.4.v201311231704... [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) [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.platform_4.18.0.v20201202-1800... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.platform.doc.user_4.18.0.v20201202-1459... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.text.quicksearch_1.0.400.v20201026-1722... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.ui.intro.universal_3.4.0.v20200805-1259... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.ui.monitoring_1.1.900.v20200907-0838... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.ui.net_1.3.800.v20200422-1935... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.ui.ide.application_1.3.900.v20201102-2031... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.ui.views.properties.tabbed_3.9.0.v20201026-0739... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.ui.themes_1.2.1200.v20201112-1139... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.ui.intro.quicklinks_1.1.0.v20200724-0708... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.team.genericeditor.diff.extension_1.0.600.v20200212-1524... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.ui.views.log_1.2.1300.v20200926-2205... [INFO] Fetching org.eclipse.platform_4.18.0.v20201202-1800.jar from https://download.eclipse.org/releases/2020-12/202012161000/features/ (20.57kB) [INFO] Fetching org.eclipse.platform_root_4.18.0.v20201202-1800 from https://download.eclipse.org/releases/2020-12/202012161000/binary/ (196B) [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.update.configurator_3.4.700.v20200907-1237... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.rcp_4.18.0.v20201202-1800... [INFO] Fetching org.eclipse.rcp_4.18.0.v20201202-1800.jar from https://download.eclipse.org/releases/2020-12/202012161000/features/ (19.09kB) [INFO] Fetching org.eclipse.rcp_root_4.18.0.v20201202-1800 from https://download.eclipse.org/releases/2020-12/202012161000/binary/ (25.08kB) [INFO] Fetching javax.wsdl_1.6.2.v201012040545.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (51.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching javax.wsdl_1.6.2.v201012040545.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (51.02kB) [INFO] Unpacking javax.wsdl_1.6.2.v201012040545... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.wst.common.core_1.4.0.v202007161535... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.wst.common.frameworks_1.2.202.v202007142017... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.wst.common.environment_1.0.401.v202007142017... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.wst.common.frameworks.ui_1.2.401.v202007142017... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.wst.common.project.facet.core_1.4.401.v202007142017... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.wst.common.ui_1.2.0.v202007161535... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.wst.validation_1.2.801.v202007142017... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.wst.validation.ui_1.2.601.v202007142017... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.xsd_2.18.0.v20200917-0747... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.compare.win32_1.2.800.v20200127-1343... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.swt.win32.win32.x86_64_3.115.100.v20201202-1103... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.core.filesystem.win32.x86_64_1.4.200.v20190812-0909... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.core.net.win32.x86_64_1.1.500.v20190925-1337... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.core.resources.win32.x86_64_3.5.400.v20190812-0909... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.0.v20200915-1442... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.swt.browser.chromium.win32.win32.x86_64_3.115.100.v20201202-1103... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.e4.ui.swt.win32_1.1.0.v20201119-1132... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.equinox.security.win32.x86_64_1.1.200.v20190812-0919... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.ui.win32_3.4.400.v20200414-1247... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.core.filesystem.macosx_1.3.200.v20190903-0945... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.600.v20200416-0656... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.0.v20200915-1442... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.swt.cocoa.macosx.x86_64_3.115.100.v20201202-1103... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.swt.browser.chromium.cocoa.macosx.x86_64_3.115.100.v20201202-1103... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.equinox.security.macosx_1.101.200.v20190903-0934... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.jdt.launching.macosx_3.4.500.v20200116-2251... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.jdt.launching.ui.macosx_1.2.600.v20200204-1737... [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) [INFO] The user operation is waiting for background work to complete. [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) [INFO] Unpacking org.eclipse.ui.cocoa_1.2.400.v20191217-1850... [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 [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 [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 [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 [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Eclipse Scout SDK P2 [pom] [INFO] Eclipse Scout SDK P2 Build Target [pom] [INFO] Eclipse Scout SDK Feature [eclipse-feature] [INFO] Eclipse Scout SDK Repository [eclipse-repository] [INFO] Eclipse Scout SDK [pom] [INFO] [INFO] -----------< org.eclipse.scout.sdk:org.eclipse.scout.sdk.p2 >----------- [INFO] Building Eclipse Scout SDK P2 11.0.0-SNAPSHOT [1/5] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.p2 --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-rules) @ org.eclipse.scout.sdk.p2 --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.scout.sdk.p2 --- [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 [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.p2 --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.p2 --- [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (attach-tests) @ org.eclipse.scout.sdk.p2 --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.p2 --- [INFO] [INFO] --- maven-source-plugin:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.p2 --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.scout.sdk.p2 --- [INFO] Skip jar signing [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk.p2 --- [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.scout.sdk.p2 --- [INFO] [INFO] --- duplicate-finder-maven-plugin:1.4.0:check (default) @ org.eclipse.scout.sdk.p2 --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.p2 --- [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 [INFO] [INFO] ---------< org.eclipse.scout.sdk:org.eclipse.scout.sdk-target >--------- [INFO] Building Eclipse Scout SDK P2 Build Target 11.0.0-SNAPSHOT [2/5] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk-target --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-rules) @ org.eclipse.scout.sdk-target --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.scout.sdk-target --- [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 [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk-target --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk-target --- [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (attach-tests) @ org.eclipse.scout.sdk-target --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:attach-artifact (attach-artifacts) @ org.eclipse.scout.sdk-target --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk-target --- [INFO] [INFO] --- maven-source-plugin:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk-target --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.scout.sdk-target --- [INFO] Skip jar signing [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk-target --- [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.scout.sdk-target --- [INFO] [INFO] --- duplicate-finder-maven-plugin:1.4.0:check (default) @ org.eclipse.scout.sdk-target --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk-target --- [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 [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 [INFO] [INFO] --------< org.eclipse.scout.sdk:org.eclipse.scout.sdk-feature >--------- [INFO] Building Eclipse Scout SDK Feature 11.0.0-SNAPSHOT [3/5] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk-feature --- [INFO] Deleting /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk-feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.scout.sdk-feature --- [INFO] The project's OSGi version is 11.0.0.20220714-1221 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.scout.sdk-feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.scout.sdk-feature --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-rules) @ org.eclipse.scout.sdk-feature --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.scout.sdk-feature --- [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 [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk-feature --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk-feature --- [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.scout.sdk-feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.scout.sdk-feature --- [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 [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.scout.sdk-feature --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.scout.sdk-feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (generate-source-feature) @ org.eclipse.scout.sdk-feature --- [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 [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk-feature --- [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 [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (attach-tests) @ org.eclipse.scout.sdk-feature --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk-feature --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-source-plugin:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk-feature --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.scout.sdk-feature --- [INFO] Skip jar signing [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.scout.sdk-feature --- [INFO] [INFO] --- duplicate-finder-maven-plugin:1.4.0:check (default) @ org.eclipse.scout.sdk-feature --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk-feature --- [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 [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 [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 [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 [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 [INFO] [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.scout.sdk-feature --- [INFO] [INFO] -------< org.eclipse.scout.sdk:org.eclipse.scout.sdk-repository >------- [INFO] Building Eclipse Scout SDK Repository 11.0.0-SNAPSHOT [4/5] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk-repository --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.scout.sdk-repository --- [INFO] The project's OSGi version is 11.0.0.20220714-1221 [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-rules) @ org.eclipse.scout.sdk-repository --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean-1) @ org.eclipse.scout.sdk-repository --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.scout.sdk-repository --- [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 [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk-repository --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk-repository --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.scout.sdk-repository --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [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 [INFO] Copying 1 resource [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.scout.sdk-repository --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.scout.sdk-repository --- [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 14.0.0, config.a.jre.javase 14.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-products (default-publish-products) @ org.eclipse.scout.sdk-repository --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-categories (default-publish-categories) @ org.eclipse.scout.sdk-repository --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.7.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.scout.sdk-repository --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.7.0:assemble-repository (default-assemble-repository) @ org.eclipse.scout.sdk-repository --- [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 [INFO] [INFO] --- tycho-p2-repository-plugin:1.7.0:archive-repository (default-archive-repository) @ org.eclipse.scout.sdk-repository --- [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 [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (attach-tests) @ org.eclipse.scout.sdk-repository --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk-repository --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-source-plugin:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk-repository --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.scout.sdk-repository --- [INFO] Skip jar signing [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk-repository --- [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.scout.sdk-repository --- [INFO] [INFO] --- duplicate-finder-maven-plugin:1.4.0:check (default) @ org.eclipse.scout.sdk-repository --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk-repository --- [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 [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 [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 [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 [INFO] [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.scout.sdk-repository --- [INFO] [INFO] ----------< org.eclipse.scout.sdk:org.eclipse.scout.sdk-root >---------- [INFO] Building Eclipse Scout SDK 11.0.0-SNAPSHOT [5/5] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.scout.sdk-root --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.scout.sdk-root --- [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 [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Eclipse Scout SDK 11.0.0-SNAPSHOT: [INFO] [INFO] Eclipse Scout SDK P2 ............................... SUCCESS [ 3.861 s] [INFO] Eclipse Scout SDK P2 Build Target .................. SUCCESS [ 0.122 s] [INFO] Eclipse Scout SDK Feature .......................... SUCCESS [ 0.911 s] [INFO] Eclipse Scout SDK Repository ....................... SUCCESS [ 2.416 s] [INFO] Eclipse Scout SDK .................................. SUCCESS [ 0.109 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:19 min [INFO] Finished at: 2022-07-13T14:17:36Z [INFO] ------------------------------------------------------------------------ Recording test results [Checks API] No suitable checks publisher found. Finished: SUCCESS