Started by timer Running as SYSTEM Agent centos-8-0s3k4 is provisioned from template centos-8 --- apiVersion: "v1" kind: "Pod" metadata: annotations: kubernetes.jenkins.io/last-refresh: "1716501601312" labels: jenkins: "slave" jenkins/label-digest: "dcdbc7ed8a3e8b49b8443ee4b54d9618b35139e6" jenkins/label: "centos-latest_centos-8" kubernetes.jenkins.io/controller: "http___jenkins-ui_scout_svc_cluster_local_scoutx" name: "centos-8-0s3k4" 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-0s3k4" - 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: "REMOTING_OPTS" value: "-noReconnectAfter 1d" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "centos-8-0s3k4" - 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-3206.vb_15dcf73f6a_9" 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-0s3k4 (centos-8 centos-latest) in workspace /home/jenkins/agent/workspace/scout-integration-12.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-MI6Z00O0Gf2y/agent.44 SSH_AGENT_PID=45 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly@tmp/private_key_3078559629245989998.key (/home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly@tmp/private_key_3078559629245989998.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-12.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.41.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/12.0^{commit} # timeout=10 Checking out Revision 60eb2fc9418d25dd20c3a307f434ecdcf366fe54 (refs/remotes/origin/releases/12.0) > git config core.sparsecheckout # timeout=10 > git checkout -f 60eb2fc9418d25dd20c3a307f434ecdcf366fe54 # timeout=10 Commit message: "Reference w3 xsd schema on remote servers without rate limiting" > git rev-list --no-walk 60eb2fc9418d25dd20c3a307f434ecdcf366fe54 # timeout=10 [scout-integration-12.0-SDK-nightly] $ /opt/tools/apache-maven/latest/bin/mvn -f org.eclipse.scout.sdk/pom.xml -Dremote_branch=origin/releases/12.0 -Dis_tag=false -Dtag_or_branch=origin/releases/12.0 -Dmaven.repo.local=/home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository clean install -DexcludedGroups=IntegrationTest Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) 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: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Eclipse Scout SDK [pom] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core [jar] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.ecj [jar] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.test [jar] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s [jar] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s.test [jar] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.doc [jar] [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e [bundle] [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.test [jar] [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.doc [bundle] [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.ui [bundle] [INFO] [INFO] ------------< org.eclipse.scout.sdk:org.eclipse.scout.sdk >------------- [INFO] Building Eclipse Scout SDK 12.0.0-SNAPSHOT [1/11] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-rules) @ org.eclipse.scout.sdk --- [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (default) @ org.eclipse.scout.sdk --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk/../org.eclipse.scout.sdk/target/jacoco-all.exec [INFO] [INFO] --- build-helper:3.2.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk --- [INFO] [INFO] --- build-helper:3.2.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk --- [INFO] [INFO] --- jar:3.2.0:test-jar (attach-tests) @ org.eclipse.scout.sdk --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk --- [INFO] [INFO] --- duplicate-finder:1.5.0:check (default) @ org.eclipse.scout.sdk --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- install:2.5.2:install (default-install) @ org.eclipse.scout.sdk --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk/pom.xml to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk/12.0.0-SNAPSHOT/org.eclipse.scout.sdk-12.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 12.0.0-SNAPSHOT [2/11] [INFO] from /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.core --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-rules) @ org.eclipse.scout.sdk.core --- [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (default) @ org.eclipse.scout.sdk.core --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core/../org.eclipse.scout.sdk/target/jacoco-all.exec [INFO] [INFO] --- build-helper:3.2.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.core --- [INFO] [INFO] --- build-helper:3.2.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.core --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.scout.sdk.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'ISO-8859-1' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ org.eclipse.scout.sdk.core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 187 source files to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core/target/classes [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.scout.sdk.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'ISO-8859-1' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.core --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.scout.sdk.core --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.scout.sdk.core --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core/target/org.eclipse.scout.sdk.core-12.0.0-SNAPSHOT.jar [INFO] [INFO] --- jar:3.2.0:test-jar (attach-tests) @ org.eclipse.scout.sdk.core --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.core --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core/target/org.eclipse.scout.sdk.core-12.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.core --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder:1.5.0:check (default) @ org.eclipse.scout.sdk.core --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- install:2.5.2:install (default-install) @ org.eclipse.scout.sdk.core --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core/target/org.eclipse.scout.sdk.core-12.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core/12.0.0-SNAPSHOT/org.eclipse.scout.sdk.core-12.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core/pom.xml to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core/12.0.0-SNAPSHOT/org.eclipse.scout.sdk.core-12.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core/target/org.eclipse.scout.sdk.core-12.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core/12.0.0-SNAPSHOT/org.eclipse.scout.sdk.core-12.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 12.0.0-SNAPSHOT [3/11] [INFO] from /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.ecj/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.core.ecj --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-rules) @ org.eclipse.scout.sdk.core.ecj --- [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (default) @ org.eclipse.scout.sdk.core.ecj --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.ecj/../org.eclipse.scout.sdk/target/jacoco-all.exec [INFO] [INFO] --- build-helper:3.2.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.core.ecj --- [INFO] [INFO] --- build-helper:3.2.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.core.ecj --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.scout.sdk.core.ecj --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'ISO-8859-1' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.ecj/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ org.eclipse.scout.sdk.core.ecj --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 43 source files to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.ecj/target/classes [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.scout.sdk.core.ecj --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'ISO-8859-1' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.ecj/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.core.ecj --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.scout.sdk.core.ecj --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.scout.sdk.core.ecj --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.ecj/target/org.eclipse.scout.sdk.core.ecj-12.0.0-SNAPSHOT.jar [INFO] [INFO] --- jar:3.2.0:test-jar (attach-tests) @ org.eclipse.scout.sdk.core.ecj --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.core.ecj --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.ecj/target/org.eclipse.scout.sdk.core.ecj-12.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.core.ecj --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder:1.5.0:check (default) @ org.eclipse.scout.sdk.core.ecj --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- install:2.5.2:install (default-install) @ org.eclipse.scout.sdk.core.ecj --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.ecj/target/org.eclipse.scout.sdk.core.ecj-12.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.ecj/12.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.ecj-12.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.ecj/pom.xml to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.ecj/12.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.ecj-12.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.ecj/target/org.eclipse.scout.sdk.core.ecj-12.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.ecj/12.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.ecj-12.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 12.0.0-SNAPSHOT [4/11] [INFO] from /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.core.test --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-rules) @ org.eclipse.scout.sdk.core.test --- [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (default) @ org.eclipse.scout.sdk.core.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.test/../org.eclipse.scout.sdk/target/jacoco-all.exec [INFO] [INFO] --- build-helper:3.2.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.core.test --- [INFO] [INFO] --- build-helper:3.2.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.core.test --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-test-source) @ org.eclipse.scout.sdk.core.test --- [INFO] Test Source directory: /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.test/src/test/fixture added. [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.scout.sdk.core.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'ISO-8859-1' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.test/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ org.eclipse.scout.sdk.core.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/classes [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.scout.sdk.core.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'ISO-8859-1' encoding to copy filtered properties files. [INFO] Copying 34 resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.core.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 144 source files to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/test-classes [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.scout.sdk.core.test --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.scout.sdk.core.apidef.ApiFunctionTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.67 s - in org.eclipse.scout.sdk.core.apidef.ApiFunctionTest [INFO] Running org.eclipse.scout.sdk.core.apidef.ApiSpecificationTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.scout.sdk.core.apidef.ApiSpecificationTest [INFO] Running org.eclipse.scout.sdk.core.apidef.ApiTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.416 s - in org.eclipse.scout.sdk.core.apidef.ApiTest [INFO] Running org.eclipse.scout.sdk.core.apidef.ApiVersionTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s - in org.eclipse.scout.sdk.core.apidef.ApiVersionTest [INFO] Running org.eclipse.scout.sdk.core.builder.SourceCollectorTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.scout.sdk.core.builder.SourceCollectorTest [INFO] Running org.eclipse.scout.sdk.core.builder.StreamSourceBuilderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 s - in org.eclipse.scout.sdk.core.builder.StreamSourceBuilderTest [INFO] Running org.eclipse.scout.sdk.core.builder.java.JavaBuilderContextFunctionTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.scout.sdk.core.builder.java.JavaBuilderContextFunctionTest [INFO] Running org.eclipse.scout.sdk.core.builder.java.comment.CommentBuilderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.516 s - in org.eclipse.scout.sdk.core.builder.java.comment.CommentBuilderTest [INFO] Running org.eclipse.scout.sdk.core.builder.java.context.JavaBuilderContextTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s - in org.eclipse.scout.sdk.core.builder.java.context.JavaBuilderContextTest [INFO] Running org.eclipse.scout.sdk.core.builder.java.expression.ExpressionBuilderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.scout.sdk.core.builder.java.expression.ExpressionBuilderTest [INFO] Running org.eclipse.scout.sdk.core.generator.PackageGeneratorTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.395 s - in org.eclipse.scout.sdk.core.generator.PackageGeneratorTest [INFO] Running org.eclipse.scout.sdk.core.generator.SourceModelRoundtripTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.34 s - in org.eclipse.scout.sdk.core.generator.SourceModelRoundtripTest [INFO] Running org.eclipse.scout.sdk.core.generator.UnicodeTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s - in org.eclipse.scout.sdk.core.generator.UnicodeTest [INFO] Running org.eclipse.scout.sdk.core.generator.annotation.AnnotationGeneratorTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.scout.sdk.core.generator.annotation.AnnotationGeneratorTest [INFO] Running org.eclipse.scout.sdk.core.generator.compilationunit.CompilationUnitGeneratorTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.147 s - in org.eclipse.scout.sdk.core.generator.compilationunit.CompilationUnitGeneratorTest [INFO] Running org.eclipse.scout.sdk.core.generator.field.FieldGeneratorTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.scout.sdk.core.generator.field.FieldGeneratorTest [INFO] Running org.eclipse.scout.sdk.core.generator.method.MethodGeneratorTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.406 s - in org.eclipse.scout.sdk.core.generator.method.MethodGeneratorTest [INFO] Running org.eclipse.scout.sdk.core.generator.properties.PropertiesGeneratorTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.scout.sdk.core.generator.properties.PropertiesGeneratorTest [INFO] Running org.eclipse.scout.sdk.core.generator.type.PrimaryTypeGeneratorTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s - in org.eclipse.scout.sdk.core.generator.type.PrimaryTypeGeneratorTest [INFO] Running org.eclipse.scout.sdk.core.generator.type.TypeGeneratorTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.15 s - in org.eclipse.scout.sdk.core.generator.type.TypeGeneratorTest [INFO] Running org.eclipse.scout.sdk.core.imports.ImportValidatorTest [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.229 s - in org.eclipse.scout.sdk.core.imports.ImportValidatorTest [INFO] Running org.eclipse.scout.sdk.core.imports.TypeReferenceDescriptorTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.scout.sdk.core.imports.TypeReferenceDescriptorTest [INFO] Running org.eclipse.scout.sdk.core.log.SdkLogTest 1970-01-01 02:00:00.000 [SEVERE] Unable to parse log level 'aa'. Fallback to default: 'WARNING'. java.lang.IllegalArgumentException: Bad level "aa" at java.logging/java.util.logging.Level.parse(Level.java:517) at org.eclipse.scout.sdk.core.log.SdkLog.parseLevel(SdkLog.java:320) at org.eclipse.scout.sdk.core.log.SdkLogTest.testParseLevel(SdkLogTest.java:132) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:725) 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$7(TestMethodTestDescriptor.java:214) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:210) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:66) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at java.base/java.util.ArrayList.forEach(ArrayList.java:1540) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at java.base/java.util.ArrayList.forEach(ArrayList.java:1540) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35) at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:107) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86) at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86) at org.junit.platform.launcher.core.SessionPerRequestLauncher.execute(SessionPerRequestLauncher.java:53) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) MessageFormatter: Failed toString() invocation on an object of type [org.eclipse.scout.sdk.core.log.SdkLogTest$ClassWithToStringThrowingNpeFixture] java.lang.NullPointerException: NPE of test class org.eclipse.scout.sdk.core.log.SdkLogTest at org.eclipse.scout.sdk.core.log.SdkLogTest$ClassWithToStringThrowingNpeFixture.toString(SdkLogTest.java:190) at org.eclipse.scout.sdk.core.log.MessageFormatter.safeObjectToString(MessageFormatter.java:153) at org.eclipse.scout.sdk.core.log.MessageFormatter.toString(MessageFormatter.java:112) at org.eclipse.scout.sdk.core.log.MessageFormatter.arrayFormat(MessageFormatter.java:65) at org.eclipse.scout.sdk.core.log.SdkLog.log(SdkLog.java:82) at org.eclipse.scout.sdk.core.log.SdkLog.error(SdkLog.java:186) at org.eclipse.scout.sdk.core.log.SdkLogTest.lambda$testLogOfObjectWithToStringThrowingException$1(SdkLogTest.java:138) at org.eclipse.scout.sdk.core.log.SdkLogTest.runWithPrivateLogger(SdkLogTest.java:221) at org.eclipse.scout.sdk.core.log.SdkLogTest.testLogOfObjectWithToStringThrowingException(SdkLogTest.java:137) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:725) 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$7(TestMethodTestDescriptor.java:214) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:210) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:66) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at java.base/java.util.ArrayList.forEach(ArrayList.java:1540) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at java.base/java.util.ArrayList.forEach(ArrayList.java:1540) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35) at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:107) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86) at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86) at org.junit.platform.launcher.core.SessionPerRequestLauncher.execute(SessionPerRequestLauncher.java:53) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.185 s - in org.eclipse.scout.sdk.core.log.SdkLogTest [INFO] Running org.eclipse.scout.sdk.core.model.CompilationUnitInfoWithClasspathTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.448 s - in org.eclipse.scout.sdk.core.model.CompilationUnitInfoWithClasspathTest [INFO] Running org.eclipse.scout.sdk.core.model.api.AnnotationElementTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 s - in org.eclipse.scout.sdk.core.model.api.AnnotationElementTest [INFO] Running org.eclipse.scout.sdk.core.model.api.AnnotationSourceTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.246 s - in org.eclipse.scout.sdk.core.model.api.AnnotationSourceTest [INFO] Running org.eclipse.scout.sdk.core.model.api.AnnotationTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 s - in org.eclipse.scout.sdk.core.model.api.AnnotationTest [INFO] Running org.eclipse.scout.sdk.core.model.api.AnnotationWithCompileErrorTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.195 s - in org.eclipse.scout.sdk.core.model.api.AnnotationWithCompileErrorTest [INFO] Running org.eclipse.scout.sdk.core.model.api.ArrayMetaValueTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s - in org.eclipse.scout.sdk.core.model.api.ArrayMetaValueTest [INFO] Running org.eclipse.scout.sdk.core.model.api.ArrayTypeTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s - in org.eclipse.scout.sdk.core.model.api.ArrayTypeTest [INFO] Running org.eclipse.scout.sdk.core.model.api.ClasspathEntryTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.scout.sdk.core.model.api.ClasspathEntryTest [INFO] Running org.eclipse.scout.sdk.core.model.api.CompilationUnitTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s - in org.eclipse.scout.sdk.core.model.api.CompilationUnitTest [INFO] Running org.eclipse.scout.sdk.core.model.api.CreateAndOverrideNewCompilationUnitTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.12 s - in org.eclipse.scout.sdk.core.model.api.CreateAndOverrideNewCompilationUnitTest [INFO] Running org.eclipse.scout.sdk.core.model.api.FieldTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.131 s - in org.eclipse.scout.sdk.core.model.api.FieldTest [INFO] Running org.eclipse.scout.sdk.core.model.api.GenericMethodTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s - in org.eclipse.scout.sdk.core.model.api.GenericMethodTest [INFO] Running org.eclipse.scout.sdk.core.model.api.ImportDeclarationTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s - in org.eclipse.scout.sdk.core.model.api.ImportDeclarationTest [INFO] Running org.eclipse.scout.sdk.core.model.api.JavaElementVisitorTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.14 s - in org.eclipse.scout.sdk.core.model.api.JavaElementVisitorTest [INFO] Running org.eclipse.scout.sdk.core.model.api.JavaEnvironmentTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.288 s - in org.eclipse.scout.sdk.core.model.api.JavaEnvironmentTest [INFO] Running org.eclipse.scout.sdk.core.model.api.ManagedAnnotationTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 s - in org.eclipse.scout.sdk.core.model.api.ManagedAnnotationTest [INFO] Running org.eclipse.scout.sdk.core.model.api.MethodParameterTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s - in org.eclipse.scout.sdk.core.model.api.MethodParameterTest [INFO] Running org.eclipse.scout.sdk.core.model.api.MethodTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 s - in org.eclipse.scout.sdk.core.model.api.MethodTest [INFO] Running org.eclipse.scout.sdk.core.model.api.PackageTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s - in org.eclipse.scout.sdk.core.model.api.PackageTest [INFO] Running org.eclipse.scout.sdk.core.model.api.PrimitiveTypeTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.eclipse.scout.sdk.core.model.api.PrimitiveTypeTest [INFO] Running org.eclipse.scout.sdk.core.model.api.PropertyBeanTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.eclipse.scout.sdk.core.model.api.PropertyBeanTest [INFO] Running org.eclipse.scout.sdk.core.model.api.SourceRangeTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.eclipse.scout.sdk.core.model.api.SourceRangeTest [INFO] Running org.eclipse.scout.sdk.core.model.api.TypeParameterTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 s - in org.eclipse.scout.sdk.core.model.api.TypeParameterTest [INFO] Running org.eclipse.scout.sdk.core.model.api.TypeTest [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.194 s - in org.eclipse.scout.sdk.core.model.api.TypeTest [INFO] Running org.eclipse.scout.sdk.core.model.api.query.AnnotationQueryTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s - in org.eclipse.scout.sdk.core.model.api.query.AnnotationQueryTest [INFO] Running org.eclipse.scout.sdk.core.model.api.query.QueryTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.135 s - in org.eclipse.scout.sdk.core.model.api.query.QueryTest [INFO] Running org.eclipse.scout.sdk.core.model.api.spliterator.HierarchicalSpliteratorTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.271 s - in org.eclipse.scout.sdk.core.model.api.spliterator.HierarchicalSpliteratorTest [INFO] Running org.eclipse.scout.sdk.core.model.api.spliterator.InnerTypeSpliteratorTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.eclipse.scout.sdk.core.model.api.spliterator.InnerTypeSpliteratorTest [INFO] Running org.eclipse.scout.sdk.core.model.api.spliterator.SuperTypeHierarchySpliteratorTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 s - in org.eclipse.scout.sdk.core.model.api.spliterator.SuperTypeHierarchySpliteratorTest [INFO] Running org.eclipse.scout.sdk.core.model.api.spliterator.WrappingSpliteratorTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.209 s - in org.eclipse.scout.sdk.core.model.api.spliterator.WrappingSpliteratorTest [INFO] Running org.eclipse.scout.sdk.core.model.ecj.ClasspathBuilderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.scout.sdk.core.model.ecj.ClasspathBuilderTest [INFO] Running org.eclipse.scout.sdk.core.model.ecj.JavaEnvironmentWithEcjBuilderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.494 s - in org.eclipse.scout.sdk.core.model.ecj.JavaEnvironmentWithEcjBuilderTest [INFO] Running org.eclipse.scout.sdk.core.model.ecj.JavaEnvironmentWithEcjTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.eclipse.scout.sdk.core.model.ecj.JavaEnvironmentWithEcjTest [INFO] Running org.eclipse.scout.sdk.core.model.ecj.JreInfoTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.scout.sdk.core.model.ecj.JreInfoTest [INFO] Running org.eclipse.scout.sdk.core.model.ecj.SameCompositeObjectTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.sdk.core.model.ecj.SameCompositeObjectTest [INFO] Running org.eclipse.scout.sdk.core.model.ecj.SpiWithEcjUtilsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.scout.sdk.core.model.ecj.SpiWithEcjUtilsTest [INFO] Running org.eclipse.scout.sdk.core.model.ecj.TypeNameDescriptorTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.scout.sdk.core.model.ecj.TypeNameDescriptorTest [INFO] Running org.eclipse.scout.sdk.core.model.spi.internal.metavalue.MetaValueFactoryTest [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 s - in org.eclipse.scout.sdk.core.model.spi.internal.metavalue.MetaValueFactoryTest [INFO] Running org.eclipse.scout.sdk.core.testing.ApiTestGeneratorTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 s - in org.eclipse.scout.sdk.core.testing.ApiTestGeneratorTest [INFO] Running org.eclipse.scout.sdk.core.testing.apidef.ApiExecutionConditionTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.scout.sdk.core.testing.apidef.ApiExecutionConditionTest [INFO] Running org.eclipse.scout.sdk.core.transformer.SimpleWorkingCopyTransformerBuilderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 s - in org.eclipse.scout.sdk.core.transformer.SimpleWorkingCopyTransformerBuilderTest [INFO] Running org.eclipse.scout.sdk.core.transformer.WorkingCopyTransformerTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.561 s - in org.eclipse.scout.sdk.core.transformer.WorkingCopyTransformerTest [INFO] Running org.eclipse.scout.sdk.core.util.CompositeObjectTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.scout.sdk.core.util.CompositeObjectTest [INFO] Running org.eclipse.scout.sdk.core.util.CoreUtilsTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.scout.sdk.core.util.CoreUtilsTest [INFO] Running org.eclipse.scout.sdk.core.util.EnsureTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.scout.sdk.core.util.EnsureTest [INFO] Running org.eclipse.scout.sdk.core.util.FinalValueTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s - in org.eclipse.scout.sdk.core.util.FinalValueTest [INFO] Running org.eclipse.scout.sdk.core.util.JavaTypesTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s - in org.eclipse.scout.sdk.core.util.JavaTypesTest [INFO] Running org.eclipse.scout.sdk.core.util.PropertySupportTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.128 s - in org.eclipse.scout.sdk.core.util.PropertySupportTest [INFO] Running org.eclipse.scout.sdk.core.util.SdkExceptionTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.scout.sdk.core.util.SdkExceptionTest [INFO] Running org.eclipse.scout.sdk.core.util.SourceStateTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.scout.sdk.core.util.SourceStateTest [INFO] Running org.eclipse.scout.sdk.core.util.StreamUtilsTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.scout.sdk.core.util.StreamUtilsTest [INFO] Running org.eclipse.scout.sdk.core.util.StringsTest [INFO] Tests run: 44, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 s - in org.eclipse.scout.sdk.core.util.StringsTest [INFO] Running org.eclipse.scout.sdk.core.util.TtlCacheTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.162 s - in org.eclipse.scout.sdk.core.util.TtlCacheTest [INFO] Running org.eclipse.scout.sdk.core.util.XmlTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.318 s - in org.eclipse.scout.sdk.core.util.XmlTest [INFO] Running org.eclipse.scout.sdk.core.util.visitor.BreadthFirstTraversalTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.sdk.core.util.visitor.BreadthFirstTraversalTest [INFO] Running org.eclipse.scout.sdk.core.util.visitor.DepthFirstTraversalTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.scout.sdk.core.util.visitor.DepthFirstTraversalTest [INFO] Running org.eclipse.scout.sdk.core.util.visitor.DepthFirstVisitorTypeAdapterTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.scout.sdk.core.util.visitor.DepthFirstVisitorTypeAdapterTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 428, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.scout.sdk.core.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-12.0.0-SNAPSHOT.jar [INFO] [INFO] --- jar:3.2.0:test-jar (attach-tests) @ org.eclipse.scout.sdk.core.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-12.0.0-SNAPSHOT-tests.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.core.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-12.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.core.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-12.0.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- duplicate-finder:1.5.0:check (default) @ org.eclipse.scout.sdk.core.test --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- install:2.5.2:install (default-install) @ org.eclipse.scout.sdk.core.test --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-12.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.test/12.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.test-12.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.test/pom.xml to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.test/12.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.test-12.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-12.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.test/12.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.test-12.0.0-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-12.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.test/12.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.test-12.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-12.0.0-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.test/12.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.test-12.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 12.0.0-SNAPSHOT [5/11] [INFO] from /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.s/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.core.s --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-rules) @ org.eclipse.scout.sdk.core.s --- [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (default) @ org.eclipse.scout.sdk.core.s --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.s/../org.eclipse.scout.sdk/target/jacoco-all.exec [INFO] [INFO] --- build-helper:3.2.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.core.s --- [INFO] [INFO] --- build-helper:3.2.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.core.s --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.scout.sdk.core.s --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'ISO-8859-1' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.s/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ org.eclipse.scout.sdk.core.s --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 140 source files to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.s/target/classes [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.scout.sdk.core.s --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'ISO-8859-1' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.s/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.core.s --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.scout.sdk.core.s --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.scout.sdk.core.s --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.s/target/org.eclipse.scout.sdk.core.s-12.0.0-SNAPSHOT.jar [INFO] [INFO] --- jar:3.2.0:test-jar (attach-tests) @ org.eclipse.scout.sdk.core.s --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.core.s --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.s/target/org.eclipse.scout.sdk.core.s-12.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.core.s --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder:1.5.0:check (default) @ org.eclipse.scout.sdk.core.s --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- install:2.5.2:install (default-install) @ org.eclipse.scout.sdk.core.s --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.s/target/org.eclipse.scout.sdk.core.s-12.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s/12.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s-12.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.s/pom.xml to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s/12.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s-12.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.s/target/org.eclipse.scout.sdk.core.s-12.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s/12.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s-12.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 12.0.0-SNAPSHOT [6/11] [INFO] from /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.core.s.test --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-rules) @ org.eclipse.scout.sdk.core.s.test --- [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (default) @ org.eclipse.scout.sdk.core.s.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/../org.eclipse.scout.sdk/target/jacoco-all.exec [INFO] [INFO] --- build-helper:3.2.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.core.s.test --- [INFO] [INFO] --- build-helper:3.2.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.core.s.test --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-test-source) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Test Source directory: /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/src/test/client added. [INFO] Test Source directory: /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/src/test/shared added. [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'ISO-8859-1' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/classes [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'ISO-8859-1' encoding to copy filtered properties files. [INFO] Copying 29 resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 240 source files to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/test-classes [INFO] /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/src/test/client/formdata/client/ui/template/formfield/AbstractTableWithExtKey.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/src/test/client/formdata/client/ui/template/formfield/AbstractTableWithExtKey.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.scout.sdk.core.s.test --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.scout.sdk.core.s.annotation.OrderAnnotationTest 2024-05-23 22:02:12.500 [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: 4.046 s - in org.eclipse.scout.sdk.core.s.annotation.OrderAnnotationTest [INFO] Running org.eclipse.scout.sdk.core.s.apidef.ScoutApiTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.971 s - in org.eclipse.scout.sdk.core.s.apidef.ScoutApiTest [INFO] Running org.eclipse.scout.sdk.core.s.apidef.ScoutModelHierarchyTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.222 s - in org.eclipse.scout.sdk.core.s.apidef.ScoutModelHierarchyTest [INFO] Running org.eclipse.scout.sdk.core.s.codetype.CodeTypeGeneratorTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.453 s - in org.eclipse.scout.sdk.core.s.codetype.CodeTypeGeneratorTest [INFO] Running org.eclipse.scout.sdk.core.s.codetype.CodeTypeNewOperationTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.541 s - in org.eclipse.scout.sdk.core.s.codetype.CodeTypeNewOperationTest [INFO] Running org.eclipse.scout.sdk.core.s.codetype.HugeCodeTypeTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.986 s - in org.eclipse.scout.sdk.core.s.codetype.HugeCodeTypeTest [INFO] Running org.eclipse.scout.sdk.core.s.dataobject.DataObjectGeneratorTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.334 s - in org.eclipse.scout.sdk.core.s.dataobject.DataObjectGeneratorTest [INFO] Running org.eclipse.scout.sdk.core.s.dataobject.DataObjectModelTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.215 s - in org.eclipse.scout.sdk.core.s.dataobject.DataObjectModelTest [INFO] Running org.eclipse.scout.sdk.core.s.dataobject.DataObjectNodeTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.462 s - in org.eclipse.scout.sdk.core.s.dataobject.DataObjectNodeTest [INFO] Running org.eclipse.scout.sdk.core.s.dataobject.DoContextResolversTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.177 s - in org.eclipse.scout.sdk.core.s.dataobject.DoContextResolversTest [INFO] Running org.eclipse.scout.sdk.core.s.dataobject.DoContextTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s - in org.eclipse.scout.sdk.core.s.dataobject.DoContextTest [INFO] Running org.eclipse.scout.sdk.core.s.dataobject.DoConvenienceMethodsUpdateOperationTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.836 s - in org.eclipse.scout.sdk.core.s.dataobject.DoConvenienceMethodsUpdateOperationTest [INFO] Running org.eclipse.scout.sdk.core.s.derived.DtoUpdateHandlerTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.252 s - in org.eclipse.scout.sdk.core.s.derived.DtoUpdateHandlerTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.AnnotationCopyTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.32 s - in org.eclipse.scout.sdk.core.s.dto.AnnotationCopyTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.ExtensionFormDataTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.449 s - in org.eclipse.scout.sdk.core.s.dto.ExtensionFormDataTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.ExternalCheckboxFieldTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.317 s - in org.eclipse.scout.sdk.core.s.dto.ExternalCheckboxFieldTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.ExternalGroupboxTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.316 s - in org.eclipse.scout.sdk.core.s.dto.ExternalGroupboxTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.ExternalTableFieldTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.319 s - in org.eclipse.scout.sdk.core.s.dto.ExternalTableFieldTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.FormDataOrderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.447 s - in org.eclipse.scout.sdk.core.s.dto.FormDataOrderTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.FormFieldMenuTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.214 s - in org.eclipse.scout.sdk.core.s.dto.FormFieldMenuTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.FormPropertiesTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.305 s - in org.eclipse.scout.sdk.core.s.dto.FormPropertiesTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.FormWithGroupboxesTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.299 s - in org.eclipse.scout.sdk.core.s.dto.FormWithGroupboxesTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.FormWithTemplateTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.275 s - in org.eclipse.scout.sdk.core.s.dto.FormWithTemplateTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.IgnoredFieldsFormTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.222 s - in org.eclipse.scout.sdk.core.s.dto.IgnoredFieldsFormTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.ListBoxFormTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.201 s - in org.eclipse.scout.sdk.core.s.dto.ListBoxFormTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.MasterFieldFormDataTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.238 s - in org.eclipse.scout.sdk.core.s.dto.MasterFieldFormDataTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.MixedValueFieldTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.225 s - in org.eclipse.scout.sdk.core.s.dto.MixedValueFieldTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.NestedMultiLevelFormFieldTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.05 s - in org.eclipse.scout.sdk.core.s.dto.NestedMultiLevelFormFieldTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.PageBeanDataTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.237 s - in org.eclipse.scout.sdk.core.s.dto.PageBeanDataTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.ReplaceFormFieldTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.494 s - in org.eclipse.scout.sdk.core.s.dto.ReplaceFormFieldTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.ReplaceWithTemplatesTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.928 s - in org.eclipse.scout.sdk.core.s.dto.ReplaceWithTemplatesTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.ReplacingFormTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.181 s - in org.eclipse.scout.sdk.core.s.dto.ReplacingFormTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.ReplacingPageTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.195 s - in org.eclipse.scout.sdk.core.s.dto.ReplacingPageTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.ScopeTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.532 s - in org.eclipse.scout.sdk.core.s.dto.ScopeTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.SimpleFormTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.232 s - in org.eclipse.scout.sdk.core.s.dto.SimpleFormTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.TableFieldBeanTest 2024-05-23 22:02:38.558 [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: 1.399 s - in org.eclipse.scout.sdk.core.s.dto.TableFieldBeanTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.TableFieldExtensionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.398 s - in org.eclipse.scout.sdk.core.s.dto.TableFieldExtensionTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.TableFieldFormTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.225 s - in org.eclipse.scout.sdk.core.s.dto.TableFieldFormTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.TableFieldWithIgnoredColumnsTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.976 s - in org.eclipse.scout.sdk.core.s.dto.TableFieldWithIgnoredColumnsTest [INFO] Running org.eclipse.scout.sdk.core.s.entity.EntityNewOperationTest 2024-05-23 22:02:40.318 [WARNING] No Form will be created, because the client source folder was not provided or could not be determined. 2024-05-23 22:02:40.322 [WARNING] No Page will be created, because the client source folder was not provided or could not be determined. 2024-05-23 22:02:40.498 [WARNING] No Form will be created, because the client source folder was not provided or could not be determined. 2024-05-23 22:02:40.498 [WARNING] No Page will be created, because the client source folder was not provided or could not be determined. 2024-05-23 22:02:41.124 [WARNING] No Form will be created, because the client source folder was not provided or could not be determined. 2024-05-23 22:02:41.124 [WARNING] No Page will be created, because the client source folder was not provided or could not be determined. 2024-05-23 22:02:41.449 [WARNING] No Form will be created, because the client source folder was not provided or could not be determined. 2024-05-23 22:02:41.449 [WARNING] No Page will be created, because the client source folder was not provided or could not be determined. 2024-05-23 22:02:42.306 [WARNING] No Form will be created, because the client source folder was not provided or could not be determined. 2024-05-23 22:02:42.306 [WARNING] No Page will be created, because the client source folder was not provided or could not be determined. 2024-05-23 22:02:42.583 [WARNING] No Form will be created, because the client source folder was not provided or could not be determined. 2024-05-23 22:02:42.584 [WARNING] No Page will be created, because the client source folder was not provided or could not be determined. 2024-05-23 22:02:43.226 [WARNING] No Form will be created, because the client source folder was not provided or could not be determined. 2024-05-23 22:02:43.226 [WARNING] No Page will be created, because the client source folder was not provided or could not be determined. 2024-05-23 22:02:43.445 [WARNING] No Form will be created, because the client source folder was not provided or could not be determined. 2024-05-23 22:02:43.445 [WARNING] No Page will be created, because the client source folder was not provided or could not be determined. [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.013 s - in org.eclipse.scout.sdk.core.s.entity.EntityNewOperationTest [INFO] Running org.eclipse.scout.sdk.core.s.environment.EnvironmentTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.003 s - in org.eclipse.scout.sdk.core.s.environment.EnvironmentTest [INFO] Running org.eclipse.scout.sdk.core.s.environment.SdkFutureTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.scout.sdk.core.s.environment.SdkFutureTest [INFO] Running org.eclipse.scout.sdk.core.s.form.FormGeneratorTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.166 s - in org.eclipse.scout.sdk.core.s.form.FormGeneratorTest [INFO] Running org.eclipse.scout.sdk.core.s.form.FormNewOperationTest [INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.329 s - in org.eclipse.scout.sdk.core.s.form.FormNewOperationTest [INFO] Running org.eclipse.scout.sdk.core.s.jaxws.EmptyWsdlGeneratorTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.scout.sdk.core.s.jaxws.EmptyWsdlGeneratorTest [INFO] Running org.eclipse.scout.sdk.core.s.jaxws.JaxWsModuleNewHelperTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 s - in org.eclipse.scout.sdk.core.s.jaxws.JaxWsModuleNewHelperTest [INFO] Running org.eclipse.scout.sdk.core.s.jaxws.JaxWsUtilsTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 s - in org.eclipse.scout.sdk.core.s.jaxws.JaxWsUtilsTest [INFO] Running org.eclipse.scout.sdk.core.s.jaxws.WebServiceNewOperationTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.199 s - in org.eclipse.scout.sdk.core.s.jaxws.WebServiceNewOperationTest [INFO] Running org.eclipse.scout.sdk.core.s.lookupcall.LookupCallGeneratorTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 s - in org.eclipse.scout.sdk.core.s.lookupcall.LookupCallGeneratorTest [INFO] Running org.eclipse.scout.sdk.core.s.lookupcall.LookupCallNewOperationTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.301 s - in org.eclipse.scout.sdk.core.s.lookupcall.LookupCallNewOperationTest [INFO] Running org.eclipse.scout.sdk.core.s.nls.FilteredTranslationStoreTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.395 s - in org.eclipse.scout.sdk.core.s.nls.FilteredTranslationStoreTest [INFO] Running org.eclipse.scout.sdk.core.s.nls.LanguageTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.sdk.core.s.nls.LanguageTest [INFO] Running org.eclipse.scout.sdk.core.s.nls.TranslationEntryTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.sdk.core.s.nls.TranslationEntryTest [INFO] Running org.eclipse.scout.sdk.core.s.nls.TranslationStoreComparatorTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.131 s - in org.eclipse.scout.sdk.core.s.nls.TranslationStoreComparatorTest [INFO] Running org.eclipse.scout.sdk.core.s.nls.TranslationsTest 2024-05-23 22:03:04.506 [WARNING] Mock for ITranslationStore, hashCode: 378126462 contains no languages! Please check the configuration. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.269 s - in org.eclipse.scout.sdk.core.s.nls.TranslationsTest [INFO] Running org.eclipse.scout.sdk.core.s.nls.UiTextContributorTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 s - in org.eclipse.scout.sdk.core.s.nls.UiTextContributorTest [INFO] Running org.eclipse.scout.sdk.core.s.nls.WebModuleTranslationStoresTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s - in org.eclipse.scout.sdk.core.s.nls.WebModuleTranslationStoresTest [INFO] Running org.eclipse.scout.sdk.core.s.nls.manager.StackedTranslationTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.181 s - in org.eclipse.scout.sdk.core.s.nls.manager.StackedTranslationTest [INFO] Running org.eclipse.scout.sdk.core.s.nls.manager.TranslationManagerEventTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.32 s - in org.eclipse.scout.sdk.core.s.nls.manager.TranslationManagerEventTest [INFO] Running org.eclipse.scout.sdk.core.s.nls.manager.TranslationManagerTest [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.984 s - in org.eclipse.scout.sdk.core.s.nls.manager.TranslationManagerTest [INFO] Running org.eclipse.scout.sdk.core.s.nls.properties.PropertiesTextProviderServiceTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s - in org.eclipse.scout.sdk.core.s.nls.properties.PropertiesTextProviderServiceTest [INFO] Running org.eclipse.scout.sdk.core.s.nls.properties.PropertiesTranslationStoreTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.254 s - in org.eclipse.scout.sdk.core.s.nls.properties.PropertiesTranslationStoreTest [INFO] Running org.eclipse.scout.sdk.core.s.nls.properties.TranslationPropertiesFileTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.268 s - in org.eclipse.scout.sdk.core.s.nls.properties.TranslationPropertiesFileTest [INFO] Running org.eclipse.scout.sdk.core.s.nls.query.MissingTranslationQueryTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.368 s - in org.eclipse.scout.sdk.core.s.nls.query.MissingTranslationQueryTest [INFO] Running org.eclipse.scout.sdk.core.s.nls.query.TranslationKeysQueryTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.scout.sdk.core.s.nls.query.TranslationKeysQueryTest [INFO] Running org.eclipse.scout.sdk.core.s.page.PageGeneratorTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.317 s - in org.eclipse.scout.sdk.core.s.page.PageGeneratorTest [INFO] Running org.eclipse.scout.sdk.core.s.page.PageNewOperationTest [INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.178 s - in org.eclipse.scout.sdk.core.s.page.PageNewOperationTest [INFO] Running org.eclipse.scout.sdk.core.s.permission.PermissionNewOperationTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s - in org.eclipse.scout.sdk.core.s.permission.PermissionNewOperationTest [INFO] Running org.eclipse.scout.sdk.core.s.project.ScoutProjectNewHelperTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.scout.sdk.core.s.project.ScoutProjectNewHelperTest [INFO] Running org.eclipse.scout.sdk.core.s.structured.WellformTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.056 s - in org.eclipse.scout.sdk.core.s.structured.WellformTest [INFO] Running org.eclipse.scout.sdk.core.s.testcase.TestGeneratorTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.1 s - in org.eclipse.scout.sdk.core.s.testcase.TestGeneratorTest [INFO] Running org.eclipse.scout.sdk.core.s.testing.CoreScoutTestingUtilsTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.eclipse.scout.sdk.core.s.testing.CoreScoutTestingUtilsTest [INFO] Running org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.201 s - in org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentTest [INFO] Running org.eclipse.scout.sdk.core.s.util.CharSequenceInputStreamTest [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.498 s - in org.eclipse.scout.sdk.core.s.util.CharSequenceInputStreamTest [INFO] Running org.eclipse.scout.sdk.core.s.util.DelayedBufferTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.72 s - in org.eclipse.scout.sdk.core.s.util.DelayedBufferTest [INFO] Running org.eclipse.scout.sdk.core.s.util.ScoutTierTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.138 s - in org.eclipse.scout.sdk.core.s.util.ScoutTierTest [INFO] Running org.eclipse.scout.sdk.core.s.util.TierTreeTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s - in org.eclipse.scout.sdk.core.s.util.TierTreeTest [INFO] Running org.eclipse.scout.sdk.core.s.util.maven.MavenArtifactVersionsTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.299 s - in org.eclipse.scout.sdk.core.s.util.maven.MavenArtifactVersionsTest [INFO] Running org.eclipse.scout.sdk.core.s.util.maven.MavenBuildTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.sdk.core.s.util.maven.MavenBuildTest [INFO] Running org.eclipse.scout.sdk.core.s.util.maven.PomTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s - in org.eclipse.scout.sdk.core.s.util.maven.PomTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 370, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-12.0.0-SNAPSHOT.jar [INFO] [INFO] --- jar:3.2.0:test-jar (attach-tests) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-12.0.0-SNAPSHOT-tests.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-12.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-12.0.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- duplicate-finder:1.5.0:check (default) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- install:2.5.2:install (default-install) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-12.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s.test/12.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s.test-12.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/pom.xml to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s.test/12.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s.test-12.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-12.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s.test/12.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s.test-12.0.0-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-12.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s.test/12.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s.test-12.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-12.0.0-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s.test/12.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s.test-12.0.0-SNAPSHOT-test-sources.jar [INFO] [INFO] ----------< org.eclipse.scout.sdk:org.eclipse.scout.sdk.doc >----------- [INFO] Building org.eclipse.scout.sdk:org.eclipse.scout.sdk.doc 12.0.0-SNAPSHOT [7/11] [INFO] from /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.doc/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.doc --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-rules) @ org.eclipse.scout.sdk.doc --- [INFO] [INFO] --- build-helper:3.2.0:parse-version (parse-version) @ org.eclipse.scout.sdk.doc --- [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (default) @ org.eclipse.scout.sdk.doc --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.doc/../org.eclipse.scout.sdk/target/jacoco-all.exec [INFO] [INFO] --- build-helper:3.2.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.doc --- [INFO] [INFO] --- build-helper:3.2.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.doc --- [INFO] [INFO] --- asciidoctor:2.2.2:process-asciidoc (scout-sdk-doc-to-html) @ org.eclipse.scout.sdk.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 4 resources [INFO] Converted /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.doc/src/main/asciidoc/index.adoc [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.scout.sdk.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'ISO-8859-1' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.doc/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ org.eclipse.scout.sdk.doc --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.doc/target/classes [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.scout.sdk.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'ISO-8859-1' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.doc/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.doc --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.scout.sdk.doc --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.scout.sdk.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.doc/target/org.eclipse.scout.sdk.doc-12.0.0-SNAPSHOT.jar [INFO] [INFO] --- jar:3.2.0:test-jar (attach-tests) @ org.eclipse.scout.sdk.doc --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.doc/target/org.eclipse.scout.sdk.doc-12.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.doc --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder:1.5.0:check (default) @ org.eclipse.scout.sdk.doc --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- install:2.5.2:install (default-install) @ org.eclipse.scout.sdk.doc --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.doc/target/org.eclipse.scout.sdk.doc-12.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.doc/12.0.0-SNAPSHOT/org.eclipse.scout.sdk.doc-12.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.doc/pom.xml to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.doc/12.0.0-SNAPSHOT/org.eclipse.scout.sdk.doc-12.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.doc/target/org.eclipse.scout.sdk.doc-12.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.doc/12.0.0-SNAPSHOT/org.eclipse.scout.sdk.doc-12.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --------< org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e >--------- [INFO] Building org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e 12.0.0-SNAPSHOT [8/11] [INFO] from /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.s2e --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e --- [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (default) @ org.eclipse.scout.sdk.s2e --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e/../org.eclipse.scout.sdk/target/jacoco-all.exec [INFO] [INFO] --- build-helper:3.2.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e --- [INFO] [INFO] --- build-helper:3.2.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.scout.sdk.s2e --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'ISO-8859-1' encoding to copy filtered properties files. [INFO] Copying 2 resources [INFO] Copying 3 resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ org.eclipse.scout.sdk.s2e --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 46 source files to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/classes [INFO] [INFO] --- bundle:5.1.2:manifest (bundle-manifest) @ org.eclipse.scout.sdk.s2e --- [INFO] No previous run data found, generating manifest. [WARNING] Manifest org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e:bundle:12.0.0-SNAPSHOT : Host org.eclipse.m2e.maven.runtime=bundle-version="[1.18,4.0)";visibility:=reexport for this fragment/require bundle cannot be found on the classpath [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'ISO-8859-1' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.scout.sdk.s2e --- [INFO] No tests to run. [INFO] [INFO] --- bundle:5.1.2:bundle (default-bundle) @ org.eclipse.scout.sdk.s2e --- [WARNING] Bundle org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e:bundle:12.0.0-SNAPSHOT : Host org.eclipse.m2e.maven.runtime=bundle-version="[1.18,4.0)";visibility:=reexport for this fragment/require bundle cannot be found on the classpath [INFO] [INFO] --- jar:3.2.0:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-12.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder:1.5.0:check (default) @ org.eclipse.scout.sdk.s2e --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- install:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-12.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e/12.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e-12.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e/pom.xml to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e/12.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e-12.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-12.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e/12.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e-12.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.2: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 12.0.0-SNAPSHOT [9/11] [INFO] from /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] The POM for org.eclipse.platform:org.eclipse.swt:jar:3.120.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.s2e.test --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e.test --- [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/../org.eclipse.scout.sdk/target/jacoco-all.exec [INFO] [INFO] --- build-helper:3.2.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.test --- [INFO] [INFO] --- build-helper:3.2.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.test --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.scout.sdk.s2e.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'ISO-8859-1' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ org.eclipse.scout.sdk.s2e.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/classes [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'ISO-8859-1' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/test-classes [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.scout.sdk.s2e.test --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.scout.sdk.s2e.EclipseApiTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.274 s - in org.eclipse.scout.sdk.s2e.EclipseApiTest [INFO] Running org.eclipse.scout.sdk.s2e.environment.AbstractJobTest 2024-05-23 22:04:03.123 [SEVERE] org.eclipse.core.runtime.CoreException: test exception at org.eclipse.scout.sdk.s2e.environment.AbstractJobTest$4.execute(AbstractJobTest.java:115) at org.eclipse.scout.sdk.s2e.environment.AbstractJob.runInternal(AbstractJob.java:174) at org.eclipse.scout.sdk.s2e.environment.AbstractJob.run(AbstractJob.java:141) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) 2024-05-23 22:04:03.169 [SEVERE] java.lang.IllegalArgumentException: test exception at org.eclipse.scout.sdk.s2e.environment.AbstractJobTest$5.execute(AbstractJobTest.java:128) at org.eclipse.scout.sdk.s2e.environment.AbstractJob.runInternal(AbstractJob.java:174) at org.eclipse.scout.sdk.s2e.environment.AbstractJob.run(AbstractJob.java:141) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) 2024-05-23 22:04:03.181 [FINE] Job '' finished after 0ms. It has been scheduled by: at org.eclipse.scout.sdk.s2e.environment.AbstractJob.run(AbstractJob.java:148) at org.eclipse.scout.sdk.s2e.environment.AbstractJobTest.testCallerStackTraceRun(AbstractJobTest.java:77) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:725) 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$7(TestMethodTestDescriptor.java:214) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:210) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:66) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at java.base/java.util.ArrayList.forEach(ArrayList.java:1540) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at java.base/java.util.ArrayList.forEach(ArrayList.java:1540) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35) at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:107) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86) at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86) at org.junit.platform.launcher.core.SessionPerRequestLauncher.execute(SessionPerRequestLauncher.java:53) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) 2024-05-23 22:04:03.213 [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:725) 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$7(TestMethodTestDescriptor.java:214) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:210) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:66) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at java.base/java.util.ArrayList.forEach(ArrayList.java:1540) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at java.base/java.util.ArrayList.forEach(ArrayList.java:1540) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35) at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:107) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86) at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86) at org.junit.platform.launcher.core.SessionPerRequestLauncher.execute(SessionPerRequestLauncher.java:53) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.238 s - in org.eclipse.scout.sdk.s2e.environment.AbstractJobTest [INFO] Running org.eclipse.scout.sdk.s2e.environment.EclipseEnvironmentTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.179 s - in org.eclipse.scout.sdk.s2e.environment.EclipseEnvironmentTest [INFO] Running org.eclipse.scout.sdk.s2e.environment.JobFutureTest 2024-05-23 22:04:15.574 [SEVERE] org.eclipse.core.runtime.CoreException: test exception at org.eclipse.scout.sdk.s2e.environment.JobFutureTest.testCheckedExceptionResult(JobFutureTest.java:70) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:725) 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$7(TestMethodTestDescriptor.java:214) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:210) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:66) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at java.base/java.util.ArrayList.forEach(ArrayList.java:1540) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at java.base/java.util.ArrayList.forEach(ArrayList.java:1540) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35) at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:107) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86) at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86) at org.junit.platform.launcher.core.SessionPerRequestLauncher.execute(SessionPerRequestLauncher.java:53) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) Caused by: java.lang.Exception: test exception ... 70 more 2024-05-23 22:04:15.686 [SEVERE] java.lang.RuntimeException: test exception at org.eclipse.scout.sdk.s2e.environment.JobFutureTest.testRuntimeExceptionResult(JobFutureTest.java:190) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:725) 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$7(TestMethodTestDescriptor.java:214) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:210) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:66) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at java.base/java.util.ArrayList.forEach(ArrayList.java:1540) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at java.base/java.util.ArrayList.forEach(ArrayList.java:1540) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35) at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:107) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86) at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86) at org.junit.platform.launcher.core.SessionPerRequestLauncher.execute(SessionPerRequestLauncher.java:53) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.268 s - in org.eclipse.scout.sdk.s2e.environment.JobFutureTest [INFO] Running org.eclipse.scout.sdk.s2e.environment.OperationJobTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s - in org.eclipse.scout.sdk.s2e.environment.OperationJobTest [INFO] Running org.eclipse.scout.sdk.s2e.environment.ResourceWriteOperationTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s - in org.eclipse.scout.sdk.s2e.environment.ResourceWriteOperationTest [INFO] Running org.eclipse.scout.sdk.s2e.environment.WorkingCopyManagerTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.scout.sdk.s2e.environment.WorkingCopyManagerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.scout.sdk.s2e.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-12.0.0-SNAPSHOT.jar [INFO] [INFO] --- jar:3.2.0:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-12.0.0-SNAPSHOT-tests.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-12.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-12.0.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- duplicate-finder:1.5.0:check (default) @ org.eclipse.scout.sdk.s2e.test --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- install:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e.test --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-12.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.test/12.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.test-12.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/pom.xml to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.test/12.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.test-12.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-12.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.test/12.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.test-12.0.0-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-12.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.test/12.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.test-12.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-12.0.0-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.test/12.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.test-12.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 12.0.0-SNAPSHOT [10/11] [INFO] from /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/../org.eclipse.scout.sdk/target/jacoco-all.exec [INFO] [INFO] --- build-helper:3.2.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] [INFO] --- build-helper:3.2.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'ISO-8859-1' encoding to copy filtered properties files. [INFO] Copying 63 resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/target/classes [INFO] [INFO] --- bundle:5.1.2:manifest (bundle-manifest) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] No previous run data found, generating manifest. [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'ISO-8859-1' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] No tests to run. [INFO] [INFO] --- bundle:5.1.2:bundle (default-bundle) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] [INFO] --- jar:3.2.0:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-12.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder:1.5.0:check (default) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- install:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-12.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.doc/12.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.doc-12.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/pom.xml to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.doc/12.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.doc-12.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-12.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.doc/12.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.doc-12.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.2: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 12.0.0-SNAPSHOT [11/11] [INFO] from /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/../org.eclipse.scout.sdk/target/jacoco-all.exec [INFO] [INFO] --- build-helper:3.2.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] [INFO] --- build-helper:3.2.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'ISO-8859-1' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/src/main/resources [INFO] Copying 50 resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 169 source files to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/classes [INFO] /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/src/main/java/org/eclipse/scout/sdk/s2e/ui/internal/template/ScoutTemplateProposalFactory.java: /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/src/main/java/org/eclipse/scout/sdk/s2e/ui/internal/template/ScoutTemplateProposalFactory.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/src/main/java/org/eclipse/scout/sdk/s2e/ui/internal/template/ScoutTemplateProposalFactory.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- bundle:5.1.2:manifest (bundle-manifest) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] No previous run data found, generating manifest. [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'ISO-8859-1' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/test-classes [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.scout.sdk.s2e.ui.EclipseUiApiTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.61 s - in org.eclipse.scout.sdk.s2e.ui.EclipseUiApiTest [INFO] Running org.eclipse.scout.sdk.s2e.ui.internal.jaxws.editor.WebServiceFormPageInputTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.397 s - in org.eclipse.scout.sdk.s2e.ui.internal.jaxws.editor.WebServiceFormPageInputTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- bundle:5.1.2:bundle (default-bundle) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] [INFO] --- jar:3.2.0:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-12.0.0-SNAPSHOT-tests.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-12.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-12.0.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- duplicate-finder:1.5.0:check (default) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-12.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.ui/12.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.ui-12.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/pom.xml to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.ui/12.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.ui-12.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-12.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.ui/12.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.ui-12.0.0-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-12.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.ui/12.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.ui-12.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-12.0.0-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.ui/12.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.ui-12.0.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- bundle:5.1.2:install (default-install) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] Local OBR update disabled (enable with -DobrRepository) [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Eclipse Scout SDK 12.0.0-SNAPSHOT: [INFO] [INFO] Eclipse Scout SDK .................................. SUCCESS [ 9.906 s] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core ... SUCCESS [ 13.805 s] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.ecj SUCCESS [ 3.402 s] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.test SUCCESS [ 24.996 s] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s . SUCCESS [ 4.306 s] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s.test SUCCESS [01:49 min] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.doc .... SUCCESS [ 21.587 s] [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e SUCCESS [ 10.731 s] [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.test SUCCESS [ 22.395 s] [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.doc SUCCESS [ 1.014 s] [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.ui SUCCESS [ 23.087 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 04:18 min [INFO] Finished at: 2024-05-23T22:04:41Z [INFO] ------------------------------------------------------------------------ [scout-integration-12.0-SDK-nightly] $ /opt/tools/apache-maven/latest/bin/mvn -f org.eclipse.scout.sdk/pom.xml -Dremote_branch=origin/releases/12.0 -Dis_tag=false -Dtag_or_branch=origin/releases/12.0 -Dmaster_unitTest_skip=true -Dmaven.repo.local=/home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository -Dgpg.skip=true deploy -Peclipse-sign -DskipTests Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) 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: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Eclipse Scout SDK [pom] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core [jar] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.ecj [jar] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.test [jar] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s [jar] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s.test [jar] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.doc [jar] [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e [bundle] [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.test [jar] [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.doc [bundle] [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.ui [bundle] [INFO] [INFO] ------------< org.eclipse.scout.sdk:org.eclipse.scout.sdk >------------- [INFO] Building Eclipse Scout SDK 12.0.0-SNAPSHOT [1/11] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-rules) @ org.eclipse.scout.sdk --- [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (default) @ org.eclipse.scout.sdk --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] master_test_jacocoArgLine set to empty [INFO] [INFO] --- build-helper:3.2.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk --- [INFO] [INFO] --- build-helper:3.2.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk --- [INFO] [INFO] --- jar:3.2.0:test-jar (attach-tests) @ org.eclipse.scout.sdk --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.scout.sdk --- [INFO] [INFO] --- tycho-p2:2.7.3:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk --- [INFO] [INFO] --- gpg:3.0.1:sign (sign-artifacts) @ org.eclipse.scout.sdk --- [INFO] [INFO] --- duplicate-finder:1.5.0:check (default) @ org.eclipse.scout.sdk --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- install:2.5.2:install (default-install) @ org.eclipse.scout.sdk --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk/pom.xml to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk/12.0.0-SNAPSHOT/org.eclipse.scout.sdk-12.0.0-SNAPSHOT.pom [INFO] [INFO] --- deploy:2.8.2:deploy (default-deploy) @ org.eclipse.scout.sdk --- [INFO] Deploying org.eclipse.scout.sdk:org.eclipse.scout.sdk:12.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 12.0.0-SNAPSHOT [2/11] [INFO] from /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-rules) @ org.eclipse.scout.sdk.core --- [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (default) @ org.eclipse.scout.sdk.core --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] master_test_jacocoArgLine set to empty [INFO] [INFO] --- build-helper:3.2.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.core --- [INFO] [INFO] --- build-helper:3.2.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.core --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.scout.sdk.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'ISO-8859-1' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ org.eclipse.scout.sdk.core --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.scout.sdk.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'ISO-8859-1' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.core --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.scout.sdk.core --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.scout.sdk.core --- [INFO] [INFO] --- jar:3.2.0:test-jar (attach-tests) @ org.eclipse.scout.sdk.core --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.core --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.core --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.scout.sdk.core --- [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core/target/org.eclipse.scout.sdk.core-12.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core/target/org.eclipse.scout.sdk.core-12.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.3:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk.core --- [INFO] [INFO] --- gpg:3.0.1:sign (sign-artifacts) @ org.eclipse.scout.sdk.core --- [INFO] [INFO] --- duplicate-finder:1.5.0:check (default) @ org.eclipse.scout.sdk.core --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- install:2.5.2:install (default-install) @ org.eclipse.scout.sdk.core --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core/target/org.eclipse.scout.sdk.core-12.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core/12.0.0-SNAPSHOT/org.eclipse.scout.sdk.core-12.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core/pom.xml to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core/12.0.0-SNAPSHOT/org.eclipse.scout.sdk.core-12.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core/target/org.eclipse.scout.sdk.core-12.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core/12.0.0-SNAPSHOT/org.eclipse.scout.sdk.core-12.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- deploy:2.8.2:deploy (default-deploy) @ org.eclipse.scout.sdk.core --- [INFO] Deploying org.eclipse.scout.sdk:org.eclipse.scout.sdk.core:12.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 12.0.0-SNAPSHOT [3/11] [INFO] from /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.ecj/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-rules) @ org.eclipse.scout.sdk.core.ecj --- [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (default) @ org.eclipse.scout.sdk.core.ecj --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] master_test_jacocoArgLine set to empty [INFO] [INFO] --- build-helper:3.2.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.core.ecj --- [INFO] [INFO] --- build-helper:3.2.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.core.ecj --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.scout.sdk.core.ecj --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'ISO-8859-1' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.ecj/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ org.eclipse.scout.sdk.core.ecj --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 43 source files to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.ecj/target/classes [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.scout.sdk.core.ecj --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'ISO-8859-1' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.ecj/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.core.ecj --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.scout.sdk.core.ecj --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.scout.sdk.core.ecj --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.ecj/target/org.eclipse.scout.sdk.core.ecj-12.0.0-SNAPSHOT.jar [INFO] [INFO] --- jar:3.2.0:test-jar (attach-tests) @ org.eclipse.scout.sdk.core.ecj --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.core.ecj --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.core.ecj --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.scout.sdk.core.ecj --- [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.ecj/target/org.eclipse.scout.sdk.core.ecj-12.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.ecj/target/org.eclipse.scout.sdk.core.ecj-12.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.3:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk.core.ecj --- [INFO] [INFO] --- gpg:3.0.1:sign (sign-artifacts) @ org.eclipse.scout.sdk.core.ecj --- [INFO] [INFO] --- duplicate-finder:1.5.0:check (default) @ org.eclipse.scout.sdk.core.ecj --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- install:2.5.2:install (default-install) @ org.eclipse.scout.sdk.core.ecj --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.ecj/target/org.eclipse.scout.sdk.core.ecj-12.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.ecj/12.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.ecj-12.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.ecj/pom.xml to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.ecj/12.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.ecj-12.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.ecj/target/org.eclipse.scout.sdk.core.ecj-12.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.ecj/12.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.ecj-12.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- deploy:2.8.2:deploy (default-deploy) @ org.eclipse.scout.sdk.core.ecj --- [INFO] Deploying org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.ecj:12.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 12.0.0-SNAPSHOT [4/11] [INFO] from /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-rules) @ org.eclipse.scout.sdk.core.test --- [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (default) @ org.eclipse.scout.sdk.core.test --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] master_test_jacocoArgLine set to empty [INFO] [INFO] --- build-helper:3.2.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.core.test --- [INFO] [INFO] --- build-helper:3.2.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.core.test --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-test-source) @ org.eclipse.scout.sdk.core.test --- [INFO] Test Source directory: /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.test/src/test/fixture added. [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.scout.sdk.core.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'ISO-8859-1' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.test/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ org.eclipse.scout.sdk.core.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/classes [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.scout.sdk.core.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'ISO-8859-1' encoding to copy filtered properties files. [INFO] Copying 34 resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.core.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 144 source files to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/test-classes [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.scout.sdk.core.test --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.scout.sdk.core.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-12.0.0-SNAPSHOT.jar [INFO] [INFO] --- jar:3.2.0:test-jar (attach-tests) @ org.eclipse.scout.sdk.core.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-12.0.0-SNAPSHOT-tests.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.core.test --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.core.test --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.scout.sdk.core.test --- [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-12.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-12.0.0-SNAPSHOT-tests.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-12.0.0-SNAPSHOT-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-12.0.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- tycho-p2:2.7.3:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk.core.test --- [INFO] [INFO] --- gpg:3.0.1:sign (sign-artifacts) @ org.eclipse.scout.sdk.core.test --- [INFO] [INFO] --- duplicate-finder:1.5.0:check (default) @ org.eclipse.scout.sdk.core.test --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- install:2.5.2:install (default-install) @ org.eclipse.scout.sdk.core.test --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-12.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.test/12.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.test-12.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.test/pom.xml to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.test/12.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.test-12.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-12.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.test/12.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.test-12.0.0-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-12.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.test/12.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.test-12.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-12.0.0-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.test/12.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.test-12.0.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:2.8.2:deploy (default-deploy) @ org.eclipse.scout.sdk.core.test --- [INFO] Deploying org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.test:12.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 12.0.0-SNAPSHOT [5/11] [INFO] from /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.s/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-rules) @ org.eclipse.scout.sdk.core.s --- [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (default) @ org.eclipse.scout.sdk.core.s --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] master_test_jacocoArgLine set to empty [INFO] [INFO] --- build-helper:3.2.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.core.s --- [INFO] [INFO] --- build-helper:3.2.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.core.s --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.scout.sdk.core.s --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'ISO-8859-1' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.s/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ org.eclipse.scout.sdk.core.s --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 140 source files to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.s/target/classes [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.scout.sdk.core.s --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'ISO-8859-1' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.s/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.core.s --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.scout.sdk.core.s --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.scout.sdk.core.s --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.s/target/org.eclipse.scout.sdk.core.s-12.0.0-SNAPSHOT.jar [INFO] [INFO] --- jar:3.2.0:test-jar (attach-tests) @ org.eclipse.scout.sdk.core.s --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.core.s --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.core.s --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.scout.sdk.core.s --- [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.s/target/org.eclipse.scout.sdk.core.s-12.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.s/target/org.eclipse.scout.sdk.core.s-12.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.3:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk.core.s --- [INFO] [INFO] --- gpg:3.0.1:sign (sign-artifacts) @ org.eclipse.scout.sdk.core.s --- [INFO] [INFO] --- duplicate-finder:1.5.0:check (default) @ org.eclipse.scout.sdk.core.s --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- install:2.5.2:install (default-install) @ org.eclipse.scout.sdk.core.s --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.s/target/org.eclipse.scout.sdk.core.s-12.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s/12.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s-12.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.s/pom.xml to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s/12.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s-12.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.s/target/org.eclipse.scout.sdk.core.s-12.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s/12.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s-12.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- deploy:2.8.2:deploy (default-deploy) @ org.eclipse.scout.sdk.core.s --- [INFO] Deploying org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s:12.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 12.0.0-SNAPSHOT [6/11] [INFO] from /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-rules) @ org.eclipse.scout.sdk.core.s.test --- [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (default) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] master_test_jacocoArgLine set to empty [INFO] [INFO] --- build-helper:3.2.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.core.s.test --- [INFO] [INFO] --- build-helper:3.2.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.core.s.test --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-test-source) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Test Source directory: /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/src/test/client added. [INFO] Test Source directory: /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/src/test/shared added. [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'ISO-8859-1' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/classes [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'ISO-8859-1' encoding to copy filtered properties files. [INFO] Copying 29 resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 240 source files to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/test-classes [INFO] /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/src/test/client/formdata/client/ui/template/formfield/AbstractTableWithExtKey.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/src/test/client/formdata/client/ui/template/formfield/AbstractTableWithExtKey.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-12.0.0-SNAPSHOT.jar [INFO] [INFO] --- jar:3.2.0:test-jar (attach-tests) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-12.0.0-SNAPSHOT-tests.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.core.s.test --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.core.s.test --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-12.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-12.0.0-SNAPSHOT-tests.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-12.0.0-SNAPSHOT-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-12.0.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- tycho-p2:2.7.3:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk.core.s.test --- [INFO] [INFO] --- gpg:3.0.1:sign (sign-artifacts) @ org.eclipse.scout.sdk.core.s.test --- [INFO] [INFO] --- duplicate-finder:1.5.0:check (default) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- install:2.5.2:install (default-install) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-12.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s.test/12.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s.test-12.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/pom.xml to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s.test/12.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s.test-12.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-12.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s.test/12.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s.test-12.0.0-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-12.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s.test/12.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s.test-12.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-12.0.0-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s.test/12.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s.test-12.0.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy: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:12.0.0-SNAPSHOT at end [INFO] [INFO] ----------< org.eclipse.scout.sdk:org.eclipse.scout.sdk.doc >----------- [INFO] Building org.eclipse.scout.sdk:org.eclipse.scout.sdk.doc 12.0.0-SNAPSHOT [7/11] [INFO] from /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.doc/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-rules) @ org.eclipse.scout.sdk.doc --- [INFO] [INFO] --- build-helper:3.2.0:parse-version (parse-version) @ org.eclipse.scout.sdk.doc --- [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (default) @ org.eclipse.scout.sdk.doc --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] master_test_jacocoArgLine set to empty [INFO] [INFO] --- build-helper:3.2.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.doc --- [INFO] [INFO] --- build-helper:3.2.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.doc --- [INFO] [INFO] --- asciidoctor:2.2.2:process-asciidoc (scout-sdk-doc-to-html) @ org.eclipse.scout.sdk.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 4 resources [INFO] Converted /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.doc/src/main/asciidoc/index.adoc [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.scout.sdk.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'ISO-8859-1' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.doc/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ org.eclipse.scout.sdk.doc --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.doc/target/classes [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.scout.sdk.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'ISO-8859-1' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.doc/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.doc --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.scout.sdk.doc --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.scout.sdk.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.doc/target/org.eclipse.scout.sdk.doc-12.0.0-SNAPSHOT.jar [INFO] [INFO] --- jar:3.2.0:test-jar (attach-tests) @ org.eclipse.scout.sdk.doc --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.doc --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.doc --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.scout.sdk.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.doc/target/org.eclipse.scout.sdk.doc-12.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.doc/target/org.eclipse.scout.sdk.doc-12.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.3:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk.doc --- [INFO] [INFO] --- gpg:3.0.1:sign (sign-artifacts) @ org.eclipse.scout.sdk.doc --- [INFO] [INFO] --- duplicate-finder:1.5.0:check (default) @ org.eclipse.scout.sdk.doc --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- install:2.5.2:install (default-install) @ org.eclipse.scout.sdk.doc --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.doc/target/org.eclipse.scout.sdk.doc-12.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.doc/12.0.0-SNAPSHOT/org.eclipse.scout.sdk.doc-12.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.doc/pom.xml to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.doc/12.0.0-SNAPSHOT/org.eclipse.scout.sdk.doc-12.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.doc/target/org.eclipse.scout.sdk.doc-12.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.doc/12.0.0-SNAPSHOT/org.eclipse.scout.sdk.doc-12.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- deploy:2.8.2:deploy (default-deploy) @ org.eclipse.scout.sdk.doc --- [INFO] Deploying org.eclipse.scout.sdk:org.eclipse.scout.sdk.doc:12.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 12.0.0-SNAPSHOT [8/11] [INFO] from /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e --- [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (default) @ org.eclipse.scout.sdk.s2e --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] master_test_jacocoArgLine set to empty [INFO] [INFO] --- build-helper:3.2.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e --- [INFO] [INFO] --- build-helper:3.2.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.scout.sdk.s2e --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'ISO-8859-1' encoding to copy filtered properties files. [INFO] Copying 2 resources [INFO] Copying 3 resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ org.eclipse.scout.sdk.s2e --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 46 source files to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/classes [INFO] [INFO] --- bundle:5.1.2:manifest (bundle-manifest) @ org.eclipse.scout.sdk.s2e --- [INFO] Configuration changed, re-generating manifest. [WARNING] Manifest org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e:bundle:12.0.0-SNAPSHOT : Host org.eclipse.m2e.maven.runtime=bundle-version="[1.18,4.0)";visibility:=reexport for this fragment/require bundle cannot be found on the classpath [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'ISO-8859-1' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.scout.sdk.s2e --- [INFO] Tests are skipped. [INFO] [INFO] --- bundle:5.1.2:bundle (default-bundle) @ org.eclipse.scout.sdk.s2e --- [WARNING] Bundle org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e:bundle:12.0.0-SNAPSHOT : Host org.eclipse.m2e.maven.runtime=bundle-version="[1.18,4.0)";visibility:=reexport for this fragment/require bundle cannot be found on the classpath [INFO] [INFO] --- jar:3.2.0:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.scout.sdk.s2e --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-12.0.0-SNAPSHOT.jar_unpacked_10779663353245640181/lib/org.eclipse.scout.sdk.core-12.0.0-SNAPSHOT.jar' is disabled. [INFO] Jar '/home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-12.0.0-SNAPSHOT.jar_unpacked_10779663353245640181/lib/org.eclipse.scout.sdk.core-12.0.0-SNAPSHOT.jar' is already signed and will be resigned. [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-12.0.0-SNAPSHOT.jar_unpacked_10779663353245640181/lib/org.eclipse.scout.sdk.core-12.0.0-SNAPSHOT.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-12.0.0-SNAPSHOT.jar_unpacked_10779663353245640181/lib/org.eclipse.scout.sdk.core.ecj-12.0.0-SNAPSHOT.jar' is disabled. [INFO] Jar '/home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-12.0.0-SNAPSHOT.jar_unpacked_10779663353245640181/lib/org.eclipse.scout.sdk.core.ecj-12.0.0-SNAPSHOT.jar' is already signed and will be resigned. [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-12.0.0-SNAPSHOT.jar_unpacked_10779663353245640181/lib/org.eclipse.scout.sdk.core.ecj-12.0.0-SNAPSHOT.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-12.0.0-SNAPSHOT.jar_unpacked_10779663353245640181/lib/org.eclipse.scout.sdk.core.s-12.0.0-SNAPSHOT.jar' is disabled. [INFO] Jar '/home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-12.0.0-SNAPSHOT.jar_unpacked_10779663353245640181/lib/org.eclipse.scout.sdk.core.s-12.0.0-SNAPSHOT.jar' is already signed and will be resigned. [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-12.0.0-SNAPSHOT.jar_unpacked_10779663353245640181/lib/org.eclipse.scout.sdk.core.s-12.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-12.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-12.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.3:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk.s2e --- [INFO] [INFO] --- gpg:3.0.1:sign (sign-artifacts) @ org.eclipse.scout.sdk.s2e --- [INFO] [INFO] --- duplicate-finder:1.5.0:check (default) @ org.eclipse.scout.sdk.s2e --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- install:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-12.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e/12.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e-12.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e/pom.xml to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e/12.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e-12.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-12.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e/12.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e-12.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.2:install (default-install) @ org.eclipse.scout.sdk.s2e --- [INFO] Local OBR update disabled (enable with -DobrRepository) [INFO] [INFO] --- deploy:2.8.2:deploy (default-deploy) @ org.eclipse.scout.sdk.s2e --- [INFO] Deploying org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e:12.0.0-SNAPSHOT at end [INFO] [INFO] --- bundle:5.1.2: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 12.0.0-SNAPSHOT [9/11] [INFO] from /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] The POM for org.eclipse.platform:org.eclipse.swt:jar:3.120.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e.test --- [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.test --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] master_test_jacocoArgLine set to empty [INFO] [INFO] --- build-helper:3.2.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.test --- [INFO] [INFO] --- build-helper:3.2.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.test --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.scout.sdk.s2e.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'ISO-8859-1' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ org.eclipse.scout.sdk.s2e.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/classes [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'ISO-8859-1' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/test-classes [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.scout.sdk.s2e.test --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.scout.sdk.s2e.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-12.0.0-SNAPSHOT.jar [INFO] [INFO] --- jar:3.2.0:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-12.0.0-SNAPSHOT-tests.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e.test --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.test --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.scout.sdk.s2e.test --- [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-12.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-12.0.0-SNAPSHOT-tests.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-12.0.0-SNAPSHOT-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-12.0.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- tycho-p2:2.7.3:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk.s2e.test --- [INFO] [INFO] --- gpg:3.0.1:sign (sign-artifacts) @ org.eclipse.scout.sdk.s2e.test --- [INFO] [INFO] --- duplicate-finder:1.5.0:check (default) @ org.eclipse.scout.sdk.s2e.test --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- install:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e.test --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-12.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.test/12.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.test-12.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/pom.xml to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.test/12.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.test-12.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-12.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.test/12.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.test-12.0.0-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-12.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.test/12.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.test-12.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-12.0.0-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.test/12.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.test-12.0.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy: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:12.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 12.0.0-SNAPSHOT [10/11] [INFO] from /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] master_test_jacocoArgLine set to empty [INFO] [INFO] --- build-helper:3.2.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] [INFO] --- build-helper:3.2.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'ISO-8859-1' encoding to copy filtered properties files. [INFO] Copying 63 resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- bundle:5.1.2:manifest (bundle-manifest) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] Configuration changed, re-generating manifest. [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'ISO-8859-1' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] Tests are skipped. [INFO] [INFO] --- bundle:5.1.2:bundle (default-bundle) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] [INFO] --- jar:3.2.0:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-12.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-12.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.3:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] [INFO] --- gpg:3.0.1:sign (sign-artifacts) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] [INFO] --- duplicate-finder:1.5.0:check (default) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- install:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-12.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.doc/12.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.doc-12.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/pom.xml to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.doc/12.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.doc-12.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-12.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.doc/12.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.doc-12.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.2:install (default-install) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] Local OBR update disabled (enable with -DobrRepository) [INFO] [INFO] --- deploy: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:12.0.0-SNAPSHOT at end [INFO] [INFO] --- bundle:5.1.2: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 12.0.0-SNAPSHOT [11/11] [INFO] from /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] master_test_jacocoArgLine set to empty [INFO] [INFO] --- build-helper:3.2.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] [INFO] --- build-helper:3.2.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'ISO-8859-1' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/src/main/resources [INFO] Copying 50 resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 169 source files to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/classes [INFO] /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/src/main/java/org/eclipse/scout/sdk/s2e/ui/internal/template/ScoutTemplateProposalFactory.java: /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/src/main/java/org/eclipse/scout/sdk/s2e/ui/internal/template/ScoutTemplateProposalFactory.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/src/main/java/org/eclipse/scout/sdk/s2e/ui/internal/template/ScoutTemplateProposalFactory.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- bundle:5.1.2:manifest (bundle-manifest) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] Configuration changed, re-generating manifest. [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'ISO-8859-1' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/test-classes [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] Tests are skipped. [INFO] [INFO] --- bundle:5.1.2:bundle (default-bundle) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] [INFO] --- jar:3.2.0:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-12.0.0-SNAPSHOT-tests.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-12.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-12.0.0-SNAPSHOT-tests.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-12.0.0-SNAPSHOT-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-12.0.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- tycho-p2:2.7.3:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] [INFO] --- gpg:3.0.1:sign (sign-artifacts) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] [INFO] --- duplicate-finder:1.5.0:check (default) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-12.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.ui/12.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.ui-12.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/pom.xml to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.ui/12.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.ui-12.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-12.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.ui/12.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.ui-12.0.0-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-12.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.ui/12.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.ui-12.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-12.0.0-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.ui/12.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.ui-12.0.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- bundle:5.1.2:install (default-install) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] Local OBR update disabled (enable with -DobrRepository) [INFO] [INFO] --- deploy: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:12.0.0-SNAPSHOT at end [INFO] [INFO] --- bundle:5.1.2:deploy (default-deploy) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] Remote OBR update disabled (enable with -DremoteOBR) [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Eclipse Scout SDK 12.0.0-SNAPSHOT: [INFO] [INFO] Eclipse Scout SDK .................................. SUCCESS [ 6.246 s] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core ... SUCCESS [ 4.902 s] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.ecj SUCCESS [ 7.349 s] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.test SUCCESS [ 12.112 s] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s . SUCCESS [ 9.185 s] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s.test SUCCESS [ 32.492 s] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.doc .... SUCCESS [ 13.849 s] [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e SUCCESS [ 14.452 s] [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.test SUCCESS [ 7.211 s] [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.doc SUCCESS [ 3.536 s] [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.ui SUCCESS [ 11.836 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 02:05 min [INFO] Finished at: 2024-05-23T22:06:49Z [INFO] ------------------------------------------------------------------------ [scout-integration-12.0-SDK-nightly] $ /opt/tools/apache-maven/latest/bin/mvn -f updatesite-maven-plugin/pom.xml -Dremote_branch=origin/releases/12.0 -Dis_tag=false -Dtag_or_branch=origin/releases/12.0 -Dmaven.repo.local=/home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository clean install Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) 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: "6.2.9-300.fc38.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 12.0.0-SNAPSHOT [INFO] from pom.xml [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ updatesite-maven-plugin --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-rules) @ updatesite-maven-plugin --- [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (default) @ updatesite-maven-plugin --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/updatesite-maven-plugin/../target/jacoco-all.exec [INFO] [INFO] --- build-helper:3.2.0:parse-version (initialize-parse-version) @ updatesite-maven-plugin --- [INFO] [INFO] --- build-helper:3.2.0:regex-property (initialize-regex) @ updatesite-maven-plugin --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ updatesite-maven-plugin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'ISO-8859-1' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ updatesite-maven-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/updatesite-maven-plugin/target/classes [INFO] [INFO] --- plugin:3.6.4:descriptor (default-descriptor) @ updatesite-maven-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 0 mojo descriptor. [INFO] ant mojo extractor found 0 mojo descriptor. [INFO] bsh mojo extractor found 0 mojo descriptor. [INFO] java-annotations mojo extractor found 2 mojo descriptors. [INFO] [INFO] --- plugin:3.6.4:descriptor (mojo-descriptor) @ updatesite-maven-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 0 mojo descriptor. [INFO] ant mojo extractor found 0 mojo descriptor. [INFO] bsh mojo extractor found 0 mojo descriptor. [INFO] java-annotations mojo extractor found 2 mojo descriptors. [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ updatesite-maven-plugin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'ISO-8859-1' encoding to copy filtered properties files. [INFO] Copying 5 resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ updatesite-maven-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/updatesite-maven-plugin/target/test-classes [INFO] [INFO] --- surefire:2.22.2: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-12.0-SDK-nightly/updatesite-maven-plugin/target/test-classes/repository to target/stageTarget/stage.zip [info] Creating composite Repository [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.461 s - in org.eclipse.scout.maven.plugins.updatesite.StagingTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ updatesite-maven-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/updatesite-maven-plugin/target/updatesite-maven-plugin-12.0.0-SNAPSHOT.jar [INFO] [INFO] --- plugin:3.6.4:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ updatesite-maven-plugin --- [INFO] [INFO] --- jar:3.2.0:test-jar (attach-tests) @ updatesite-maven-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/updatesite-maven-plugin/target/updatesite-maven-plugin-12.0.0-SNAPSHOT-tests.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ updatesite-maven-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/updatesite-maven-plugin/target/updatesite-maven-plugin-12.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ updatesite-maven-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/updatesite-maven-plugin/target/updatesite-maven-plugin-12.0.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- duplicate-finder:1.5.0:check (default) @ updatesite-maven-plugin --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- install:2.5.2:install (default-install) @ updatesite-maven-plugin --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/updatesite-maven-plugin/target/updatesite-maven-plugin-12.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/eclipse/scout/sdk/updatesite-maven-plugin/12.0.0-SNAPSHOT/updatesite-maven-plugin-12.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/updatesite-maven-plugin/pom.xml to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/eclipse/scout/sdk/updatesite-maven-plugin/12.0.0-SNAPSHOT/updatesite-maven-plugin-12.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/updatesite-maven-plugin/target/updatesite-maven-plugin-12.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/eclipse/scout/sdk/updatesite-maven-plugin/12.0.0-SNAPSHOT/updatesite-maven-plugin-12.0.0-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/updatesite-maven-plugin/target/updatesite-maven-plugin-12.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/eclipse/scout/sdk/updatesite-maven-plugin/12.0.0-SNAPSHOT/updatesite-maven-plugin-12.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/updatesite-maven-plugin/target/updatesite-maven-plugin-12.0.0-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/eclipse/scout/sdk/updatesite-maven-plugin/12.0.0-SNAPSHOT/updatesite-maven-plugin-12.0.0-SNAPSHOT-test-sources.jar [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 17.597 s [INFO] Finished at: 2024-05-23T22:07:09Z [INFO] ------------------------------------------------------------------------ [scout-integration-12.0-SDK-nightly] $ /bin/sh -xe /tmp/jenkins17612928581068629285.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-12.0-SDK-nightly] $ /opt/tools/apache-maven/latest/bin/mvn -f org.eclipse.scout.sdk.p2/pom.xml -Dremote_branch=origin/releases/12.0 -Dis_tag=false -Dtag_or_branch=origin/releases/12.0 -Dupdatesite.staging.area=/home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/updatesitestagingarea -Dmaven.repo.local=/home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository -Dgpg.skip=true clean install -Peclipse-sign -Peclipse-stage Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) 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: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] Resolving target definition file:/home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk-target/org.eclipse.2022-06-dependencies.target for environments=[linux/gtk/x86_64, linux/gtk/ppc64, win32/win32/x86_64, macosx/cocoa/x86_64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-11' { source level: 11, target level: 11}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@451a4187... SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [INFO] Resolving dependencies of MavenProject: org.eclipse.scout.sdk:org.eclipse.scout.sdk-feature:12.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk-feature/pom.xml [INFO] The following requirements are not satisfied yet and must be provided through pom dependencies: [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.scout.sdk.s2e 0.0.0 [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.scout.sdk.s2e.doc 0.0.0 [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.scout.sdk.s2e.ui 0.0.0 [INFO] The following requirements are not satisfied yet and must be provided through pom dependencies: [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.scout.sdk.s2e 0.0.0 [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.scout.sdk.s2e.doc 0.0.0 [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.scout.sdk.s2e.ui 0.0.0 [INFO] The following requirements are not satisfied yet and must be provided through pom dependencies: [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.scout.sdk.s2e 0.0.0 [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.scout.sdk.s2e.doc 0.0.0 [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.scout.sdk.s2e.ui 0.0.0 [INFO] The following requirements are not satisfied yet and must be provided through pom dependencies: [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.scout.sdk.s2e 0.0.0 [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.scout.sdk.s2e.doc 0.0.0 [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.scout.sdk.s2e.ui 0.0.0 [INFO] Resolving dependencies of MavenProject: org.eclipse.scout.sdk:org.eclipse.scout.sdk-repository:12.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/scout-integration-12.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 12.0.0-SNAPSHOT [1/4] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.p2 --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-rules) @ org.eclipse.scout.sdk.p2 --- [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (default) @ org.eclipse.scout.sdk.p2 --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.p2/../target/jacoco-all.exec [INFO] [INFO] --- build-helper:3.2.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.p2 --- [INFO] [INFO] --- build-helper:3.2.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.p2 --- [INFO] [INFO] --- jar:3.2.0:test-jar (attach-tests) @ org.eclipse.scout.sdk.p2 --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.p2 --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.p2 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.scout.sdk.p2 --- [INFO] [INFO] --- tycho-p2:2.7.3:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk.p2 --- [INFO] [INFO] --- gpg:3.0.1:sign (sign-artifacts) @ org.eclipse.scout.sdk.p2 --- [INFO] [INFO] --- duplicate-finder:1.5.0:check (default) @ org.eclipse.scout.sdk.p2 --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- install:2.5.2:install (default-install) @ org.eclipse.scout.sdk.p2 --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk.p2/pom.xml to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.p2/12.0.0-SNAPSHOT/org.eclipse.scout.sdk.p2-12.0.0-SNAPSHOT.pom [INFO] [INFO] ---------< org.eclipse.scout.sdk:org.eclipse.scout.sdk-target >--------- [INFO] Building Eclipse Scout SDK P2 Build Target 12.0.0-SNAPSHOT [2/4] [INFO] from /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk-target/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk-target --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-rules) @ org.eclipse.scout.sdk-target --- [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (default) @ org.eclipse.scout.sdk-target --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk-target/../target/jacoco-all.exec [INFO] [INFO] --- build-helper:3.2.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk-target --- [INFO] [INFO] --- build-helper:3.2.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk-target --- [INFO] [INFO] --- jar:3.2.0:test-jar (attach-tests) @ org.eclipse.scout.sdk-target --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- build-helper:3.2.0:attach-artifact (attach-artifacts) @ org.eclipse.scout.sdk-target --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk-target --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk-target --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.scout.sdk-target --- [INFO] [INFO] --- tycho-p2:2.7.3:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk-target --- [INFO] [INFO] --- gpg:3.0.1:sign (sign-artifacts) @ org.eclipse.scout.sdk-target --- [INFO] [INFO] --- duplicate-finder:1.5.0:check (default) @ org.eclipse.scout.sdk-target --- [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- install:2.5.2:install (default-install) @ org.eclipse.scout.sdk-target --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk-target/pom.xml to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-target/12.0.0-SNAPSHOT/org.eclipse.scout.sdk-target-12.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk-target/org.eclipse.2022-06-dependencies.target to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-target/12.0.0-SNAPSHOT/org.eclipse.scout.sdk-target-12.0.0-SNAPSHOT-org.eclipse.2022-06.target [INFO] [INFO] --------< org.eclipse.scout.sdk:org.eclipse.scout.sdk-feature >--------- [INFO] Building Eclipse Scout SDK Feature 12.0.0-SNAPSHOT [3/4] [INFO] from /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk-feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk-feature --- [INFO] Deleting /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk-feature/target [INFO] [INFO] --- tycho-packaging:2.7.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.scout.sdk-feature --- [INFO] The project's OSGi version is 12.0.0.20240523-2207 [INFO] [INFO] --- tycho-packaging:2.7.3:validate-id (default-validate-id) @ org.eclipse.scout.sdk-feature --- [INFO] [INFO] --- tycho-packaging:2.7.3:validate-version (default-validate-version) @ org.eclipse.scout.sdk-feature --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-rules) @ org.eclipse.scout.sdk-feature --- [INFO] [INFO] --- target-platform-configuration:2.7.3:target-platform (default-target-platform) @ org.eclipse.scout.sdk-feature --- [INFO] Maven Artifact org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s:12.0.0-SNAPSHOT is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.eclipse.scout.sdk:org.eclipse.scout.sdk.core:12.0.0-SNAPSHOT is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact wsdl4j:wsdl4j:1.6.2 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.ecj:12.0.0-SNAPSHOT is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (default) @ org.eclipse.scout.sdk-feature --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk-feature/../target/jacoco-all.exec [INFO] [INFO] --- build-helper:3.2.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk-feature --- [INFO] [INFO] --- build-helper:3.2.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk-feature --- [INFO] [INFO] --- tycho-packaging:2.7.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.scout.sdk-feature --- [INFO] [INFO] --- tycho-packaging:2.7.3:package-feature (default-package-feature) @ org.eclipse.scout.sdk-feature --- [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] Building jar: /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk-feature/target/org.eclipse.scout.sdk-feature-12.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.scout.sdk-feature --- [INFO] [INFO] --- tycho-p2:2.7.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.scout.sdk-feature --- [INFO] [INFO] --- tycho-source:2.7.3:feature-source (generate-source-feature) @ org.eclipse.scout.sdk-feature --- [WARNING] The following referenced plugins has missing sources org.eclipse.scout.sdk.s2e_12.0.0.20240523-220444 org.eclipse.scout.sdk.s2e.doc_12.0.0.20240523-220444 org.eclipse.scout.sdk.s2e.ui_12.0.0.20240523-220444 [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk-feature/target/org.eclipse.scout.sdk-feature-12.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.3:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk-feature --- [INFO] No baseline version MavenProject: org.eclipse.scout.sdk:org.eclipse.scout.sdk-feature:12.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk-feature/.tycho-consumer-pom.xml [INFO] [INFO] --- jar:3.2.0:test-jar (attach-tests) @ org.eclipse.scout.sdk-feature --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk-feature --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk-feature --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.scout.sdk-feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk-feature/target/org.eclipse.scout.sdk-feature-12.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk-feature/target/org.eclipse.scout.sdk-feature-12.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- gpg:3.0.1:sign (sign-artifacts) @ org.eclipse.scout.sdk-feature --- [INFO] [INFO] --- duplicate-finder:1.5.0:check (default) @ org.eclipse.scout.sdk-feature --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:2.5.2:install (default-install) @ org.eclipse.scout.sdk-feature --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk-feature/target/org.eclipse.scout.sdk-feature-12.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-feature/12.0.0-SNAPSHOT/org.eclipse.scout.sdk-feature-12.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk-feature/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-feature/12.0.0-SNAPSHOT/org.eclipse.scout.sdk-feature-12.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk-feature/target/org.eclipse.scout.sdk-feature-12.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-feature/12.0.0-SNAPSHOT/org.eclipse.scout.sdk-feature-12.0.0-SNAPSHOT-sources-feature.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk-feature/target/p2content.xml to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-feature/12.0.0-SNAPSHOT/org.eclipse.scout.sdk-feature-12.0.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk-feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-feature/12.0.0-SNAPSHOT/org.eclipse.scout.sdk-feature-12.0.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.3: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 12.0.0-SNAPSHOT [4/4] [INFO] from /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk-repository/pom.xml [INFO] -------------------------[ eclipse-repository ]------------------------- [WARNING] Parameter 'publishArtifacts' is unknown for plugin 'tycho-p2-publisher-plugin:2.7.3:publish-osgi-ee (default-publish-osgi-ee)' [WARNING] Parameter 'publishArtifacts' is unknown for plugin 'tycho-p2-publisher-plugin:2.7.3:publish-products (default-publish-products)' [WARNING] Parameter 'publishArtifacts' is unknown for plugin 'tycho-p2-publisher-plugin:2.7.3:publish-categories (default-publish-categories)' [WARNING] Parameter 'publishArtifacts' is unknown for plugin 'tycho-p2-publisher-plugin:2.7.3:attach-artifacts (default-attach-artifacts)' [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk-repository --- [INFO] [INFO] --- tycho-packaging:2.7.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.scout.sdk-repository --- [INFO] The project's OSGi version is 12.0.0.20240523-2207 [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-rules) @ org.eclipse.scout.sdk-repository --- [INFO] [INFO] --- clean:3.1.0:clean (default-clean-1) @ org.eclipse.scout.sdk-repository --- [INFO] [INFO] --- target-platform-configuration:2.7.3:target-platform (default-target-platform) @ org.eclipse.scout.sdk-repository --- [INFO] Maven Artifact org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s:12.0.0-SNAPSHOT is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.eclipse.scout.sdk:org.eclipse.scout.sdk.core:12.0.0-SNAPSHOT is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact wsdl4j:wsdl4j:1.6.2 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.ecj:12.0.0-SNAPSHOT is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (default) @ org.eclipse.scout.sdk-repository --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk-repository/../target/jacoco-all.exec [INFO] [INFO] --- build-helper:3.2.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk-repository --- [INFO] [INFO] --- build-helper:3.2.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk-repository --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.scout.sdk-repository --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'ISO-8859-1' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk-repository/src/main/resources [INFO] Copying 1 resource [INFO] [INFO] --- tycho-p2-publisher:2.7.3:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.scout.sdk-repository --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Published profile IUs: [a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [INFO] [INFO] --- tycho-p2-publisher:2.7.3:publish-products (default-publish-products) @ org.eclipse.scout.sdk-repository --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:2.7.3:publish-categories (default-publish-categories) @ org.eclipse.scout.sdk-repository --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:2.7.3:attach-artifacts (default-attach-artifacts) @ org.eclipse.scout.sdk-repository --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-repository:2.7.3:assemble-repository (default-assemble-repository) @ org.eclipse.scout.sdk-repository --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Copying resources from /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk-repository/target/classes to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk-repository/target/repository [INFO] Fetching 202206151000&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2022-06/ (63B) [INFO] Fetching com.google.gson_2.8.9.v20220111-1409.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (279.89kB) [INFO] Fetching com.google.guava_30.1.0.v20210127-2300.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (2.89MB) [INFO] Fetching com.ibm.icu_67.1.0.v20200706-1749.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (12.94MB) [INFO] Fetching com.jcraft.jsch_0.1.55.v20190404-1902.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (297.81kB) [INFO] Fetching &countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/tools/orbit/downloads/drops/R20201118194144/repository/ (63B) [INFO] Fetching com.sun.el_2.2.0.v201303151357.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/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/tools/orbit/downloads/drops/R20201118194144/repository/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/tools/orbit/downloads/drops/R20201118194144/repository/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/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (33.35kB) [INFO] Unpacking javax.el_2.2.0.v201303151357... [INFO] Fetching jakarta.servlet-api_4.0.0.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (81.03kB) [INFO] Fetching com.sun.jna_5.8.0.v20210503-0343.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.68MB) [INFO] Fetching com.sun.jna.platform_5.8.0.v20210406-1004.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.41MB) [INFO] Fetching javax.annotation_1.3.5.v20200909-1856.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (46.27kB) [INFO] Fetching org.eclipse.osgi_3.18.0.v20220516-2155.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.46MB) [INFO] Fetching javax.inject_1.0.0.v20220405-0441.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (32.41kB) [INFO] Fetching javax.servlet.jsp_2.2.0.v201112011158.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (55.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching javax.servlet.jsp_2.2.0.v201112011158.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (55.65kB) [INFO] Unpacking javax.servlet.jsp_2.2.0.v201112011158... [INFO] Fetching org.apache.ant_1.10.12.v20211102-1452.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (2.96MB) [INFO] Fetching org.apache.batik.constants_1.14.0.v20210324-0332.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (20.34kB) [INFO] Fetching org.apache.batik.css_1.14.0.v20210324-0332.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (353.59kB) [INFO] Fetching org.apache.batik.util_1.14.0.v20210324-0332.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (144.34kB) [INFO] Fetching org.apache.batik.i18n_1.14.0.v20210324-0332.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (23.5kB) [INFO] Fetching org.apache.xmlgraphics_2.6.0.v20210409-0748.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (703.81kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (95.26kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (15.35kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (35.59kB) [INFO] Fetching org.apache.commons.io_2.8.0.v20210415-0900.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (302.53kB) [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (71.45kB) [INFO] Fetching org.apache.felix.gogo.command_1.1.2.v20210111-1007.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (52.58kB) [INFO] Fetching org.apache.felix.gogo.runtime_1.1.4.v20210111-1007.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (219.73kB) [INFO] Fetching org.eclipse.osgi.services_3.10.200.v20210723-0643.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (126.4kB) [INFO] Fetching org.apache.felix.gogo.shell_1.1.4.v20210111-1007.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (69.34kB) [INFO] Fetching org.apache.felix.scr_2.1.24.v20200924-1939.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (411.93kB) [INFO] Fetching org.osgi.util.promise_1.2.0.202109301733.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (81.45kB) [INFO] Fetching org.apache.jasper.glassfish_2.2.2.v201501141630.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (2.36MB) [INFO] Fetching org.apache.lucene.analyzers-common_8.4.1.v20200122-1459.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.67MB) [INFO] Fetching org.apache.lucene.core_8.4.1.v20200122-1459.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (3.33MB) [INFO] Fetching org.apache.lucene.analyzers-smartcn_8.4.1.v20200122-1459.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (3.45MB) [INFO] Fetching org.apache.xerces_2.12.2.v20220131-0835.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.5MB) [INFO] Fetching org.apache.xml.resolver_1.2.0.v20220401-1849.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (99.94kB) [INFO] Fetching org.apiguardian_1.1.2.v20211018-1956.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (20.18kB) [INFO] Fetching org.bouncycastle.bcpg_1.70.0.v20220507-1208.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (360.94kB) [INFO] Fetching org.bouncycastle.bcprov_1.70.0.v20220507-1208.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (5.58MB) [INFO] Fetching org.eclipse.ant.core_3.6.400.v20220317-1003.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (107.39kB) [INFO] Fetching org.eclipse.core.variables_3.5.100.v20210721-1355.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (35.64kB) [INFO] Fetching org.eclipse.core.runtime_3.25.0.v20220506-1157.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (71.87kB) [INFO] Fetching org.eclipse.ant.launching_1.3.300.v20220408-0629.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (161.08kB) [INFO] Fetching org.eclipse.debug.core_3.19.100.v20220324-0630.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (397.87kB) [INFO] Fetching org.eclipse.jdt.launching_3.19.600.v20220409-1932.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (563.82kB) [INFO] Fetching org.eclipse.core.externaltools_1.2.200.v20220125-2302.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (42.65kB) [INFO] Fetching org.eclipse.text_3.12.100.v20220506-1404.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (293.55kB) [INFO] Fetching org.eclipse.jdt.core_3.30.0.v20220524-1333.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (6.69MB) [INFO] Fetching org.eclipse.core.resources_3.17.0.v20220517-0751.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (891.43kB) [INFO] Fetching org.eclipse.ant.ui_3.8.200.v20220214-2001.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.04MB) [INFO] Fetching org.eclipse.core.filesystem_1.9.400.v20220419-0658.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (69.85kB) [INFO] Fetching org.eclipse.ui.externaltools_3.5.100.v20210812-1118.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (140.91kB) [INFO] Fetching org.eclipse.ui_3.201.0.v20220124-1108.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (432.55kB) [INFO] Fetching org.eclipse.ui.console_3.11.200.v20220324-0630.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (208.46kB) [INFO] Fetching org.eclipse.debug.ui_3.16.100.v20220526-0826.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (2.97MB) [INFO] Fetching org.eclipse.jdt.ui_3.26.100.v20220516-1138.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (11.18MB) [INFO] Fetching org.eclipse.jdt.debug.ui_3.12.700.v20220513-0809.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.66MB) [INFO] Fetching org.eclipse.team.core_3.9.400.v20220511-1440.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (401.02kB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.12.200.v20220502-1514.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (341.31kB) [INFO] Fetching org.eclipse.core.expressions_3.8.100.v20210910-0640.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (92.12kB) [INFO] Fetching org.eclipse.jdt.junit_3.14.100.v20220411-0722.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (528.22kB) [INFO] Fetching org.eclipse.compare_3.8.400.v20220420-1133.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (804.82kB) [INFO] Fetching org.eclipse.jface.text_3.20.100.v20220516-0819.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.03MB) [INFO] Fetching org.eclipse.ui.ide_3.19.0.v20220511-1638.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (2.41MB) [INFO] Fetching org.eclipse.ui.views_3.11.100.v20210816-0811.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (105.57kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.16.500.v20220331-0848.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (688.72kB) [INFO] Fetching org.eclipse.ui.editors_3.14.300.v20210913-0815.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (618.79kB) [INFO] Fetching org.eclipse.ui.forms_3.11.300.v20211022-1451.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (330.12kB) [INFO] Fetching org.eclipse.compare.core_3.7.0.v20220513-0551.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (67.45kB) [INFO] Fetching org.eclipse.core.commands_3.10.200.v20220512-0851.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (114.56kB) [INFO] Fetching org.eclipse.equinox.common_3.16.100.v20220315-2327.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (144.55kB) [INFO] Fetching org.eclipse.core.contenttype_3.8.100.v20210910-0640.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (100.02kB) [INFO] Fetching org.eclipse.equinox.preferences_3.10.0.v20220503-1634.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (133.99kB) [INFO] Fetching org.eclipse.equinox.registry_3.11.100.v20211021-1418.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (194.4kB) [INFO] Fetching org.eclipse.core.databinding_1.11.0.v20220118-1028.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (287.81kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.12.0.v20211231-1006.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (313kB) [INFO] Fetching org.eclipse.core.databinding.property_1.9.0.v20210619-1129.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (163.08kB) [INFO] Fetching org.eclipse.core.databinding.beans_1.8.0.v20210619-1111.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (92.92kB) [INFO] Fetching org.eclipse.core.filebuffers_3.7.200.v20220202-1008.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (115.6kB) [INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.300.v20180828-0158.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (11.32kB) [INFO] Fetching org.eclipse.core.jobs_3.13.0.v20220512-1935.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (109.25kB) [INFO] Fetching org.eclipse.core.net_1.3.1200.v20220312-1450.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (47.62kB) [INFO] Fetching org.eclipse.equinox.security_1.3.900.v20220108-1321.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (113.21kB) [INFO] Fetching org.eclipse.core.net.linux_1.0.100.v20220111-1854.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (14.42kB) [INFO] Fetching org.eclipse.equinox.app_1.6.100.v20211021-1418.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (89.14kB) [INFO] Fetching org.eclipse.help_3.9.100.v20210721-0601.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (270.25kB) [INFO] Fetching org.eclipse.jface_3.26.0.v20220513-0449.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.11MB) [INFO] Fetching org.eclipse.ui.workbench_3.125.100.v20220524-1304.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (3.49MB) [INFO] Fetching org.eclipse.e4.ui.services_1.5.0.v20210115-1333.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (24.31kB) [INFO] Fetching org.eclipse.debug.ui.launchview_1.0.200.v20220308-0315.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (86.01kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.2.100.v20220331-0744.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (395.31kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.7.100.v20210910-0640.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (12kB) [INFO] Fetching org.eclipse.e4.ui.di_1.4.0.v20210621-1133.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (16.41kB) [INFO] Fetching org.eclipse.e4.core.commands_1.0.100.v20211204-1536.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (25.92kB) [INFO] Fetching org.eclipse.e4.core.di_1.8.200.v20220512-1957.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (52.47kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.10.0.v20220430-0424.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (55.58kB) [INFO] Fetching org.eclipse.e4.core.services_2.3.200.v20220513-1235.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (69.65kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.17.100.v20210910-0640.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (11.14kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.16.300.v20220503-2248.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (40.48kB) [INFO] Fetching org.osgi.service.prefs_1.1.2.202109301733.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (19.69kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.3.0.v20210722-1426.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (51.03kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/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/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (107.16kB) [INFO] Unpacking org.apache.commons.jxpath_1.3.0.v200911051830... [INFO] Fetching org.eclipse.emf.ecore_2.27.0.v20220426-0617.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.26MB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.16.500.v20220506-1520.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (147.64kB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.13.100.v20210722-1426.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (45.85kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.15.500.v20220511-1638.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (250.33kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.13.100.v20211019-0756.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (260.38kB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.13.200.v20211022-1402.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (213.89kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.14.500.v20220511-1639.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (201.76kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/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/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (16.71kB) [INFO] Unpacking org.w3c.dom.smil_1.0.1.v200903091627... [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.13.100.v20220310-1056.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (28.11kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.3.0.v20210621-1136.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (13.3kB) [INFO] Fetching org.eclipse.equinox.event_1.6.100.v20211021-1418.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (33.33kB) [INFO] Fetching org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (52.65kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.4.0.v20210315-2228.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (45.48kB) [INFO] Fetching org.eclipse.osgi.compatibility.state_1.2.600.v20220207-1403.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (249.4kB) [INFO] Fetching org.eclipse.osgi.util_3.7.0.v20220427-2144.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (12.62kB) [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.500.v20220509-0833.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (85.99kB) [INFO] Fetching org.eclipse.swt_3.120.0.v20220530-1036.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (18.79kB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.120.0.v20220530-1036.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (2.07MB) [INFO] Fetching org.eclipse.jface.databinding_1.13.0.v20210619-1146.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (295.36kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.16.0.v20210619-0956.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (21.08kB) [INFO] Fetching org.eclipse.equinox.console_1.4.500.v20211021-1418.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (129.01kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.4.400.v20211102-0453.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (118.14kB) [INFO] Fetching org.eclipse.equinox.bidi_1.4.100.v20211021-1418.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (50.74kB) [INFO] Fetching org.eclipse.e4.ui.dialogs_1.3.200.v20211210-1500.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (56.73kB) [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.1.100.v20210108-1832.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (10.74kB) [INFO] Fetching org.eclipse.urischeme_1.2.100.v20211001-1648.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (51.9kB) [INFO] Fetching org.eclipse.jface.notifications_0.5.0.v20220401-0716.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (31.09kB) [INFO] Fetching org.osgi.util.function_1.2.0.202109301733.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (23.09kB) [INFO] Fetching org.osgi.util.measurement_1.0.2.201802012109.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (25.74kB) [INFO] Fetching org.osgi.util.position_1.0.1.201505202026.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (13.73kB) [INFO] Fetching org.osgi.util.xml_1.0.2.202109301733.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (18.3kB) [INFO] Fetching org.eclipse.e4.rcp_4.24.0.v20220530-1036.jar from https://download.eclipse.org/releases/2022-06/202206151000/features/ (22.9kB) [INFO] Fetching org.eclipse.e4.ui.ide_3.16.100.v20220310-1350.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (11.51kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (89.35kB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (231.36kB) [INFO] Fetching org.eclipse.ecf_3.10.0.v20210925-0032.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (127.97kB) [INFO] Fetching org.eclipse.ecf.identity_3.9.402.v20210409-2301.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (64.2kB) [INFO] Fetching org.eclipse.equinox.concurrent_1.2.100.v20211021-1418.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (26.38kB) [INFO] Fetching org.eclipse.ecf.filetransfer_5.1.102.v20210409-2301.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (52.52kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.800.v20220215-0126.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (129.12kB) [INFO] Fetching org.eclipse.emf.common_2.25.0.v20220325-0806.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (369.38kB) [INFO] Fetching org.eclipse.emf.common_2.26.0.v20220325-0806.jar from https://download.eclipse.org/releases/2022-06/202206151000/features/ (20.88kB) [INFO] Fetching org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (63.24kB) [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/2022-06/202206151000/plugins/ (63.24kB) [INFO] Unpacking org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451... [INFO] Fetching org.eclipse.emf.edit_2.17.0.v20220201-1551.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (296.42kB) [INFO] Fetching org.eclipse.emf.ecore_2.28.0.v20220426-0617.jar from https://download.eclipse.org/releases/2022-06/202206151000/features/ (20.94kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.2.0.v20210315-2042.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (36.06kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.2.200.v20220315-2155.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (69.13kB) [INFO] Fetching org.eclipse.equinox.http.jetty_3.8.100.v20211021-1418.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (29.16kB) [INFO] Fetching org.eclipse.equinox.http.servlet_1.7.200.v20211021-1418.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (234.52kB) [INFO] Fetching org.eclipse.jetty.http_10.0.9.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (233.64kB) [INFO] Fetching org.eclipse.jetty.server_10.0.9.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (756.23kB) [INFO] Fetching org.eclipse.jetty.servlet_10.0.9.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (162.1kB) [INFO] Fetching org.eclipse.jetty.util_10.0.9.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (548.14kB) [INFO] Fetching org.eclipse.equinox.http.registry_1.3.100.v20211021-1418.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (47.6kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper_1.1.600.v20211021-1418.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (27.33kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.2.100.v20211021-1418.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (12.61kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.4.500.v20220420-1427.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (169.5kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.6.200.v20220324-1313.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (360.26kB) [INFO] Fetching org.tukaani.xz_1.9.0.v20210624-1259.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (131.39kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.9.100.v20220310-1733.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (76.94kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.2.300.v20220420-1427.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (68.04kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.6.100.v20220422-1806.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (174.42kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.5.300.v20220421-0708.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (110.58kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.7.400.v20220329-1456.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (218.83kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.2.0.v20210316-1209.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (24.82kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.4.100.v20220329-1456.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (132.68kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.3.200.v20220503-2330.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (131.95kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.2.0.v20210315-2228.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (26.34kB) [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.3.300.v20220512-1321.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (45.06kB) [INFO] Fetching org.eclipse.equinox.p2.operations_2.6.0.v20210315-2228.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (74.06kB) [INFO] Fetching org.eclipse.equinox.security.linux_1.0.200.v20210616-0726.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (23.39kB) [INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.3.0.v20210316-1209.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (31.04kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.7.100.v20220420-1427.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (101.89kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.4.100.v20220420-1427.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (242.35kB) [INFO] Fetching org.eclipse.equinox.p2.discovery_1.2.0.v20210315-2042.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (37.5kB) [INFO] Fetching org.eclipse.equinox.p2.discovery.compatibility_1.2.200.v20220210-1157.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (58.64kB) [INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.4.100.v20220213-0541.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (35.63kB) [INFO] Fetching org.eclipse.equinox.p2.ui_2.7.500.v20220423-1604.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (658.09kB) [INFO] Fetching org.eclipse.equinox.security.ui_1.3.200.v20220115-0654.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (170.59kB) [INFO] Fetching org.eclipse.equinox.p2.ui.discovery_1.2.300.v20210813-0655.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (156.48kB) [INFO] Fetching org.eclipse.ui.browser_3.7.100.v20211105-1434.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (207.24kB) [INFO] Fetching org.eclipse.help.base_4.3.700.v20220607-0700.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (434.45kB) [INFO] Fetching org.eclipse.help.ui_4.4.0.v20220411-0938.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (535.15kB) [INFO] Fetching org.eclipse.help.webapp_3.10.700.v20220510-1941.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (738.63kB) [INFO] Fetching org.eclipse.jetty.io_10.0.9.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (205.75kB) [INFO] Fetching org.eclipse.jetty.security_10.0.9.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (118.63kB) [INFO] Fetching org.eclipse.jetty.util.ajax_10.0.9.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (62.66kB) [INFO] Fetching org.slf4j.api_1.7.30.v20200204-2150.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (51.82kB) [INFO] Fetching org.eclipse.help_2.3.1000.v20220607-0700.jar from https://download.eclipse.org/releases/2022-06/202206151000/features/ (21.36kB) [INFO] Fetching org.eclipse.jdt_3.18.1200.v20220607-0700.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (44.74kB) [INFO] Fetching org.eclipse.ui.intro_3.6.500.v20220317-1346.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (344.71kB) [INFO] Fetching org.eclipse.ui.cheatsheets_3.7.300.v20210507-0822.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (379kB) [INFO] Fetching org.eclipse.jdt.annotation_1.2.0.v20210519-0438.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (15.08kB) [INFO] Fetching org.eclipse.jdt.annotation_2.2.600.v20200408-1511.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (25.16kB) [INFO] Fetching org.eclipse.jdt.apt.core_3.7.50.v20210914-1429.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (391.95kB) [INFO] Fetching org.eclipse.jdt.apt.pluggable.core_1.3.0.v20210618-1653.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (39.9kB) [INFO] Fetching org.eclipse.jdt.compiler.tool_1.3.150.v20220318-0906.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (102.22kB) [INFO] Fetching org.eclipse.jdt.compiler.apt_1.4.100.v20220318-0906.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (220.82kB) [INFO] Fetching org.eclipse.jdt.apt.ui_3.7.0.v20210620-1751.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (71.97kB) [INFO] Fetching org.eclipse.jdt.core.formatterapp_1.1.0.v20210618-1653.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (12.61kB) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.16.100.v20220513-2002.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.94MB) [INFO] Fetching org.eclipse.jdt.debug_3.19.200.v20220430-1851.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (910.81kB) [INFO] Fetching org.eclipse.search_3.14.100.v20220120-1549.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (489.96kB) [INFO] Fetching org.eclipse.jdt.doc.user_3.15.1400.v20220530-0646.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (8.4MB) [INFO] Fetching org.eclipse.jdt.junit.core_3.11.300.v20220317-1517.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (176.46kB) [INFO] Fetching org.eclipse.jdt.junit.runtime_3.6.100.v20210708-1502.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (57.17kB) [INFO] Fetching org.eclipse.jdt.junit4.runtime_1.2.0.v20210326-1251.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (26.27kB) [INFO] Fetching org.eclipse.jdt.junit5.runtime_1.0.1500.v20220308-2347.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (25.16kB) [INFO] Fetching org.junit_4.13.2.v20211018-1956.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (421.77kB) [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (65.43kB) [INFO] Fetching org.junit.jupiter.api_5.8.1.v20211018-1956.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (219.09kB) [INFO] Fetching org.junit.jupiter.engine_5.8.1.v20211018-1956.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (251.3kB) [INFO] Fetching org.junit.jupiter.migrationsupport_5.8.1.v20211018-1956.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (44.28kB) [INFO] Fetching org.junit.jupiter.params_5.8.1.v20211018-1956.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (608.75kB) [INFO] Fetching org.junit.platform.commons_1.8.1.v20211018-1956.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (117.58kB) [INFO] Fetching org.junit.platform.engine_1.8.1.v20211018-1956.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (208.15kB) [INFO] Fetching org.junit.platform.launcher_1.8.1.v20211018-1956.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (180.42kB) [INFO] Fetching org.junit.platform.runner_1.8.1.v20211018-1956.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (31.88kB) [INFO] Fetching org.junit.platform.suite.api_1.8.1.v20211018-1956.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (38.14kB) [INFO] Fetching org.junit.platform.suite.commons_1.8.1.v20211018-1956.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (30.68kB) [INFO] Fetching org.junit.platform.suite.engine_1.8.1.v20211028-1957.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (38.41kB) [INFO] Fetching org.junit.vintage.engine_5.8.1.v20211018-1956.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (83.87kB) [INFO] Fetching org.opentest4j_1.2.0.v20211018-1956.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (21.6kB) [INFO] Fetching org.eclipse.jdt_3.18.1200.v20220607-0700.jar from https://download.eclipse.org/releases/2022-06/202206151000/features/ (21.58kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.12.100.v20220329-1353.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (468.75kB) [INFO] Fetching org.eclipse.team.ui_3.9.300.v20220420-1133.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.42MB) [INFO] Fetching org.eclipse.ui.navigator_3.10.200.v20211009-1706.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (423.11kB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.8.400.v20220203-1803.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (172.29kB) [INFO] Fetching org.eclipse.jsch.core_1.3.900.v20200422-1935.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (40.73kB) [INFO] Fetching org.eclipse.jsch.ui_1.4.100.v20210917-1201.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (93.7kB) [INFO] Fetching org.eclipse.m2e.archetype.common_1.18.1.20211011-2139.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.92MB) [INFO] Fetching org.eclipse.m2e.maven.runtime_1.18.3.20220227-1319.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (4.98MB) [INFO] Fetching org.eclipse.m2e.binaryproject_1.17.4.20211002-1029.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (20.53kB) [INFO] Fetching org.eclipse.m2e.core_1.18.4.20220208-0831.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (634.24kB) [INFO] Fetching org.eclipse.m2e.sourcelookup_1.17.5.20220122-2204.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (18.96kB) [INFO] Fetching org.eclipse.m2e.jdt_1.18.3.20211112-0847.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (153.9kB) [INFO] Fetching org.eclipse.m2e.binaryproject.ui_1.18.1.20210610-0713.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (16.55kB) [INFO] Fetching org.eclipse.m2e.core.ui_1.19.0.20220206-1032.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (715.19kB) [INFO] Fetching org.eclipse.m2e.maven.indexer_1.18.1.20211011-2139.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (5.05MB) [INFO] Fetching org.eclipse.m2e.workspace.cli_0.3.1.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (15.56kB) [INFO] Fetching org.eclipse.m2e.model.edit_1.18.2.20211002-1029.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (419.61kB) [INFO] Fetching org.eclipse.m2e.discovery_1.18.1.20211002-1029.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (73.43kB) [INFO] Fetching org.eclipse.m2e.editor_1.18.3.20220210-1034.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (398.03kB) [INFO] Fetching org.eclipse.wst.sse.core_1.2.700.v202112071542.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (478.24kB) [INFO] Fetching org.eclipse.wst.xml.core_1.2.500.v202201311924.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (810.53kB) [INFO] Fetching org.eclipse.wst.common.emf_1.2.700.v202007161535.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (229.05kB) [INFO] Fetching org.eclipse.ui.genericeditor_1.2.200.v20211217-1247.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (152.75kB) [INFO] Fetching org.eclipse.m2e.profiles.core_1.17.3.20220111-1313.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (21.77kB) [INFO] Fetching org.eclipse.m2e.launching_1.18.0.20220202-1957.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (97.37kB) [INFO] Fetching org.eclipse.m2e.scm_1.17.2.20210603-1006.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (59.33kB) [INFO] Fetching org.eclipse.m2e.feature_1.20.1.20220227-1319.jar from https://download.eclipse.org/releases/2022-06/202206151000/features/ (20.02kB) [INFO] Fetching org.eclipse.m2e.maven.runtime.slf4j.simple_1.18.1.20211008-0657.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (25.38kB) [INFO] Fetching org.eclipse.m2e.importer_1.17.3.20211002-1029.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (17.42kB) [INFO] Fetching org.eclipse.m2e.refactoring_1.17.3.20211002-1029.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (73.81kB) [INFO] Fetching org.eclipse.m2e.jdt.ui_1.17.2.20210603-1006.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (26.83kB) [INFO] Fetching org.eclipse.m2e.lifecyclemapping.defaults_1.17.1.20210115-1536.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (10.45kB) [INFO] Fetching org.eclipse.m2e.profiles.ui_1.17.3.20211002-1029.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (43.13kB) [INFO] Fetching org.eclipse.m2e.sourcelookup.ui_1.17.4.20220119-1100.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (25.52kB) [INFO] Fetching org.eclipse.wst.common.uriresolver_1.3.0.v202007161535.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (48.8kB) [INFO] Fetching org.eclipse.platform_4.24.0.v20220607-0700.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (689.52kB) [INFO] Fetching org.eclipse.platform.doc.user_4.24.0.v20220530-1438.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (5.28MB) [INFO] Fetching org.eclipse.text.quicksearch_1.1.300.v20211203-1705.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (95.68kB) [INFO] Fetching org.eclipse.ui.intro.universal_3.4.200.v20210409-1747.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (2.09MB) [INFO] Fetching org.eclipse.ui.monitoring_1.2.200.v20220429-1040.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (59.91kB) [INFO] Fetching org.eclipse.ui.net_1.4.0.v20210426-0838.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (45.24kB) [INFO] Fetching org.eclipse.ui.ide.application_1.4.400.v20220502-1523.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (113.08kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.9.100.v20201223-1348.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (107.15kB) [INFO] Fetching org.eclipse.ui.themes_1.2.1800.v20220316-1102.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (37.76kB) [INFO] Fetching org.eclipse.ui.intro.quicklinks_1.1.100.v20210315-0954.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (23.47kB) [INFO] Fetching org.eclipse.team.genericeditor.diff.extension_1.1.0.v20210426-0951.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (16.25kB) [INFO] Fetching org.eclipse.ui.views.log_1.3.200.v20220310-1555.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (172.2kB) [INFO] Fetching org.eclipse.platform_4.24.0.v20220607-0700.jar from https://download.eclipse.org/releases/2022-06/202206151000/features/ (22.45kB) [INFO] Fetching org.eclipse.platform_root_4.24.0.v20220607-0700 from https://download.eclipse.org/releases/2022-06/202206151000/binary/ (196B) [INFO] Fetching org.eclipse.update.configurator_3.4.800.v20210415-1314.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (94.06kB) [INFO] Fetching org.eclipse.rcp_4.24.0.v20220607-0700.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (12.91kB) [INFO] Fetching org.eclipse.rcp_4.24.0.v20220607-0700.jar from https://download.eclipse.org/releases/2022-06/202206151000/features/ (20.97kB) [INFO] Fetching org.eclipse.rcp_root_4.24.0.v20220607-0700 from https://download.eclipse.org/releases/2022-06/202206151000/binary/ (20.24kB) [INFO] Fetching javax.wsdl_1.6.2.v201012040545.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/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/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (51.02kB) [INFO] Unpacking javax.wsdl_1.6.2.v201012040545... [INFO] Fetching org.eclipse.wst.common.core_1.4.100.v202103232321.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (60.57kB) [INFO] Fetching org.eclipse.wst.common.frameworks_1.2.202.v202108200212.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (121.25kB) [INFO] Fetching org.eclipse.wst.common.environment_1.0.401.v202007142017.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (49.66kB) [INFO] Fetching org.eclipse.compare.win32_1.2.800.v20200127-1343.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (43.77kB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.120.0.v20220530-1036.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (2.47MB) [INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.4.200.v20190812-0909.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (37.47kB) [INFO] Fetching org.eclipse.core.net.win32_1.0.0.v20220312-1450.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (25.67kB) [INFO] Fetching org.eclipse.core.net.win32.x86_64_1.1.600.v20220312-1450.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (7.78kB) [INFO] Fetching org.eclipse.core.resources.win32.x86_64_3.5.400.v20190812-0909.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (57.74kB) [INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.500.v20220509-0833.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (132.49kB) [INFO] Fetching org.eclipse.e4.ui.swt.win32_1.1.0.v20201119-1132.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (10.25kB) [INFO] Fetching org.eclipse.equinox.security.win32.x86_64_1.1.300.v20211021-1418.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (40.75kB) [INFO] Fetching org.eclipse.ui.win32_3.4.400.v20200414-1247.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (22.27kB) [INFO] Fetching org.eclipse.core.filesystem.macosx_1.3.300.v20210427-1937.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (25.6kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.600.v20200416-0656.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (29.62kB) [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.500.v20220509-0833.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (40.81kB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.120.0.v20220530-1036.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (2.15MB) [INFO] Fetching org.eclipse.equinox.security.macosx_1.101.400.v20210427-1958.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (28.06kB) [INFO] Fetching org.eclipse.jdt.launching.macosx_3.4.800.v20210915-0906.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (19.42kB) [INFO] Fetching org.eclipse.jdt.launching.ui.macosx_1.2.900.v20210915-0906.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (58.78kB) [INFO] Fetching org.eclipse.ui.cocoa_1.2.400.v20191217-1850.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (9.54kB) [INFO] [INFO] --- tycho-p2-repository:2.7.3:archive-repository (default-archive-repository) @ org.eclipse.scout.sdk-repository --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Building zip: /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk-repository/target/org.eclipse.scout.sdk-repository-12.0.0-SNAPSHOT.zip [INFO] [INFO] --- jar:3.2.0:test-jar (attach-tests) @ org.eclipse.scout.sdk-repository --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk-repository --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk-repository --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.scout.sdk-repository --- [INFO] [INFO] --- tycho-p2:2.7.3:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk-repository --- [INFO] [INFO] --- gpg:3.0.1:sign (sign-artifacts) @ org.eclipse.scout.sdk-repository --- [INFO] [INFO] --- duplicate-finder:1.5.0:check (default) @ org.eclipse.scout.sdk-repository --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:2.5.2:install (default-install) @ org.eclipse.scout.sdk-repository --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk-repository/target/org.eclipse.scout.sdk-repository-12.0.0-SNAPSHOT.zip to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-repository/12.0.0-SNAPSHOT/org.eclipse.scout.sdk-repository-12.0.0-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk-repository/pom.xml to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-repository/12.0.0-SNAPSHOT/org.eclipse.scout.sdk-repository-12.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk-repository/target/p2content.xml to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-repository/12.0.0-SNAPSHOT/org.eclipse.scout.sdk-repository-12.0.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk-repository/target/p2artifacts.xml to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-repository/12.0.0-SNAPSHOT/org.eclipse.scout.sdk-repository-12.0.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.3:update-local-index (default-update-local-index) @ org.eclipse.scout.sdk-repository --- [INFO] [INFO] --- updatesite:12.0.0-SNAPSHOT:stage (stage) @ org.eclipse.scout.sdk-repository --- [INFO] Creating composite Repository [INFO] Downloading https://download.eclipse.org/scout/nightly/12.0/compositeContent.jar to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk-repository/target/stage/nightly/12.0/compositeContent.jar [INFO] Downloading https://download.eclipse.org/scout/nightly/12.0/compositeArtifacts.jar to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk-repository/target/stage/nightly/12.0/compositeArtifacts.jar [INFO] Extracting /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk-repository/target/stage/nightly/12.0/compositeContent.jar [INFO] Extracting /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk-repository/target/stage/nightly/12.0/compositeArtifacts.jar [INFO] Zipping /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk-repository/target/stage to /home/jenkins/agent/workspace/scout-integration-12.0-SDK-nightly/org.eclipse.scout.sdk-repository/target/stageTarget/stage20240523-100814-960.zip [INFO] [INFO] --- updatesite:12.0.0-SNAPSHOT:publish (stage) @ org.eclipse.scout.sdk-repository --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Eclipse Scout SDK P2 12.0.0-SNAPSHOT: [INFO] [INFO] Eclipse Scout SDK P2 ............................... SUCCESS [ 2.663 s] [INFO] Eclipse Scout SDK P2 Build Target .................. SUCCESS [ 0.227 s] [INFO] Eclipse Scout SDK Feature .......................... SUCCESS [ 4.433 s] [INFO] Eclipse Scout SDK Repository ....................... SUCCESS [ 33.762 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:02 min [INFO] Finished at: 2024-05-23T22:08:15Z [INFO] ------------------------------------------------------------------------ [scout-integration-12.0-SDK-nightly] $ /bin/sh -xe /tmp/jenkins17143874367457816814.sh + scp updatesitestagingarea/doStage_20240523-100814-960 genie.scout@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/scout/stagingArea/ + scp updatesitestagingarea/stage20240523-100814-960.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 45 killed; [ssh-agent] Stopped. Recording test results [Checks API] No suitable checks publisher found. Finished: SUCCESS