Started by timer Running as SYSTEM Agent centos-8-7vlkx is provisioned from template centos-8 --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "dcdbc7ed8a3e8b49b8443ee4b54d9618b35139e6" jenkins/label: "centos-latest_centos-8" name: "centos-8-7vlkx" 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: "centos-8-7vlkx" - 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: "centos-8-7vlkx" - 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-centos-8:remoting-4.13.3" 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 centos-8-7vlkx (centos-8 centos-latest) in workspace /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-G4eEU87bEpPA/agent.56 SSH_AGENT_PID=58 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly@tmp/private_key_7047398783572634269.key (/home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly@tmp/private_key_7047398783572634269.key) [ssh-agent] Using credentials genie.scout (ssh://genie.scout@projects-storage.eclipse.org) 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/scout-integration-10.0-SDK-nightly # timeout=10 Fetching upstream changes from https://github.com/eclipse-scout/scout.sdk.git > git --version # timeout=10 > git --version # 'git version 2.27.0' > 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/10.0^{commit} # timeout=10 Checking out Revision 436958bc64f9f1afb4a797f2b7e7d164cc314525 (refs/remotes/origin/releases/10.0) > git config core.sparsecheckout # timeout=10 > git checkout -f 436958bc64f9f1afb4a797f2b7e7d164cc314525 # timeout=10 Commit message: "Update maven-master to 3.12.9" > git rev-list --no-walk 436958bc64f9f1afb4a797f2b7e7d164cc314525 # timeout=10 [scout-integration-10.0-SDK-nightly] $ /opt/tools/apache-maven/latest/bin/mvn -f org.eclipse.scout.sdk/pom.xml -Dremote_branch=origin/releases/10.0 -Dis_tag=false -Dtag_or_branch=origin/releases/10.0 -Dmaven.repo.local=/home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository clean install -Dmaster_sanityCheck_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.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] org.eclipse.scout.sdk-settings [jar] [INFO] [INFO] ---------< org.eclipse.scout.archetypes:scout-helloworld-app >---------- [INFO] Building Scout Hello World Sample Application 10.0.0-SNAPSHOT [1/14] [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.2:prepare-agent (default) @ scout-helloworld-app --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-helloworld-app/../target/jacoco-all.exec [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ scout-helloworld-app --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ scout-helloworld-app --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ scout-helloworld-app --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 116 resources [INFO] Copying 2 resources [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ scout-helloworld-app --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-archetype-plugin:3.1.2:jar (default-jar) @ scout-helloworld-app --- [INFO] Building archetype jar: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-helloworld-app/target/scout-helloworld-app-10.0.0-SNAPSHOT [INFO] [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ scout-helloworld-app --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-helloworld-app/target/scout-helloworld-app-10.0.0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ scout-helloworld-app --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-source-plugin:3.0.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.1.2: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:10.0.0-SNAPSHOT [INFO] ---------------------------------------------------------------------------- [INFO] Parameter: groupId, Value: org.eclipse.scout.apps [INFO] Parameter: artifactId, Value: helloworld [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: debug, Value: false [INFO] Parameter: displayName, Value: My Application [INFO] Parameter: javaVersion, Value: 1.8 [INFO] Parameter: groupId, Value: org.eclipse.scout.apps [INFO] Parameter: scoutAuthPrivateKeyDev, Value: TODO (use org.eclipse.scout.rt.platform.security.SecurityUtility.generateKeyPair()) [INFO] Parameter: simpleArtifactName, Value: hellojs [INFO] Parameter: scoutAuthPrivateKey, Value: TODO (use org.eclipse.scout.rt.platform.security.SecurityUtility.generateKeyPair()) [INFO] Parameter: scoutAuthPublicKey, Value: TODO (use org.eclipse.scout.rt.platform.security.SecurityUtility.generateKeyPair()) [INFO] Parameter: scoutAuthPublicKeyDev, Value: TODO (use org.eclipse.scout.rt.platform.security.SecurityUtility.generateKeyPair()) [INFO] Parameter: userName, Value: Scout Robot [INFO] Parameter: version, Value: 1.0.0-SNAPSHOT [INFO] Parameter: artifactId, Value: helloworld [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld/pom.xml [WARNING] Don't override file /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.shared/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.server/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.client/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.server.app.war/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.server.app.dev/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.ui.html/pom.xml [WARNING] Don't override file /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.ui.html/src/main/js/hellojs.js [WARNING] Don't override file /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.ui.html/src/main/js/index.js [WARNING] Don't override file /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.ui.html/src/main/js/login.js [WARNING] Don't override file /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.ui.html/src/main/js/logout.js [WARNING] Don't override file /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.ui.html/src/main/resources/WebContent/favicon/manifest.json [WARNING] Don't override file /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.ui.html/src/main/resources/WebContent/popup-window.js [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.ui.html.app.war/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.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/scout-integration-10.0-SDK-nightly/.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/scout-integration-10.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld [INFO] [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ scout-helloworld-app --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ scout-helloworld-app --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-helloworld-app/target/scout-helloworld-app-10.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/archetypes/scout-helloworld-app/10.0.0-SNAPSHOT/scout-helloworld-app-10.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-helloworld-app/pom.xml to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/archetypes/scout-helloworld-app/10.0.0-SNAPSHOT/scout-helloworld-app-10.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-helloworld-app/target/scout-helloworld-app-10.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/archetypes/scout-helloworld-app/10.0.0-SNAPSHOT/scout-helloworld-app-10.0.0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-archetype-plugin:3.1.2:update-local-catalog (default-update-local-catalog) @ scout-helloworld-app --- [INFO] [INFO] ----------< org.eclipse.scout.archetypes:scout-jaxws-module >----------- [INFO] Building Scout JaxWs Module 10.0.0-SNAPSHOT [2/14] [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.2:prepare-agent (default) @ scout-jaxws-module --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-jaxws-module/../target/jacoco-all.exec [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ scout-jaxws-module --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ scout-jaxws-module --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ scout-jaxws-module --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 7 resources [INFO] Copying 2 resources [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ scout-jaxws-module --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-archetype-plugin:3.1.2:jar (default-jar) @ scout-jaxws-module --- [INFO] Building archetype jar: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-jaxws-module/target/scout-jaxws-module-10.0.0-SNAPSHOT [INFO] [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ scout-jaxws-module --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-jaxws-module/target/scout-jaxws-module-10.0.0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ scout-jaxws-module --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-source-plugin:3.0.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.1.2: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:10.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/scout-integration-10.0-SDK-nightly/scout-jaxws-module/target/test-classes/projects/basic/project/helloworld.server.jaxws/src/main/resources/META-INF/scout.xml [INFO] Project created from Archetype in dir: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-jaxws-module/target/test-classes/projects/basic/project/helloworld.server.jaxws [INFO] [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ scout-jaxws-module --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ scout-jaxws-module --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-jaxws-module/target/scout-jaxws-module-10.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/archetypes/scout-jaxws-module/10.0.0-SNAPSHOT/scout-jaxws-module-10.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-jaxws-module/pom.xml to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/archetypes/scout-jaxws-module/10.0.0-SNAPSHOT/scout-jaxws-module-10.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-jaxws-module/target/scout-jaxws-module-10.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/archetypes/scout-jaxws-module/10.0.0-SNAPSHOT/scout-jaxws-module-10.0.0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-archetype-plugin:3.1.2:update-local-catalog (default-update-local-catalog) @ scout-jaxws-module --- [INFO] [INFO] -----------< org.eclipse.scout.archetypes:scout-hellojs-app >----------- [INFO] Building ScoutJS Sample Application 10.0.0-SNAPSHOT [3/14] [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.2:prepare-agent (default) @ scout-hellojs-app --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-hellojs-app/../target/jacoco-all.exec [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ scout-hellojs-app --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ scout-hellojs-app --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ scout-hellojs-app --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 157 resources [INFO] Copying 2 resources [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ scout-hellojs-app --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-archetype-plugin:3.1.2:jar (default-jar) @ scout-hellojs-app --- [INFO] Building archetype jar: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-hellojs-app/target/scout-hellojs-app-10.0.0-SNAPSHOT [INFO] [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ scout-hellojs-app --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-hellojs-app/target/scout-hellojs-app-10.0.0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ scout-hellojs-app --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-source-plugin:3.0.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.1.2: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:10.0.0-SNAPSHOT [INFO] ---------------------------------------------------------------------------- [INFO] Parameter: groupId, Value: org.eclipse.scout.apps [INFO] Parameter: artifactId, Value: hellojs [INFO] Parameter: version, Value: 1.0.0-SNAPSHOT [INFO] Parameter: package, Value: org.eclipse.scout.apps.hellojs [INFO] Parameter: packageInPathFormat, Value: org/eclipse/scout/apps/hellojs [INFO] Parameter: package, Value: org.eclipse.scout.apps.hellojs [INFO] Parameter: debug, Value: false [INFO] Parameter: displayName, Value: My Application [INFO] Parameter: javaVersion, Value: 1.8 [INFO] Parameter: groupId, Value: org.eclipse.scout.apps [INFO] Parameter: simpleArtifactName, Value: hellojs [INFO] Parameter: artifactId, Value: hellojs [INFO] Parameter: scoutAuthPublicKeyDev, Value: changeme_database_password [INFO] Parameter: version, Value: 1.0.0-SNAPSHOT [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs/pom.xml [WARNING] Don't override file /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.api/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.app/pom.xml [WARNING] Don't override file /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.app/src/main/resources/WebContent/favicon/manifest.json [WARNING] Don't override file /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.app/src/main/resources/WebContent/popup-window.js [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.app.dev/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.app.war/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.core/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.core.test/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.data/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.db/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.persistence/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.persistence.test/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.ui/pom.xml [WARNING] Don't override file /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.ui/src/main/js/App.js [WARNING] Don't override file /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.ui/src/main/js/desktop/DataOutline.js [WARNING] Don't override file /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.ui/src/main/js/desktop/DataOutlineModel.js [WARNING] Don't override file /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.ui/src/main/js/desktop/Desktop.js [WARNING] Don't override file /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.ui/src/main/js/desktop/DesktopModel.js [WARNING] Don't override file /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.ui/src/main/js/index.js [WARNING] Don't override file /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.ui/src/main/js/objectFactories.js [WARNING] Don't override file /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.ui/src/main/js/person/Person.js [WARNING] Don't override file /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.ui/src/main/js/person/PersonForm.js [WARNING] Don't override file /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.ui/src/main/js/person/PersonFormModel.js [WARNING] Don't override file /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.ui/src/main/js/person/PersonRepository.js [WARNING] Don't override file /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.ui/src/main/js/person/PersonRestriction.js [WARNING] Don't override file /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.ui/src/main/js/person/PersonSearchForm.js [WARNING] Don't override file /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.ui/src/main/js/person/PersonSearchFormModel.js [WARNING] Don't override file /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.ui/src/main/js/person/PersonTablePage.js [WARNING] Don't override file /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.ui/src/main/js/person/PersonTablePageModel.js [WARNING] Don't override file /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.ui/src/main/js/repository/Repository.js [WARNING] Don't override file /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.ui/src/test/js/person/PersonFormSpec.js [WARNING] Don't override file /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.ui/src/test/js/person/PersonSpec.js [WARNING] Don't override file /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.ui/src/test/js/test-index.js [INFO] Executing META-INF/archetype-post-generate.groovy post-generation script [INFO] Project created from Archetype in dir: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs [INFO] [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ scout-hellojs-app --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ scout-hellojs-app --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-hellojs-app/target/scout-hellojs-app-10.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/archetypes/scout-hellojs-app/10.0.0-SNAPSHOT/scout-hellojs-app-10.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-hellojs-app/pom.xml to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/archetypes/scout-hellojs-app/10.0.0-SNAPSHOT/scout-hellojs-app-10.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-hellojs-app/target/scout-hellojs-app-10.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/archetypes/scout-hellojs-app/10.0.0-SNAPSHOT/scout-hellojs-app-10.0.0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-archetype-plugin:3.1.2: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 10.0.0-SNAPSHOT [4/14] [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.2:prepare-agent (default) @ org.eclipse.scout.sdk --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk/../org.eclipse.scout.sdk/target/jacoco-all.exec [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk --- [INFO] [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk --- [INFO] [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk --- [INFO] [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk/pom.xml to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk/10.0.0-SNAPSHOT/org.eclipse.scout.sdk-10.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 10.0.0-SNAPSHOT [5/14] [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.2:prepare-agent (default) @ org.eclipse.scout.sdk.core --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core/../org.eclipse.scout.sdk/target/jacoco-all.exec [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.core --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.core --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 174 source files to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.core --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.core --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ org.eclipse.scout.sdk.core --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core/target/org.eclipse.scout.sdk.core-10.0.0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.core --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.core --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core/target/org.eclipse.scout.sdk.core-10.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:3.0.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.3.0:check (default) @ org.eclipse.scout.sdk.core --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.core --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core/target/org.eclipse.scout.sdk.core-10.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.core-10.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core/pom.xml to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.core-10.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core/target/org.eclipse.scout.sdk.core-10.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.core-10.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --------< org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.ecj >-------- [INFO] Building org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.ecj 10.0.0-SNAPSHOT [6/14] [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.2:prepare-agent (default) @ org.eclipse.scout.sdk.core.ecj --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.ecj/../org.eclipse.scout.sdk/target/jacoco-all.exec [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.core.ecj --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.core.ecj --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.core.ecj --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.ecj/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.core.ecj --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 44 source files to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.ecj/target/classes [WARNING] /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.ecj/src/main/java/org/eclipse/scout/sdk/core/model/ecj/EcjAstCompiler.java:[52] super(nameEnv, proceedWithAllProblems(), opts, new EmptyCompilerRequestor(), new CollectingProblemFactory(), new PrintWriter(new SdkLogWriter()), null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Potential resource leak: '' may not be closed [WARNING] /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.ecj/src/main/java/org/eclipse/scout/sdk/core/model/ecj/SpiWithEcjUtils.java:[107] return result; ^^^^^^^^^^^^^^ Potential resource leak: 'env' may not be closed at this location [WARNING] /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.ecj/src/main/java/org/eclipse/scout/sdk/core/model/ecj/SpiWithEcjUtils.java:[437] return result; ^^^^^^^^^^^^^^ Potential resource leak: 'env' may not be closed at this location 3 problems (3 warnings) [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.core.ecj --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.ecj/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.core.ecj --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.core.ecj --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ org.eclipse.scout.sdk.core.ecj --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.ecj/target/org.eclipse.scout.sdk.core.ecj-10.0.0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.core.ecj --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.core.ecj --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.ecj/target/org.eclipse.scout.sdk.core.ecj-10.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:3.0.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.3.0:check (default) @ org.eclipse.scout.sdk.core.ecj --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.core.ecj --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.ecj/target/org.eclipse.scout.sdk.core.ecj-10.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.ecj/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.ecj-10.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.ecj/pom.xml to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.ecj/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.ecj-10.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.ecj/target/org.eclipse.scout.sdk.core.ecj-10.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.ecj/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.ecj-10.0.0-SNAPSHOT-sources.jar [INFO] [INFO] -------< org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.test >-------- [INFO] Building org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.test 10.0.0-SNAPSHOT [7/14] [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.2:prepare-agent (default) @ org.eclipse.scout.sdk.core.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.test/../org.eclipse.scout.sdk/target/jacoco-all.exec [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.core.test --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.core.test --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-test-source (add-test-source) @ org.eclipse.scout.sdk.core.test --- [INFO] Test Source directory: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.test/src/test/fixture added. [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.core.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.test/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.core.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.core.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 33 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.core.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 123 source files to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/test-classes [WARNING] /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.test/src/test/java/org/eclipse/scout/sdk/core/model/ecj/JavaEnvironmentWithEcjTest.java:[45] JavaEnvironmentWithEcj closedEnv = createClosedJavaEnvironment(); ^^^^^^^^^ Potential resource leak: 'closedEnv' may not be closed 3. INFO in /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.test/src/test/java/org/eclipse/scout/sdk/core/model/ecj/JavaEnvironmentWithEcjTest.java (at line 76) private static T fieldValue(Object instance, String fieldName, @SuppressWarnings("unused") Class type) throws ReflectiveOperationException { ^^^^^^^^ At least one of the problems in category 'unused' is not analysed due to a compiler option being ignored 4. INFO in /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.test/src/test/java/org/eclipse/scout/sdk/core/generator/compilationunit/CompilationUnitPathTest.java (at line 52) assertFalse(a.equals("")); ^^ Unlikely argument type for equals(): String seems to be unrelated to CompilationUnitPath 4 problems (0 errors, 1 warning, 1 info) [INFO] [INFO] --- maven-surefire-plugin:2.22.1: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.util.visitor.DepthFirstVisitorTypeAdapterTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s - in org.eclipse.scout.sdk.core.util.visitor.DepthFirstVisitorTypeAdapterTest [INFO] Running org.eclipse.scout.sdk.core.util.visitor.DepthFirstTraversalTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.sdk.core.util.visitor.DepthFirstTraversalTest [INFO] Running org.eclipse.scout.sdk.core.util.visitor.BreadthFirstTraversalTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.sdk.core.util.visitor.BreadthFirstTraversalTest [INFO] Running org.eclipse.scout.sdk.core.util.XmlTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.293 s - in org.eclipse.scout.sdk.core.util.XmlTest [INFO] Running org.eclipse.scout.sdk.core.util.StringsTest [INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.eclipse.scout.sdk.core.util.StringsTest [INFO] Running org.eclipse.scout.sdk.core.util.StreamUtilsTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s - in org.eclipse.scout.sdk.core.util.StreamUtilsTest [INFO] Running org.eclipse.scout.sdk.core.util.SourceStateTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.scout.sdk.core.util.SourceStateTest [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.PropertySupportTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s - in org.eclipse.scout.sdk.core.util.PropertySupportTest [INFO] Running org.eclipse.scout.sdk.core.util.JavaTypesTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.492 s - in org.eclipse.scout.sdk.core.util.JavaTypesTest [INFO] Running org.eclipse.scout.sdk.core.util.FinalValueTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.scout.sdk.core.util.FinalValueTest [INFO] Running org.eclipse.scout.sdk.core.util.EnsureTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.scout.sdk.core.util.EnsureTest [INFO] Running org.eclipse.scout.sdk.core.util.CoreUtilsTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.scout.sdk.core.util.CoreUtilsTest [INFO] Running org.eclipse.scout.sdk.core.util.CompositeObjectTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.scout.sdk.core.util.CompositeObjectTest [INFO] Running org.eclipse.scout.sdk.core.testing.ApiTestGeneratorTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 s - in org.eclipse.scout.sdk.core.testing.ApiTestGeneratorTest [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.047 s - in org.eclipse.scout.sdk.core.model.spi.internal.metavalue.MetaValueFactoryTest [INFO] Running org.eclipse.scout.sdk.core.model.ecj.TypeNameDescriptorTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.scout.sdk.core.model.ecj.TypeNameDescriptorTest [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.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.JavaEnvironmentWithEcjTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.scout.sdk.core.model.ecj.JavaEnvironmentWithEcjTest [INFO] Running org.eclipse.scout.sdk.core.model.ecj.JavaEnvironmentWithEcjBuilderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.931 s - in org.eclipse.scout.sdk.core.model.ecj.JavaEnvironmentWithEcjBuilderTest [INFO] Running org.eclipse.scout.sdk.core.model.ecj.ClasspathBuilderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.scout.sdk.core.model.ecj.ClasspathBuilderTest [INFO] Running org.eclipse.scout.sdk.core.model.api.spliterator.WrappingSpliteratorTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.141 s - in org.eclipse.scout.sdk.core.model.api.spliterator.WrappingSpliteratorTest [INFO] Running org.eclipse.scout.sdk.core.model.api.spliterator.SuperTypeHierarchySpliteratorTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.eclipse.scout.sdk.core.model.api.spliterator.SuperTypeHierarchySpliteratorTest [INFO] Running org.eclipse.scout.sdk.core.model.api.spliterator.InnerTypeSpliteratorTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.scout.sdk.core.model.api.spliterator.InnerTypeSpliteratorTest [INFO] Running org.eclipse.scout.sdk.core.model.api.spliterator.HierarchicalSpliteratorTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s - in org.eclipse.scout.sdk.core.model.api.spliterator.HierarchicalSpliteratorTest [INFO] Running org.eclipse.scout.sdk.core.model.api.query.QueryTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 s - in org.eclipse.scout.sdk.core.model.api.query.QueryTest [INFO] Running org.eclipse.scout.sdk.core.model.api.TypeTest [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.204 s - in org.eclipse.scout.sdk.core.model.api.TypeTest [INFO] Running org.eclipse.scout.sdk.core.model.api.TypeParameterTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 s - in org.eclipse.scout.sdk.core.model.api.TypeParameterTest [INFO] Running org.eclipse.scout.sdk.core.model.api.SourceRangeTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.scout.sdk.core.model.api.SourceRangeTest [INFO] Running org.eclipse.scout.sdk.core.model.api.PropertyBeanTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s - in org.eclipse.scout.sdk.core.model.api.PropertyBeanTest [INFO] Running org.eclipse.scout.sdk.core.model.api.PrimitiveTypeTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.scout.sdk.core.model.api.PrimitiveTypeTest [INFO] Running org.eclipse.scout.sdk.core.model.api.PackageTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.scout.sdk.core.model.api.PackageTest [INFO] Running org.eclipse.scout.sdk.core.model.api.MethodTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 s - in org.eclipse.scout.sdk.core.model.api.MethodTest [INFO] Running org.eclipse.scout.sdk.core.model.api.MethodParameterTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.scout.sdk.core.model.api.MethodParameterTest [INFO] Running org.eclipse.scout.sdk.core.model.api.ManagedAnnotationTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s - in org.eclipse.scout.sdk.core.model.api.ManagedAnnotationTest [INFO] Running org.eclipse.scout.sdk.core.model.api.JavaEnvironmentTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s - in org.eclipse.scout.sdk.core.model.api.JavaEnvironmentTest [INFO] Running org.eclipse.scout.sdk.core.model.api.JavaElementVisitorTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s - in org.eclipse.scout.sdk.core.model.api.JavaElementVisitorTest [INFO] Running org.eclipse.scout.sdk.core.model.api.ImportDeclarationTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.scout.sdk.core.model.api.ImportDeclarationTest [INFO] Running org.eclipse.scout.sdk.core.model.api.GenericMethodTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.scout.sdk.core.model.api.GenericMethodTest [INFO] Running org.eclipse.scout.sdk.core.model.api.FieldTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 s - in org.eclipse.scout.sdk.core.model.api.FieldTest [INFO] Running org.eclipse.scout.sdk.core.model.api.CreateAndOverrideNewCompilationUnitTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 s - in org.eclipse.scout.sdk.core.model.api.CreateAndOverrideNewCompilationUnitTest [INFO] Running org.eclipse.scout.sdk.core.model.api.CompilationUnitTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s - in org.eclipse.scout.sdk.core.model.api.CompilationUnitTest [INFO] Running org.eclipse.scout.sdk.core.model.api.ClasspathEntryTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.scout.sdk.core.model.api.ClasspathEntryTest [INFO] Running org.eclipse.scout.sdk.core.model.api.ArrayTypeTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.scout.sdk.core.model.api.ArrayTypeTest [INFO] Running org.eclipse.scout.sdk.core.model.api.ArrayMetaValueTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s - in org.eclipse.scout.sdk.core.model.api.ArrayMetaValueTest [INFO] Running org.eclipse.scout.sdk.core.model.api.AnnotationWithCompileErrorTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s - in org.eclipse.scout.sdk.core.model.api.AnnotationWithCompileErrorTest [INFO] Running org.eclipse.scout.sdk.core.model.api.AnnotationTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s - in org.eclipse.scout.sdk.core.model.api.AnnotationTest [INFO] Running org.eclipse.scout.sdk.core.model.api.AnnotationSourceTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s - in org.eclipse.scout.sdk.core.model.api.AnnotationSourceTest [INFO] Running org.eclipse.scout.sdk.core.model.api.AnnotationQueryTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.scout.sdk.core.model.api.AnnotationQueryTest [INFO] Running org.eclipse.scout.sdk.core.model.api.AnnotationElementTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.eclipse.scout.sdk.core.model.api.AnnotationElementTest [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: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:686) 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:212) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:208) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:137) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:71) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:135) 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:125) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80) 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: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:125) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80) 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: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:125) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80) 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.DefaultLauncher.execute(DefaultLauncher.java:248) at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$5(DefaultLauncher.java:211) at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:226) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:199) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:132) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:142) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117) 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:195) at org.eclipse.scout.sdk.core.log.MessageFormatter.safeObjectToString(MessageFormatter.java:154) at org.eclipse.scout.sdk.core.log.MessageFormatter.toString(MessageFormatter.java:109) at org.eclipse.scout.sdk.core.log.MessageFormatter.arrayFormat(MessageFormatter.java:61) 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$0(SdkLogTest.java:143) at org.eclipse.scout.sdk.core.log.SdkLogTest.runWithPrivateLogger(SdkLogTest.java:226) at org.eclipse.scout.sdk.core.log.SdkLogTest.testLogOfObjectWithToStringThrowingException(SdkLogTest.java:142) 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:686) 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:212) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:208) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:137) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:71) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:135) 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:125) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80) 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: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:125) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80) 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: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:125) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80) 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.DefaultLauncher.execute(DefaultLauncher.java:248) at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$5(DefaultLauncher.java:211) at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:226) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:199) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:132) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:142) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117) 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.057 s - in org.eclipse.scout.sdk.core.log.SdkLogTest [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.imports.ImportValidatorTest [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s - in org.eclipse.scout.sdk.core.imports.ImportValidatorTest [INFO] Running org.eclipse.scout.sdk.core.generator.type.TypeGeneratorTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 s - in org.eclipse.scout.sdk.core.generator.type.TypeGeneratorTest [INFO] Running org.eclipse.scout.sdk.core.generator.type.PrimaryTypeGeneratorTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.scout.sdk.core.generator.type.PrimaryTypeGeneratorTest [INFO] Running org.eclipse.scout.sdk.core.generator.transformer.WorkingCopyTransformerTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.505 s - in org.eclipse.scout.sdk.core.generator.transformer.WorkingCopyTransformerTest [INFO] Running org.eclipse.scout.sdk.core.generator.transformer.SimpleWorkingCopyTransformerBuilderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.eclipse.scout.sdk.core.generator.transformer.SimpleWorkingCopyTransformerBuilderTest [INFO] Running org.eclipse.scout.sdk.core.generator.properties.PropertiesGeneratorTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.eclipse.scout.sdk.core.generator.properties.PropertiesGeneratorTest [INFO] Running org.eclipse.scout.sdk.core.generator.method.MethodGeneratorTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.357 s - in org.eclipse.scout.sdk.core.generator.method.MethodGeneratorTest [INFO] Running org.eclipse.scout.sdk.core.generator.field.FieldGeneratorTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.scout.sdk.core.generator.field.FieldGeneratorTest [INFO] Running org.eclipse.scout.sdk.core.generator.compilationunit.CompilationUnitPathTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s - in org.eclipse.scout.sdk.core.generator.compilationunit.CompilationUnitPathTest [INFO] Running org.eclipse.scout.sdk.core.generator.compilationunit.CompilationUnitGeneratorTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.scout.sdk.core.generator.compilationunit.CompilationUnitGeneratorTest [INFO] Running org.eclipse.scout.sdk.core.generator.annotation.AnnotationGeneratorTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.scout.sdk.core.generator.annotation.AnnotationGeneratorTest [INFO] Running org.eclipse.scout.sdk.core.generator.UnicodeTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.scout.sdk.core.generator.UnicodeTest [INFO] Running org.eclipse.scout.sdk.core.generator.SourceModelRoundtripTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.eclipse.scout.sdk.core.generator.SourceModelRoundtripTest [INFO] Running org.eclipse.scout.sdk.core.generator.PackageGeneratorTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.eclipse.scout.sdk.core.generator.PackageGeneratorTest [INFO] Running org.eclipse.scout.sdk.core.builder.java.context.JavaBuilderContextTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.scout.sdk.core.builder.java.context.JavaBuilderContextTest [INFO] Running org.eclipse.scout.sdk.core.builder.java.comment.CommentBuilderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s - in org.eclipse.scout.sdk.core.builder.java.comment.CommentBuilderTest [INFO] Running org.eclipse.scout.sdk.core.builder.StreamSourceBuilderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.scout.sdk.core.builder.StreamSourceBuilderTest [INFO] Running org.eclipse.scout.sdk.core.builder.SourceCollectorTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.scout.sdk.core.builder.SourceCollectorTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 368, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ org.eclipse.scout.sdk.core.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-10.0.0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.core.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-10.0.0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.core.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-10.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.core.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-10.0.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.core.test --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.core.test --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-10.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.test/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.test-10.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.test/pom.xml to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.test/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.test-10.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-10.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.test/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.test-10.0.0-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-10.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.test/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.test-10.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-10.0.0-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.test/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.test-10.0.0-SNAPSHOT-test-sources.jar [INFO] [INFO] ---------< org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s >--------- [INFO] Building org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s 10.0.0-SNAPSHOT [8/14] [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.2:prepare-agent (default) @ org.eclipse.scout.sdk.core.s --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.s/../org.eclipse.scout.sdk/target/jacoco-all.exec [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.core.s --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.core.s --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.core.s --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.s/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.core.s --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 107 source files to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.s/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.core.s --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.s/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.core.s --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.core.s --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ org.eclipse.scout.sdk.core.s --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.s/target/org.eclipse.scout.sdk.core.s-10.0.0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.core.s --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.core.s --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.s/target/org.eclipse.scout.sdk.core.s-10.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:3.0.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.3.0:check (default) @ org.eclipse.scout.sdk.core.s --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.core.s --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.s/target/org.eclipse.scout.sdk.core.s-10.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s-10.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.s/pom.xml to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s-10.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.s/target/org.eclipse.scout.sdk.core.s-10.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s-10.0.0-SNAPSHOT-sources.jar [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 10.0.0-SNAPSHOT [9/14] [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.2:prepare-agent (default) @ org.eclipse.scout.sdk.core.s.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/../org.eclipse.scout.sdk/target/jacoco-all.exec [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.core.s.test --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.core.s.test --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-test-source (add-test-source) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Test Source directory: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/src/test/client added. [INFO] Test Source directory: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/src/test/shared added. [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 24 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 212 source files to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.1: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.util.maven.PomTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.17 s - in org.eclipse.scout.sdk.core.s.util.maven.PomTest [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.ScoutTierTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.013 s - in org.eclipse.scout.sdk.core.s.util.ScoutTierTest [INFO] Running org.eclipse.scout.sdk.core.s.testcase.TestGeneratorTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.575 s - in org.eclipse.scout.sdk.core.s.testcase.TestGeneratorTest [INFO] Running org.eclipse.scout.sdk.core.s.structured.WellformTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.209 s - in org.eclipse.scout.sdk.core.s.structured.WellformTest [INFO] Running org.eclipse.scout.sdk.core.s.permission.PermissionNewOperationTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 s - in org.eclipse.scout.sdk.core.s.permission.PermissionNewOperationTest [INFO] Running org.eclipse.scout.sdk.core.s.page.PageNewOperationTest [INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.27 s - in org.eclipse.scout.sdk.core.s.page.PageNewOperationTest [INFO] Running org.eclipse.scout.sdk.core.s.page.PageGeneratorTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.232 s - in org.eclipse.scout.sdk.core.s.page.PageGeneratorTest [INFO] Running org.eclipse.scout.sdk.core.s.nls.query.TranslationKeysQueryTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.eclipse.scout.sdk.core.s.nls.query.TranslationKeysQueryTest [INFO] Running org.eclipse.scout.sdk.core.s.nls.query.MissingTranslationQueryTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.372 s - in org.eclipse.scout.sdk.core.s.nls.query.MissingTranslationQueryTest [INFO] Running org.eclipse.scout.sdk.core.s.nls.properties.TranslationPropertiesFileTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.175 s - in org.eclipse.scout.sdk.core.s.nls.properties.TranslationPropertiesFileTest [INFO] Running org.eclipse.scout.sdk.core.s.nls.properties.PropertiesTranslationStoreTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.213 s - in org.eclipse.scout.sdk.core.s.nls.properties.PropertiesTranslationStoreTest [INFO] Running org.eclipse.scout.sdk.core.s.nls.properties.PropertiesTextProviderServiceTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s - in org.eclipse.scout.sdk.core.s.nls.properties.PropertiesTextProviderServiceTest [INFO] Running org.eclipse.scout.sdk.core.s.nls.WebModuleTranslationStoresTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.eclipse.scout.sdk.core.s.nls.WebModuleTranslationStoresTest [INFO] Running org.eclipse.scout.sdk.core.s.nls.UiTextContributorTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s - in org.eclipse.scout.sdk.core.s.nls.UiTextContributorTest [INFO] Running org.eclipse.scout.sdk.core.s.nls.TranslationStoresTest 2023-01-05 23:40:56.476 [WARNING] Mock for ITranslationStore, hashCode: 477070025 contains no languages! Please check the configuration. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.eclipse.scout.sdk.core.s.nls.TranslationStoresTest [INFO] Running org.eclipse.scout.sdk.core.s.nls.TranslationStoreStackTest [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.542 s - in org.eclipse.scout.sdk.core.s.nls.TranslationStoreStackTest [INFO] Running org.eclipse.scout.sdk.core.s.nls.TranslationStoreStackEventTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.1 s - in org.eclipse.scout.sdk.core.s.nls.TranslationStoreStackEventTest [INFO] Running org.eclipse.scout.sdk.core.s.nls.TranslationEntryTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.sdk.core.s.nls.TranslationEntryTest [INFO] Running org.eclipse.scout.sdk.core.s.nls.LanguageTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.sdk.core.s.nls.LanguageTest [INFO] Running org.eclipse.scout.sdk.core.s.nls.FilteredTranslationStoreTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s - in org.eclipse.scout.sdk.core.s.nls.FilteredTranslationStoreTest [INFO] Running org.eclipse.scout.sdk.core.s.lookupcall.LookupCallNewOperationTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.405 s - in org.eclipse.scout.sdk.core.s.lookupcall.LookupCallNewOperationTest [INFO] Running org.eclipse.scout.sdk.core.s.lookupcall.LookupCallGeneratorTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 s - in org.eclipse.scout.sdk.core.s.lookupcall.LookupCallGeneratorTest [INFO] Running org.eclipse.scout.sdk.core.s.jaxws.WebServiceNewOperationTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 s - in org.eclipse.scout.sdk.core.s.jaxws.WebServiceNewOperationTest [INFO] Running org.eclipse.scout.sdk.core.s.jaxws.JaxWsUtilsTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s - in org.eclipse.scout.sdk.core.s.jaxws.JaxWsUtilsTest [INFO] Running org.eclipse.scout.sdk.core.s.jaxws.JaxWsModuleNewHelperTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.sdk.core.s.jaxws.JaxWsModuleNewHelperTest [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.form.FormNewOperationTest [INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.024 s - in org.eclipse.scout.sdk.core.s.form.FormNewOperationTest [INFO] Running org.eclipse.scout.sdk.core.s.form.FormGeneratorTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.356 s - in org.eclipse.scout.sdk.core.s.form.FormGeneratorTest [INFO] Running org.eclipse.scout.sdk.core.s.environment.SdkFutureTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.scout.sdk.core.s.environment.SdkFutureTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.TableFieldWithIgnoredColumnsTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.507 s - in org.eclipse.scout.sdk.core.s.dto.TableFieldWithIgnoredColumnsTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.TableFieldFormTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 s - in org.eclipse.scout.sdk.core.s.dto.TableFieldFormTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.TableFieldExtensionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.251 s - in org.eclipse.scout.sdk.core.s.dto.TableFieldExtensionTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.TableFieldBeanTest 2023-01-05 23:41:04.907 [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.585 s - in org.eclipse.scout.sdk.core.s.dto.TableFieldBeanTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.SimpleFormTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 s - in org.eclipse.scout.sdk.core.s.dto.SimpleFormTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.ScopeTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.257 s - in org.eclipse.scout.sdk.core.s.dto.ScopeTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.ReplacingPageTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s - in org.eclipse.scout.sdk.core.s.dto.ReplacingPageTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.ReplacingFormTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s - in org.eclipse.scout.sdk.core.s.dto.ReplacingFormTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.ReplaceWithTemplatesTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.375 s - in org.eclipse.scout.sdk.core.s.dto.ReplaceWithTemplatesTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.ReplaceFormFieldTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.528 s - in org.eclipse.scout.sdk.core.s.dto.ReplaceFormFieldTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.PageBeanDataTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.562 s - in org.eclipse.scout.sdk.core.s.dto.PageBeanDataTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.NestedMultiLevelFormFieldTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.416 s - in org.eclipse.scout.sdk.core.s.dto.NestedMultiLevelFormFieldTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.MixedValueFieldTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s - in org.eclipse.scout.sdk.core.s.dto.MixedValueFieldTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.MasterFieldFormDataTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s - in org.eclipse.scout.sdk.core.s.dto.MasterFieldFormDataTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.ListBoxFormTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s - in org.eclipse.scout.sdk.core.s.dto.ListBoxFormTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.IgnoredFieldsFormTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s - in org.eclipse.scout.sdk.core.s.dto.IgnoredFieldsFormTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.FormWithTemplateTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s - in org.eclipse.scout.sdk.core.s.dto.FormWithTemplateTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.FormWithGroupboxesTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 s - in org.eclipse.scout.sdk.core.s.dto.FormWithGroupboxesTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.FormPropertiesTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 s - in org.eclipse.scout.sdk.core.s.dto.FormPropertiesTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.FormFieldMenuTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s - in org.eclipse.scout.sdk.core.s.dto.FormFieldMenuTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.FormDataOrderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s - in org.eclipse.scout.sdk.core.s.dto.FormDataOrderTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.ExternalTableFieldTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s - in org.eclipse.scout.sdk.core.s.dto.ExternalTableFieldTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.ExternalGroupboxTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s - in org.eclipse.scout.sdk.core.s.dto.ExternalGroupboxTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.ExternalCheckboxFieldTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 s - in org.eclipse.scout.sdk.core.s.dto.ExternalCheckboxFieldTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.ExtensionFormDataTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.412 s - in org.eclipse.scout.sdk.core.s.dto.ExtensionFormDataTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.AnnotationCopyTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s - in org.eclipse.scout.sdk.core.s.dto.AnnotationCopyTest [INFO] Running org.eclipse.scout.sdk.core.s.derived.DtoUpdateHandlerTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s - in org.eclipse.scout.sdk.core.s.derived.DtoUpdateHandlerTest [INFO] Running org.eclipse.scout.sdk.core.s.codetype.HugeCodeTypeTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.176 s - in org.eclipse.scout.sdk.core.s.codetype.HugeCodeTypeTest [INFO] Running org.eclipse.scout.sdk.core.s.codetype.CodeTypeNewOperationTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.163 s - in org.eclipse.scout.sdk.core.s.codetype.CodeTypeNewOperationTest [INFO] Running org.eclipse.scout.sdk.core.s.codetype.CodeTypeGeneratorTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.142 s - in org.eclipse.scout.sdk.core.s.codetype.CodeTypeGeneratorTest [INFO] Running org.eclipse.scout.sdk.core.s.annotation.OrderAnnotationTest 2023-01-05 23:41:10.593 [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: 0.036 s - in org.eclipse.scout.sdk.core.s.annotation.OrderAnnotationTest [INFO] Running org.eclipse.scout.sdk.core.s.ScoutRuntimeTypesTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 s - in org.eclipse.scout.sdk.core.s.ScoutRuntimeTypesTest [INFO] Running org.eclipse.scout.sdk.core.s.ScoutModelHierarchyTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.scout.sdk.core.s.ScoutModelHierarchyTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 243, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-10.0.0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-10.0.0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-10.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-10.0.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-10.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s.test/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s.test-10.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/pom.xml to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s.test/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s.test-10.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-10.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s.test/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s.test-10.0.0-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-10.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s.test/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s.test-10.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-10.0.0-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s.test/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s.test-10.0.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --------< org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e >--------- [INFO] Building org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e 10.0.0-SNAPSHOT [10/14] [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.2:prepare-agent (default) @ org.eclipse.scout.sdk.s2e --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e/../org.eclipse.scout.sdk/target/jacoco-all.exec [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.s2e --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.s2e --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 45 source files to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/classes [WARNING] /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e/src/main/java/org/eclipse/scout/sdk/s2e/environment/EclipseEnvironment.java:[297] return javaEnv.javaProject().getProject().getLocation().toFile().toPath(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Potential resource leak: 'javaEnv' may not be closed at this location 1 problem (1 warning) [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.s2e --- [INFO] No tests to run. [INFO] [INFO] --- maven-bundle-plugin:4.1.0:bundle (default-bundle) @ org.eclipse.scout.sdk.s2e --- [INFO] [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-10.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:3.0.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.3.0:check (default) @ org.eclipse.scout.sdk.s2e --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-10.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e-10.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e/pom.xml to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e-10.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-10.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e-10.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:4.1.0: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 10.0.0-SNAPSHOT [11/14] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] The POM for org.eclipse.platform:org.eclipse.swt:jar:3.114.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [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.2:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/../org.eclipse.scout.sdk/target/jacoco-all.exec [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.test --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.test --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.s2e.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0: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/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.1: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.operation.project.ScoutProjectNewOperationTest 2023-01-05 23:41:21.585 [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:163) 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:686) 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:212) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:208) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:137) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:71) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:135) 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:125) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80) 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: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:125) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80) 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: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:125) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80) 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.DefaultLauncher.execute(DefaultLauncher.java:248) at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$5(DefaultLauncher.java:211) at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:226) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:199) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:132) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:142) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117) 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) ... 70 more [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 s - in org.eclipse.scout.sdk.s2e.operation.project.ScoutProjectNewOperationTest [INFO] Running org.eclipse.scout.sdk.s2e.environment.WorkingCopyManagerTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.scout.sdk.s2e.environment.WorkingCopyManagerTest [INFO] Running org.eclipse.scout.sdk.s2e.environment.ResourceWriteOperationTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.003 s - in org.eclipse.scout.sdk.s2e.environment.ResourceWriteOperationTest [INFO] Running org.eclipse.scout.sdk.s2e.environment.OperationJobTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.129 s - in org.eclipse.scout.sdk.s2e.environment.OperationJobTest [INFO] Running org.eclipse.scout.sdk.s2e.environment.JobFutureTest 2023-01-05 23:41:22.953 [SEVERE] org.eclipse.core.runtime.CoreException: test exception at org.eclipse.scout.sdk.s2e.environment.JobFutureTest.testCheckedExceptionResult(JobFutureTest.java:71) 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:686) 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:212) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:208) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:137) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:71) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:135) 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:125) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80) 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: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:125) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80) 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: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:125) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80) 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.DefaultLauncher.execute(DefaultLauncher.java:248) at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$5(DefaultLauncher.java:211) at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:226) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:199) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:132) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:142) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117) 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 ... 66 more 2023-01-05 23:41:23.063 [SEVERE] java.lang.RuntimeException: test exception at org.eclipse.scout.sdk.s2e.environment.JobFutureTest.testRuntimeExceptionResult(JobFutureTest.java:191) 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:686) 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:212) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:208) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:137) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:71) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:135) 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:125) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80) 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: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:125) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80) 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: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:125) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80) 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.DefaultLauncher.execute(DefaultLauncher.java:248) at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$5(DefaultLauncher.java:211) at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:226) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:199) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:132) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:142) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117) 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.338 s - in org.eclipse.scout.sdk.s2e.environment.JobFutureTest [INFO] Running org.eclipse.scout.sdk.s2e.environment.EclipseEnvironmentTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.578 s - in org.eclipse.scout.sdk.s2e.environment.EclipseEnvironmentTest [INFO] Running org.eclipse.scout.sdk.s2e.environment.CharSequenceInputStreamTest [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.326 s - in org.eclipse.scout.sdk.s2e.environment.CharSequenceInputStreamTest [INFO] Running org.eclipse.scout.sdk.s2e.environment.AbstractJobTest 2023-01-05 23:41:28.992 [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:173) at org.eclipse.scout.sdk.s2e.environment.AbstractJob.run(AbstractJob.java:138) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) 2023-01-05 23:41:29.038 [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:173) at org.eclipse.scout.sdk.s2e.environment.AbstractJob.run(AbstractJob.java:138) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) 2023-01-05 23:41:29.040 [FINE] Job '' finished after 0ms. It has been scheduled by: at org.eclipse.scout.sdk.s2e.environment.AbstractJob.run(AbstractJob.java:145) 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:686) 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:212) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:208) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:137) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:71) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:135) 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:125) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80) 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: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:125) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80) 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: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:125) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80) 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.DefaultLauncher.execute(DefaultLauncher.java:248) at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$5(DefaultLauncher.java:211) at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:226) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:199) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:132) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:142) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117) 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) 2023-01-05 23:41:29.044 [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:686) 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:212) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:208) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:137) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:71) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:135) 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:125) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80) 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: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:125) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80) 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: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:125) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80) 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.DefaultLauncher.execute(DefaultLauncher.java:248) at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$5(DefaultLauncher.java:211) at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:226) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:199) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:132) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:142) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117) 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.054 s - in org.eclipse.scout.sdk.s2e.environment.AbstractJobTest [INFO] Running org.eclipse.scout.sdk.s2e.ApiTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 s - in org.eclipse.scout.sdk.s2e.ApiTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 61, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ org.eclipse.scout.sdk.s2e.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-10.0.0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-10.0.0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-10.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-10.0.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.s2e.test --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e.test --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-10.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.test/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.test-10.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/pom.xml to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.test/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.test-10.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-10.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.test/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.test-10.0.0-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-10.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.test/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.test-10.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-10.0.0-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.test/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.test-10.0.0-SNAPSHOT-test-sources.jar [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 10.0.0-SNAPSHOT [12/14] [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.2:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/../org.eclipse.scout.sdk/target/jacoco-all.exec [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 66 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0: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/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] No tests to run. [INFO] [INFO] --- maven-bundle-plugin:4.1.0:bundle (default-bundle) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-10.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:3.0.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.3.0:check (default) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-10.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.doc/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.doc-10.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/pom.xml to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.doc/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.doc-10.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-10.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.doc/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.doc-10.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:4.1.0: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 10.0.0-SNAPSHOT [13/14] [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.2:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/../org.eclipse.scout.sdk/target/jacoco-all.exec [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/src/main/resources [INFO] Copying 50 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 168 source files to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/classes [WARNING] /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/src/main/java/org/eclipse/scout/sdk/s2e/ui/internal/form/FormNewWizard.java:[56] @SuppressWarnings("resource") ^^^^^^^^^^ Unnecessary @SuppressWarnings("resource") [WARNING] /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/src/main/java/org/eclipse/scout/sdk/s2e/ui/internal/page/PageNewWizard.java:[56] @SuppressWarnings("resource") ^^^^^^^^^^ Unnecessary @SuppressWarnings("resource") [WARNING] /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/src/main/java/org/eclipse/scout/sdk/s2e/ui/internal/lookupcall/LookupCallNewWizard.java:[55] @SuppressWarnings("resource") ^^^^^^^^^^ Unnecessary @SuppressWarnings("resource") [WARNING] /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/src/main/java/org/eclipse/scout/sdk/s2e/ui/internal/code/CodeTypeNewWizard.java:[44] @SuppressWarnings("resource") ^^^^^^^^^^ Unnecessary @SuppressWarnings("resource") 4 problems (4 warnings) [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] No tests to run. [INFO] [INFO] --- maven-bundle-plugin:4.1.0:bundle (default-bundle) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-10.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder-maven-plugin:1.3.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/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-10.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.ui/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.ui-10.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/pom.xml to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.ui/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.ui-10.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-10.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.ui/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.ui-10.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:4.1.0: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-settings >-------- [INFO] Building org.eclipse.scout.sdk-settings 10.0.0-SNAPSHOT [14/14] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk-settings --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-rules) @ org.eclipse.scout.sdk-settings --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk-settings --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk-settings/../org.eclipse.scout.sdk/target/jacoco-all.exec [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk-settings --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk-settings --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk-settings --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 7 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk-settings --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk-settings --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk-settings/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk-settings --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk-settings --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ org.eclipse.scout.sdk-settings --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk-settings/target/org.eclipse.scout.sdk-settings-10.0.0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk-settings --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk-settings --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk-settings --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk-settings --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk-settings --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk-settings/target/org.eclipse.scout.sdk-settings-10.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-settings/10.0.0-SNAPSHOT/org.eclipse.scout.sdk-settings-10.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk-settings/pom.xml to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-settings/10.0.0-SNAPSHOT/org.eclipse.scout.sdk-settings-10.0.0-SNAPSHOT.pom [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Eclipse Scout SDK 10.0.0-SNAPSHOT: [INFO] [INFO] Scout Hello World Sample Application ............... SUCCESS [ 16.514 s] [INFO] Scout JaxWs Module ................................. SUCCESS [ 0.093 s] [INFO] ScoutJS Sample Application ......................... SUCCESS [ 0.513 s] [INFO] Eclipse Scout SDK .................................. SUCCESS [ 0.548 s] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core ... SUCCESS [ 7.103 s] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.ecj SUCCESS [ 0.774 s] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.test SUCCESS [ 10.976 s] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s . SUCCESS [ 0.844 s] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s.test SUCCESS [ 41.271 s] [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e SUCCESS [ 6.254 s] [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.test SUCCESS [ 11.269 s] [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.doc SUCCESS [ 0.252 s] [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.ui SUCCESS [ 17.691 s] [INFO] org.eclipse.scout.sdk-settings ..................... SUCCESS [ 0.035 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 02:04 min [INFO] Finished at: 2023-01-05T23:41:47Z [INFO] ------------------------------------------------------------------------ [scout-integration-10.0-SDK-nightly] $ /opt/tools/apache-maven/latest/bin/mvn -f org.eclipse.scout.sdk/pom.xml -Dremote_branch=origin/releases/10.0 -Dis_tag=false -Dtag_or_branch=origin/releases/10.0 -Dmaster_unitTest_skip=true -Dmaven.repo.local=/home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository -Dgpg.skip=true deploy -Peclipse-sign -Dmaster_sanityCheck_skip=true -Dmaster_plugin_jarsigner_version=1.3.2 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.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] org.eclipse.scout.sdk-settings [jar] [INFO] [INFO] ---------< org.eclipse.scout.archetypes:scout-helloworld-app >---------- [INFO] Building Scout Hello World Sample Application 10.0.0-SNAPSHOT [1/14] [INFO] --------------------------[ maven-archetype ]--------------------------- [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.2:prepare-agent (default) @ scout-helloworld-app --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-helloworld-app/../target/jacoco-all.exec [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ scout-helloworld-app --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ scout-helloworld-app --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ scout-helloworld-app --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 116 resources [INFO] Copying 2 resources [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ scout-helloworld-app --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-archetype-plugin:3.1.2:jar (default-jar) @ scout-helloworld-app --- [INFO] Building archetype jar: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-helloworld-app/target/scout-helloworld-app-10.0.0-SNAPSHOT [INFO] [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ scout-helloworld-app --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-helloworld-app/target/scout-helloworld-app-10.0.0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ scout-helloworld-app --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-source-plugin:3.0.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.1.2: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:10.0.0-SNAPSHOT [INFO] ---------------------------------------------------------------------------- [INFO] Parameter: groupId, Value: org.eclipse.scout.apps [INFO] Parameter: artifactId, Value: helloworld [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: debug, Value: false [INFO] Parameter: displayName, Value: My Application [INFO] Parameter: javaVersion, Value: 1.8 [INFO] Parameter: groupId, Value: org.eclipse.scout.apps [INFO] Parameter: scoutAuthPrivateKeyDev, Value: TODO (use org.eclipse.scout.rt.platform.security.SecurityUtility.generateKeyPair()) [INFO] Parameter: simpleArtifactName, Value: hellojs [INFO] Parameter: scoutAuthPrivateKey, Value: TODO (use org.eclipse.scout.rt.platform.security.SecurityUtility.generateKeyPair()) [INFO] Parameter: scoutAuthPublicKey, Value: TODO (use org.eclipse.scout.rt.platform.security.SecurityUtility.generateKeyPair()) [INFO] Parameter: scoutAuthPublicKeyDev, Value: TODO (use org.eclipse.scout.rt.platform.security.SecurityUtility.generateKeyPair()) [INFO] Parameter: userName, Value: Scout Robot [INFO] Parameter: version, Value: 1.0.0-SNAPSHOT [INFO] Parameter: artifactId, Value: helloworld [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld/pom.xml [WARNING] Don't override file /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.shared/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.server/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.client/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.server.app.war/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.server.app.dev/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.ui.html/pom.xml [WARNING] Don't override file /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.ui.html/src/main/js/hellojs.js [WARNING] Don't override file /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.ui.html/src/main/js/index.js [WARNING] Don't override file /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.ui.html/src/main/js/login.js [WARNING] Don't override file /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.ui.html/src/main/js/logout.js [WARNING] Don't override file /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.ui.html/src/main/resources/WebContent/favicon/manifest.json [WARNING] Don't override file /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.ui.html/src/main/resources/WebContent/popup-window.js [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.ui.html.app.war/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.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/scout-integration-10.0-SDK-nightly/.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/scout-integration-10.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld [INFO] [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ scout-helloworld-app --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ scout-helloworld-app --- [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-helloworld-app/target/scout-helloworld-app-10.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-helloworld-app/target/scout-helloworld-app-10.0.0-SNAPSHOT-tests.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ scout-helloworld-app --- [INFO] [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (attach-p2-metadata) @ scout-helloworld-app --- [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ scout-helloworld-app --- [INFO] [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ scout-helloworld-app --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ scout-helloworld-app --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-helloworld-app/target/scout-helloworld-app-10.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/archetypes/scout-helloworld-app/10.0.0-SNAPSHOT/scout-helloworld-app-10.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-helloworld-app/pom.xml to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/archetypes/scout-helloworld-app/10.0.0-SNAPSHOT/scout-helloworld-app-10.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-helloworld-app/target/scout-helloworld-app-10.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/archetypes/scout-helloworld-app/10.0.0-SNAPSHOT/scout-helloworld-app-10.0.0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-archetype-plugin:3.1.2:update-local-catalog (default-update-local-catalog) @ scout-helloworld-app --- [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ scout-helloworld-app --- [INFO] Deploying org.eclipse.scout.archetypes:scout-helloworld-app:10.0.0-SNAPSHOT at end [INFO] [INFO] ----------< org.eclipse.scout.archetypes:scout-jaxws-module >----------- [INFO] Building Scout JaxWs Module 10.0.0-SNAPSHOT [2/14] [INFO] --------------------------[ maven-archetype ]--------------------------- [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.2:prepare-agent (default) @ scout-jaxws-module --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-jaxws-module/../target/jacoco-all.exec [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ scout-jaxws-module --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ scout-jaxws-module --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ scout-jaxws-module --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 7 resources [INFO] Copying 2 resources [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ scout-jaxws-module --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-archetype-plugin:3.1.2:jar (default-jar) @ scout-jaxws-module --- [INFO] Building archetype jar: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-jaxws-module/target/scout-jaxws-module-10.0.0-SNAPSHOT [INFO] [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ scout-jaxws-module --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-jaxws-module/target/scout-jaxws-module-10.0.0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ scout-jaxws-module --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-source-plugin:3.0.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.1.2: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:10.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/scout-integration-10.0-SDK-nightly/scout-jaxws-module/target/test-classes/projects/basic/project/helloworld.server.jaxws/src/main/resources/META-INF/scout.xml [INFO] Project created from Archetype in dir: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-jaxws-module/target/test-classes/projects/basic/project/helloworld.server.jaxws [INFO] [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ scout-jaxws-module --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ scout-jaxws-module --- [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-jaxws-module/target/scout-jaxws-module-10.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-jaxws-module/target/scout-jaxws-module-10.0.0-SNAPSHOT-tests.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ scout-jaxws-module --- [INFO] [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (attach-p2-metadata) @ scout-jaxws-module --- [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ scout-jaxws-module --- [INFO] [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ scout-jaxws-module --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ scout-jaxws-module --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-jaxws-module/target/scout-jaxws-module-10.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/archetypes/scout-jaxws-module/10.0.0-SNAPSHOT/scout-jaxws-module-10.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-jaxws-module/pom.xml to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/archetypes/scout-jaxws-module/10.0.0-SNAPSHOT/scout-jaxws-module-10.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-jaxws-module/target/scout-jaxws-module-10.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/archetypes/scout-jaxws-module/10.0.0-SNAPSHOT/scout-jaxws-module-10.0.0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-archetype-plugin:3.1.2:update-local-catalog (default-update-local-catalog) @ scout-jaxws-module --- [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ scout-jaxws-module --- [INFO] Deploying org.eclipse.scout.archetypes:scout-jaxws-module:10.0.0-SNAPSHOT at end [INFO] [INFO] -----------< org.eclipse.scout.archetypes:scout-hellojs-app >----------- [INFO] Building ScoutJS Sample Application 10.0.0-SNAPSHOT [3/14] [INFO] --------------------------[ maven-archetype ]--------------------------- [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.2:prepare-agent (default) @ scout-hellojs-app --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-hellojs-app/../target/jacoco-all.exec [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ scout-hellojs-app --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ scout-hellojs-app --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ scout-hellojs-app --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 157 resources [INFO] Copying 2 resources [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ scout-hellojs-app --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-archetype-plugin:3.1.2:jar (default-jar) @ scout-hellojs-app --- [INFO] Building archetype jar: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-hellojs-app/target/scout-hellojs-app-10.0.0-SNAPSHOT [INFO] [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ scout-hellojs-app --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-hellojs-app/target/scout-hellojs-app-10.0.0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ scout-hellojs-app --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-source-plugin:3.0.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.1.2: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:10.0.0-SNAPSHOT [INFO] ---------------------------------------------------------------------------- [INFO] Parameter: groupId, Value: org.eclipse.scout.apps [INFO] Parameter: artifactId, Value: hellojs [INFO] Parameter: version, Value: 1.0.0-SNAPSHOT [INFO] Parameter: package, Value: org.eclipse.scout.apps.hellojs [INFO] Parameter: packageInPathFormat, Value: org/eclipse/scout/apps/hellojs [INFO] Parameter: package, Value: org.eclipse.scout.apps.hellojs [INFO] Parameter: debug, Value: false [INFO] Parameter: displayName, Value: My Application [INFO] Parameter: javaVersion, Value: 1.8 [INFO] Parameter: groupId, Value: org.eclipse.scout.apps [INFO] Parameter: simpleArtifactName, Value: hellojs [INFO] Parameter: artifactId, Value: hellojs [INFO] Parameter: scoutAuthPublicKeyDev, Value: changeme_database_password [INFO] Parameter: version, Value: 1.0.0-SNAPSHOT [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs/pom.xml [WARNING] Don't override file /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.api/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.app/pom.xml [WARNING] Don't override file /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.app/src/main/resources/WebContent/favicon/manifest.json [WARNING] Don't override file /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.app/src/main/resources/WebContent/popup-window.js [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.app.dev/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.app.war/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.core/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.core.test/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.data/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.db/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.persistence/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.persistence.test/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.ui/pom.xml [WARNING] Don't override file /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.ui/src/main/js/App.js [WARNING] Don't override file /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.ui/src/main/js/desktop/DataOutline.js [WARNING] Don't override file /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.ui/src/main/js/desktop/DataOutlineModel.js [WARNING] Don't override file /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.ui/src/main/js/desktop/Desktop.js [WARNING] Don't override file /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.ui/src/main/js/desktop/DesktopModel.js [WARNING] Don't override file /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.ui/src/main/js/index.js [WARNING] Don't override file /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.ui/src/main/js/objectFactories.js [WARNING] Don't override file /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.ui/src/main/js/person/Person.js [WARNING] Don't override file /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.ui/src/main/js/person/PersonForm.js [WARNING] Don't override file /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.ui/src/main/js/person/PersonFormModel.js [WARNING] Don't override file /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.ui/src/main/js/person/PersonRepository.js [WARNING] Don't override file /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.ui/src/main/js/person/PersonRestriction.js [WARNING] Don't override file /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.ui/src/main/js/person/PersonSearchForm.js [WARNING] Don't override file /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.ui/src/main/js/person/PersonSearchFormModel.js [WARNING] Don't override file /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.ui/src/main/js/person/PersonTablePage.js [WARNING] Don't override file /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.ui/src/main/js/person/PersonTablePageModel.js [WARNING] Don't override file /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.ui/src/main/js/repository/Repository.js [WARNING] Don't override file /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.ui/src/test/js/person/PersonFormSpec.js [WARNING] Don't override file /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.ui/src/test/js/person/PersonSpec.js [WARNING] Don't override file /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.ui/src/test/js/test-index.js [INFO] Executing META-INF/archetype-post-generate.groovy post-generation script [INFO] Project created from Archetype in dir: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs [INFO] [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ scout-hellojs-app --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ scout-hellojs-app --- [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-hellojs-app/target/scout-hellojs-app-10.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-hellojs-app/target/scout-hellojs-app-10.0.0-SNAPSHOT-tests.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ scout-hellojs-app --- [INFO] [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (attach-p2-metadata) @ scout-hellojs-app --- [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ scout-hellojs-app --- [INFO] [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ scout-hellojs-app --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ scout-hellojs-app --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-hellojs-app/target/scout-hellojs-app-10.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/archetypes/scout-hellojs-app/10.0.0-SNAPSHOT/scout-hellojs-app-10.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-hellojs-app/pom.xml to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/archetypes/scout-hellojs-app/10.0.0-SNAPSHOT/scout-hellojs-app-10.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/scout-hellojs-app/target/scout-hellojs-app-10.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/archetypes/scout-hellojs-app/10.0.0-SNAPSHOT/scout-hellojs-app-10.0.0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-archetype-plugin:3.1.2:update-local-catalog (default-update-local-catalog) @ scout-hellojs-app --- [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ scout-hellojs-app --- [INFO] Deploying org.eclipse.scout.archetypes:scout-hellojs-app:10.0.0-SNAPSHOT at end [INFO] [INFO] ------------< org.eclipse.scout.sdk:org.eclipse.scout.sdk >------------- [INFO] Building Eclipse Scout SDK 10.0.0-SNAPSHOT [4/14] [INFO] --------------------------------[ pom ]--------------------------------- [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.2:prepare-agent (default) @ org.eclipse.scout.sdk --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk/../org.eclipse.scout.sdk/target/jacoco-all.exec [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk --- [INFO] [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk --- [INFO] [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk --- [INFO] [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.scout.sdk --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.scout.sdk --- [INFO] [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.scout.sdk --- [INFO] [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk --- [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.scout.sdk --- [INFO] [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk/pom.xml to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk/10.0.0-SNAPSHOT/org.eclipse.scout.sdk-10.0.0-SNAPSHOT.pom [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.sdk --- [INFO] Deploying org.eclipse.scout.sdk:org.eclipse.scout.sdk:10.0.0-SNAPSHOT at end [INFO] [INFO] ----------< org.eclipse.scout.sdk:org.eclipse.scout.sdk.core >---------- [INFO] Building org.eclipse.scout.sdk:org.eclipse.scout.sdk.core 10.0.0-SNAPSHOT [5/14] [INFO] --------------------------------[ jar ]--------------------------------- [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.2:prepare-agent (default) @ org.eclipse.scout.sdk.core --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core/../org.eclipse.scout.sdk/target/jacoco-all.exec [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.core --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.core --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.core --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.core --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.core --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ org.eclipse.scout.sdk.core --- [INFO] [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.core --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.core --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core/target/org.eclipse.scout.sdk.core-10.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.core --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.scout.sdk.core --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core/target/org.eclipse.scout.sdk.core-10.0.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.scout.sdk.core --- [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core/target/org.eclipse.scout.sdk.core-10.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core/target/org.eclipse.scout.sdk.core-10.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.scout.sdk.core --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core/target/org.eclipse.scout.sdk.core-10.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk.core --- [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.scout.sdk.core --- [INFO] [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.core --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.core --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core/target/org.eclipse.scout.sdk.core-10.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.core-10.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core/pom.xml to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.core-10.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core/target/org.eclipse.scout.sdk.core-10.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.core-10.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core/target/org.eclipse.scout.sdk.core-10.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.core-10.0.0-SNAPSHOT-pack200.jar.pack.gz [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.sdk.core --- [INFO] Deploying org.eclipse.scout.sdk:org.eclipse.scout.sdk.core:10.0.0-SNAPSHOT at end [INFO] [INFO] --------< org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.ecj >-------- [INFO] Building org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.ecj 10.0.0-SNAPSHOT [6/14] [INFO] --------------------------------[ jar ]--------------------------------- [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.2:prepare-agent (default) @ org.eclipse.scout.sdk.core.ecj --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.ecj/../org.eclipse.scout.sdk/target/jacoco-all.exec [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.core.ecj --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.core.ecj --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.core.ecj --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.ecj/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.core.ecj --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.core.ecj --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.ecj/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.core.ecj --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.core.ecj --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ org.eclipse.scout.sdk.core.ecj --- [INFO] [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.core.ecj --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.core.ecj --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.ecj/target/org.eclipse.scout.sdk.core.ecj-10.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.core.ecj --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.scout.sdk.core.ecj --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.ecj/target/org.eclipse.scout.sdk.core.ecj-10.0.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.scout.sdk.core.ecj --- [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.ecj/target/org.eclipse.scout.sdk.core.ecj-10.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.ecj/target/org.eclipse.scout.sdk.core.ecj-10.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.scout.sdk.core.ecj --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.ecj/target/org.eclipse.scout.sdk.core.ecj-10.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk.core.ecj --- [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.scout.sdk.core.ecj --- [INFO] [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.core.ecj --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.core.ecj --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.ecj/target/org.eclipse.scout.sdk.core.ecj-10.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.ecj/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.ecj-10.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.ecj/pom.xml to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.ecj/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.ecj-10.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.ecj/target/org.eclipse.scout.sdk.core.ecj-10.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.ecj/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.ecj-10.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.ecj/target/org.eclipse.scout.sdk.core.ecj-10.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.ecj/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.ecj-10.0.0-SNAPSHOT-pack200.jar.pack.gz [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.sdk.core.ecj --- [INFO] Deploying org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.ecj:10.0.0-SNAPSHOT at end [INFO] [INFO] -------< org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.test >-------- [INFO] Building org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.test 10.0.0-SNAPSHOT [7/14] [INFO] --------------------------------[ jar ]--------------------------------- [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.2:prepare-agent (default) @ org.eclipse.scout.sdk.core.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.test/../org.eclipse.scout.sdk/target/jacoco-all.exec [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.core.test --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.core.test --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-test-source (add-test-source) @ org.eclipse.scout.sdk.core.test --- [INFO] Test Source directory: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.test/src/test/fixture added. [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.core.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.test/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.core.test --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.core.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 33 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.core.test --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.core.test --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ org.eclipse.scout.sdk.core.test --- [INFO] [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.core.test --- [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.core.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-10.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.core.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-10.0.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.scout.sdk.core.test --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-10.0.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.scout.sdk.core.test --- [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-10.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-10.0.0-SNAPSHOT-tests.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-10.0.0-SNAPSHOT-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-10.0.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.scout.sdk.core.test --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-10.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk.core.test --- [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.scout.sdk.core.test --- [INFO] [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.core.test --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.core.test --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-10.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.test/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.test-10.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.test/pom.xml to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.test/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.test-10.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-10.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.test/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.test-10.0.0-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-10.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.test/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.test-10.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-10.0.0-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.test/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.test-10.0.0-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-10.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.test/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.test-10.0.0-SNAPSHOT-pack200.jar.pack.gz [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.sdk.core.test --- [INFO] Deploying org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.test:10.0.0-SNAPSHOT at end [INFO] [INFO] ---------< org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s >--------- [INFO] Building org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s 10.0.0-SNAPSHOT [8/14] [INFO] --------------------------------[ jar ]--------------------------------- [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.2:prepare-agent (default) @ org.eclipse.scout.sdk.core.s --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.s/../org.eclipse.scout.sdk/target/jacoco-all.exec [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.core.s --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.core.s --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.core.s --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.s/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.core.s --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.core.s --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.s/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.core.s --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.core.s --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ org.eclipse.scout.sdk.core.s --- [INFO] [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.core.s --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.core.s --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.s/target/org.eclipse.scout.sdk.core.s-10.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.core.s --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.scout.sdk.core.s --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.s/target/org.eclipse.scout.sdk.core.s-10.0.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.scout.sdk.core.s --- [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.s/target/org.eclipse.scout.sdk.core.s-10.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.s/target/org.eclipse.scout.sdk.core.s-10.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.scout.sdk.core.s --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.s/target/org.eclipse.scout.sdk.core.s-10.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk.core.s --- [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.scout.sdk.core.s --- [INFO] [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.core.s --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.core.s --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.s/target/org.eclipse.scout.sdk.core.s-10.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s-10.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.s/pom.xml to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s-10.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.s/target/org.eclipse.scout.sdk.core.s-10.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s-10.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.s/target/org.eclipse.scout.sdk.core.s-10.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s-10.0.0-SNAPSHOT-pack200.jar.pack.gz [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.sdk.core.s --- [INFO] Deploying org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s:10.0.0-SNAPSHOT at end [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 10.0.0-SNAPSHOT [9/14] [INFO] --------------------------------[ jar ]--------------------------------- [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.2:prepare-agent (default) @ org.eclipse.scout.sdk.core.s.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/../org.eclipse.scout.sdk/target/jacoco-all.exec [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.core.s.test --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.core.s.test --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-test-source (add-test-source) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Test Source directory: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/src/test/client added. [INFO] Test Source directory: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/src/test/shared added. [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 24 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ org.eclipse.scout.sdk.core.s.test --- [INFO] [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.core.s.test --- [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-10.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-10.0.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-10.0.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-10.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-10.0.0-SNAPSHOT-tests.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-10.0.0-SNAPSHOT-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-10.0.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-10.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk.core.s.test --- [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.scout.sdk.core.s.test --- [INFO] [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-10.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s.test/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s.test-10.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/pom.xml to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s.test/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s.test-10.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-10.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s.test/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s.test-10.0.0-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-10.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s.test/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s.test-10.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-10.0.0-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s.test/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s.test-10.0.0-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-10.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s.test/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s.test-10.0.0-SNAPSHOT-pack200.jar.pack.gz [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Deploying org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s.test:10.0.0-SNAPSHOT at end [INFO] [INFO] --------< org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e >--------- [INFO] Building org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e 10.0.0-SNAPSHOT [10/14] [INFO] -------------------------------[ bundle ]------------------------------- [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.2:prepare-agent (default) @ org.eclipse.scout.sdk.s2e --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e/../org.eclipse.scout.sdk/target/jacoco-all.exec [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.s2e --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.s2e --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.s2e --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-bundle-plugin:4.1.0:bundle (default-bundle) @ org.eclipse.scout.sdk.s2e --- [INFO] [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-10.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.scout.sdk.s2e --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-10.0.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.scout.sdk.s2e --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-10.0.0-SNAPSHOT.jar_unpacked_16627263969573335328/lib/org.eclipse.scout.sdk.core-10.0.0-SNAPSHOT.jar' is disabled. [INFO] Jar '/home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-10.0.0-SNAPSHOT.jar_unpacked_16627263969573335328/lib/org.eclipse.scout.sdk.core-10.0.0-SNAPSHOT.jar' is already signed and will be resigned. [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-10.0.0-SNAPSHOT.jar_unpacked_16627263969573335328/lib/org.eclipse.scout.sdk.core-10.0.0-SNAPSHOT.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-10.0.0-SNAPSHOT.jar_unpacked_16627263969573335328/lib/org.eclipse.scout.sdk.core.ecj-10.0.0-SNAPSHOT.jar' is disabled. [INFO] Jar '/home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-10.0.0-SNAPSHOT.jar_unpacked_16627263969573335328/lib/org.eclipse.scout.sdk.core.ecj-10.0.0-SNAPSHOT.jar' is already signed and will be resigned. [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-10.0.0-SNAPSHOT.jar_unpacked_16627263969573335328/lib/org.eclipse.scout.sdk.core.ecj-10.0.0-SNAPSHOT.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-10.0.0-SNAPSHOT.jar_unpacked_16627263969573335328/lib/org.eclipse.scout.sdk.core.s-10.0.0-SNAPSHOT.jar' is disabled. [INFO] Jar '/home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-10.0.0-SNAPSHOT.jar_unpacked_16627263969573335328/lib/org.eclipse.scout.sdk.core.s-10.0.0-SNAPSHOT.jar' is already signed and will be resigned. [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-10.0.0-SNAPSHOT.jar_unpacked_16627263969573335328/lib/org.eclipse.scout.sdk.core.s-10.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-10.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-10.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.scout.sdk.s2e --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-10.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk.s2e --- [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.scout.sdk.s2e --- [INFO] [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.s2e --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-10.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e-10.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e/pom.xml to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e-10.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-10.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e-10.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-10.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e-10.0.0-SNAPSHOT-pack200.jar.pack.gz [INFO] [INFO] --- maven-bundle-plugin:4.1.0:install (default-install) @ org.eclipse.scout.sdk.s2e --- [INFO] Local OBR update disabled (enable with -DobrRepository) [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.sdk.s2e --- [INFO] Deploying org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e:10.0.0-SNAPSHOT at end [INFO] [INFO] --- maven-bundle-plugin:4.1.0:deploy (default-deploy) @ org.eclipse.scout.sdk.s2e --- [INFO] Remote OBR update disabled (enable with -DremoteOBR) [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 10.0.0-SNAPSHOT [11/14] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] The POM for org.eclipse.platform:org.eclipse.swt:jar:3.114.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [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.2:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/../org.eclipse.scout.sdk/target/jacoco-all.exec [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.test --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.test --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.s2e.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.s2e.test --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.test --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.s2e.test --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ org.eclipse.scout.sdk.s2e.test --- [INFO] [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.test --- [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-10.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-10.0.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.scout.sdk.s2e.test --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-10.0.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.scout.sdk.s2e.test --- [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-10.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-10.0.0-SNAPSHOT-tests.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-10.0.0-SNAPSHOT-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-10.0.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.scout.sdk.s2e.test --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-10.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk.s2e.test --- [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.scout.sdk.s2e.test --- [INFO] [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.s2e.test --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e.test --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-10.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.test/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.test-10.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/pom.xml to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.test/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.test-10.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-10.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.test/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.test-10.0.0-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-10.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.test/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.test-10.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-10.0.0-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.test/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.test-10.0.0-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-10.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.test/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.test-10.0.0-SNAPSHOT-pack200.jar.pack.gz [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.sdk.s2e.test --- [INFO] Deploying org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.test:10.0.0-SNAPSHOT at end [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 10.0.0-SNAPSHOT [12/14] [INFO] -------------------------------[ bundle ]------------------------------- [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.2:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/../org.eclipse.scout.sdk/target/jacoco-all.exec [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 66 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-bundle-plugin:4.1.0:bundle (default-bundle) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-10.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-10.0.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-10.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-10.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-10.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-10.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.doc/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.doc-10.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/pom.xml to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.doc/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.doc-10.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-10.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.doc/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.doc-10.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-10.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.doc/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.doc-10.0.0-SNAPSHOT-pack200.jar.pack.gz [INFO] [INFO] --- maven-bundle-plugin:4.1.0:install (default-install) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] Local OBR update disabled (enable with -DobrRepository) [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] Deploying org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.doc:10.0.0-SNAPSHOT at end [INFO] [INFO] --- maven-bundle-plugin:4.1.0:deploy (default-deploy) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] Remote OBR update disabled (enable with -DremoteOBR) [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 10.0.0-SNAPSHOT [13/14] [INFO] -------------------------------[ bundle ]------------------------------- [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.2:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/../org.eclipse.scout.sdk/target/jacoco-all.exec [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/src/main/resources [INFO] Copying 50 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-bundle-plugin:4.1.0:bundle (default-bundle) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-10.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-10.0.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-10.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-10.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-10.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] [INFO] --- duplicate-finder-maven-plugin:1.3.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/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-10.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.ui/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.ui-10.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/pom.xml to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.ui/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.ui-10.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-10.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.ui/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.ui-10.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-10.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.ui/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.ui-10.0.0-SNAPSHOT-pack200.jar.pack.gz [INFO] [INFO] --- maven-bundle-plugin:4.1.0:install (default-install) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] Local OBR update disabled (enable with -DobrRepository) [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] Deploying org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.ui:10.0.0-SNAPSHOT at end [INFO] [INFO] --- maven-bundle-plugin:4.1.0:deploy (default-deploy) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] Remote OBR update disabled (enable with -DremoteOBR) [INFO] [INFO] --------< org.eclipse.scout.sdk:org.eclipse.scout.sdk-settings >-------- [INFO] Building org.eclipse.scout.sdk-settings 10.0.0-SNAPSHOT [14/14] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-rules) @ org.eclipse.scout.sdk-settings --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk-settings --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk-settings/../org.eclipse.scout.sdk/target/jacoco-all.exec [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk-settings --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk-settings --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk-settings --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 7 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk-settings --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk-settings --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk-settings/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk-settings --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk-settings --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ org.eclipse.scout.sdk-settings --- [INFO] [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk-settings --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk-settings --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk-settings --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.scout.sdk-settings --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk-settings/target/org.eclipse.scout.sdk-settings-10.0.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.scout.sdk-settings --- [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk-settings/target/org.eclipse.scout.sdk-settings-10.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.scout.sdk-settings --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk-settings/target/org.eclipse.scout.sdk-settings-10.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk-settings --- [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.scout.sdk-settings --- [INFO] [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk-settings --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk-settings --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk-settings/target/org.eclipse.scout.sdk-settings-10.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-settings/10.0.0-SNAPSHOT/org.eclipse.scout.sdk-settings-10.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk-settings/pom.xml to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-settings/10.0.0-SNAPSHOT/org.eclipse.scout.sdk-settings-10.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk-settings/target/org.eclipse.scout.sdk-settings-10.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-settings/10.0.0-SNAPSHOT/org.eclipse.scout.sdk-settings-10.0.0-SNAPSHOT-pack200.jar.pack.gz [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.sdk-settings --- [INFO] Deploying org.eclipse.scout.sdk:org.eclipse.scout.sdk-settings:10.0.0-SNAPSHOT at end [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Eclipse Scout SDK 10.0.0-SNAPSHOT: [INFO] [INFO] Scout Hello World Sample Application ............... SUCCESS [ 11.775 s] [INFO] Scout JaxWs Module ................................. SUCCESS [ 2.555 s] [INFO] ScoutJS Sample Application ......................... SUCCESS [ 3.427 s] [INFO] Eclipse Scout SDK .................................. SUCCESS [ 1.052 s] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core ... SUCCESS [ 5.153 s] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.ecj SUCCESS [ 2.115 s] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.test SUCCESS [ 4.579 s] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s . SUCCESS [ 2.783 s] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s.test SUCCESS [ 9.104 s] [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e SUCCESS [ 9.534 s] [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.test SUCCESS [ 4.611 s] [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.doc SUCCESS [ 3.312 s] [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.ui SUCCESS [ 3.927 s] [INFO] org.eclipse.scout.sdk-settings ..................... SUCCESS [ 1.293 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:06 min [INFO] Finished at: 2023-01-05T23:42:55Z [INFO] ------------------------------------------------------------------------ [scout-integration-10.0-SDK-nightly] $ /opt/tools/apache-maven/latest/bin/mvn -f updatesite-maven-plugin/pom.xml -Dremote_branch=origin/releases/10.0 -Dis_tag=false -Dtag_or_branch=origin/releases/10.0 -Dmaven.repo.local=/home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository clean install -Dmaster_sanityCheck_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] -----------< org.eclipse.scout.sdk:updatesite-maven-plugin >------------ [INFO] Building org.eclipse.scout.sdk:updatesite-maven-plugin 10.0.0-SNAPSHOT [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ updatesite-maven-plugin --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-rules) @ updatesite-maven-plugin --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ updatesite-maven-plugin --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/updatesite-maven-plugin/../target/jacoco-all.exec [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ updatesite-maven-plugin --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ updatesite-maven-plugin --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ updatesite-maven-plugin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ updatesite-maven-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/updatesite-maven-plugin/target/classes [INFO] [INFO] --- maven-plugin-plugin:3.6.0:descriptor (default-descriptor) @ updatesite-maven-plugin --- [WARNING] Goal prefix is specified as: 'updatesite-maven-plugin'. Maven currently expects it to be 'updatesite'. [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 0 mojo descriptor. [INFO] java-annotations mojo extractor found 2 mojo descriptors. [INFO] [INFO] --- maven-plugin-plugin:3.6.0:descriptor (mojo-descriptor) @ updatesite-maven-plugin --- [WARNING] Goal prefix is specified as: 'updatesite-maven-plugin'. Maven currently expects it to be 'updatesite'. [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 0 mojo descriptor. [INFO] java-annotations mojo extractor found 2 mojo descriptors. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ updatesite-maven-plugin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 5 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ updatesite-maven-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/updatesite-maven-plugin/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ updatesite-maven-plugin --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.scout.maven.plugins.updatesite.StagingTest [info] Zipping /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/updatesite-maven-plugin/target/test-classes/repository to target/stageTarget/stage.zip [info] Creating composite Repository [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.249 s - in org.eclipse.scout.maven.plugins.updatesite.StagingTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ updatesite-maven-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/updatesite-maven-plugin/target/updatesite-maven-plugin-10.0.0-SNAPSHOT.jar [INFO] [INFO] --- maven-plugin-plugin:3.6.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ updatesite-maven-plugin --- [INFO] [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ updatesite-maven-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/updatesite-maven-plugin/target/updatesite-maven-plugin-10.0.0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ updatesite-maven-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/updatesite-maven-plugin/target/updatesite-maven-plugin-10.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ updatesite-maven-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/updatesite-maven-plugin/target/updatesite-maven-plugin-10.0.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ updatesite-maven-plugin --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ updatesite-maven-plugin --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/updatesite-maven-plugin/target/updatesite-maven-plugin-10.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/updatesite-maven-plugin/10.0.0-SNAPSHOT/updatesite-maven-plugin-10.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/updatesite-maven-plugin/pom.xml to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/updatesite-maven-plugin/10.0.0-SNAPSHOT/updatesite-maven-plugin-10.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/updatesite-maven-plugin/target/updatesite-maven-plugin-10.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/updatesite-maven-plugin/10.0.0-SNAPSHOT/updatesite-maven-plugin-10.0.0-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/updatesite-maven-plugin/target/updatesite-maven-plugin-10.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/updatesite-maven-plugin/10.0.0-SNAPSHOT/updatesite-maven-plugin-10.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/updatesite-maven-plugin/target/updatesite-maven-plugin-10.0.0-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/updatesite-maven-plugin/10.0.0-SNAPSHOT/updatesite-maven-plugin-10.0.0-SNAPSHOT-test-sources.jar [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 13.717 s [INFO] Finished at: 2023-01-05T23:43:10Z [INFO] ------------------------------------------------------------------------ [scout-integration-10.0-SDK-nightly] $ /bin/sh -xe /tmp/jenkins557003113206753361.sh + gpg --batch --import **** gpg: directory '/home/jenkins/.gnupg' created gpg: keybox '/home/jenkins/.gnupg/pubring.kbx' created gpg: /home/jenkins/.gnupg/trustdb.gpg: trustdb created gpg: key 740957CDD3999812: public key "Eclipse Scout Project " imported gpg: To migrate 'secring.gpg', with each smartcard, run: gpg --card-status gpg: key 740957CDD3999812: secret key imported gpg: Total number processed: 1 gpg: imported: 1 gpg: secret keys read: 1 gpg: secret keys imported: 1 ++ gpg --list-keys --with-colons ++ awk -F: '/fpr:/ {print $10}' ++ sort -u + for fpr in $(gpg --list-keys --with-colons | awk -F: '/fpr:/ {print $10}' | sort -u) + echo -e '5\ny\n' + gpg --batch --command-fd 0 --expert --edit-key AF05E006636A74421CDAF0D2740957CDD3999812 trust Secret subkeys are available. pub rsa4096/740957CDD3999812 created: 2015-11-17 expires: 2025-11-23 usage: SC trust: unknown validity: unknown ssb rsa4096/B66816AB844B3FEB created: 2015-11-17 expires: 2025-11-23 usage: S [ unknown] (1). Eclipse Scout Project pub rsa4096/740957CDD3999812 created: 2015-11-17 expires: 2025-11-23 usage: SC trust: unknown validity: unknown ssb rsa4096/B66816AB844B3FEB created: 2015-11-17 expires: 2025-11-23 usage: S [ unknown] (1). Eclipse Scout Project Please decide how far you trust this user to correctly verify other users' keys (by looking at passports, checking fingerprints from different sources, etc.) 1 = I don't know or won't say 2 = I do NOT trust 3 = I trust marginally 4 = I trust fully 5 = I trust ultimately m = back to the main menu pub rsa4096/740957CDD3999812 created: 2015-11-17 expires: 2025-11-23 usage: SC trust: ultimate validity: unknown ssb rsa4096/B66816AB844B3FEB created: 2015-11-17 expires: 2025-11-23 usage: S [ unknown] (1). Eclipse Scout Project Please note that the shown key validity is not necessarily correct unless you restart the program. + for fpr in $(gpg --list-keys --with-colons | awk -F: '/fpr:/ {print $10}' | sort -u) + echo -e '5\ny\n' + gpg --batch --command-fd 0 --expert --edit-key DEFBACE575C0B5BFCF6DA589B66816AB844B3FEB trust Secret subkeys are available. gpg: checking the trustdb gpg: marginals needed: 3 completes needed: 1 trust model: pgp gpg: depth: 0 valid: 1 signed: 0 trust: 0-, 0q, 0n, 0m, 0f, 1u gpg: next trustdb check due at 2025-11-23 pub rsa4096/740957CDD3999812 created: 2015-11-17 expires: 2025-11-23 usage: SC trust: ultimate validity: ultimate ssb rsa4096/B66816AB844B3FEB created: 2015-11-17 expires: 2025-11-23 usage: S [ultimate] (1). Eclipse Scout Project pub rsa4096/740957CDD3999812 created: 2015-11-17 expires: 2025-11-23 usage: SC trust: ultimate validity: ultimate ssb rsa4096/B66816AB844B3FEB created: 2015-11-17 expires: 2025-11-23 usage: S [ultimate] (1). Eclipse Scout Project Please decide how far you trust this user to correctly verify other users' keys (by looking at passports, checking fingerprints from different sources, etc.) 1 = I don't know or won't say 2 = I do NOT trust 3 = I trust marginally 4 = I trust fully 5 = I trust ultimately m = back to the main menu pub rsa4096/740957CDD3999812 created: 2015-11-17 expires: 2025-11-23 usage: SC trust: ultimate validity: ultimate ssb rsa4096/B66816AB844B3FEB created: 2015-11-17 expires: 2025-11-23 usage: S [ultimate] (1). Eclipse Scout Project [scout-integration-10.0-SDK-nightly] $ /opt/tools/apache-maven/latest/bin/mvn -f org.eclipse.scout.sdk.p2/pom.xml -Dremote_branch=origin/releases/10.0 -Dis_tag=false -Dtag_or_branch=origin/releases/10.0 -Dupdatesite.staging.area=/home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/updatesitestagingarea -Dmaven.repo.local=/home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository -Dgpg.skip=true clean install -Peclipse-sign -Peclipse-stage -Dmaster_sanityCheck_skip=true -DexcludedGroups=IntegrationTest -Dmaster_plugin_jarsigner_version=1.3.2 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:10.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk-feature/pom.xml [INFO] Fetching p2.index from https://download.eclipse.org/releases/2020-03/ (122B) [INFO] Fetching p2.index from https://download.eclipse.org/releases/2020-03/ (122B) [INFO] Adding repository https://download.eclipse.org/releases/2020-03 [INFO] Fetching compositeContent.jar from https://download.eclipse.org/releases/2020-03/ (482B) [INFO] Fetching compositeContent.jar from https://download.eclipse.org/releases/2020-03/ (482B) [INFO] Fetching p2.index from https://download.eclipse.org/technology/epp/packages/2020-03/ (142B) [INFO] Fetching p2.index from https://download.eclipse.org/technology/epp/packages/2020-03/ (142B) [INFO] Fetching content.jar from https://download.eclipse.org/technology/epp/packages/2020-03/ (75.25kB) [INFO] Fetching content.jar from https://download.eclipse.org/technology/epp/packages/2020-03/ (75.25kB) [INFO] Fetching p2.index from https://download.eclipse.org/releases/2020-03/202003181000/ (142B) [INFO] Fetching p2.index from https://download.eclipse.org/releases/2020-03/202003181000/ (142B) [INFO] Fetching content.xml.xz from https://download.eclipse.org/releases/2020-03/202003181000/ (826.34kB) [INFO] Fetching content.xml.xz from https://download.eclipse.org/releases/2020-03/202003181000/ (826.34kB) Jan 05, 2023 11:43:21 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 Jan 05, 2023 11:43:21 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/R20200831200620/repository/ (134B) [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20200831200620/repository/ (134B) [INFO] Adding repository https://download.eclipse.org/tools/orbit/downloads/drops/R20200831200620/repository [INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/drops/R20200831200620/repository/ [INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/drops/R20200831200620/repository/ [INFO] Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/ (107.42kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/ (107.42kB) [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/ (172B) [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/ (172B) [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/ (89.46kB) [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/ (89.46kB) [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/ (134B) [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 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.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 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 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] 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:10.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk-feature/pom.xml [INFO] Fetching 202003181000&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2020-03/ (63B) [INFO] Fetching 202003181000&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2020-03/ (63B) [INFO] Fetching com.google.guava_27.1.0.v20190517-1946.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/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-03/202003181000/plugins/ (743.15kB) [INFO] Unpacking com.google.guava_27.1.0.v20190517-1946... [INFO] Fetching com.ibm.icu_64.2.0.v20190507-1337.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (9.5MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.ibm.icu_64.2.0.v20190507-1337.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (9.5MB) [INFO] Unpacking com.ibm.icu_64.2.0.v20190507-1337... [INFO] Fetching com.jcraft.jsch_0.1.55.v20190404-1902.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/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-03/202003181000/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-03/202003181000/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-03/202003181000/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-03/202003181000/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-03/202003181000/plugins/ (33.35kB) [INFO] Unpacking javax.el_2.2.0.v201303151357... [INFO] Fetching javax.servlet_3.1.0.v201410161800.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (60.2kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching javax.servlet_3.1.0.v201410161800.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (60.2kB) [INFO] Unpacking javax.servlet_3.1.0.v201410161800... [INFO] Fetching javax.annotation_1.2.0.v201602091430.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (21.32kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching javax.annotation_1.2.0.v201602091430.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (21.32kB) [INFO] Unpacking javax.annotation_1.2.0.v201602091430... [INFO] Fetching org.eclipse.osgi_3.15.200.v20200214-1600.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (460.88kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.osgi_3.15.200.v20200214-1600.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (460.88kB) [INFO] Unpacking org.eclipse.osgi_3.15.200.v20200214-1600... [INFO] Fetching javax.servlet.jsp_2.2.0.v201112011158.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (55.73kB) [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-03/202003181000/plugins/ (55.73kB) [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-03/202003181000/plugins/ (249kB) [INFO] Fetching javax.xml_1.3.4.v201005080400.jar from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (249kB) [INFO] Fetching org.apache.ant_1.10.7.v20190926-0324.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (2.83MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.ant_1.10.7.v20190926-0324.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (2.83MB) [INFO] Unpacking org.apache.ant_1.10.7.v20190926-0324... [INFO] Fetching org.apache.batik.constants_1.11.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (13.03kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.batik.constants_1.11.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (13.03kB) [INFO] Unpacking org.apache.batik.constants_1.11.0.v20190515-0436... [INFO] Fetching org.apache.batik.css_1.11.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (101.68kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.batik.css_1.11.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (101.68kB) [INFO] Unpacking org.apache.batik.css_1.11.0.v20190515-0436... [INFO] Fetching org.apache.batik.util_1.11.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (63.49kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.batik.util_1.11.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (63.49kB) [INFO] Unpacking org.apache.batik.util_1.11.0.v20190515-0436... [INFO] Fetching org.apache.batik.i18n_1.11.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (14.52kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.batik.i18n_1.11.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (14.52kB) [INFO] Unpacking org.apache.batik.i18n_1.11.0.v20190515-0436... [INFO] Fetching org.apache.xmlgraphics_2.3.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (258.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.xmlgraphics_2.3.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (258.72kB) [INFO] Unpacking org.apache.xmlgraphics_2.3.0.v20190515-0436... [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (95.26kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (95.26kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (15.35kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (15.35kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (35.59kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (35.59kB) [INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/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-03/202003181000/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-03/202003181000/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-03/202003181000/plugins/ (33.71kB) [INFO] Unpacking org.apache.commons.logging_1.2.0.v20180409-1502... [INFO] Fetching org.apache.felix.gogo.command_1.0.2.v20170914-1324.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (31.52kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.felix.gogo.command_1.0.2.v20170914-1324.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (31.52kB) [INFO] Unpacking org.apache.felix.gogo.command_1.0.2.v20170914-1324... [INFO] Fetching org.apache.felix.gogo.runtime_1.1.0.v20180713-1646.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (75.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.felix.gogo.runtime_1.1.0.v20180713-1646.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (75.47kB) [INFO] Unpacking org.apache.felix.gogo.runtime_1.1.0.v20180713-1646... [INFO] Fetching org.eclipse.osgi.services_3.8.0.v20190206-2147.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (44.03kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.osgi.services_3.8.0.v20190206-2147.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (44.03kB) [INFO] Unpacking org.eclipse.osgi.services_3.8.0.v20190206-2147... [INFO] Fetching org.apache.felix.gogo.shell_1.1.0.v20180713-1646.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (34.83kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.felix.gogo.shell_1.1.0.v20180713-1646.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (34.83kB) [INFO] Unpacking org.apache.felix.gogo.shell_1.1.0.v20180713-1646... [INFO] Fetching org.apache.felix.scr_2.1.16.v20200110-1820.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (155.55kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.felix.scr_2.1.16.v20200110-1820.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (155.55kB) [INFO] Unpacking org.apache.felix.scr_2.1.16.v20200110-1820... [INFO] Fetching org.eclipse.osgi.util_3.5.300.v20190708-1141.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/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-03/202003181000/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-03/202003181000/plugins/ (2.36MB) [INFO] Fetching org.apache.jasper.glassfish_2.2.2.v201501141630.jar from https://download.eclipse.org/releases/2020-03/202003181000/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-03/202003181000/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-03/202003181000/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-03/202003181000/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-03/202003181000/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-03/202003181000/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-03/202003181000/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-03/202003181000/plugins/ (1.29MB) [INFO] Fetching org.apache.xerces_2.9.0.v201101211617.jar from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (1.29MB) [INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/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-03/202003181000/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-03/202003181000/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-03/202003181000/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-03/202003181000/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-03/202003181000/plugins/ (12.57kB) [INFO] Unpacking org.apiguardian_1.1.0.v20190826-0900... [INFO] Fetching org.eclipse.ant.core_3.5.700.v20191221-1203.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (72.39kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ant.core_3.5.700.v20191221-1203.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (72.39kB) [INFO] Unpacking org.eclipse.ant.core_3.5.700.v20191221-1203... [INFO] Fetching org.eclipse.core.variables_3.4.800.v20200120-1101.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/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-03/202003181000/plugins/ (18.03kB) [INFO] Unpacking org.eclipse.core.variables_3.4.800.v20200120-1101... [INFO] Fetching org.eclipse.core.runtime_3.17.100.v20200203-0917.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (33.69kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.runtime_3.17.100.v20200203-0917.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (33.69kB) [INFO] Unpacking org.eclipse.core.runtime_3.17.100.v20200203-0917... [INFO] Fetching org.eclipse.ant.launching_1.2.800.v20191221-1203.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (101.67kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ant.launching_1.2.800.v20191221-1203.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (101.67kB) [INFO] Unpacking org.eclipse.ant.launching_1.2.800.v20191221-1203... [INFO] Fetching org.eclipse.debug.core_3.15.0.v20200224-0654.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (126.21kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.debug.core_3.15.0.v20200224-0654.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (126.21kB) [INFO] Unpacking org.eclipse.debug.core_3.15.0.v20200224-0654... [INFO] Fetching org.eclipse.jdt.launching_3.17.0.v20200215-0651.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (274.22kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.launching_3.17.0.v20200215-0651.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (274.22kB) [INFO] Unpacking org.eclipse.jdt.launching_3.17.0.v20200215-0651... [INFO] Fetching org.eclipse.core.externaltools_1.1.600.v20200216-2241.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (20.79kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.externaltools_1.1.600.v20200216-2241.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (20.79kB) [INFO] Unpacking org.eclipse.core.externaltools_1.1.600.v20200216-2241... [INFO] Fetching org.eclipse.text_3.10.100.v20200217-1239.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (100.66kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.text_3.10.100.v20200217-1239.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (100.66kB) [INFO] Unpacking org.eclipse.text_3.10.100.v20200217-1239... [INFO] Fetching org.eclipse.jdt.core_3.21.0.v20200304-1404.jar from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (6.72MB) [INFO] Fetching org.eclipse.jdt.core_3.21.0.v20200304-1404.jar from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (6.72MB) [INFO] Fetching org.eclipse.core.resources_3.13.700.v20200209-1624.jar from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (873.17kB) [INFO] Fetching org.eclipse.core.resources_3.13.700.v20200209-1624.jar from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (873.17kB) [INFO] Fetching org.eclipse.ant.ui_3.7.700.v20200304-2203.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (487.69kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ant.ui_3.7.700.v20200304-2203.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (487.69kB) [INFO] Unpacking org.eclipse.ant.ui_3.7.700.v20200304-2203... [INFO] Fetching org.eclipse.core.filesystem_1.7.700.v20200110-1734.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/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-03/202003181000/plugins/ (27.79kB) [INFO] Unpacking org.eclipse.core.filesystem_1.7.700.v20200110-1734... [INFO] Fetching org.eclipse.ui.externaltools_3.4.600.v20200113-1854.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (65.94kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.externaltools_3.4.600.v20200113-1854.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (65.94kB) [INFO] Unpacking org.eclipse.ui.externaltools_3.4.600.v20200113-1854... [INFO] Fetching org.eclipse.ui_3.116.0.v20200203-1308.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (363.87kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui_3.116.0.v20200203-1308.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (363.87kB) [INFO] Unpacking org.eclipse.ui_3.116.0.v20200203-1308... [INFO] Fetching org.eclipse.ui.console_3.9.100.v20200215-1209.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (85.4kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.console_3.9.100.v20200215-1209.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (85.4kB) [INFO] Unpacking org.eclipse.ui.console_3.9.100.v20200215-1209... [INFO] Fetching org.eclipse.debug.ui_3.14.400.v20200222-1431.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (1.01MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.debug.ui_3.14.400.v20200222-1431.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (1.01MB) [INFO] Unpacking org.eclipse.debug.ui_3.14.400.v20200222-1431... [INFO] Fetching org.eclipse.jdt.ui_3.21.0.v20200226-1531.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (3.91MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.ui_3.21.0.v20200226-1531.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (3.91MB) [INFO] Unpacking org.eclipse.jdt.ui_3.21.0.v20200226-1531... Jan 05, 2023 11:43:42 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 Jan 05, 2023 11:43:42 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.10.600.v20200220-2022.jar from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (1.66MB) [INFO] Fetching org.eclipse.jdt.debug.ui_3.10.600.v20200220-2022.jar from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (1.66MB) [INFO] Fetching org.eclipse.team.core_3.8.900.v20200211-0946.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (126.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.team.core_3.8.900.v20200211-0946.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (126.56kB) [INFO] Unpacking org.eclipse.team.core_3.8.900.v20200211-0946... [INFO] Fetching org.eclipse.ltk.core.refactoring_3.10.400.v20200215-1156.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (107.96kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ltk.core.refactoring_3.10.400.v20200215-1156.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (107.96kB) [INFO] Unpacking org.eclipse.ltk.core.refactoring_3.10.400.v20200215-1156... [INFO] Fetching org.eclipse.core.expressions_3.6.700.v20200212-1751.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (33.98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.expressions_3.6.700.v20200212-1751.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (33.98kB) [INFO] Unpacking org.eclipse.core.expressions_3.6.700.v20200212-1751... [INFO] Fetching org.eclipse.jdt.junit_3.11.700.v20200214-0716.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (235.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.junit_3.11.700.v20200214-0716.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (235.99kB) [INFO] Unpacking org.eclipse.jdt.junit_3.11.700.v20200214-0716... [INFO] Fetching org.eclipse.compare_3.7.900.v20200129-0902.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (306.39kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.compare_3.7.900.v20200129-0902.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (306.39kB) [INFO] Unpacking org.eclipse.compare_3.7.900.v20200129-0902... [INFO] Fetching org.eclipse.jface.text_3.16.200.v20200218-0828.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (317.81kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jface.text_3.16.200.v20200218-0828.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (317.81kB) [INFO] Unpacking org.eclipse.jface.text_3.16.200.v20200218-0828... [INFO] Fetching org.eclipse.ui.ide_3.17.0.v20200217-1511.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (961.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.ide_3.17.0.v20200217-1511.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (961.05kB) [INFO] Unpacking org.eclipse.ui.ide_3.17.0.v20200217-1511... [INFO] Fetching org.eclipse.ui.views_3.10.200.v20200213-1442.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (48.15kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.views_3.10.200.v20200213-1442.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (48.15kB) [INFO] Unpacking org.eclipse.ui.views_3.10.200.v20200213-1442... [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.14.100.v20200212-1049.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (233.92kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.14.100.v20200212-1049.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (233.92kB) [INFO] Unpacking org.eclipse.ui.workbench.texteditor_3.14.100.v20200212-1049... [INFO] Fetching org.eclipse.ui.editors_3.13.100.v20200130-1507.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (200.77kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.editors_3.13.100.v20200130-1507.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (200.77kB) [INFO] Unpacking org.eclipse.ui.editors_3.13.100.v20200130-1507... [INFO] Fetching org.eclipse.ui.forms_3.9.0.v20200213-1442.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (124.26kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.forms_3.9.0.v20200213-1442.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (124.26kB) [INFO] Unpacking org.eclipse.ui.forms_3.9.0.v20200213-1442... [INFO] Fetching org.eclipse.compare.core_3.6.800.v20191213-2246.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (33.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.compare.core_3.6.800.v20191213-2246.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (33.04kB) [INFO] Unpacking org.eclipse.compare.core_3.6.800.v20191213-2246... [INFO] Fetching org.eclipse.core.commands_3.9.700.v20191217-1850.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (43.01kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.commands_3.9.700.v20191217-1850.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (43.01kB) [INFO] Unpacking org.eclipse.core.commands_3.9.700.v20191217-1850... [INFO] Fetching org.eclipse.equinox.common_3.11.0.v20200206-0817.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (52.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.common_3.11.0.v20200206-0817.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (52.7kB) [INFO] Unpacking org.eclipse.equinox.common_3.11.0.v20200206-0817... [INFO] Fetching org.eclipse.core.contenttype_3.7.600.v20200124-1609.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (41.5kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.contenttype_3.7.600.v20200124-1609.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (41.5kB) [INFO] Unpacking org.eclipse.core.contenttype_3.7.600.v20200124-1609... [INFO] Fetching org.eclipse.equinox.preferences_3.7.700.v20191213-1901.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (54.37kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.preferences_3.7.700.v20191213-1901.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (54.37kB) [INFO] Unpacking org.eclipse.equinox.preferences_3.7.700.v20191213-1901... [INFO] Fetching org.eclipse.equinox.registry_3.8.700.v20200121-1457.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (76.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.registry_3.8.700.v20200121-1457.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (76.99kB) [INFO] Unpacking org.eclipse.equinox.registry_3.8.700.v20200121-1457... [INFO] Fetching org.eclipse.core.databinding_1.8.0.v20200205-2008.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (55.68kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.databinding_1.8.0.v20200205-2008.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (55.68kB) [INFO] Unpacking org.eclipse.core.databinding_1.8.0.v20200205-2008... [INFO] Fetching org.eclipse.core.databinding.observable_1.9.0.v20200205-2119.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (82.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.databinding.observable_1.9.0.v20200205-2119.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (82.47kB) [INFO] Unpacking org.eclipse.core.databinding.observable_1.9.0.v20200205-2119... [INFO] Fetching org.eclipse.core.databinding.property_1.8.0.v20200124-0715.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (44.98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.databinding.property_1.8.0.v20200124-0715.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (44.98kB) [INFO] Unpacking org.eclipse.core.databinding.property_1.8.0.v20200124-0715... [INFO] Fetching org.eclipse.core.databinding.beans_1.6.100.v20191217-1850.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (26.2kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.databinding.beans_1.6.100.v20191217-1850.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (26.2kB) [INFO] Unpacking org.eclipse.core.databinding.beans_1.6.100.v20191217-1850... [INFO] Fetching org.eclipse.core.filebuffers_3.6.900.v20200117-0616.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (41.39kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.filebuffers_3.6.900.v20200117-0616.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (41.39kB) [INFO] Unpacking org.eclipse.core.filebuffers_3.6.900.v20200117-0616... [INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.300.v20180828-0158.jar from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (11.32kB) [INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.300.v20180828-0158.jar from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (11.32kB) [INFO] Fetching org.eclipse.core.jobs_3.10.700.v20200106-1020.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (46.09kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.jobs_3.10.700.v20200106-1020.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (46.09kB) [INFO] Unpacking org.eclipse.core.jobs_3.10.700.v20200106-1020... [INFO] Fetching org.eclipse.core.net_1.3.800.v20200218-0937.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (33.79kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.net_1.3.800.v20200218-0937.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (33.79kB) [INFO] Unpacking org.eclipse.core.net_1.3.800.v20200218-0937... [INFO] Fetching org.eclipse.equinox.security_1.3.500.v20200114-1637.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/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-03/202003181000/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-03/202003181000/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-03/202003181000/plugins/ (93.41kB) [INFO] Unpacking org.eclipse.core.net.linux.x86_64_1.2.400.v20190924-1023... [INFO] Fetching org.eclipse.equinox.app_1.4.400.v20191212-0743.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (42.13kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.app_1.4.400.v20191212-0743.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (42.13kB) [INFO] Unpacking org.eclipse.equinox.app_1.4.400.v20191212-0743... [INFO] Fetching org.eclipse.help_3.8.700.v20191212-1123.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (125.61kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.help_3.8.700.v20191212-1123.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (125.61kB) [INFO] Unpacking org.eclipse.help_3.8.700.v20191212-1123... [INFO] Fetching org.eclipse.ui.workbench_3.118.0.v20200222-0719.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (1,004.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.workbench_3.118.0.v20200222-0719.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (1,004.16kB) [INFO] Unpacking org.eclipse.ui.workbench_3.118.0.v20200222-0719... [INFO] Fetching org.eclipse.e4.core.commands_0.12.900.v20200110-1732.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (13.76kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.commands_0.12.900.v20200110-1732.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (13.76kB) [INFO] Unpacking org.eclipse.e4.core.commands_0.12.900.v20200110-1732... [INFO] Fetching org.eclipse.e4.core.di_1.7.500.v20190916-2125.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (25.92kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.di_1.7.500.v20190916-2125.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (25.92kB) [INFO] Unpacking org.eclipse.e4.core.di_1.7.500.v20190916-2125... [INFO] Fetching javax.inject_1.0.0.v20091030.jar from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (14.07kB) [INFO] Fetching javax.inject_1.0.0.v20091030.jar from https://download.eclipse.org/releases/2020-03/202003181000/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-03/202003181000/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-03/202003181000/plugins/ (22.66kB) [INFO] Unpacking org.eclipse.e4.core.contexts_1.8.400.v20191217-1710... [INFO] Fetching org.eclipse.e4.core.services_2.2.200.v20200127-0814.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (28.2kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.services_2.2.200.v20200127-0814.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (28.2kB) [INFO] Unpacking org.eclipse.e4.core.services_2.2.200.v20200127-0814... [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/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-03/202003181000/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.15.500.v20200106-1259.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (7.75kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.500.v20200106-1259.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (7.75kB) [INFO] Unpacking org.eclipse.e4.core.di.extensions_0.15.500.v20200106-1259... [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.500.v20200106-1259.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (16.67kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.500.v20200106-1259.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (16.67kB) [INFO] Unpacking org.eclipse.e4.core.di.extensions.supplier_0.15.500.v20200106-1259... [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.600.v20191216-0805.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (21.82kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.600.v20191216-0805.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (21.82kB) [INFO] Unpacking org.eclipse.e4.emf.xpath_0.2.600.v20191216-0805... [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/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-03/202003181000/plugins/ (107.16kB) [INFO] Unpacking org.apache.commons.jxpath_1.3.0.v200911051830... [INFO] Fetching org.eclipse.emf.ecore_2.21.0.v20200127-1342.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (485.73kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecore_2.21.0.v20200127-1342.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (485.73kB) [INFO] Unpacking org.eclipse.emf.ecore_2.21.0.v20200127-1342... [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.900.v20200213-1442.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (61.43kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.900.v20200213-1442.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (61.43kB) [INFO] Unpacking org.eclipse.e4.ui.workbench.swt_0.14.900.v20200213-1442... [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.800.v20191216-0805.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (22.97kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.800.v20191216-0805.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (22.97kB) [INFO] Unpacking org.eclipse.e4.ui.bindings_0.12.800.v20191216-0805... [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.700.v20200113-1422.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (111.14kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.700.v20200113-1422.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (111.14kB) [INFO] Unpacking org.eclipse.e4.ui.model.workbench_2.1.700.v20200113-1422... [INFO] Fetching org.eclipse.e4.ui.services_1.3.700.v20190930-1643.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (13.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.services_1.3.700.v20190930-1643.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (13.16kB) [INFO] Unpacking org.eclipse.e4.ui.services_1.3.700.v20190930-1643... [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.1100.v20200217-1217.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (94.67kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.1100.v20200217-1217.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (94.67kB) [INFO] Unpacking org.eclipse.e4.ui.workbench.renderers.swt_0.14.1100.v20200217-1217... [INFO] Fetching org.eclipse.e4.ui.workbench_1.11.200.v20200205-1503.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (85.45kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench_1.11.200.v20200205-1503.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (85.45kB) [INFO] Unpacking org.eclipse.e4.ui.workbench_1.11.200.v20200205-1503... [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.1000.v20200129-0903.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (65.52kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.1000.v20200129-0903.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (65.52kB) [INFO] Unpacking org.eclipse.e4.ui.css.core_0.12.1000.v20200129-0903... [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.900.v20200203-0840.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (79.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.900.v20200203-0840.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (79.02kB) [INFO] Unpacking org.eclipse.e4.ui.css.swt_0.13.900.v20200203-0840... [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/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-03/202003181000/plugins/ (16.71kB) [INFO] Unpacking org.w3c.dom.smil_1.0.1.v200903091627... [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.600.v20200124-0005.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (16.45kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.600.v20200124-0005.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (16.45kB) [INFO] Unpacking org.eclipse.e4.ui.css.swt.theme_0.12.600.v20200124-0005... [INFO] Fetching org.eclipse.e4.ui.di_1.2.800.v20200128-0855.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (9.76kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.di_1.2.800.v20200128-0855.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (9.76kB) [INFO] Unpacking org.eclipse.e4.ui.di_1.2.800.v20200128-0855... [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.700.v20191222-1048.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (9.45kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.700.v20191222-1048.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (9.45kB) [INFO] Unpacking org.eclipse.e4.ui.widgets_1.2.700.v20191222-1048... [INFO] Fetching org.eclipse.equinox.event_1.5.300.v20191001-1333.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (16.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.event_1.5.300.v20191001-1333.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (16.7kB) [INFO] Unpacking org.eclipse.equinox.event_1.5.300.v20191001-1333... [INFO] Fetching org.eclipse.equinox.launcher_1.5.700.v20200207-2156.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (29.85kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.launcher_1.5.700.v20200207-2156.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (29.85kB) [INFO] Unpacking org.eclipse.equinox.launcher_1.5.700.v20200207-2156... [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.500.v20200211-1505.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (23.81kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.500.v20200211-1505.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (23.81kB) [INFO] Unpacking org.eclipse.equinox.simpleconfigurator_1.3.500.v20200211-1505... [INFO] Fetching org.eclipse.osgi.compatibility.state_1.1.700.v20200207-2156.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (103.36kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.osgi.compatibility.state_1.1.700.v20200207-2156.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (103.36kB) [INFO] Unpacking org.eclipse.osgi.compatibility.state_1.1.700.v20200207-2156... [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.1100.v20190907-0426.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (69.13kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.1100.v20190907-0426.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (69.13kB) [INFO] Unpacking org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.1100.v20190907-0426... [INFO] Fetching org.eclipse.swt_3.114.0.v20200304-0601.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (16.01kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt_3.114.0.v20200304-0601.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (16.01kB) [INFO] Unpacking org.eclipse.swt_3.114.0.v20200304-0601... [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.114.0.v20200304-0601.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (957.9kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.114.0.v20200304-0601.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (957.9kB) [INFO] Unpacking org.eclipse.swt.gtk.linux.x86_64_3.114.0.v20200304-0601... [INFO] Fetching org.eclipse.jface_3.19.0.v20200218-1607.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (361.89kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jface_3.19.0.v20200218-1607.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (361.89kB) [INFO] Unpacking org.eclipse.jface_3.19.0.v20200218-1607... [INFO] Fetching org.eclipse.jface.databinding_1.11.0.v20200205-2119.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (78.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jface.databinding_1.11.0.v20200205-2119.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (78.02kB) [INFO] Unpacking org.eclipse.jface.databinding_1.11.0.v20200205-2119... [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.400.v20191216-0805.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (13.07kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.400.v20191216-0805.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (13.07kB) [INFO] Unpacking org.eclipse.e4.ui.workbench3_0.15.400.v20191216-0805... [INFO] Fetching org.eclipse.equinox.console_1.4.0.v20190819-1430.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (51.54kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.console_1.4.0.v20190819-1430.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (51.54kB) [INFO] Unpacking org.eclipse.equinox.console_1.4.0.v20190819-1430... [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.800.v20191212-1231.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (50.07kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.800.v20191212-1231.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (50.07kB) [INFO] Unpacking org.eclipse.e4.ui.workbench.addons.swt_1.3.800.v20191212-1231... [INFO] Fetching org.eclipse.equinox.bidi_1.2.300.v20191213-1901.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (23.95kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.bidi_1.2.300.v20191213-1901.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (23.95kB) [INFO] Unpacking org.eclipse.equinox.bidi_1.2.300.v20191213-1901... [INFO] Fetching org.eclipse.e4.ui.dialogs_1.1.700.v20200201-1719.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (24.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.dialogs_1.1.700.v20200201-1719.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (24.04kB) [INFO] Unpacking org.eclipse.e4.ui.dialogs_1.1.700.v20200201-1719... [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.0.600.v20190627-0755.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (8kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.0.600.v20190627-0755.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (8kB) [INFO] Unpacking org.eclipse.e4.ui.swt.gtk_1.0.600.v20190627-0755... [INFO] Fetching org.eclipse.e4.rcp_4.15.0.v20200304-0601.jar from https://download.eclipse.org/releases/2020-03/202003181000/features/ (20.83kB) [INFO] Fetching org.eclipse.e4.rcp_4.15.0.v20200304-0601.jar from https://download.eclipse.org/releases/2020-03/202003181000/features/ (20.83kB) [INFO] Fetching org.eclipse.e4.ui.ide_3.15.0.v20200113-2039.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (8.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.ide_3.15.0.v20200113-2039.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (8.02kB) [INFO] Unpacking org.eclipse.e4.ui.ide_3.15.0.v20200113-2039... [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (51.02kB) [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-03/202003181000/plugins/ (51.02kB) [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-03/202003181000/plugins/ (84.07kB) [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-03/202003181000/plugins/ (84.07kB) [INFO] Unpacking org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725... [INFO] Fetching org.eclipse.ecf_3.9.5.v20200217-1548.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (48.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ecf_3.9.5.v20200217-1548.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (48.04kB) [INFO] Unpacking org.eclipse.ecf_3.9.5.v20200217-1548... [INFO] Fetching org.eclipse.ecf.identity_3.9.300.v20191020-1846.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (27.11kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ecf.identity_3.9.300.v20191020-1846.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (27.11kB) [INFO] Unpacking org.eclipse.ecf.identity_3.9.300.v20191020-1846... [INFO] Fetching org.eclipse.equinox.concurrent_1.1.500.v20200106-1437.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/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-03/202003181000/plugins/ (12.22kB) [INFO] Unpacking org.eclipse.equinox.concurrent_1.1.500.v20200106-1437... [INFO] Fetching org.eclipse.ecf.filetransfer_5.1.0.v20200217-0016.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (20.34kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ecf.filetransfer_5.1.0.v20200217-0016.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (20.34kB) [INFO] Unpacking org.eclipse.ecf.filetransfer_5.1.0.v20200217-0016... [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.500.v20191017-1905.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (45.01kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.500.v20191017-1905.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (45.01kB) [INFO] Unpacking org.eclipse.ecf.provider.filetransfer_3.2.500.v20191017-1905... [INFO] Fetching org.eclipse.emf.common_2.18.0.v20191225-1014.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (115.01kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.common_2.18.0.v20191225-1014.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (115.01kB) [INFO] Unpacking org.eclipse.emf.common_2.18.0.v20191225-1014... [INFO] Fetching org.eclipse.emf.common_2.18.0.v20191225-1014.jar from https://download.eclipse.org/releases/2020-03/202003181000/features/ (19.06kB) [INFO] Fetching org.eclipse.emf.common_2.18.0.v20191225-1014.jar from https://download.eclipse.org/releases/2020-03/202003181000/features/ (19.06kB) [INFO] Fetching org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (61.25kB) [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-03/202003181000/plugins/ (61.25kB) [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-03/202003181000/plugins/ (96.99kB) [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-03/202003181000/plugins/ (96.99kB) [INFO] Unpacking org.eclipse.emf.edit_2.16.0.v20190920-0401... [INFO] Fetching org.eclipse.emf.ecore_2.21.0.v20200127-1342.jar from https://download.eclipse.org/releases/2020-03/202003181000/features/ (19.12kB) [INFO] Fetching org.eclipse.emf.ecore_2.21.0.v20200127-1342.jar from https://download.eclipse.org/releases/2020-03/202003181000/features/ (19.12kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/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-03/202003181000/plugins/ (19.47kB) [INFO] Unpacking org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702... [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.300.v20200211-1503.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (34.39kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.300.v20200211-1503.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (34.39kB) [INFO] Unpacking org.eclipse.equinox.frameworkadmin.equinox_1.1.300.v20200211-1503... [INFO] Fetching org.eclipse.equinox.http.jetty_3.7.400.v20200123-1333.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (16.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.http.jetty_3.7.400.v20200123-1333.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (16.59kB) [INFO] Unpacking org.eclipse.equinox.http.jetty_3.7.400.v20200123-1333... [INFO] Fetching org.eclipse.equinox.http.servlet_1.6.400.v20191213-1757.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (76.5kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.http.servlet_1.6.400.v20191213-1757.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (76.5kB) [INFO] Unpacking org.eclipse.equinox.http.servlet_1.6.400.v20191213-1757... [INFO] Fetching org.eclipse.jetty.http_9.4.27.v20200227.jar from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (220.64kB) [INFO] Fetching org.eclipse.jetty.http_9.4.27.v20200227.jar from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (220.64kB) [INFO] Fetching org.eclipse.jetty.server_9.4.27.v20200227.jar from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (708.45kB) [INFO] Fetching org.eclipse.jetty.server_9.4.27.v20200227.jar from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (708.45kB) [INFO] Fetching org.eclipse.jetty.servlet_9.4.27.v20200227.jar from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (139.01kB) [INFO] Fetching org.eclipse.jetty.servlet_9.4.27.v20200227.jar from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (139.01kB) [INFO] Fetching org.eclipse.jetty.util_9.4.27.v20200227.jar from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (572.85kB) [INFO] Fetching org.eclipse.jetty.util_9.4.27.v20200227.jar from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (572.85kB) [INFO] Fetching org.eclipse.equinox.http.registry_1.1.700.v20190214-1948.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (18.49kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.http.registry_1.1.700.v20190214-1948.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (18.49kB) [INFO] Unpacking org.eclipse.equinox.http.registry_1.1.700.v20190214-1948... [INFO] Fetching org.eclipse.equinox.jsp.jasper_1.1.400.v20191213-1757.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (14.67kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.jsp.jasper_1.1.400.v20191213-1757.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (14.67kB) [INFO] Unpacking org.eclipse.equinox.jsp.jasper_1.1.400.v20191213-1757... [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.1.300.v20190714-1850.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (8.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.1.300.v20190714-1850.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (8.71kB) [INFO] Unpacking org.eclipse.equinox.jsp.jasper.registry_1.1.300.v20190714-1850... [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.3.400.v20191224-0854.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (58.06kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.3.400.v20191224-0854.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (58.06kB) [INFO] Unpacking org.eclipse.equinox.p2.artifact.repository_1.3.400.v20191224-0854... [INFO] Fetching org.eclipse.equinox.p2.metadata_2.4.700.v20191213-1911.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (108.27kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.metadata_2.4.700.v20191213-1911.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (108.27kB) [INFO] Unpacking org.eclipse.equinox.p2.metadata_2.4.700.v20191213-1911... [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/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-03/202003181000/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-03/202003181000/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-03/202003181000/plugins/ (32.04kB) [INFO] Unpacking org.eclipse.equinox.p2.core_2.6.300.v20200211-1504... [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.600.v20200217-1130.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (38.9kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.600.v20200217-1130.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (38.9kB) [INFO] Unpacking org.eclipse.equinox.p2.jarprocessor_1.1.600.v20200217-1130... [INFO] Fetching org.eclipse.equinox.p2.repository_2.4.700.v20200110-2121.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (55.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.repository_2.4.700.v20200110-2121.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (55.47kB) [INFO] Unpacking org.eclipse.equinox.p2.repository_2.4.700.v20200110-2121... [INFO] Fetching org.eclipse.equinox.p2.director_2.4.600.v20200211-1504.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (48.12kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.director_2.4.600.v20200211-1504.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (48.12kB) [INFO] Unpacking org.eclipse.equinox.p2.director_2.4.600.v20200211-1504... [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.600.v20200110-2121.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (74.67kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.600.v20200110-2121.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (74.67kB) [INFO] Unpacking org.eclipse.equinox.p2.engine_2.6.600.v20200110-2121... [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.400.v20191211-1528.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/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-03/202003181000/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-03/202003181000/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-03/202003181000/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-03/202003181000/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-03/202003181000/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-03/202003181000/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-03/202003181000/plugins/ (81.19kB) [INFO] Unpacking org.sat4j.pb_2.3.5.v201404071733... [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.2.400.v20200123-2221.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (22.35kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.2.400.v20200123-2221.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (22.35kB) [INFO] Unpacking org.eclipse.equinox.p2.transport.ecf_1.2.400.v20200123-2221... [INFO] Fetching org.eclipse.equinox.p2.operations_2.5.700.v20191211-1713.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (31.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.operations_2.5.700.v20191211-1713.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (31.99kB) [INFO] Unpacking org.eclipse.equinox.p2.operations_2.5.700.v20191211-1713... [INFO] Fetching org.eclipse.equinox.security.linux.x86_64_1.1.300.v20190830-1238.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (12.67kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.security.linux.x86_64_1.1.300.v20190830-1238.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (12.67kB) [INFO] Unpacking org.eclipse.equinox.security.linux.x86_64_1.1.300.v20190830-1238... [INFO] Fetching org.eclipse.equinox.p2.discovery_1.1.200.v20190611-1008.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/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-03/202003181000/plugins/ (17.02kB) [INFO] Unpacking org.eclipse.equinox.p2.discovery_1.1.200.v20190611-1008... [INFO] Fetching org.eclipse.equinox.p2.discovery.compatibility_1.1.200.v20190611-1008.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (27.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.discovery.compatibility_1.1.200.v20190611-1008.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (27.04kB) [INFO] Unpacking org.eclipse.equinox.p2.discovery.compatibility_1.1.200.v20190611-1008... [INFO] Fetching org.eclipse.equinox.p2.ui_2.5.800.v20200213-1530.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (287.29kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.ui_2.5.800.v20200213-1530.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (287.29kB) [INFO] Unpacking org.eclipse.equinox.p2.ui_2.5.800.v20200213-1530... [INFO] Fetching org.eclipse.equinox.security.ui_1.2.600.v20191213-1901.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (71.21kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.security.ui_1.2.600.v20191213-1901.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (71.21kB) [INFO] Unpacking org.eclipse.equinox.security.ui_1.2.600.v20191213-1901... [INFO] Fetching org.eclipse.equinox.p2.ui.discovery_1.1.400.v20191213-1911.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (76.14kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.ui.discovery_1.1.400.v20191213-1911.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (76.14kB) [INFO] Unpacking org.eclipse.equinox.p2.ui.discovery_1.1.400.v20191213-1911... [INFO] Fetching org.eclipse.ui.browser_3.6.700.v20200217-0820.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (97.29kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.browser_3.6.700.v20200217-0820.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (97.29kB) [INFO] Unpacking org.eclipse.ui.browser_3.6.700.v20200217-0820... [INFO] Fetching org.eclipse.help.base_4.2.900.v20200305-0155.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (165.77kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.help.base_4.2.900.v20200305-0155.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (165.77kB) [INFO] Unpacking org.eclipse.help.base_4.2.900.v20200305-0155... [INFO] Fetching org.eclipse.help.ui_4.1.800.v20200218-0731.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (205.18kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.help.ui_4.1.800.v20200218-0731.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (205.18kB) [INFO] Unpacking org.eclipse.help.ui_4.1.800.v20200218-0731... [INFO] Fetching org.eclipse.help.webapp_3.9.800.v20200217-1539.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (285.23kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.help.webapp_3.9.800.v20200217-1539.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (285.23kB) [INFO] Unpacking org.eclipse.help.webapp_3.9.800.v20200217-1539... [INFO] Fetching org.eclipse.jetty.continuation_9.4.27.v20200227.jar from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (31.79kB) [INFO] Fetching org.eclipse.jetty.continuation_9.4.27.v20200227.jar from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (31.79kB) [INFO] Fetching org.eclipse.jetty.io_9.4.27.v20200227.jar from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (170.91kB) [INFO] Fetching org.eclipse.jetty.io_9.4.27.v20200227.jar from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (170.91kB) [INFO] Fetching org.eclipse.jetty.security_9.4.27.v20200227.jar from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (126.39kB) [INFO] Fetching org.eclipse.jetty.security_9.4.27.v20200227.jar from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (126.39kB) [INFO] Fetching org.eclipse.help_2.3.100.v20200305-0155.jar from https://download.eclipse.org/releases/2020-03/202003181000/features/ (19.52kB) [INFO] Fetching org.eclipse.help_2.3.100.v20200305-0155.jar from https://download.eclipse.org/releases/2020-03/202003181000/features/ (19.52kB) [INFO] Fetching org.eclipse.jdt_3.18.300.v20200305-0155.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (34.1kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt_3.18.300.v20200305-0155.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (34.1kB) [INFO] Unpacking org.eclipse.jdt_3.18.300.v20200305-0155... [INFO] Fetching org.eclipse.ui.intro_3.5.900.v20200217-1223.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (142.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.intro_3.5.900.v20200217-1223.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (142.42kB) [INFO] Unpacking org.eclipse.ui.intro_3.5.900.v20200217-1223... [INFO] Fetching org.eclipse.ui.cheatsheets_3.5.700.v20200216-1748.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (151.09kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.cheatsheets_3.5.700.v20200216-1748.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (151.09kB) [INFO] Unpacking org.eclipse.ui.cheatsheets_3.5.700.v20200216-1748... [INFO] Fetching org.eclipse.jdt.annotation_1.1.400.v20180921-1416.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (9.51kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.annotation_1.1.400.v20180921-1416.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (9.51kB) [INFO] Unpacking org.eclipse.jdt.annotation_1.1.400.v20180921-1416... [INFO] Fetching org.eclipse.jdt.annotation_2.2.400.v20191120-1313.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (16.69kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.annotation_2.2.400.v20191120-1313.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (16.69kB) [INFO] Unpacking org.eclipse.jdt.annotation_2.2.400.v20191120-1313... [INFO] Fetching org.eclipse.jdt.apt.core_3.6.550.v20190919-0948.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (128.01kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.apt.core_3.6.550.v20190919-0948.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (128.01kB) [INFO] Unpacking org.eclipse.jdt.apt.core_3.6.550.v20190919-0948... [INFO] Fetching org.eclipse.jdt.apt.pluggable.core_1.2.400.v20190626-1334.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (18.07kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.apt.pluggable.core_1.2.400.v20190626-1334.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (18.07kB) [INFO] Unpacking org.eclipse.jdt.apt.pluggable.core_1.2.400.v20190626-1334... [INFO] Fetching org.eclipse.jdt.compiler.tool_1.2.800.v20200302-0636.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (146.46kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.compiler.tool_1.2.800.v20200302-0636.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (146.46kB) [INFO] Unpacking org.eclipse.jdt.compiler.tool_1.2.800.v20200302-0636... [INFO] Fetching org.eclipse.jdt.compiler.apt_1.3.900.v20200303-1624.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (76.66kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.compiler.apt_1.3.900.v20200303-1624.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (76.66kB) [INFO] Unpacking org.eclipse.jdt.compiler.apt_1.3.900.v20200303-1624... [INFO] Fetching org.eclipse.jdt.apt.ui_3.6.300.v20190727-1243.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (31.6kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.apt.ui_3.6.300.v20190727-1243.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (31.6kB) [INFO] Unpacking org.eclipse.jdt.apt.ui_3.6.300.v20190727-1243... [INFO] Fetching org.eclipse.jdt.core.formatterapp_1.0.0.v20200119-0748.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/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-03/202003181000/plugins/ (9.04kB) [INFO] Unpacking org.eclipse.jdt.core.formatterapp_1.0.0.v20200119-0748... [INFO] Fetching org.eclipse.jdt.core.manipulation_1.13.100.v20200224-2108.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (488.87kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.core.manipulation_1.13.100.v20200224-2108.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (488.87kB) [INFO] Unpacking org.eclipse.jdt.core.manipulation_1.13.100.v20200224-2108... [INFO] Fetching org.eclipse.jdt.debug_3.15.0.v20200224-0604.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (969.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.debug_3.15.0.v20200224-0604.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (969.65kB) [INFO] Unpacking org.eclipse.jdt.debug_3.15.0.v20200224-0604... [INFO] Fetching org.eclipse.search_3.11.900.v20200211-1227.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (215.14kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.search_3.11.900.v20200211-1227.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (215.14kB) [INFO] Unpacking org.eclipse.search_3.11.900.v20200211-1227... [INFO] Fetching org.eclipse.jdt.doc.user_3.15.600.v20200303-1108.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (9.13MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.doc.user_3.15.600.v20200303-1108.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (9.13MB) [INFO] Unpacking org.eclipse.jdt.doc.user_3.15.600.v20200303-1108... [INFO] Fetching org.eclipse.jdt.junit.core_3.10.600.v20200214-0716.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (66.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.junit.core_3.10.600.v20200214-0716.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (66.02kB) [INFO] Unpacking org.eclipse.jdt.junit.core_3.10.600.v20200214-0716... [INFO] Fetching org.eclipse.jdt.junit.runtime_3.5.100.v20200214-0716.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (24.62kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.junit.runtime_3.5.100.v20200214-0716.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (24.62kB) [INFO] Unpacking org.eclipse.jdt.junit.runtime_3.5.100.v20200214-0716... [INFO] Fetching org.eclipse.jdt.junit4.runtime_1.1.1200.v20200214-0716.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (13.19kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.junit4.runtime_1.1.1200.v20200214-0716.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (13.19kB) [INFO] Unpacking org.eclipse.jdt.junit4.runtime_1.1.1200.v20200214-0716... [INFO] Fetching org.eclipse.jdt.junit5.runtime_1.0.800.v20200214-0716.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (12.88kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.junit5.runtime_1.0.800.v20200214-0716.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (12.88kB) [INFO] Unpacking org.eclipse.jdt.junit5.runtime_1.0.800.v20200214-0716... [INFO] Fetching org.junit_4.13.0.v20200204-1500.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/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-03/202003181000/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-03/202003181000/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-03/202003181000/plugins/ (29.18kB) [INFO] Unpacking org.hamcrest.core_1.3.0.v20180420-1519... [INFO] Fetching org.junit.jupiter.api_5.6.0.v20200203-2009.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (56.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.junit.jupiter.api_5.6.0.v20200203-2009.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (56.99kB) [INFO] Unpacking org.junit.jupiter.api_5.6.0.v20200203-2009... [INFO] Fetching org.junit.jupiter.engine_5.6.0.v20200203-2009.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (72.22kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.junit.jupiter.engine_5.6.0.v20200203-2009.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (72.22kB) [INFO] Unpacking org.junit.jupiter.engine_5.6.0.v20200203-2009... [INFO] Fetching org.junit.jupiter.migrationsupport_5.6.0.v20200203-2009.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (21.54kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.junit.jupiter.migrationsupport_5.6.0.v20200203-2009.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (21.54kB) [INFO] Unpacking org.junit.jupiter.migrationsupport_5.6.0.v20200203-2009... [INFO] Fetching org.junit.jupiter.params_5.6.0.v20200203-2009.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (184.66kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.junit.jupiter.params_5.6.0.v20200203-2009.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (184.66kB) [INFO] Unpacking org.junit.jupiter.params_5.6.0.v20200203-2009... [INFO] Fetching org.junit.platform.commons_1.6.0.v20200203-2009.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (50.23kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.junit.platform.commons_1.6.0.v20200203-2009.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (50.23kB) [INFO] Unpacking org.junit.platform.commons_1.6.0.v20200203-2009... [INFO] Fetching org.junit.platform.engine_1.6.0.v20200203-2009.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (58.76kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.junit.platform.engine_1.6.0.v20200203-2009.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (58.76kB) [INFO] Unpacking org.junit.platform.engine_1.6.0.v20200203-2009... [INFO] Fetching org.junit.platform.launcher_1.6.0.v20200203-2009.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (50.12kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.junit.platform.launcher_1.6.0.v20200203-2009.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (50.12kB) [INFO] Unpacking org.junit.platform.launcher_1.6.0.v20200203-2009... [INFO] Fetching org.junit.platform.runner_1.6.0.v20200203-2009.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (21.1kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.junit.platform.runner_1.6.0.v20200203-2009.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (21.1kB) [INFO] Unpacking org.junit.platform.runner_1.6.0.v20200203-2009... [INFO] Fetching org.junit.platform.suite.api_1.6.0.v20200203-2009.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (16.89kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.junit.platform.suite.api_1.6.0.v20200203-2009.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (16.89kB) [INFO] Unpacking org.junit.platform.suite.api_1.6.0.v20200203-2009... [INFO] Fetching org.junit.vintage.engine_5.6.0.v20200203-2009.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (33.61kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.junit.vintage.engine_5.6.0.v20200203-2009.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (33.61kB) [INFO] Unpacking org.junit.vintage.engine_5.6.0.v20200203-2009... [INFO] Fetching org.opentest4j_1.2.0.v20190826-0900.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/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-03/202003181000/plugins/ (14.79kB) [INFO] Unpacking org.opentest4j_1.2.0.v20190826-0900... [INFO] Fetching org.eclipse.jdt_3.18.300.v20200305-0155.jar from https://download.eclipse.org/releases/2020-03/202003181000/features/ (19.7kB) [INFO] Fetching org.eclipse.jdt_3.18.300.v20200305-0155.jar from https://download.eclipse.org/releases/2020-03/202003181000/features/ (19.7kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.10.200.v20200221-2020.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (182.38kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.10.200.v20200221-2020.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (182.38kB) [INFO] Unpacking org.eclipse.ltk.ui.refactoring_3.10.200.v20200221-2020... [INFO] Fetching org.eclipse.team.ui_3.8.800.v20200211-0752.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (494.08kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.team.ui_3.8.800.v20200211-0752.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (494.08kB) [INFO] Unpacking org.eclipse.team.ui_3.8.800.v20200211-0752... [INFO] Fetching org.eclipse.ui.navigator_3.9.200.v20200213-1442.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (133.31kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.navigator_3.9.200.v20200213-1442.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (133.31kB) [INFO] Unpacking org.eclipse.ui.navigator_3.9.200.v20200213-1442... [INFO] Fetching org.eclipse.ui.navigator.resources_3.7.200.v20200213-1442.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (70.9kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.navigator.resources_3.7.200.v20200213-1442.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (70.9kB) [INFO] Unpacking org.eclipse.ui.navigator.resources_3.7.200.v20200213-1442... [INFO] Fetching org.eclipse.jem.util_2.1.201.v201903222010.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (47.49kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jem.util_2.1.201.v201903222010.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (47.49kB) [INFO] Unpacking org.eclipse.jem.util_2.1.201.v201903222010... [INFO] Fetching org.eclipse.wst.common.core_1.3.0.v201903222010.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (24.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.common.core_1.3.0.v201903222010.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (24.05kB) [INFO] Unpacking org.eclipse.wst.common.core_1.3.0.v201903222010... [INFO] Fetching org.eclipse.jsch.core_1.3.800.v20200106-0907.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (20.77kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jsch.core_1.3.800.v20200106-0907.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (20.77kB) [INFO] Unpacking org.eclipse.jsch.core_1.3.800.v20200106-0907... [INFO] Fetching org.eclipse.jsch.ui_1.3.800.v20200205-0619.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (34.57kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jsch.ui_1.3.800.v20200205-0619.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (34.57kB) [INFO] Unpacking org.eclipse.jsch.ui_1.3.800.v20200205-0619... [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.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.15.0.20200310-1832.jar from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (1.92MB) [INFO] Fetching org.eclipse.m2e.archetype.common_1.15.0.20200310-1832.jar from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (1.92MB) [INFO] Fetching org.eclipse.m2e.maven.runtime_1.15.0.20200310-1832.jar from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (7.22MB) [INFO] Fetching org.eclipse.m2e.maven.runtime_1.15.0.20200310-1832.jar from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (7.22MB) [INFO] Fetching org.eclipse.m2e.binaryproject_1.15.0.20200109-0905.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (11.45kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.binaryproject_1.15.0.20200109-0905.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (11.45kB) [INFO] Unpacking org.eclipse.m2e.binaryproject_1.15.0.20200109-0905... [INFO] Fetching org.eclipse.m2e.core_1.15.0.20200305-1308.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (198.97kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.core_1.15.0.20200305-1308.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (198.97kB) [INFO] Unpacking org.eclipse.m2e.core_1.15.0.20200305-1308... [INFO] Fetching org.eclipse.m2e.sourcelookup_1.15.0.20200109-0905.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (11.29kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.sourcelookup_1.15.0.20200109-0905.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (11.29kB) [INFO] Unpacking org.eclipse.m2e.sourcelookup_1.15.0.20200109-0905... [INFO] Fetching org.eclipse.m2e.jdt_1.15.0.20200226-1722.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (56.66kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.jdt_1.15.0.20200226-1722.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (56.66kB) [INFO] Unpacking org.eclipse.m2e.jdt_1.15.0.20200226-1722... [INFO] Fetching org.slf4j.api_1.7.2.v20121108-1250.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (19.6kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.slf4j.api_1.7.2.v20121108-1250.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (19.6kB) [INFO] Unpacking org.slf4j.api_1.7.2.v20121108-1250... [INFO] Fetching org.eclipse.m2e.binaryproject.ui_1.15.0.20200109-0905.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (10.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.binaryproject.ui_1.15.0.20200109-0905.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (10.05kB) [INFO] Unpacking org.eclipse.m2e.binaryproject.ui_1.15.0.20200109-0905... [INFO] Fetching org.eclipse.m2e.core.ui_1.15.0.20200305-1308.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (203.94kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.core.ui_1.15.0.20200305-1308.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (203.94kB) [INFO] Unpacking org.eclipse.m2e.core.ui_1.15.0.20200305-1308... [INFO] Fetching org.eclipse.m2e.maven.indexer_1.15.0.20200310-1832.jar from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (1.08MB) [INFO] Fetching org.eclipse.m2e.maven.indexer_1.15.0.20200310-1832.jar from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (1.08MB) [INFO] Fetching org.eclipse.m2e.workspace.cli_0.3.1.jar from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (15.56kB) [INFO] Fetching org.eclipse.m2e.workspace.cli_0.3.1.jar from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (15.56kB) [INFO] Fetching org.eclipse.m2e.model.edit_1.15.0.20200225-1921.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (128.88kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.model.edit_1.15.0.20200225-1921.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (128.88kB) [INFO] Unpacking org.eclipse.m2e.model.edit_1.15.0.20200225-1921... [INFO] Fetching org.eclipse.m2e.discovery_1.15.0.20200109-1036.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (33.91kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.discovery_1.15.0.20200109-1036.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (33.91kB) [INFO] Unpacking org.eclipse.m2e.discovery_1.15.0.20200109-1036... [INFO] Fetching org.eclipse.m2e.editor_1.15.0.20200203-1710.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (87.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.editor_1.15.0.20200203-1710.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (87.42kB) [INFO] Unpacking org.eclipse.m2e.editor_1.15.0.20200203-1710... [INFO] Fetching org.eclipse.wst.sse.core_1.2.200.v202002172151.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (155.41kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.sse.core_1.2.200.v202002172151.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (155.41kB) [INFO] Unpacking org.eclipse.wst.sse.core_1.2.200.v202002172151... [INFO] Fetching org.eclipse.wst.sse.ui_1.6.300.v202001091420.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (314.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.sse.ui_1.6.300.v202001091420.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (314.72kB) [INFO] Unpacking org.eclipse.wst.sse.ui_1.6.300.v202001091420... [INFO] Fetching org.eclipse.wst.xml.core_1.2.200.v201911262147.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (255.09kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.xml.core_1.2.200.v201911262147.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (255.09kB) [INFO] Unpacking org.eclipse.wst.xml.core_1.2.200.v201911262147... [INFO] Fetching org.eclipse.m2e.editor.xml_1.15.0.20200223-1407.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (97.66kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.editor.xml_1.15.0.20200223-1407.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (97.66kB) [INFO] Unpacking org.eclipse.m2e.editor.xml_1.15.0.20200223-1407... [INFO] Fetching org.eclipse.wst.common.emf_1.2.600.v201903222010.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (77.31kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.common.emf_1.2.600.v201903222010.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (77.31kB) [INFO] Unpacking org.eclipse.wst.common.emf_1.2.600.v201903222010... [INFO] Fetching org.eclipse.wst.xml.ui_1.2.300.v201904272112.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (334.4kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.xml.ui_1.2.300.v201904272112.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (334.4kB) [INFO] Unpacking org.eclipse.wst.xml.ui_1.2.300.v201904272112... [INFO] Fetching org.eclipse.wst.common.uriresolver_1.2.300.v201903222010.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (24.69kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.common.uriresolver_1.2.300.v201903222010.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (24.69kB) [INFO] Unpacking org.eclipse.wst.common.uriresolver_1.2.300.v201903222010... [INFO] Fetching org.eclipse.m2e.lifecyclemapping.defaults_1.15.0.20200109-0905.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (8.3kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.lifecyclemapping.defaults_1.15.0.20200109-0905.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (8.3kB) [INFO] Unpacking org.eclipse.m2e.lifecyclemapping.defaults_1.15.0.20200109-0905... [INFO] Fetching org.eclipse.m2e.scm_1.15.0.20200109-1036.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (27.17kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.scm_1.15.0.20200109-1036.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (27.17kB) [INFO] Unpacking org.eclipse.m2e.scm_1.15.0.20200109-1036... [INFO] Fetching org.eclipse.m2e.profiles.core_1.15.0.20200109-0905.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (12.81kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.profiles.core_1.15.0.20200109-0905.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (12.81kB) [INFO] Unpacking org.eclipse.m2e.profiles.core_1.15.0.20200109-0905... [INFO] Fetching org.eclipse.m2e.feature_1.15.0.20200310-1832.jar from https://download.eclipse.org/releases/2020-03/202003181000/features/ (19.99kB) [INFO] Fetching org.eclipse.m2e.feature_1.15.0.20200310-1832.jar from https://download.eclipse.org/releases/2020-03/202003181000/features/ (19.99kB) [INFO] Fetching org.eclipse.m2e.importer_1.15.0.20200109-0905.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (10.51kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.importer_1.15.0.20200109-0905.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (10.51kB) [INFO] Unpacking org.eclipse.m2e.importer_1.15.0.20200109-0905... [INFO] Fetching org.eclipse.m2e.sourcelookup.ui_1.15.0.20200109-1036.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (14.03kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.sourcelookup.ui_1.15.0.20200109-1036.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (14.03kB) [INFO] Unpacking org.eclipse.m2e.sourcelookup.ui_1.15.0.20200109-1036... [INFO] Fetching org.eclipse.m2e.jdt.ui_1.15.0.20200109-1036.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (15.53kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.jdt.ui_1.15.0.20200109-1036.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (15.53kB) [INFO] Unpacking org.eclipse.m2e.jdt.ui_1.15.0.20200109-1036... [INFO] Fetching org.eclipse.platform_4.15.0.v20200305-0155.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (406.3kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.platform_4.15.0.v20200305-0155.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (406.3kB) [INFO] Unpacking org.eclipse.platform_4.15.0.v20200305-0155... [INFO] Fetching org.eclipse.m2e.launching_1.15.0.20200225-1921.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (39.49kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.launching_1.15.0.20200225-1921.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (39.49kB) [INFO] Unpacking org.eclipse.m2e.launching_1.15.0.20200225-1921... [INFO] Fetching org.eclipse.m2e.profiles.ui_1.15.0.20200225-0929.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (20.79kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.profiles.ui_1.15.0.20200225-0929.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (20.79kB) [INFO] Unpacking org.eclipse.m2e.profiles.ui_1.15.0.20200225-0929... [INFO] Fetching org.eclipse.m2e.maven.runtime.slf4j.simple_1.15.0.20200310-1832.jar from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (19.43kB) [INFO] Fetching org.eclipse.m2e.maven.runtime.slf4j.simple_1.15.0.20200310-1832.jar from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (19.43kB) [INFO] Fetching org.eclipse.m2e.refactoring_1.15.0.20200109-1036.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (31.27kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.refactoring_1.15.0.20200109-1036.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (31.27kB) [INFO] Unpacking org.eclipse.m2e.refactoring_1.15.0.20200109-1036... [INFO] Fetching &countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/tools/orbit/downloads/drops/R20191115185527/repository/ (63B) [INFO] Fetching &countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/tools/orbit/downloads/drops/R20191115185527/repository/ (63B) [INFO] Fetching com.google.gson_2.2.4.v201311231704.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (70.09kB) [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/R20191115185527/repository/plugins/ (70.09kB) [INFO] Unpacking com.google.gson_2.2.4.v201311231704... [INFO] Fetching org.eclipse.platform.doc.user_4.15.0.v20200303-1118.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (8.59MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.platform.doc.user_4.15.0.v20200303-1118.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (8.59MB) [INFO] Unpacking org.eclipse.platform.doc.user_4.15.0.v20200303-1118... [INFO] Fetching org.eclipse.text.quicksearch_1.0.200.v20200218-1616.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (36.13kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.text.quicksearch_1.0.200.v20200218-1616.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (36.13kB) [INFO] Unpacking org.eclipse.text.quicksearch_1.0.200.v20200218-1616... [INFO] Fetching org.eclipse.ui.intro.universal_3.3.800.v20200225-0735.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (1.83MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.intro.universal_3.3.800.v20200225-0735.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (1.83MB) [INFO] Unpacking org.eclipse.ui.intro.universal_3.3.800.v20200225-0735... [INFO] Fetching org.eclipse.ui.genericeditor_1.1.700.v20200211-1227.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (49.3kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.genericeditor_1.1.700.v20200211-1227.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (49.3kB) [INFO] Unpacking org.eclipse.ui.genericeditor_1.1.700.v20200211-1227... [INFO] Fetching org.eclipse.ui.monitoring_1.1.600.v20191106-1253.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (27.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.monitoring_1.1.600.v20191106-1253.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (27.71kB) [INFO] Unpacking org.eclipse.ui.monitoring_1.1.600.v20191106-1253... [INFO] Fetching org.eclipse.ui.net_1.3.700.v20200212-0844.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (20.17kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.net_1.3.700.v20200212-0844.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (20.17kB) [INFO] Unpacking org.eclipse.ui.net_1.3.700.v20200212-0844... [INFO] Fetching org.eclipse.ui.ide.application_1.3.600.v20200116-2127.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (56.27kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.ide.application_1.3.600.v20200116-2127.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (56.27kB) [INFO] Unpacking org.eclipse.ui.ide.application_1.3.600.v20200116-2127... [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.800.v20200213-1442.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (40.96kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.800.v20200213-1442.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (40.96kB) [INFO] Unpacking org.eclipse.ui.views.properties.tabbed_3.8.800.v20200213-1442... [INFO] Fetching org.eclipse.ui.themes_1.2.900.v20200106-1021.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (28.37kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.themes_1.2.900.v20200106-1021.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (28.37kB) [INFO] Unpacking org.eclipse.ui.themes_1.2.900.v20200106-1021... [INFO] Fetching org.eclipse.ui.intro.quicklinks_1.0.400.v20191119-0804.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (14.28kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.intro.quicklinks_1.0.400.v20191119-0804.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (14.28kB) [INFO] Unpacking org.eclipse.ui.intro.quicklinks_1.0.400.v20191119-0804... [INFO] Fetching org.eclipse.team.genericeditor.diff.extension_1.0.600.v20200212-1524.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/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-03/202003181000/plugins/ (9.83kB) [INFO] Unpacking org.eclipse.team.genericeditor.diff.extension_1.0.600.v20200212-1524... [INFO] Fetching org.eclipse.urischeme_1.0.600.v20200115-1733.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (21.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.urischeme_1.0.600.v20200115-1733.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (21.42kB) [INFO] Unpacking org.eclipse.urischeme_1.0.600.v20200115-1733... [INFO] Fetching org.eclipse.ui.views.log_1.2.1000.v20200127-1026.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (84.98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.views.log_1.2.1000.v20200127-1026.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (84.98kB) [INFO] Unpacking org.eclipse.ui.views.log_1.2.1000.v20200127-1026... [INFO] Fetching org.eclipse.platform_4.15.0.v20200305-0155.jar from https://download.eclipse.org/releases/2020-03/202003181000/features/ (20.56kB) [INFO] Fetching org.eclipse.platform_4.15.0.v20200305-0155.jar from https://download.eclipse.org/releases/2020-03/202003181000/features/ (20.56kB) [INFO] Fetching org.eclipse.platform_root_4.15.0.v20200305-0155 from https://download.eclipse.org/releases/2020-03/202003181000/binary/ (196B) [INFO] Fetching org.eclipse.platform_root_4.15.0.v20200305-0155 from https://download.eclipse.org/releases/2020-03/202003181000/binary/ (196B) [INFO] Fetching org.eclipse.update.configurator_3.4.500.v20200225-0827.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (43.3kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.update.configurator_3.4.500.v20200225-0827.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (43.3kB) [INFO] Unpacking org.eclipse.update.configurator_3.4.500.v20200225-0827... [INFO] Fetching org.eclipse.rcp_4.15.0.v20200305-0155.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (9.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.rcp_4.15.0.v20200305-0155.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (9.42kB) [INFO] Unpacking org.eclipse.rcp_4.15.0.v20200305-0155... [INFO] Fetching org.eclipse.rcp_4.15.0.v20200305-0155.jar from https://download.eclipse.org/releases/2020-03/202003181000/features/ (19.09kB) [INFO] Fetching org.eclipse.rcp_4.15.0.v20200305-0155.jar from https://download.eclipse.org/releases/2020-03/202003181000/features/ (19.09kB) [INFO] Fetching org.eclipse.rcp_root_4.15.0.v20200305-0155 from https://download.eclipse.org/releases/2020-03/202003181000/binary/ (25.54kB) [INFO] Fetching org.eclipse.rcp_root_4.15.0.v20200305-0155 from https://download.eclipse.org/releases/2020-03/202003181000/binary/ (25.54kB) [INFO] Fetching javax.wsdl_1.6.2.v201012040545.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/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-03/202003181000/plugins/ (51.02kB) [INFO] Unpacking javax.wsdl_1.6.2.v201012040545... [INFO] Fetching org.eclipse.wst.common.frameworks_1.2.201.v201903222010.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (43.24kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.common.frameworks_1.2.201.v201903222010.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (43.24kB) [INFO] Unpacking org.eclipse.wst.common.frameworks_1.2.201.v201903222010... [INFO] Fetching org.eclipse.wst.common.environment_1.0.400.v201903222010.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (20.13kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.common.environment_1.0.400.v201903222010.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (20.13kB) [INFO] Unpacking org.eclipse.wst.common.environment_1.0.400.v201903222010... [INFO] Fetching org.eclipse.wst.common.frameworks.ui_1.2.400.v201903222010.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (53.38kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.common.frameworks.ui_1.2.400.v201903222010.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (53.38kB) [INFO] Unpacking org.eclipse.wst.common.frameworks.ui_1.2.400.v201903222010... [INFO] Fetching org.eclipse.wst.common.project.facet.core_1.4.400.v201903222010.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (119.69kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.common.project.facet.core_1.4.400.v201903222010.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (119.69kB) [INFO] Unpacking org.eclipse.wst.common.project.facet.core_1.4.400.v201903222010... [INFO] Fetching org.eclipse.wst.common.ui_1.1.700.v201905071717.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (55.8kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.common.ui_1.1.700.v201905071717.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (55.8kB) [INFO] Unpacking org.eclipse.wst.common.ui_1.1.700.v201905071717... [INFO] Fetching org.eclipse.wst.validation_1.2.800.v201904082137.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (135.43kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.validation_1.2.800.v201904082137.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (135.43kB) [INFO] Unpacking org.eclipse.wst.validation_1.2.800.v201904082137... [INFO] Fetching org.eclipse.wst.validation.ui_1.2.600.v201903222010.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (49.33kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.validation.ui_1.2.600.v201903222010.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (49.33kB) [INFO] Unpacking org.eclipse.wst.validation.ui_1.2.600.v201903222010... [INFO] Fetching org.eclipse.compare.win32_1.2.800.v20200127-1343.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/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-03/202003181000/plugins/ (24.56kB) [INFO] Unpacking org.eclipse.compare.win32_1.2.800.v20200127-1343... [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.114.0.v20200304-0601.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (1.13MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.114.0.v20200304-0601.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (1.13MB) [INFO] Unpacking org.eclipse.swt.win32.win32.x86_64_3.114.0.v20200304-0601... [INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.4.200.v20190812-0909.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/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-03/202003181000/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-03/202003181000/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-03/202003181000/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-03/202003181000/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-03/202003181000/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.1.1100.v20190907-0426.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (80.12kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.1100.v20190907-0426.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (80.12kB) [INFO] Unpacking org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.1100.v20190907-0426... [INFO] Fetching org.eclipse.equinox.security.win32.x86_64_1.1.200.v20190812-0919.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/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-03/202003181000/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.300.v20190926-0808.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (13.39kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.win32_3.4.300.v20190926-0808.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (13.39kB) [INFO] Unpacking org.eclipse.ui.win32_3.4.300.v20190926-0808... [INFO] Fetching org.eclipse.core.filesystem.macosx_1.3.200.v20190903-0945.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/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-03/202003181000/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.500.v20200123-1115.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (16.29kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.500.v20200123-1115.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (16.29kB) [INFO] Unpacking org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.500.v20200123-1115... [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.1100.v20190907-0426.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (39.44kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.1100.v20190907-0426.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (39.44kB) [INFO] Unpacking org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.1100.v20190907-0426... [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.114.0.v20200304-0601.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (835.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.114.0.v20200304-0601.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (835.59kB) [INFO] Unpacking org.eclipse.swt.cocoa.macosx.x86_64_3.114.0.v20200304-0601... [INFO] Fetching org.eclipse.equinox.security.macosx_1.101.200.v20190903-0934.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/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-03/202003181000/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-03/202003181000/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-03/202003181000/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-03/202003181000/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-03/202003181000/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-03/202003181000/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-03/202003181000/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:10.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.scout.sdk:org.eclipse.scout.sdk-repository:10.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk-repository/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.scout.sdk:org.eclipse.scout.sdk-repository:10.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk-repository/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.scout.sdk:org.eclipse.scout.sdk-repository:10.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/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] [INFO] -----------< org.eclipse.scout.sdk:org.eclipse.scout.sdk.p2 >----------- [INFO] Building Eclipse Scout SDK P2 10.0.0-SNAPSHOT [1/4] [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.2:prepare-agent (default) @ org.eclipse.scout.sdk.p2 --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.p2/../target/jacoco-all.exec [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.p2 --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.p2 --- [INFO] [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.p2 --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.p2 --- [INFO] [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.p2 --- [INFO] [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.scout.sdk.p2 --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.scout.sdk.p2 --- [INFO] [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.scout.sdk.p2 --- [INFO] [INFO] --- tycho-p2-plugin:1.5.1: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.3.0:check (default) @ org.eclipse.scout.sdk.p2 --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.p2 --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk.p2/pom.xml to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.p2/10.0.0-SNAPSHOT/org.eclipse.scout.sdk.p2-10.0.0-SNAPSHOT.pom [INFO] [INFO] ---------< org.eclipse.scout.sdk:org.eclipse.scout.sdk-target >--------- [INFO] Building Eclipse Scout SDK P2 Build Target 10.0.0-SNAPSHOT [2/4] [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.2:prepare-agent (default) @ org.eclipse.scout.sdk-target --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk-target/../target/jacoco-all.exec [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk-target --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk-target --- [INFO] [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk-target --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:attach-artifact (attach-artifacts) @ org.eclipse.scout.sdk-target --- [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk-target --- [INFO] [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk-target --- [INFO] [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.scout.sdk-target --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.scout.sdk-target --- [INFO] [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.scout.sdk-target --- [INFO] [INFO] --- tycho-p2-plugin:1.5.1: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.3.0:check (default) @ org.eclipse.scout.sdk-target --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk-target --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk-target/pom.xml to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-target/10.0.0-SNAPSHOT/org.eclipse.scout.sdk-target-10.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk-target/org.eclipse.2020-03-dependencies.target to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-target/10.0.0-SNAPSHOT/org.eclipse.scout.sdk-target-10.0.0-SNAPSHOT-org.eclipse.2020-03.target [INFO] [INFO] --------< org.eclipse.scout.sdk:org.eclipse.scout.sdk-feature >--------- [INFO] Building Eclipse Scout SDK Feature 10.0.0-SNAPSHOT [3/4] [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/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk-feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.5.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.scout.sdk-feature --- [INFO] The project's OSGi version is 10.0.0.20230108-2009 [INFO] [INFO] --- tycho-packaging-plugin:1.5.1:validate-id (default-validate-id) @ org.eclipse.scout.sdk-feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.1: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.2:prepare-agent (default) @ org.eclipse.scout.sdk-feature --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk-feature/../target/jacoco-all.exec [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk-feature --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk-feature --- [INFO] [INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.scout.sdk-feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.1:package-feature (default-package-feature) @ org.eclipse.scout.sdk-feature --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk-feature/target/org.eclipse.scout.sdk-feature-10.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.scout.sdk-feature --- [INFO] [INFO] --- tycho-p2-plugin:1.5.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.scout.sdk-feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.5.1:source-feature (generate-source-feature) @ org.eclipse.scout.sdk-feature --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk-feature/target/org.eclipse.scout.sdk-feature-10.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk-feature --- [INFO] No baseline version MavenProject: org.eclipse.scout.sdk:org.eclipse.scout.sdk-feature:10.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk-feature/pom.xml [INFO] [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk-feature --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:3.0.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.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk-feature --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.scout.sdk-feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.scout.sdk-feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk-feature/target/org.eclipse.scout.sdk-feature-10.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk-feature/target/org.eclipse.scout.sdk-feature-10.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.scout.sdk-feature --- [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.scout.sdk-feature --- [INFO] [INFO] --- duplicate-finder-maven-plugin:1.3.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/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk-feature/target/org.eclipse.scout.sdk-feature-10.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-feature/10.0.0-SNAPSHOT/org.eclipse.scout.sdk-feature-10.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk-feature/pom.xml to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-feature/10.0.0-SNAPSHOT/org.eclipse.scout.sdk-feature-10.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk-feature/target/org.eclipse.scout.sdk-feature-10.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-feature/10.0.0-SNAPSHOT/org.eclipse.scout.sdk-feature-10.0.0-SNAPSHOT-sources-feature.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk-feature/target/p2content.xml to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-feature/10.0.0-SNAPSHOT/org.eclipse.scout.sdk-feature-10.0.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk-feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-feature/10.0.0-SNAPSHOT/org.eclipse.scout.sdk-feature-10.0.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.5.1: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 10.0.0-SNAPSHOT [4/4] [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.5.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.scout.sdk-repository --- [INFO] The project's OSGi version is 10.0.0.20230108-2009 [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.2:prepare-agent (default) @ org.eclipse.scout.sdk-repository --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk-repository/../target/jacoco-all.exec [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk-repository --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk-repository --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk-repository --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk-repository/src/main/resources [INFO] Copying 1 resource [INFO] [INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.scout.sdk-repository --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.5.1:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.scout.sdk-repository --- [INFO] Published profile IUs: [a.jre.javase 10.0.0, config.a.jre.javase 10.0.0] [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 12.0.0, config.a.jre.javase 12.0.0] [INFO] Published profile IUs: [a.jre.javase 13.0.0, config.a.jre.javase 13.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:1.5.1:publish-products (default-publish-products) @ org.eclipse.scout.sdk-repository --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.5.1:publish-categories (default-publish-categories) @ org.eclipse.scout.sdk-repository --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.5.1:attach-artifacts (default-attach-artifacts) @ org.eclipse.scout.sdk-repository --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.5.1:assemble-repository (default-assemble-repository) @ org.eclipse.scout.sdk-repository --- [INFO] Copying resources from /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk-repository/target/classes to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk-repository/target/repository [INFO] [INFO] --- tycho-p2-repository-plugin:1.5.1:archive-repository (default-archive-repository) @ org.eclipse.scout.sdk-repository --- [INFO] Building zip: /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk-repository/target/org.eclipse.scout.sdk-repository-10.0.0-SNAPSHOT.zip [INFO] [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk-repository --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:3.0.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.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk-repository --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.scout.sdk-repository --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.scout.sdk-repository --- [INFO] [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.scout.sdk-repository --- [INFO] [INFO] --- tycho-p2-plugin:1.5.1: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.3.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/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk-repository/target/org.eclipse.scout.sdk-repository-10.0.0-SNAPSHOT.zip to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-repository/10.0.0-SNAPSHOT/org.eclipse.scout.sdk-repository-10.0.0-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk-repository/pom.xml to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-repository/10.0.0-SNAPSHOT/org.eclipse.scout.sdk-repository-10.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk-repository/target/p2content.xml to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-repository/10.0.0-SNAPSHOT/org.eclipse.scout.sdk-repository-10.0.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk-repository/target/p2artifacts.xml to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-repository/10.0.0-SNAPSHOT/org.eclipse.scout.sdk-repository-10.0.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.5.1:update-local-index (default-update-local-index) @ org.eclipse.scout.sdk-repository --- [INFO] [INFO] --- updatesite-maven-plugin:10.0.0-SNAPSHOT:stage (stage) @ org.eclipse.scout.sdk-repository --- [INFO] Creating composite Repository [INFO] Downloading /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk-repository/target/stage/nightly/10.0/compositeContent.jar [INFO] Downloading /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk-repository/target/stage/nightly/10.0/compositeArtifacts.jar [INFO] Zipping /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk-repository/target/stage to /home/jenkins/agent/workspace/scout-integration-10.0-SDK-nightly/org.eclipse.scout.sdk-repository/target/stageTarget/stage20230105-114429-275.zip [INFO] [INFO] --- updatesite-maven-plugin:10.0.0-SNAPSHOT:publish (stage) @ org.eclipse.scout.sdk-repository --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Eclipse Scout SDK P2 10.0.0-SNAPSHOT: [INFO] [INFO] Eclipse Scout SDK P2 ............................... SUCCESS [ 1.208 s] [INFO] Eclipse Scout SDK P2 Build Target .................. SUCCESS [ 0.052 s] [INFO] Eclipse Scout SDK Feature .......................... SUCCESS [ 3.668 s] [INFO] Eclipse Scout SDK Repository ....................... SUCCESS [ 2.897 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:17 min [INFO] Finished at: 2023-01-05T23:44:29Z [INFO] ------------------------------------------------------------------------ [scout-integration-10.0-SDK-nightly] $ /bin/sh -xe /tmp/jenkins15191990137959621448.sh + scp updatesitestagingarea/doStage_20230105-114429-275 genie.scout@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/scout/stagingArea/ + scp updatesitestagingarea/stage20230105-114429-275.zip genie.scout@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/scout/stagingArea/ $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 58 killed; [ssh-agent] Stopped. Archiving artifacts hudson.FilePath$ValidateAntFileMask$1Cancel at hudson.FilePath$ValidateAntFileMask$1.isCaseSensitive(FilePath.java:3224) at org.apache.tools.ant.DirectoryScanner.lambda$isIncluded$3(DirectoryScanner.java:1374) at java.base/java.util.stream.MatchOps$1MatchSink.accept(MatchOps.java:90) at java.base/java.util.Spliterators$ArraySpliterator.tryAdvance(Spliterators.java:958) at java.base/java.util.stream.ReferencePipeline.forEachWithCancel(ReferencePipeline.java:127) at java.base/java.util.stream.AbstractPipeline.copyIntoWithCancel(AbstractPipeline.java:502) at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:488) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474) at java.base/java.util.stream.MatchOps$MatchOp.evaluateSequential(MatchOps.java:230) at java.base/java.util.stream.MatchOps$MatchOp.evaluateSequential(MatchOps.java:196) at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.base/java.util.stream.ReferencePipeline.anyMatch(ReferencePipeline.java:528) at org.apache.tools.ant.DirectoryScanner.isIncluded(DirectoryScanner.java:1374) at org.apache.tools.ant.DirectoryScanner.scandir(DirectoryScanner.java:1241) at org.apache.tools.ant.DirectoryScanner.scandir(DirectoryScanner.java:1267) at org.apache.tools.ant.DirectoryScanner.scandir(DirectoryScanner.java:1267) at org.apache.tools.ant.DirectoryScanner.scandir(DirectoryScanner.java:1267) at org.apache.tools.ant.DirectoryScanner.scandir(DirectoryScanner.java:1267) at org.apache.tools.ant.DirectoryScanner.scandir(DirectoryScanner.java:1267) at org.apache.tools.ant.DirectoryScanner.scandir(DirectoryScanner.java:1267) at org.apache.tools.ant.DirectoryScanner.scandir(DirectoryScanner.java:1267) at org.apache.tools.ant.DirectoryScanner.scandir(DirectoryScanner.java:1267) at org.apache.tools.ant.DirectoryScanner.scandir(DirectoryScanner.java:1194) at org.apache.tools.ant.DirectoryScanner.scandir(DirectoryScanner.java:1156) at org.apache.tools.ant.DirectoryScanner.checkIncludePatterns(DirectoryScanner.java:954) at org.apache.tools.ant.DirectoryScanner.scan(DirectoryScanner.java:912) at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:3237) Caused: hudson.FilePath$FileMaskNoMatchesFoundException: no matches found within 10000 at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:3242) at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:3120) at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:3098) at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3502) Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from 10.40.46.31/10.40.46.31:39790 at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1784) at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356) at hudson.remoting.Channel.call(Channel.java:1000) at hudson.FilePath.act(FilePath.java:1194) at hudson.FilePath.act(FilePath.java:1183) at hudson.FilePath.validateAntFileMask(FilePath.java:3095) at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:271) at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:79) at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:816) at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:765) at hudson.model.Build$BuildExecution.post2(Build.java:179) at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:709) at hudson.model.Run.execute(Run.java:1922) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44) at hudson.model.ResourceController.execute(ResourceController.java:101) at hudson.model.Executor.run(Executor.java:442) Caused: hudson.FilePath$TunneledInterruptedException at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3504) at hudson.remoting.UserRequest.perform(UserRequest.java:211) at hudson.remoting.UserRequest.perform(UserRequest.java:54) at hudson.remoting.Request$2.run(Request.java:376) at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:126) at java.base/java.lang.Thread.run(Thread.java:829) Caused: java.lang.InterruptedException: hudson.FilePath$FileMaskNoMatchesFoundException: no matches found within 10000 at hudson.FilePath.act(FilePath.java:1196) at hudson.FilePath.act(FilePath.java:1183) at hudson.FilePath.validateAntFileMask(FilePath.java:3095) at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:271) at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:79) at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:816) at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:765) at hudson.model.Build$BuildExecution.post2(Build.java:179) at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:709) at hudson.model.Run.execute(Run.java:1922) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44) at hudson.model.ResourceController.execute(ResourceController.java:101) at hudson.model.Executor.run(Executor.java:442) No artifacts found that match the file pattern "**/*.log,**/*.dump". Configuration error? Recording test results [Checks API] No suitable checks publisher found. Finished: SUCCESS