Started by timer Running as SYSTEM Agent centos-8-l1p72 is provisioned from template centos-8 --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "dcdbc7ed8a3e8b49b8443ee4b54d9618b35139e6" jenkins/label: "centos-latest_centos-8" name: "centos-8-l1p72" 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-l1p72" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\ \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "centos-8-l1p72" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.scout.svc.cluster.local/scout/" image: "docker.io/eclipsecbi/jiro-agent-centos-8:remoting-4.5" 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 - 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-l1p72 (centos-8 centos-latest) in workspace /home/jenkins/agent/workspace/scout-integration-11.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-hGdYVR4LGuVo/agent.47 SSH_AGENT_PID=49 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly@tmp/private_key_6468706585504524667.key (/home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly@tmp/private_key_6468706585504524667.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://git.eclipse.org/r/scout/org.eclipse.scout.sdk.git > git init /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly # timeout=10 Fetching upstream changes from https://git.eclipse.org/r/scout/org.eclipse.scout.sdk.git > git --version # timeout=10 > git --version # 'git version 2.27.0' > git fetch --tags --force --progress -- https://git.eclipse.org/r/scout/org.eclipse.scout.sdk.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://git.eclipse.org/r/scout/org.eclipse.scout.sdk.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse refs/remotes/origin/releases/11.0^{commit} # timeout=10 Checking out Revision 9f309437d30bc0d6db2026da9f8b8c7568da455c (refs/remotes/origin/releases/11.0) > git config core.sparsecheckout # timeout=10 > git checkout -f 9f309437d30bc0d6db2026da9f8b8c7568da455c # timeout=10 Commit message: "Fix API usage for exact snapshots" > git rev-list --no-walk 9f309437d30bc0d6db2026da9f8b8c7568da455c # timeout=10 [scout-integration-11.0-SDK-nightly] $ /opt/tools/apache-maven/latest/bin/mvn -f org.eclipse.scout.sdk/pom.xml -Dremote_branch=origin/releases/11.0 -Dis_tag=false -Dtag_or_branch=origin/releases/11.0 -Dmaven.repo.local=/home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/.repository clean install -Dmaster_sanityCheck_skip=true -DexcludedGroups=IntegrationTest -Dmaster_plugin_source_version=3.1.0 Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) Maven home: /opt/tools/apache-maven/latest Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.12.7-300.fc34.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Scout Hello World Sample Application [maven-archetype] [INFO] Scout JaxWs Module [maven-archetype] [INFO] ScoutJS Sample Application [maven-archetype] [INFO] Eclipse Scout SDK [pom] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core [jar] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.ecj [jar] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.test [jar] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s [jar] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s.test [jar] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.doc [jar] [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e [bundle] [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.test [jar] [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.doc [bundle] [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.ui [bundle] [INFO] [INFO] ---------< org.eclipse.scout.archetypes:scout-helloworld-app >---------- [INFO] Building Scout Hello World Sample Application 11.0.0-SNAPSHOT [1/14] [INFO] --------------------------[ maven-archetype ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ scout-helloworld-app --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-rules) @ scout-helloworld-app --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ scout-helloworld-app --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/scout-helloworld-app/../target/jacoco-all.exec [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (initialize-parse-version) @ scout-helloworld-app --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (initialize-regex) @ scout-helloworld-app --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ scout-helloworld-app --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 124 resources [INFO] Copying 2 resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ scout-helloworld-app --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 2 resources [INFO] [INFO] --- maven-archetype-plugin:3.2.0:jar (default-jar) @ scout-helloworld-app --- [INFO] Building archetype jar: /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/scout-helloworld-app/target/scout-helloworld-app-11.0.0-SNAPSHOT.jar [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/scout-helloworld-app/target/scout-helloworld-app-11.0.0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (attach-tests) @ scout-helloworld-app --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/scout-helloworld-app/target/scout-helloworld-app-11.0.0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-source-plugin:3.1.0:jar-no-fork (attach-sources) @ scout-helloworld-app --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-source-plugin:3.1.0:test-jar-no-fork (attach-test-sources) @ scout-helloworld-app --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-archetype-plugin:3.2.0:integration-test (default-integration-test) @ scout-helloworld-app --- [INFO] Processing Archetype IT project: basic [INFO] ---------------------------------------------------------------------------- [INFO] Using following parameters for creating project from Archetype: scout-helloworld-app:11.0.0-SNAPSHOT [INFO] ---------------------------------------------------------------------------- [INFO] Parameter: groupId, Value: org.eclipse.scout.apps [INFO] Parameter: artifactId, Value: helloscout [INFO] Parameter: version, Value: 1.0.0-SNAPSHOT [INFO] Parameter: package, Value: org.eclipse.scout.apps.helloscout [INFO] Parameter: packageInPathFormat, Value: org/eclipse/scout/apps/helloscout [INFO] Parameter: package, Value: org.eclipse.scout.apps.helloscout [INFO] Parameter: debug, Value: false [INFO] Parameter: displayName, Value: My Application [INFO] Parameter: javaVersion, Value: 11 [INFO] Parameter: groupId, Value: org.eclipse.scout.apps [INFO] Parameter: simpleArtifactName, Value: helloscout [INFO] Parameter: artifactId, Value: helloscout [INFO] Parameter: userName, Value: Scout Robot [INFO] Parameter: version, Value: 1.0.0-SNAPSHOT [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloscout/helloscout/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloscout/helloscout.shared/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloscout/helloscout.server/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloscout/helloscout.client/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloscout/helloscout.server.app.war/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloscout/helloscout.server.app.dev/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloscout/helloscout.ui.html/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloscout/helloscout.ui.html.app.war/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloscout/helloscout.ui.html.app.dev/pom.xml [INFO] Executing META-INF/archetype-post-generate.groovy post-generation script WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.codehaus.groovy.reflection.CachedClass (file:/home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/.repository/org/codehaus/groovy/groovy/2.4.16/groovy-2.4.16.jar) to method java.lang.Object.finalize() WARNING: Please consider reporting this to the maintainers of org.codehaus.groovy.reflection.CachedClass WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release [INFO] Project created from Archetype in dir: /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloscout [INFO] [INFO] --- duplicate-finder-maven-plugin:1.4.0:check (default) @ scout-helloworld-app --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ scout-helloworld-app --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/scout-helloworld-app/target/scout-helloworld-app-11.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/.repository/org/eclipse/scout/archetypes/scout-helloworld-app/11.0.0-SNAPSHOT/scout-helloworld-app-11.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/scout-helloworld-app/pom.xml to /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/.repository/org/eclipse/scout/archetypes/scout-helloworld-app/11.0.0-SNAPSHOT/scout-helloworld-app-11.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/scout-helloworld-app/target/scout-helloworld-app-11.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/.repository/org/eclipse/scout/archetypes/scout-helloworld-app/11.0.0-SNAPSHOT/scout-helloworld-app-11.0.0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-archetype-plugin:3.2.0:update-local-catalog (default-update-local-catalog) @ scout-helloworld-app --- [INFO] [INFO] ----------< org.eclipse.scout.archetypes:scout-jaxws-module >----------- [INFO] Building Scout JaxWs Module 11.0.0-SNAPSHOT [2/14] [INFO] --------------------------[ maven-archetype ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ scout-jaxws-module --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-rules) @ scout-jaxws-module --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ scout-jaxws-module --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/scout-jaxws-module/../target/jacoco-all.exec [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (initialize-parse-version) @ scout-jaxws-module --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (initialize-regex) @ scout-jaxws-module --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ scout-jaxws-module --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 7 resources [INFO] Copying 2 resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ scout-jaxws-module --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 2 resources [INFO] [INFO] --- maven-archetype-plugin:3.2.0:jar (default-jar) @ scout-jaxws-module --- [INFO] Building archetype jar: /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/scout-jaxws-module/target/scout-jaxws-module-11.0.0-SNAPSHOT.jar [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/scout-jaxws-module/target/scout-jaxws-module-11.0.0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (attach-tests) @ scout-jaxws-module --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/scout-jaxws-module/target/scout-jaxws-module-11.0.0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-source-plugin:3.1.0:jar-no-fork (attach-sources) @ scout-jaxws-module --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-source-plugin:3.1.0:test-jar-no-fork (attach-test-sources) @ scout-jaxws-module --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-archetype-plugin:3.2.0:integration-test (default-integration-test) @ scout-jaxws-module --- [INFO] Processing Archetype IT project: basic [INFO] ---------------------------------------------------------------------------- [INFO] Using following parameters for creating project from Archetype: scout-jaxws-module:11.0.0-SNAPSHOT [INFO] ---------------------------------------------------------------------------- [INFO] Parameter: groupId, Value: org.eclipse.scout.apps [INFO] Parameter: artifactId, Value: helloworld.server.jaxws [INFO] Parameter: version, Value: 1.0.0-SNAPSHOT [INFO] Parameter: package, Value: org.eclipse.scout.apps.helloworld [INFO] Parameter: packageInPathFormat, Value: org/eclipse/scout/apps/helloworld [INFO] Parameter: package, Value: org.eclipse.scout.apps.helloworld [INFO] Parameter: displayName, Value: My Application [INFO] Parameter: groupId, Value: org.eclipse.scout.apps [INFO] Parameter: artifactId, Value: helloworld.server.jaxws [INFO] Parameter: version, Value: 1.0.0-SNAPSHOT [INFO] Parameter: parentArtifactId, Value: helloworld [WARNING] CP Don't override file /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/scout-jaxws-module/target/test-classes/projects/basic/project/helloworld.server.jaxws/src/main/resources/META-INF/scout.xml [WARNING] CP Don't override file /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/scout-jaxws-module/target/test-classes/projects/basic/project/helloworld.server.jaxws/src/main/resources/WEB-INF/wsdl [WARNING] CP Don't override file /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/scout-jaxws-module/target/test-classes/projects/basic/project/helloworld.server.jaxws/src/main/java [INFO] Project created from Archetype in dir: /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/scout-jaxws-module/target/test-classes/projects/basic/project/helloworld.server.jaxws [INFO] [INFO] --- duplicate-finder-maven-plugin:1.4.0:check (default) @ scout-jaxws-module --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ scout-jaxws-module --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/scout-jaxws-module/target/scout-jaxws-module-11.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/.repository/org/eclipse/scout/archetypes/scout-jaxws-module/11.0.0-SNAPSHOT/scout-jaxws-module-11.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/scout-jaxws-module/pom.xml to /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/.repository/org/eclipse/scout/archetypes/scout-jaxws-module/11.0.0-SNAPSHOT/scout-jaxws-module-11.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/scout-jaxws-module/target/scout-jaxws-module-11.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/.repository/org/eclipse/scout/archetypes/scout-jaxws-module/11.0.0-SNAPSHOT/scout-jaxws-module-11.0.0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-archetype-plugin:3.2.0:update-local-catalog (default-update-local-catalog) @ scout-jaxws-module --- [INFO] [INFO] -----------< org.eclipse.scout.archetypes:scout-hellojs-app >----------- [INFO] Building ScoutJS Sample Application 11.0.0-SNAPSHOT [3/14] [INFO] --------------------------[ maven-archetype ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ scout-hellojs-app --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-rules) @ scout-hellojs-app --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ scout-hellojs-app --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/scout-hellojs-app/../target/jacoco-all.exec [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (initialize-parse-version) @ scout-hellojs-app --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (initialize-regex) @ scout-hellojs-app --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ scout-hellojs-app --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 169 resources [INFO] Copying 2 resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ scout-hellojs-app --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 2 resources [INFO] [INFO] --- maven-archetype-plugin:3.2.0:jar (default-jar) @ scout-hellojs-app --- [INFO] Building archetype jar: /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/scout-hellojs-app/target/scout-hellojs-app-11.0.0-SNAPSHOT.jar [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/scout-hellojs-app/target/scout-hellojs-app-11.0.0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (attach-tests) @ scout-hellojs-app --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/scout-hellojs-app/target/scout-hellojs-app-11.0.0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-source-plugin:3.1.0:jar-no-fork (attach-sources) @ scout-hellojs-app --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-source-plugin:3.1.0:test-jar-no-fork (attach-test-sources) @ scout-hellojs-app --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-archetype-plugin:3.2.0:integration-test (default-integration-test) @ scout-hellojs-app --- [INFO] Processing Archetype IT project: basic [INFO] ---------------------------------------------------------------------------- [INFO] Using following parameters for creating project from Archetype: scout-hellojs-app:11.0.0-SNAPSHOT [INFO] ---------------------------------------------------------------------------- [INFO] Parameter: groupId, Value: org.eclipse.scout.apps [INFO] Parameter: artifactId, Value: helloscout [INFO] Parameter: version, Value: 1.0.0-SNAPSHOT [INFO] Parameter: package, Value: org.eclipse.scout.apps.helloscout [INFO] Parameter: packageInPathFormat, Value: org/eclipse/scout/apps/helloscout [INFO] Parameter: package, Value: org.eclipse.scout.apps.helloscout [INFO] Parameter: debug, Value: false [INFO] Parameter: displayName, Value: My Application [INFO] Parameter: javaVersion, Value: 11 [INFO] Parameter: groupId, Value: org.eclipse.scout.apps [INFO] Parameter: simpleArtifactName, Value: helloscout [INFO] Parameter: artifactId, Value: helloscout [INFO] Parameter: version, Value: 1.0.0-SNAPSHOT [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/helloscout/helloscout/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/helloscout/helloscout.api/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/helloscout/helloscout.app/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/helloscout/helloscout.app.dev/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/helloscout/helloscout.app.war/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/helloscout/helloscout.core/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/helloscout/helloscout.core.test/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/helloscout/helloscout.data/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/helloscout/helloscout.db/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/helloscout/helloscout.persistence/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/helloscout/helloscout.persistence.test/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/helloscout/helloscout.ui/pom.xml [INFO] Executing META-INF/archetype-post-generate.groovy post-generation script [INFO] Project created from Archetype in dir: /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/scout-hellojs-app/target/test-classes/projects/basic/project/helloscout [INFO] [INFO] --- duplicate-finder-maven-plugin:1.4.0:check (default) @ scout-hellojs-app --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ scout-hellojs-app --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/scout-hellojs-app/target/scout-hellojs-app-11.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/.repository/org/eclipse/scout/archetypes/scout-hellojs-app/11.0.0-SNAPSHOT/scout-hellojs-app-11.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/scout-hellojs-app/pom.xml to /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/.repository/org/eclipse/scout/archetypes/scout-hellojs-app/11.0.0-SNAPSHOT/scout-hellojs-app-11.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/scout-hellojs-app/target/scout-hellojs-app-11.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/.repository/org/eclipse/scout/archetypes/scout-hellojs-app/11.0.0-SNAPSHOT/scout-hellojs-app-11.0.0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-archetype-plugin:3.2.0:update-local-catalog (default-update-local-catalog) @ scout-hellojs-app --- [INFO] [INFO] ------------< org.eclipse.scout.sdk:org.eclipse.scout.sdk >------------- [INFO] Building Eclipse Scout SDK 11.0.0-SNAPSHOT [4/14] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-rules) @ org.eclipse.scout.sdk --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.scout.sdk --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk/../org.eclipse.scout.sdk/target/jacoco-all.exec [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk --- [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (attach-tests) @ org.eclipse.scout.sdk --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:3.1.0:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk --- [INFO] [INFO] --- maven-source-plugin:3.1.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk --- [INFO] [INFO] --- duplicate-finder-maven-plugin:1.4.0:check (default) @ org.eclipse.scout.sdk --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk/pom.xml to /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk/11.0.0-SNAPSHOT/org.eclipse.scout.sdk-11.0.0-SNAPSHOT.pom [INFO] [INFO] ----------< org.eclipse.scout.sdk:org.eclipse.scout.sdk.core >---------- [INFO] Building org.eclipse.scout.sdk:org.eclipse.scout.sdk.core 11.0.0-SNAPSHOT [5/14] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.core --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-rules) @ org.eclipse.scout.sdk.core --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.scout.sdk.core --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.core/../org.eclipse.scout.sdk/target/jacoco-all.exec [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.core --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.scout.sdk.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.core/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.scout.sdk.core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 184 source files to /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.core/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.scout.sdk.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.core/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.core --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.scout.sdk.core --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ org.eclipse.scout.sdk.core --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.core/target/org.eclipse.scout.sdk.core-11.0.0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (attach-tests) @ org.eclipse.scout.sdk.core --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:3.1.0:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.core --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.core/target/org.eclipse.scout.sdk.core-11.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:3.1.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.core --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder-maven-plugin:1.4.0:check (default) @ org.eclipse.scout.sdk.core --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.core --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.core/target/org.eclipse.scout.sdk.core-11.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core/11.0.0-SNAPSHOT/org.eclipse.scout.sdk.core-11.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.core/pom.xml to /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core/11.0.0-SNAPSHOT/org.eclipse.scout.sdk.core-11.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.core/target/org.eclipse.scout.sdk.core-11.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core/11.0.0-SNAPSHOT/org.eclipse.scout.sdk.core-11.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --------< org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.ecj >-------- [INFO] Building org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.ecj 11.0.0-SNAPSHOT [6/14] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.core.ecj --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-rules) @ org.eclipse.scout.sdk.core.ecj --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.scout.sdk.core.ecj --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.core.ecj/../org.eclipse.scout.sdk/target/jacoco-all.exec [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.core.ecj --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.core.ecj --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.scout.sdk.core.ecj --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.core.ecj/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.scout.sdk.core.ecj --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 43 source files to /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.core.ecj/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.scout.sdk.core.ecj --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.core.ecj/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.core.ecj --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.scout.sdk.core.ecj --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ org.eclipse.scout.sdk.core.ecj --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.core.ecj/target/org.eclipse.scout.sdk.core.ecj-11.0.0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (attach-tests) @ org.eclipse.scout.sdk.core.ecj --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:3.1.0:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.core.ecj --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.core.ecj/target/org.eclipse.scout.sdk.core.ecj-11.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:3.1.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.core.ecj --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder-maven-plugin:1.4.0:check (default) @ org.eclipse.scout.sdk.core.ecj --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.core.ecj --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.core.ecj/target/org.eclipse.scout.sdk.core.ecj-11.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.ecj/11.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.ecj-11.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.core.ecj/pom.xml to /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.ecj/11.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.ecj-11.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.core.ecj/target/org.eclipse.scout.sdk.core.ecj-11.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.ecj/11.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.ecj-11.0.0-SNAPSHOT-sources.jar [INFO] [INFO] -------< org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.test >-------- [INFO] Building org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.test 11.0.0-SNAPSHOT [7/14] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.core.test --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-rules) @ org.eclipse.scout.sdk.core.test --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.scout.sdk.core.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.core.test/../org.eclipse.scout.sdk/target/jacoco-all.exec [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.core.test --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.core.test --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-test-source (add-test-source) @ org.eclipse.scout.sdk.core.test --- [INFO] Test Source directory: /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.core.test/src/test/fixture added. [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.scout.sdk.core.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.core.test/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.scout.sdk.core.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.scout.sdk.core.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 34 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.core.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 140 source files to /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.scout.sdk.core.test --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.scout.sdk.core.apidef.ApiFunctionTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.497 s - in org.eclipse.scout.sdk.core.apidef.ApiFunctionTest [INFO] Running org.eclipse.scout.sdk.core.apidef.ApiSpecificationTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.scout.sdk.core.apidef.ApiSpecificationTest [INFO] Running org.eclipse.scout.sdk.core.apidef.ApiTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.588 s - in org.eclipse.scout.sdk.core.apidef.ApiTest [INFO] Running org.eclipse.scout.sdk.core.apidef.ApiVersionTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 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.006 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.058 s - in org.eclipse.scout.sdk.core.builder.StreamSourceBuilderTest [INFO] Running org.eclipse.scout.sdk.core.builder.java.comment.CommentBuilderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.196 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.015 s - in org.eclipse.scout.sdk.core.builder.java.context.JavaBuilderContextTest [INFO] Running org.eclipse.scout.sdk.core.generator.PackageGeneratorTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.178 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.135 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.046 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.008 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.09 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.012 s - in org.eclipse.scout.sdk.core.generator.field.FieldGeneratorTest [INFO] Running org.eclipse.scout.sdk.core.generator.method.MethodGeneratorTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.203 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.01 s - in org.eclipse.scout.sdk.core.generator.properties.PropertiesGeneratorTest [INFO] Running org.eclipse.scout.sdk.core.generator.type.PrimaryTypeGeneratorTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 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.086 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.123 s - in org.eclipse.scout.sdk.core.imports.ImportValidatorTest [INFO] Running org.eclipse.scout.sdk.core.imports.TypeReferenceDescriptorTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.scout.sdk.core.imports.TypeReferenceDescriptorTest [INFO] Running org.eclipse.scout.sdk.core.log.SdkLogTest 1970-01-01 02:00:00.000 [SEVERE] Unable to parse log level 'aa'. Fallback to default: 'WARNING'. java.lang.IllegalArgumentException: Bad level "aa" at java.logging/java.util.logging.Level.parse(Level.java:517) at org.eclipse.scout.sdk.core.log.SdkLog.parseLevel(SdkLog.java:320) at org.eclipse.scout.sdk.core.log.SdkLogTest.testParseLevel(SdkLogTest.java:132) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:688) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84) at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115) at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:210) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:206) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:131) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:65) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at java.base/java.util.ArrayList.forEach(ArrayList.java:1540) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at java.base/java.util.ArrayList.forEach(ArrayList.java:1540) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32) at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) MessageFormatter: Failed toString() invocation on an object of type [org.eclipse.scout.sdk.core.log.SdkLogTest$ClassWithToStringThrowingNpeFixture] java.lang.NullPointerException: NPE of test class org.eclipse.scout.sdk.core.log.SdkLogTest at org.eclipse.scout.sdk.core.log.SdkLogTest$ClassWithToStringThrowingNpeFixture.toString(SdkLogTest.java:190) at org.eclipse.scout.sdk.core.log.MessageFormatter.safeObjectToString(MessageFormatter.java:153) at org.eclipse.scout.sdk.core.log.MessageFormatter.toString(MessageFormatter.java:112) at org.eclipse.scout.sdk.core.log.MessageFormatter.arrayFormat(MessageFormatter.java:65) at org.eclipse.scout.sdk.core.log.SdkLog.log(SdkLog.java:82) at org.eclipse.scout.sdk.core.log.SdkLog.error(SdkLog.java:186) at org.eclipse.scout.sdk.core.log.SdkLogTest.lambda$testLogOfObjectWithToStringThrowingException$1(SdkLogTest.java:138) at org.eclipse.scout.sdk.core.log.SdkLogTest.runWithPrivateLogger(SdkLogTest.java:221) at org.eclipse.scout.sdk.core.log.SdkLogTest.testLogOfObjectWithToStringThrowingException(SdkLogTest.java:137) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:688) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84) at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115) at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:210) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:206) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:131) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:65) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at java.base/java.util.ArrayList.forEach(ArrayList.java:1540) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at java.base/java.util.ArrayList.forEach(ArrayList.java:1540) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32) at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 s - in org.eclipse.scout.sdk.core.log.SdkLogTest [INFO] Running org.eclipse.scout.sdk.core.model.CompilationUnitInfoWithClasspathTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.535 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.071 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.091 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.029 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.102 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.014 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.047 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.014 s - in org.eclipse.scout.sdk.core.model.api.ClasspathEntryTest [INFO] Running org.eclipse.scout.sdk.core.model.api.CompilationUnitTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.eclipse.scout.sdk.core.model.api.CompilationUnitTest [INFO] Running org.eclipse.scout.sdk.core.model.api.CreateAndOverrideNewCompilationUnitTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 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.04 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.014 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.034 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.042 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.115 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.051 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.018 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.064 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.018 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.006 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.011 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.01 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.049 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.095 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.017 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.034 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.15 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.008 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.017 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.094 s - in org.eclipse.scout.sdk.core.model.api.spliterator.WrappingSpliteratorTest [INFO] Running org.eclipse.scout.sdk.core.model.ecj.ClasspathBuilderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.scout.sdk.core.model.ecj.ClasspathBuilderTest [INFO] Running org.eclipse.scout.sdk.core.model.ecj.JavaEnvironmentWithEcjBuilderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.205 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.011 s - in org.eclipse.scout.sdk.core.model.ecj.JavaEnvironmentWithEcjTest [INFO] Running org.eclipse.scout.sdk.core.model.ecj.JreInfoTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.sdk.core.model.ecj.JreInfoTest [INFO] Running org.eclipse.scout.sdk.core.model.ecj.SameCompositeObjectTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.sdk.core.model.ecj.SameCompositeObjectTest [INFO] Running org.eclipse.scout.sdk.core.model.ecj.SpiWithEcjUtilsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.scout.sdk.core.model.ecj.SpiWithEcjUtilsTest [INFO] Running org.eclipse.scout.sdk.core.model.ecj.TypeNameDescriptorTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.sdk.core.model.ecj.TypeNameDescriptorTest [INFO] Running org.eclipse.scout.sdk.core.model.spi.internal.metavalue.MetaValueFactoryTest [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 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.036 s - in org.eclipse.scout.sdk.core.testing.ApiTestGeneratorTest [INFO] Running org.eclipse.scout.sdk.core.transformer.SimpleWorkingCopyTransformerBuilderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 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.231 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.001 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.009 s - in org.eclipse.scout.sdk.core.util.CoreUtilsTest [INFO] Running org.eclipse.scout.sdk.core.util.EnsureTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 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.001 s - in org.eclipse.scout.sdk.core.util.FinalValueTest [INFO] Running org.eclipse.scout.sdk.core.util.JavaTypesTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 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.097 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 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.011 s - in org.eclipse.scout.sdk.core.util.SourceStateTest [INFO] Running org.eclipse.scout.sdk.core.util.StreamUtilsTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.scout.sdk.core.util.StreamUtilsTest [INFO] Running org.eclipse.scout.sdk.core.util.StringsTest [INFO] Tests run: 38, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 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.14 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.125 s - in org.eclipse.scout.sdk.core.util.XmlTest [INFO] Running org.eclipse.scout.sdk.core.util.visitor.BreadthFirstTraversalTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.scout.sdk.core.util.visitor.BreadthFirstTraversalTest [INFO] Running org.eclipse.scout.sdk.core.util.visitor.DepthFirstTraversalTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 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.001 s - in org.eclipse.scout.sdk.core.util.visitor.DepthFirstVisitorTypeAdapterTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 408, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ org.eclipse.scout.sdk.core.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-11.0.0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (attach-tests) @ org.eclipse.scout.sdk.core.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-11.0.0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-source-plugin:3.1.0:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.core.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-11.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:3.1.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.core.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-11.0.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- duplicate-finder-maven-plugin:1.4.0:check (default) @ org.eclipse.scout.sdk.core.test --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.core.test --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-11.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.test/11.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.test-11.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.core.test/pom.xml to /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.test/11.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.test-11.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-11.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.test/11.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.test-11.0.0-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-11.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.test/11.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.test-11.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-11.0.0-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.test/11.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.test-11.0.0-SNAPSHOT-test-sources.jar [INFO] [INFO] ---------< org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s >--------- [INFO] Building org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s 11.0.0-SNAPSHOT [8/14] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.core.s --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-rules) @ org.eclipse.scout.sdk.core.s --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.scout.sdk.core.s --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.core.s/../org.eclipse.scout.sdk/target/jacoco-all.exec [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.core.s --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.core.s --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.scout.sdk.core.s --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.core.s/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.scout.sdk.core.s --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 130 source files to /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.core.s/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.scout.sdk.core.s --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.core.s/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.core.s --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.scout.sdk.core.s --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ org.eclipse.scout.sdk.core.s --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.core.s/target/org.eclipse.scout.sdk.core.s-11.0.0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (attach-tests) @ org.eclipse.scout.sdk.core.s --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:3.1.0:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.core.s --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.core.s/target/org.eclipse.scout.sdk.core.s-11.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:3.1.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.core.s --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder-maven-plugin:1.4.0:check (default) @ org.eclipse.scout.sdk.core.s --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.core.s --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.core.s/target/org.eclipse.scout.sdk.core.s-11.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s/11.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s-11.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.core.s/pom.xml to /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s/11.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s-11.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.core.s/target/org.eclipse.scout.sdk.core.s-11.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s/11.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s-11.0.0-SNAPSHOT-sources.jar [INFO] [INFO] ------< org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s.test >------- [INFO] Building org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s.test 11.0.0-SNAPSHOT [9/14] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.core.s.test --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-rules) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.scout.sdk.core.s.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/../org.eclipse.scout.sdk/target/jacoco-all.exec [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.core.s.test --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.core.s.test --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-test-source (add-test-source) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Test Source directory: /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/src/test/client added. [INFO] Test Source directory: /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/src/test/shared added. [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 25 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 230 source files to /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/test-classes [INFO] /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/src/test/client/formdata/client/ui/forms/ColumnWithoutTypeForm.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/src/test/client/formdata/client/ui/forms/ColumnWithoutTypeForm.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.scout.sdk.core.s.test --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.scout.sdk.core.s.annotation.OrderAnnotationTest 2021-07-29 22:22:49.362 [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: 1.605 s - in org.eclipse.scout.sdk.core.s.annotation.OrderAnnotationTest [INFO] Running org.eclipse.scout.sdk.core.s.apidef.ScoutApiTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.783 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.089 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.163 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.254 s - in org.eclipse.scout.sdk.core.s.codetype.CodeTypeNewOperationTest [INFO] Running org.eclipse.scout.sdk.core.s.codetype.HugeCodeTypeTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.698 s - in org.eclipse.scout.sdk.core.s.codetype.HugeCodeTypeTest [INFO] Running org.eclipse.scout.sdk.core.s.dataobject.DataObjectModelTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 s - in org.eclipse.scout.sdk.core.s.dataobject.DataObjectModelTest [INFO] Running org.eclipse.scout.sdk.core.s.dataobject.DataObjectNodeTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.eclipse.scout.sdk.core.s.dataobject.DataObjectNodeTest [INFO] Running org.eclipse.scout.sdk.core.s.dataobject.DoConvenienceMethodsUpdateOperationTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.465 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.202 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.225 s - in org.eclipse.scout.sdk.core.s.dto.AnnotationCopyTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.ExtensionFormDataTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.626 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.099 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.145 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.133 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.148 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.099 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.132 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.119 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.117 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.103 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.087 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.106 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.108 s - in org.eclipse.scout.sdk.core.s.dto.MixedValueFieldTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.NestedMultiLevelFormFieldTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.491 s - in org.eclipse.scout.sdk.core.s.dto.NestedMultiLevelFormFieldTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.PageBeanDataTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.594 s - in org.eclipse.scout.sdk.core.s.dto.PageBeanDataTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.ReplaceFormFieldTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.192 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.468 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.095 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.099 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.286 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.123 s - in org.eclipse.scout.sdk.core.s.dto.SimpleFormTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.TableFieldBeanTest 2021-07-29 22:22:59.477 [WARNING] Column 'formdata.client.ui.forms.ColumnWithoutTypeForm$MainBox$MyTableField$Table$MyColumn' has no value type. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.674 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.185 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.115 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.527 s - in org.eclipse.scout.sdk.core.s.dto.TableFieldWithIgnoredColumnsTest [INFO] Running org.eclipse.scout.sdk.core.s.entity.EntityNewOperationTest 2021-07-29 22:23:00.374 [WARNING] No Form will be created, because the client source folder was not provided or could not be determined. 2021-07-29 22:23:00.376 [WARNING] No Page will be created, because the client source folder was not provided or could not be determined. 2021-07-29 22:23:00.459 [WARNING] No Form will be created, because the client source folder was not provided or could not be determined. 2021-07-29 22:23:00.459 [WARNING] No Page will be created, because the client source folder was not provided or could not be determined. 2021-07-29 22:23:00.744 [WARNING] No Form will be created, because the client source folder was not provided or could not be determined. 2021-07-29 22:23:00.745 [WARNING] No Page will be created, because the client source folder was not provided or could not be determined. 2021-07-29 22:23:00.881 [WARNING] No Form will be created, because the client source folder was not provided or could not be determined. 2021-07-29 22:23:00.881 [WARNING] No Page will be created, because the client source folder was not provided or could not be determined. 2021-07-29 22:23:01.365 [WARNING] No Form will be created, because the client source folder was not provided or could not be determined. 2021-07-29 22:23:01.366 [WARNING] No Page will be created, because the client source folder was not provided or could not be determined. 2021-07-29 22:23:01.502 [WARNING] No Form will be created, because the client source folder was not provided or could not be determined. 2021-07-29 22:23:01.502 [WARNING] No Page will be created, because the client source folder was not provided or could not be determined. 2021-07-29 22:23:01.839 [WARNING] No Form will be created, because the client source folder was not provided or could not be determined. 2021-07-29 22:23:01.839 [WARNING] No Page will be created, because the client source folder was not provided or could not be determined. 2021-07-29 22:23:01.960 [WARNING] No Form will be created, because the client source folder was not provided or could not be determined. 2021-07-29 22:23:01.960 [WARNING] No Page will be created, because the client source folder was not provided or could not be determined. [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.018 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.001 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.019 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.084 s - in org.eclipse.scout.sdk.core.s.form.FormGeneratorTest [INFO] Running org.eclipse.scout.sdk.core.s.form.FormNewOperationTest [INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.085 s - in org.eclipse.scout.sdk.core.s.form.FormNewOperationTest [INFO] Running org.eclipse.scout.sdk.core.s.jaxws.EmptyWsdlGeneratorTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.sdk.core.s.jaxws.EmptyWsdlGeneratorTest [INFO] Running org.eclipse.scout.sdk.core.s.jaxws.JaxWsModuleNewHelperTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 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.048 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.058 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.077 s - in org.eclipse.scout.sdk.core.s.lookupcall.LookupCallGeneratorTest [INFO] Running org.eclipse.scout.sdk.core.s.lookupcall.LookupCallNewOperationTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.679 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.522 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.001 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.045 s - in org.eclipse.scout.sdk.core.s.nls.TranslationEntryTest [INFO] Running org.eclipse.scout.sdk.core.s.nls.TranslationStoreStackEventTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.14 s - in org.eclipse.scout.sdk.core.s.nls.TranslationStoreStackEventTest [INFO] Running org.eclipse.scout.sdk.core.s.nls.TranslationStoreStackTest [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.577 s - in org.eclipse.scout.sdk.core.s.nls.TranslationStoreStackTest [INFO] Running org.eclipse.scout.sdk.core.s.nls.TranslationStoresTest 2021-07-29 22:23:13.779 [WARNING] Mock for ITranslationStore, hashCode: 2112613440 contains no languages! Please check the configuration. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.scout.sdk.core.s.nls.TranslationStoresTest [INFO] Running org.eclipse.scout.sdk.core.s.nls.UiTextContributorTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 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.032 s - in org.eclipse.scout.sdk.core.s.nls.WebModuleTranslationStoresTest [INFO] Running org.eclipse.scout.sdk.core.s.nls.properties.PropertiesTextProviderServiceTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 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.151 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.1 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.164 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.007 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.093 s - in org.eclipse.scout.sdk.core.s.page.PageGeneratorTest [INFO] Running org.eclipse.scout.sdk.core.s.page.PageNewOperationTest [INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.209 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.035 s - in org.eclipse.scout.sdk.core.s.permission.PermissionNewOperationTest [INFO] Running org.eclipse.scout.sdk.core.s.structured.WellformTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.549 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.058 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.033 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.118 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.207 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.717 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.039 s - in org.eclipse.scout.sdk.core.s.util.ScoutTierTest [INFO] Running org.eclipse.scout.sdk.core.s.util.maven.MavenBuildTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.sdk.core.s.util.maven.MavenBuildTest [INFO] Running org.eclipse.scout.sdk.core.s.util.maven.MavenModuleVersionTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.127 s - in org.eclipse.scout.sdk.core.s.util.maven.MavenModuleVersionTest [INFO] Running org.eclipse.scout.sdk.core.s.util.maven.PomTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.scout.sdk.core.s.util.maven.PomTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 343, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-11.0.0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (attach-tests) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-11.0.0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-source-plugin:3.1.0:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-11.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:3.1.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-11.0.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- duplicate-finder-maven-plugin:1.4.0:check (default) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-11.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s.test/11.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s.test-11.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/pom.xml to /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s.test/11.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s.test-11.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-11.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s.test/11.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s.test-11.0.0-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-11.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s.test/11.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s.test-11.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-11.0.0-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s.test/11.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s.test-11.0.0-SNAPSHOT-test-sources.jar [INFO] [INFO] ----------< org.eclipse.scout.sdk:org.eclipse.scout.sdk.doc >----------- [INFO] Building org.eclipse.scout.sdk:org.eclipse.scout.sdk.doc 11.0.0-SNAPSHOT [10/14] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.doc --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-rules) @ org.eclipse.scout.sdk.doc --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (parse-version) @ org.eclipse.scout.sdk.doc --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.scout.sdk.doc --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.doc/../org.eclipse.scout.sdk/target/jacoco-all.exec [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.doc --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.doc --- [INFO] [INFO] --- asciidoctor-maven-plugin:2.1.0:process-asciidoc (scout-sdk-doc-to-html) @ org.eclipse.scout.sdk.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] Converted /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.doc/src/main/asciidoc/index.adoc [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.scout.sdk.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.doc/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.scout.sdk.doc --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.doc/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.scout.sdk.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.doc/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.doc --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.scout.sdk.doc --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ org.eclipse.scout.sdk.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.doc/target/org.eclipse.scout.sdk.doc-11.0.0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (attach-tests) @ org.eclipse.scout.sdk.doc --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:3.1.0:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.doc/target/org.eclipse.scout.sdk.doc-11.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:3.1.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.doc --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder-maven-plugin:1.4.0:check (default) @ org.eclipse.scout.sdk.doc --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.doc --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.doc/target/org.eclipse.scout.sdk.doc-11.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.doc/11.0.0-SNAPSHOT/org.eclipse.scout.sdk.doc-11.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.doc/pom.xml to /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.doc/11.0.0-SNAPSHOT/org.eclipse.scout.sdk.doc-11.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.doc/target/org.eclipse.scout.sdk.doc-11.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.doc/11.0.0-SNAPSHOT/org.eclipse.scout.sdk.doc-11.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --------< org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e >--------- [INFO] Building org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e 11.0.0-SNAPSHOT [11/14] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.s2e --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.scout.sdk.s2e --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.s2e/../org.eclipse.scout.sdk/target/jacoco-all.exec [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.scout.sdk.s2e --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 2 resources [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.scout.sdk.s2e --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 45 source files to /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.s2e/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.scout.sdk.s2e --- [INFO] No tests to run. [INFO] [INFO] --- maven-bundle-plugin:5.1.1:bundle (default-bundle) @ org.eclipse.scout.sdk.s2e --- [WARNING] Bundle org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e:bundle:11.0.0-SNAPSHOT : Host org.eclipse.m2e.maven.runtime=bundle-version="[1.15,2)";visibility:=reexport for this fragment/require bundle cannot be found on the classpath [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:3.1.0:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-11.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:3.1.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder-maven-plugin:1.4.0:check (default) @ org.eclipse.scout.sdk.s2e --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-11.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e/11.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e-11.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.s2e/pom.xml to /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e/11.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e-11.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-11.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e/11.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e-11.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.1:install (default-install) @ org.eclipse.scout.sdk.s2e --- [INFO] Local OBR update disabled (enable with -DobrRepository) [INFO] [INFO] ------< org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.test >------ [INFO] Building org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.test 11.0.0-SNAPSHOT [12/14] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] The POM for org.eclipse.platform:org.eclipse.swt:jar:3.115.100 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.s2e.test --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e.test --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/../org.eclipse.scout.sdk/target/jacoco-all.exec [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.test --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.test --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.scout.sdk.s2e.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.scout.sdk.s2e.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.scout.sdk.s2e.test --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.scout.sdk.s2e.EclipseApiTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.022 s - in org.eclipse.scout.sdk.s2e.EclipseApiTest [INFO] Running org.eclipse.scout.sdk.s2e.environment.AbstractJobTest 2021-07-29 22:23:42.785 [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) 2021-07-29 22:23:42.800 [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) 2021-07-29 22:23:42.840 [FINE] Job '' finished after 0ms. It has been scheduled by: at org.eclipse.scout.sdk.s2e.environment.AbstractJob.run(AbstractJob.java:148) at org.eclipse.scout.sdk.s2e.environment.AbstractJobTest.testCallerStackTraceRun(AbstractJobTest.java:77) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:688) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84) at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115) at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:210) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:206) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:131) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:65) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at java.base/java.util.ArrayList.forEach(ArrayList.java:1540) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at java.base/java.util.ArrayList.forEach(ArrayList.java:1540) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32) at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) 2021-07-29 22:23:42.855 [FINE] Job '' finished after 0ms. It has been scheduled by: at org.eclipse.scout.sdk.s2e.environment.AbstractJobTest.testCallerStackTraceSchedule(AbstractJobTest.java:54) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:688) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84) at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115) at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:210) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:206) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:131) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:65) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at java.base/java.util.ArrayList.forEach(ArrayList.java:1540) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at java.base/java.util.ArrayList.forEach(ArrayList.java:1540) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32) at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 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: 4.641 s - in org.eclipse.scout.sdk.s2e.environment.EclipseEnvironmentTest [INFO] Running org.eclipse.scout.sdk.s2e.environment.JobFutureTest 2021-07-29 22:23:47.710 [SEVERE] org.eclipse.core.runtime.CoreException: test exception at org.eclipse.scout.sdk.s2e.environment.JobFutureTest.testCheckedExceptionResult(JobFutureTest.java:70) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:688) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84) at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115) at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:210) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:206) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:131) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:65) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at java.base/java.util.ArrayList.forEach(ArrayList.java:1540) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at java.base/java.util.ArrayList.forEach(ArrayList.java:1540) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32) at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) Caused by: java.lang.Exception: test exception ... 68 more 2021-07-29 22:23:47.815 [SEVERE] java.lang.RuntimeException: test exception at org.eclipse.scout.sdk.s2e.environment.JobFutureTest.testRuntimeExceptionResult(JobFutureTest.java:190) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:688) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84) at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115) at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:210) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:206) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:131) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:65) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at java.base/java.util.ArrayList.forEach(ArrayList.java:1540) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at java.base/java.util.ArrayList.forEach(ArrayList.java:1540) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32) at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.316 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.009 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.015 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 s - in org.eclipse.scout.sdk.s2e.environment.WorkingCopyManagerTest [INFO] Running org.eclipse.scout.sdk.s2e.operation.project.ScoutProjectNewOperationTest 2021-07-29 22:23:47.858 [WARNING] Invalid number part (abc) in execution environment JavaSE-abc. java.lang.IllegalArgumentException: invalid version "abc": non-numeric "abc" at org.osgi.framework.Version.parseInt(Version.java:169) at org.osgi.framework.Version.(Version.java:126) at org.osgi.framework.Version.valueOf(Version.java:255) at org.osgi.framework.Version.parseVersion(Version.java:226) at org.eclipse.scout.sdk.s2e.operation.project.ScoutProjectNewOperation.execEnvironmentToVersion(ScoutProjectNewOperation.java:142) at org.eclipse.scout.sdk.s2e.operation.project.ScoutProjectNewOperationTest.testExecEnvironmentToVersion(ScoutProjectNewOperationTest.java:38) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:688) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84) at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115) at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:210) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:206) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:131) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:65) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at java.base/java.util.ArrayList.forEach(ArrayList.java:1540) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at java.base/java.util.ArrayList.forEach(ArrayList.java:1540) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32) at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) Caused by: java.lang.NumberFormatException: For input string: "abc" at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) at java.base/java.lang.Integer.parseInt(Integer.java:652) at java.base/java.lang.Integer.parseInt(Integer.java:770) at org.osgi.framework.Version.parseInt(Version.java:167) ... 72 more [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.scout.sdk.s2e.operation.project.ScoutProjectNewOperationTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ org.eclipse.scout.sdk.s2e.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-11.0.0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-11.0.0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-source-plugin:3.1.0:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-11.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:3.1.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-11.0.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- duplicate-finder-maven-plugin:1.4.0:check (default) @ org.eclipse.scout.sdk.s2e.test --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e.test --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-11.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.test/11.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.test-11.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/pom.xml to /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.test/11.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.test-11.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-11.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.test/11.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.test-11.0.0-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-11.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.test/11.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.test-11.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-11.0.0-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.test/11.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.test-11.0.0-SNAPSHOT-test-sources.jar [INFO] [INFO] ------< org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.doc >------- [INFO] Building org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.doc 11.0.0-SNAPSHOT [13/14] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/../org.eclipse.scout.sdk/target/jacoco-all.exec [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 63 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] No tests to run. [INFO] [INFO] --- maven-bundle-plugin:5.1.1:bundle (default-bundle) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:3.1.0:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-11.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:3.1.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder-maven-plugin:1.4.0:check (default) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-11.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.doc/11.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.doc-11.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/pom.xml to /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.doc/11.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.doc-11.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-11.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.doc/11.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.doc-11.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.1:install (default-install) @ org.eclipse.scout.sdk.s2e.doc --- [INFO] Local OBR update disabled (enable with -DobrRepository) [INFO] [INFO] -------< org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.ui >------- [INFO] Building org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.ui 11.0.0-SNAPSHOT [14/14] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/../org.eclipse.scout.sdk/target/jacoco-all.exec [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/src/main/resources [INFO] Copying 50 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 169 source files to /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/classes [INFO] /home/jenkins/agent/workspace/scout-integration-11.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-11.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-11.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] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.scout.sdk.s2e.ui.EclipseUiApiTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.213 s - in org.eclipse.scout.sdk.s2e.ui.EclipseUiApiTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-bundle-plugin:5.1.1:bundle (default-bundle) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-11.0.0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-source-plugin:3.1.0:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-11.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:3.1.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-11.0.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- duplicate-finder-maven-plugin:1.4.0:check (default) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-11.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.ui/11.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.ui-11.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/pom.xml to /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.ui/11.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.ui-11.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-11.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.ui/11.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.ui-11.0.0-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-11.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.ui/11.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.ui-11.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-11.0.0-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.ui/11.0.0-SNAPSHOT/org.eclipse.scout.sdk.s2e.ui-11.0.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.1:install (default-install) @ org.eclipse.scout.sdk.s2e.ui --- [INFO] Local OBR update disabled (enable with -DobrRepository) [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Eclipse Scout SDK 11.0.0-SNAPSHOT: [INFO] [INFO] Scout Hello World Sample Application ............... SUCCESS [ 19.342 s] [INFO] Scout JaxWs Module ................................. SUCCESS [ 0.065 s] [INFO] ScoutJS Sample Application ......................... SUCCESS [ 0.446 s] [INFO] Eclipse Scout SDK .................................. SUCCESS [ 0.300 s] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core ... SUCCESS [ 8.654 s] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.ecj SUCCESS [ 0.937 s] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.test SUCCESS [ 10.652 s] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s . SUCCESS [ 1.614 s] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s.test SUCCESS [ 52.656 s] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.doc .... SUCCESS [ 10.255 s] [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e SUCCESS [ 5.580 s] [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.test SUCCESS [ 8.635 s] [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.doc SUCCESS [ 0.569 s] [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.ui SUCCESS [ 13.531 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 02:29 min [INFO] Finished at: 2021-07-29T22:24:02Z [INFO] ------------------------------------------------------------------------ [scout-integration-11.0-SDK-nightly] $ /opt/tools/apache-maven/latest/bin/mvn -f org.eclipse.scout.sdk/pom.xml -Dremote_branch=origin/releases/11.0 -Dis_tag=false -Dtag_or_branch=origin/releases/11.0 -Dmaster_unitTest_skip=true -Dmaven.repo.local=/home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/.repository -Dgpg.skip=true deploy -Peclipse-sign -Dmaster_sanityCheck_skip=true -Dmaster_plugin_source_version=3.1.0 Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) Maven home: /opt/tools/apache-maven/latest Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.12.7-300.fc34.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Scout Hello World Sample Application [maven-archetype] [INFO] Scout JaxWs Module [maven-archetype] [INFO] ScoutJS Sample Application [maven-archetype] [INFO] Eclipse Scout SDK [pom] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core [jar] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.ecj [jar] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.test [jar] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s [jar] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s.test [jar] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.doc [jar] [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e [bundle] [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.test [jar] [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.doc [bundle] [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.ui [bundle] [INFO] [INFO] ---------< org.eclipse.scout.archetypes:scout-helloworld-app >---------- [INFO] Building Scout Hello World Sample Application 11.0.0-SNAPSHOT [1/14] [INFO] --------------------------[ maven-archetype ]--------------------------- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-rules) @ scout-helloworld-app --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ scout-helloworld-app --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/scout-helloworld-app/../target/jacoco-all.exec [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (initialize-parse-version) @ scout-helloworld-app --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (initialize-regex) @ scout-helloworld-app --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ scout-helloworld-app --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 124 resources [INFO] Copying 2 resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ scout-helloworld-app --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 2 resources [INFO] [INFO] --- maven-archetype-plugin:3.2.0:jar (default-jar) @ scout-helloworld-app --- [INFO] Building archetype jar: /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/scout-helloworld-app/target/scout-helloworld-app-11.0.0-SNAPSHOT.jar [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/scout-helloworld-app/target/scout-helloworld-app-11.0.0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (attach-tests) @ scout-helloworld-app --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/scout-helloworld-app/target/scout-helloworld-app-11.0.0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-source-plugin:3.1.0:jar-no-fork (attach-sources) @ scout-helloworld-app --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-source-plugin:3.1.0:test-jar-no-fork (attach-test-sources) @ scout-helloworld-app --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-archetype-plugin:3.2.0:integration-test (default-integration-test) @ scout-helloworld-app --- [INFO] Processing Archetype IT project: basic [INFO] ---------------------------------------------------------------------------- [INFO] Using following parameters for creating project from Archetype: scout-helloworld-app:11.0.0-SNAPSHOT [INFO] ---------------------------------------------------------------------------- [INFO] Parameter: groupId, Value: org.eclipse.scout.apps [INFO] Parameter: artifactId, Value: helloscout [INFO] Parameter: version, Value: 1.0.0-SNAPSHOT [INFO] Parameter: package, Value: org.eclipse.scout.apps.helloscout [INFO] Parameter: packageInPathFormat, Value: org/eclipse/scout/apps/helloscout [INFO] Parameter: package, Value: org.eclipse.scout.apps.helloscout [INFO] Parameter: debug, Value: false [INFO] Parameter: displayName, Value: My Application [INFO] Parameter: javaVersion, Value: 11 [INFO] Parameter: groupId, Value: org.eclipse.scout.apps [INFO] Parameter: simpleArtifactName, Value: helloscout [INFO] Parameter: artifactId, Value: helloscout [INFO] Parameter: userName, Value: Scout Robot [INFO] Parameter: version, Value: 1.0.0-SNAPSHOT [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloscout/helloscout/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloscout/helloscout.shared/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloscout/helloscout.server/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloscout/helloscout.client/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloscout/helloscout.server.app.war/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloscout/helloscout.server.app.dev/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloscout/helloscout.ui.html/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloscout/helloscout.ui.html.app.war/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloscout/helloscout.ui.html.app.dev/pom.xml [INFO] Executing META-INF/archetype-post-generate.groovy post-generation script WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.codehaus.groovy.reflection.CachedClass (file:/home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/.repository/org/codehaus/groovy/groovy/2.4.16/groovy-2.4.16.jar) to method java.lang.Object.finalize() WARNING: Please consider reporting this to the maintainers of org.codehaus.groovy.reflection.CachedClass WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release [INFO] Project created from Archetype in dir: /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloscout [INFO] [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ scout-helloworld-app --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ scout-helloworld-app --- [INFO] Signing jar: /home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/scout-helloworld-app/target/scout-helloworld-app-11.0.0-SNAPSHOT.jar [WARNING] An exception has been thrown, but the request will be retried (attempt 1 / 3) org.apache.http.conn.ConnectTimeoutException: Connect to build.eclipse.org:31338 [build.eclipse.org/198.41.30.203] failed: connect timed out at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect (DefaultHttpClientConnectionOperator.java:151) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect (PoolingHttpClientConnectionManager.java:359) at org.apache.http.impl.execchain.MainClientExec.establishRoute (MainClientExec.java:381) at org.apache.http.impl.execchain.MainClientExec.execute (MainClientExec.java:237) at org.apache.http.impl.execchain.ProtocolExec.execute (ProtocolExec.java:185) at org.apache.http.impl.execchain.RetryExec.execute (RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute (RedirectExec.java:111) at org.apache.http.impl.client.InternalHttpClient.doExecute (InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute (CloseableHttpClient.java:72) at org.apache.http.impl.client.CloseableHttpClient.execute (CloseableHttpClient.java:221) at org.apache.http.impl.client.CloseableHttpClient.execute (CloseableHttpClient.java:165) at org.apache.http.impl.client.CloseableHttpClient.execute (CloseableHttpClient.java:140) at org.eclipse.cbi.maven.http.apache.ApacheHttpClient.lambda$send$1 (ApacheHttpClient.java:81) at java.util.concurrent.FutureTask.run (FutureTask.java:264) at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1128) at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:628) at java.lang.Thread.run (Thread.java:834) Caused by: java.net.SocketTimeoutException: connect timed out at java.net.PlainSocketImpl.socketConnect (Native Method) at java.net.AbstractPlainSocketImpl.doConnect (AbstractPlainSocketImpl.java:399) at java.net.AbstractPlainSocketImpl.connectToAddress (AbstractPlainSocketImpl.java:242) at java.net.AbstractPlainSocketImpl.connect (AbstractPlainSocketImpl.java:224) at java.net.SocksSocketImpl.connect (SocksSocketImpl.java:403) at java.net.Socket.connect (Socket.java:591) at org.apache.http.conn.socket.PlainConnectionSocketFactory.connectSocket (PlainConnectionSocketFactory.java:75) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect (DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect (PoolingHttpClientConnectionManager.java:359) at org.apache.http.impl.execchain.MainClientExec.establishRoute (MainClientExec.java:381) at org.apache.http.impl.execchain.MainClientExec.execute (MainClientExec.java:237) at org.apache.http.impl.execchain.ProtocolExec.execute (ProtocolExec.java:185) at org.apache.http.impl.execchain.RetryExec.execute (RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute (RedirectExec.java:111) at org.apache.http.impl.client.InternalHttpClient.doExecute (InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute (CloseableHttpClient.java:72) at org.apache.http.impl.client.CloseableHttpClient.execute (CloseableHttpClient.java:221) at org.apache.http.impl.client.CloseableHttpClient.execute (CloseableHttpClient.java:165) at org.apache.http.impl.client.CloseableHttpClient.execute (CloseableHttpClient.java:140) at org.eclipse.cbi.maven.http.apache.ApacheHttpClient.lambda$send$1 (ApacheHttpClient.java:81) at java.util.concurrent.FutureTask.run (FutureTask.java:264) at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1128) at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:628) at java.lang.Thread.run (Thread.java:834) [WARNING] An exception has been thrown, but the request will be retried (attempt 2 / 3) org.apache.http.conn.ConnectTimeoutException: Connect to build.eclipse.org:31338 [build.eclipse.org/198.41.30.203] failed: connect timed out at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect (DefaultHttpClientConnectionOperator.java:151) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect (PoolingHttpClientConnectionManager.java:359) at org.apache.http.impl.execchain.MainClientExec.establishRoute (MainClientExec.java:381) at org.apache.http.impl.execchain.MainClientExec.execute (MainClientExec.java:237) at org.apache.http.impl.execchain.ProtocolExec.execute (ProtocolExec.java:185) at org.apache.http.impl.execchain.RetryExec.execute (RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute (RedirectExec.java:111) at org.apache.http.impl.client.InternalHttpClient.doExecute (InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute (CloseableHttpClient.java:72) at org.apache.http.impl.client.CloseableHttpClient.execute (CloseableHttpClient.java:221) at org.apache.http.impl.client.CloseableHttpClient.execute (CloseableHttpClient.java:165) at org.apache.http.impl.client.CloseableHttpClient.execute (CloseableHttpClient.java:140) at org.eclipse.cbi.maven.http.apache.ApacheHttpClient.lambda$send$1 (ApacheHttpClient.java:81) at java.util.concurrent.FutureTask.run (FutureTask.java:264) at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1128) at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:628) at java.lang.Thread.run (Thread.java:834) Caused by: java.net.SocketTimeoutException: connect timed out at java.net.PlainSocketImpl.socketConnect (Native Method) at java.net.AbstractPlainSocketImpl.doConnect (AbstractPlainSocketImpl.java:399) at java.net.AbstractPlainSocketImpl.connectToAddress (AbstractPlainSocketImpl.java:242) at java.net.AbstractPlainSocketImpl.connect (AbstractPlainSocketImpl.java:224) at java.net.SocksSocketImpl.connect (SocksSocketImpl.java:403) at java.net.Socket.connect (Socket.java:591) at org.apache.http.conn.socket.PlainConnectionSocketFactory.connectSocket (PlainConnectionSocketFactory.java:75) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect (DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect (PoolingHttpClientConnectionManager.java:359) at org.apache.http.impl.execchain.MainClientExec.establishRoute (MainClientExec.java:381) at org.apache.http.impl.execchain.MainClientExec.execute (MainClientExec.java:237) at org.apache.http.impl.execchain.ProtocolExec.execute (ProtocolExec.java:185) at org.apache.http.impl.execchain.RetryExec.execute (RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute (RedirectExec.java:111) at org.apache.http.impl.client.InternalHttpClient.doExecute (InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute (CloseableHttpClient.java:72) at org.apache.http.impl.client.CloseableHttpClient.execute (CloseableHttpClient.java:221) at org.apache.http.impl.client.CloseableHttpClient.execute (CloseableHttpClient.java:165) at org.apache.http.impl.client.CloseableHttpClient.execute (CloseableHttpClient.java:140) at org.eclipse.cbi.maven.http.apache.ApacheHttpClient.lambda$send$1 (ApacheHttpClient.java:81) at java.util.concurrent.FutureTask.run (FutureTask.java:264) at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1128) at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:628) at java.lang.Thread.run (Thread.java:834) [WARNING] An exception has been thrown, but the request will be retried (attempt 3 / 3) org.apache.http.conn.ConnectTimeoutException: Connect to build.eclipse.org:31338 [build.eclipse.org/198.41.30.203] failed: connect timed out at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect (DefaultHttpClientConnectionOperator.java:151) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect (PoolingHttpClientConnectionManager.java:359) at org.apache.http.impl.execchain.MainClientExec.establishRoute (MainClientExec.java:381) at org.apache.http.impl.execchain.MainClientExec.execute (MainClientExec.java:237) at org.apache.http.impl.execchain.ProtocolExec.execute (ProtocolExec.java:185) at org.apache.http.impl.execchain.RetryExec.execute (RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute (RedirectExec.java:111) at org.apache.http.impl.client.InternalHttpClient.doExecute (InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute (CloseableHttpClient.java:72) at org.apache.http.impl.client.CloseableHttpClient.execute (CloseableHttpClient.java:221) at org.apache.http.impl.client.CloseableHttpClient.execute (CloseableHttpClient.java:165) at org.apache.http.impl.client.CloseableHttpClient.execute (CloseableHttpClient.java:140) at org.eclipse.cbi.maven.http.apache.ApacheHttpClient.lambda$send$1 (ApacheHttpClient.java:81) at java.util.concurrent.FutureTask.run (FutureTask.java:264) at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1128) at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:628) at java.lang.Thread.run (Thread.java:834) Caused by: java.net.SocketTimeoutException: connect timed out at java.net.PlainSocketImpl.socketConnect (Native Method) at java.net.AbstractPlainSocketImpl.doConnect (AbstractPlainSocketImpl.java:399) at java.net.AbstractPlainSocketImpl.connectToAddress (AbstractPlainSocketImpl.java:242) at java.net.AbstractPlainSocketImpl.connect (AbstractPlainSocketImpl.java:224) at java.net.SocksSocketImpl.connect (SocksSocketImpl.java:403) at java.net.Socket.connect (Socket.java:591) at org.apache.http.conn.socket.PlainConnectionSocketFactory.connectSocket (PlainConnectionSocketFactory.java:75) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect (DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect (PoolingHttpClientConnectionManager.java:359) at org.apache.http.impl.execchain.MainClientExec.establishRoute (MainClientExec.java:381) at org.apache.http.impl.execchain.MainClientExec.execute (MainClientExec.java:237) at org.apache.http.impl.execchain.ProtocolExec.execute (ProtocolExec.java:185) at org.apache.http.impl.execchain.RetryExec.execute (RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute (RedirectExec.java:111) at org.apache.http.impl.client.InternalHttpClient.doExecute (InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute (CloseableHttpClient.java:72) at org.apache.http.impl.client.CloseableHttpClient.execute (CloseableHttpClient.java:221) at org.apache.http.impl.client.CloseableHttpClient.execute (CloseableHttpClient.java:165) at org.apache.http.impl.client.CloseableHttpClient.execute (CloseableHttpClient.java:140) at org.eclipse.cbi.maven.http.apache.ApacheHttpClient.lambda$send$1 (ApacheHttpClient.java:81) at java.util.concurrent.FutureTask.run (FutureTask.java:264) at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1128) at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:628) at java.lang.Thread.run (Thread.java:834) [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Eclipse Scout SDK 11.0.0-SNAPSHOT: [INFO] [INFO] Scout Hello World Sample Application ............... FAILURE [ 55.471 s] [INFO] Scout JaxWs Module ................................. SKIPPED [INFO] ScoutJS Sample Application ......................... SKIPPED [INFO] Eclipse Scout SDK .................................. SKIPPED [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core ... SKIPPED [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.ecj SKIPPED [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.test SKIPPED [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s . SKIPPED [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s.test SKIPPED [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.doc .... SKIPPED [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e SKIPPED [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.test SKIPPED [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.doc SKIPPED [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.ui SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 56.353 s [INFO] Finished at: 2021-07-29T22:24:59Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.1.5:sign (sign) on project scout-helloworld-app: [Thu Jul 29 22:24:59 UTC 2021] Unable to sign jar '/home/jenkins/agent/workspace/scout-integration-11.0-SDK-nightly/scout-helloworld-app/target/scout-helloworld-app-11.0.0-SNAPSHOT.jar': Connect to build.eclipse.org:31338 [build.eclipse.org/198.41.30.203] failed: connect timed out -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException Build step 'Invoke top-level Maven targets' marked build as failure $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 49 killed; [ssh-agent] Stopped. Recording test results [Checks API] No suitable checks publisher found. An attempt to send an e-mail to empty list of recipients, ignored. Finished: FAILURE