Started by user Arthur van Dorp Running as Arthur van Dorp Agent basic-qksh9 is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label: "" name: "basic-qksh9" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.scout.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-qksh9" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dsun.zip.disableMemoryMapping=true\ \ -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "basic-qksh9" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.scout.svc.cluster.local/scout/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.2.1" imagePullPolicy: "Always" name: "jnlp" resources: limits: memory: "4096Mi" cpu: "2000m" requests: memory: "4096Mi" cpu: "1000m" securityContext: privileged: false 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: beta.kubernetes.io/os: "linux" restartPolicy: "Never" securityContext: {} volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-scout" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Building remotely on basic-qksh9 in workspace /home/jenkins/agent/workspace/scout-integration-4.2-nightly [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... No credentials specified Cloning the remote Git repository Cloning repository git://git.eclipse.org/gitroot/scout/org.eclipse.scout-aggregator.git > git init /home/jenkins/agent/workspace/scout-integration-4.2-nightly # timeout=10 Fetching upstream changes from git://git.eclipse.org/gitroot/scout/org.eclipse.scout-aggregator.git > git --version # timeout=10 > git fetch --tags --force --progress -- git://git.eclipse.org/gitroot/scout/org.eclipse.scout-aggregator.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git://git.eclipse.org/gitroot/scout/org.eclipse.scout-aggregator.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git://git.eclipse.org/gitroot/scout/org.eclipse.scout-aggregator.git # timeout=10 Fetching upstream changes from git://git.eclipse.org/gitroot/scout/org.eclipse.scout-aggregator.git > git fetch --tags --force --progress -- git://git.eclipse.org/gitroot/scout/org.eclipse.scout-aggregator.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/releases/4.2.x^{commit} # timeout=10 > git rev-parse refs/remotes/origin/origin/releases/4.2.x^{commit} # timeout=10 Checking out Revision 2b4fbbe0494e8d08b65687eaa2ac675bbbce9a23 (refs/remotes/origin/releases/4.2.x) > git config core.sparsecheckout # timeout=10 > git checkout -f 2b4fbbe0494e8d08b65687eaa2ac675bbbce9a23 # timeout=10 Commit message: "Update RAP target platform to mars (was: mars-integration)" > git rev-list --no-walk 2b4fbbe0494e8d08b65687eaa2ac675bbbce9a23 # timeout=10 Cleaning workspace > git rev-parse --verify HEAD # timeout=10 Resetting working tree > git reset --hard # timeout=10 > git clean -fdx # timeout=10 [scout-integration-4.2-nightly] $ /bin/bash /tmp/jenkins3341177252227978464.sh +++ readlink -f /tmp/jenkins3341177252227978464.sh ++ dirname /tmp/jenkins3341177252227978464.sh + ROOT_PATH=/tmp + LOCAL_BRANCH=origin/releases/4.2.x + BUILD_FROM_TAG=false + REMOTE_BRANCH=releases/4.2.x + '[' '!' -z '' ']' + '[' '!' -z '' ']' + '[' '!' -z '' ']' + git submodule init Submodule 'org.eclipse.scout.rt' (git://git.eclipse.org/gitroot/scout/org.eclipse.scout.rt) registered for path 'org.eclipse.scout.rt' Submodule 'org.eclipse.scout.rt.incubator' (git://git.eclipse.org/gitroot/scout/scout.rt.incubator) registered for path 'org.eclipse.scout.rt.incubator' Submodule 'org.eclipse.scout.sdk' (git://git.eclipse.org/gitroot/scout/org.eclipse.scout.sdk) registered for path 'org.eclipse.scout.sdk' + git submodule update Cloning into '/home/jenkins/agent/workspace/scout-integration-4.2-nightly/org.eclipse.scout.rt'... Cloning into '/home/jenkins/agent/workspace/scout-integration-4.2-nightly/org.eclipse.scout.rt.incubator'... Cloning into '/home/jenkins/agent/workspace/scout-integration-4.2-nightly/org.eclipse.scout.sdk'... Submodule path 'org.eclipse.scout.rt': checked out '6fe131491c54f2396c1fc1b77652530e8edfca8f' Submodule path 'org.eclipse.scout.rt.incubator': checked out '3dd0f2cb1d3ad7811e450370d50f6721838ea94f' Submodule path 'org.eclipse.scout.sdk': checked out '29f58fc58b48650bce631e93bdb822b778075485' + git submodule foreach --recursive 'echo $path `git rev-parse HEAD`' Entering 'org.eclipse.scout.rt' org.eclipse.scout.rt 6fe131491c54f2396c1fc1b77652530e8edfca8f Entering 'org.eclipse.scout.rt.incubator' org.eclipse.scout.rt.incubator 3dd0f2cb1d3ad7811e450370d50f6721838ea94f Entering 'org.eclipse.scout.sdk' org.eclipse.scout.sdk 29f58fc58b48650bce631e93bdb822b778075485 + git submodule foreach --recursive '/home/jenkins/agent/workspace/scout-integration-4.2-nightly/checkoutToBranch.sh origin/releases/4.2.x false releases/4.2.x' Entering 'org.eclipse.scout.rt' Updating files: 25% (1210/4737) Updating files: 26% (1232/4737) Updating files: 27% (1279/4737) Updating files: 28% (1327/4737) Updating files: 29% (1374/4737) Updating files: 30% (1422/4737) Updating files: 31% (1469/4737) Updating files: 32% (1516/4737) Updating files: 33% (1564/4737) Updating files: 34% (1611/4737) Updating files: 35% (1658/4737) Updating files: 36% (1706/4737) Updating files: 37% (1753/4737) Updating files: 38% (1801/4737) Updating files: 39% (1848/4737) Updating files: 40% (1895/4737) Updating files: 41% (1943/4737) Updating files: 42% (1990/4737) Updating files: 43% (2037/4737) Updating files: 44% (2085/4737) Updating files: 45% (2132/4737) Updating files: 46% (2180/4737) Updating files: 47% (2227/4737) Updating files: 48% (2274/4737) Updating files: 49% (2322/4737) Updating files: 50% (2369/4737) Updating files: 51% (2416/4737) Updating files: 52% (2464/4737) Updating files: 53% (2511/4737) Updating files: 54% (2558/4737) Updating files: 55% (2606/4737) Updating files: 56% (2653/4737) Updating files: 57% (2701/4737) Updating files: 58% (2748/4737) Updating files: 59% (2795/4737) Updating files: 60% (2843/4737) Updating files: 61% (2890/4737) Updating files: 62% (2937/4737) Updating files: 63% (2985/4737) Updating files: 64% (3032/4737) Updating files: 65% (3080/4737) Updating files: 66% (3127/4737) Updating files: 67% (3174/4737) Updating files: 68% (3222/4737) Updating files: 68% (3244/4737) Updating files: 69% (3269/4737) Updating files: 70% (3316/4737) Updating files: 71% (3364/4737) Updating files: 72% (3411/4737) Updating files: 73% (3459/4737) Updating files: 74% (3506/4737) Updating files: 75% (3553/4737) Updating files: 76% (3601/4737) Updating files: 77% (3648/4737) Updating files: 78% (3695/4737) Updating files: 79% (3743/4737) Updating files: 80% (3790/4737) Updating files: 81% (3837/4737) Updating files: 82% (3885/4737) Updating files: 83% (3932/4737) Updating files: 84% (3980/4737) Updating files: 85% (4027/4737) Updating files: 86% (4074/4737) Updating files: 87% (4122/4737) Updating files: 88% (4169/4737) Updating files: 89% (4216/4737) Updating files: 90% (4264/4737) Updating files: 91% (4311/4737) Updating files: 92% (4359/4737) Updating files: 93% (4406/4737) Updating files: 94% (4453/4737) Updating files: 95% (4501/4737) Updating files: 96% (4548/4737) Updating files: 97% (4595/4737) Updating files: 98% (4643/4737) Updating files: 99% (4690/4737) Updating files: 100% (4737/4737) Updating files: 100% (4737/4737), done. Trying to checkout local branch origin/releases/4.2.x or remote branch releases/4.2.x. Could not checkout local branch origin/releases/4.2.x. Checkout remote branch origin/releases/4.2.x. Previous HEAD position was 6fe131491c Bug 470689 SmartField proposal form: "Searching proposals" is never shown https://bugs.eclipse.org/bugs/show_bug.cgi?id=470689 Branch 'origin/releases/4.2.x' set up to track remote branch 'releases/4.2.x' from 'origin'. Switched to a new branch 'origin/releases/4.2.x' From git://git.eclipse.org/gitroot/scout/org.eclipse.scout.rt * branch releases/4.2.x -> FETCH_HEAD Already up to date. Entering 'org.eclipse.scout.rt.incubator' Trying to checkout local branch origin/releases/4.2.x or remote branch releases/4.2.x. Could not checkout local branch origin/releases/4.2.x. Checkout remote branch origin/releases/4.2.x. Branch 'origin/releases/4.2.x' set up to track remote branch 'releases/4.2.x' from 'origin'. Switched to a new branch 'origin/releases/4.2.x' From git://git.eclipse.org/gitroot/scout/scout.rt.incubator * branch releases/4.2.x -> FETCH_HEAD Already up to date. Entering 'org.eclipse.scout.sdk' Trying to checkout local branch origin/releases/4.2.x or remote branch releases/4.2.x. Could not checkout local branch origin/releases/4.2.x. Checkout remote branch origin/releases/4.2.x. Previous HEAD position was 29f58fc58 Bug 449487: New Extensibility Concept for Scout Branch 'origin/releases/4.2.x' set up to track remote branch 'releases/4.2.x' from 'origin'. Switched to a new branch 'origin/releases/4.2.x' From git://git.eclipse.org/gitroot/scout/org.eclipse.scout.sdk * branch releases/4.2.x -> FETCH_HEAD Already up to date. [scout-integration-4.2-nightly] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -Dremote_branch=releases/4.2.x -Dis_tag=false -Dtag_or_branch=origin/releases/4.2.x -Dmaven.test.skip=true -Dmaven.repo.local=/home/jenkins/agent/workspace/scout-integration-4.2-nightly/.repository clean verify -P platform-indigo -P bree-libs -V -B Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) Maven home: /opt/tools/apache-maven/latest Java version: 1.7.0_80, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-7/1.7.0_80/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "3.10.0-1062.el7.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [ERROR] [ERROR] Some problems were encountered while processing the POMs: [ERROR] Unresolveable build extension: Plugin org.eclipse.tycho:tycho-maven-plugin:0.22.0 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.eclipse.tycho:tycho-maven-plugin:jar:0.22.0 @ [ERROR] Unresolveable build extension: Plugin org.eclipse.tycho:tycho-maven-plugin:0.22.0 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.eclipse.tycho:tycho-maven-plugin:jar:0.22.0 @ [ERROR] Unresolveable build extension: Plugin org.eclipse.tycho:tycho-maven-plugin:0.22.0 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.eclipse.tycho:tycho-maven-plugin:jar:0.22.0 @ [ERROR] Unresolveable build extension: Plugin org.eclipse.tycho:tycho-maven-plugin:0.22.0 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.eclipse.tycho:tycho-maven-plugin:jar:0.22.0 @ [ERROR] Unresolveable build extension: Plugin org.eclipse.tycho:tycho-maven-plugin:0.22.0 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.eclipse.tycho:tycho-maven-plugin:jar:0.22.0 @ [ERROR] Unknown packaging: eclipse-feature @ line 24, column 14 [ERROR] Unresolveable build extension: Plugin org.apache.maven.wagon:wagon-ftp:1.0-beta-6 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.wagon:wagon-ftp:jar:1.0-beta-6 @ [ERROR] Unknown packaging: eclipse-repository @ line 24, column 14 [ERROR] Unresolveable build extension: Plugin org.eclipse.tycho:tycho-maven-plugin:0.22.0 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.eclipse.tycho:tycho-maven-plugin:jar:0.22.0 @ [ERROR] Unknown packaging: eclipse-plugin @ line 24, column 14 [ERROR] Unresolveable build extension: Plugin org.eclipse.tycho:tycho-maven-plugin:0.22.0 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.eclipse.tycho:tycho-maven-plugin:jar:0.22.0 @ [ERROR] Unknown packaging: eclipse-feature @ line 25, column 14 [ERROR] Unresolveable build extension: Plugin org.apache.maven.wagon:wagon-ftp:1.0-beta-6 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.wagon:wagon-ftp:jar:1.0-beta-6 @ [ERROR] Unknown packaging: eclipse-repository @ line 25, column 14 @ [ERROR] The build could not read 9 projects -> [Help 1] [ERROR] [ERROR] The project org.eclipse.scout:org.eclipse.scout.parent:4.2.0-SNAPSHOT (/home/jenkins/agent/workspace/scout-integration-4.2-nightly/org.eclipse.scout.parent/pom.xml) has 1 error [ERROR] Unresolveable build extension: Plugin org.eclipse.tycho:tycho-maven-plugin:0.22.0 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.eclipse.tycho:tycho-maven-plugin:jar:0.22.0: Could not transfer artifact org.eclipse.tycho:tycho-maven-plugin:pom:0.22.0 from/to eclipse (https://repo.eclipse.org/content/repositories/releases/): Transfer failed for https://repo.eclipse.org/content/repositories/releases/org/eclipse/tycho/tycho-maven-plugin/0.22.0/tycho-maven-plugin-0.22.0.pom: Received fatal alert: handshake_failure -> [Help 2] [ERROR] [ERROR] The project org.eclipse.scout:org.eclipse.scout.rt:4.2.0-SNAPSHOT (/home/jenkins/agent/workspace/scout-integration-4.2-nightly/org.eclipse.scout.rt/pom.xml) has 1 error [ERROR] Unresolveable build extension: Plugin org.eclipse.tycho:tycho-maven-plugin:0.22.0 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.eclipse.tycho:tycho-maven-plugin:jar:0.22.0: Could not transfer artifact org.eclipse.tycho:tycho-maven-plugin:pom:0.22.0 from/to eclipse.release (https://repo.eclipse.org/content/groups/releases/): Transfer failed for https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-maven-plugin/0.22.0/tycho-maven-plugin-0.22.0.pom: Received fatal alert: handshake_failure -> [Help 2] [ERROR] [ERROR] The project org.eclipse.scout:org.eclipse.scout.rt.incubator:4.2.0-SNAPSHOT (/home/jenkins/agent/workspace/scout-integration-4.2-nightly/org.eclipse.scout.rt.incubator/pom.xml) has 1 error [ERROR] Unresolveable build extension: Plugin org.eclipse.tycho:tycho-maven-plugin:0.22.0 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.eclipse.tycho:tycho-maven-plugin:jar:0.22.0: Could not transfer artifact org.eclipse.tycho:tycho-maven-plugin:pom:0.22.0 from/to eclipse.release (https://repo.eclipse.org/content/groups/releases/): Transfer failed for https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-maven-plugin/0.22.0/tycho-maven-plugin-0.22.0.pom: Received fatal alert: handshake_failure -> [Help 2] [ERROR] [ERROR] The project org.eclipse.scout:org.eclipse.scout.sdk:4.2.0-SNAPSHOT (/home/jenkins/agent/workspace/scout-integration-4.2-nightly/org.eclipse.scout.sdk/pom.xml) has 1 error [ERROR] Unresolveable build extension: Plugin org.eclipse.tycho:tycho-maven-plugin:0.22.0 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.eclipse.tycho:tycho-maven-plugin:jar:0.22.0: Could not transfer artifact org.eclipse.tycho:tycho-maven-plugin:pom:0.22.0 from/to eclipse.release (https://repo.eclipse.org/content/groups/releases/): Transfer failed for https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-maven-plugin/0.22.0/tycho-maven-plugin-0.22.0.pom: Received fatal alert: handshake_failure -> [Help 2] [ERROR] [ERROR] The project org.eclipse.scout:org.eclipse.scout:4.2.0-SNAPSHOT (/home/jenkins/agent/workspace/scout-integration-4.2-nightly/org.eclipse.scout-feature/pom.xml) has 2 errors [ERROR] Unresolveable build extension: Plugin org.eclipse.tycho:tycho-maven-plugin:0.22.0 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.eclipse.tycho:tycho-maven-plugin:jar:0.22.0: Could not transfer artifact org.eclipse.tycho:tycho-maven-plugin:pom:0.22.0 from/to eclipse (https://repo.eclipse.org/content/repositories/releases/): Transfer failed for https://repo.eclipse.org/content/repositories/releases/org/eclipse/tycho/tycho-maven-plugin/0.22.0/tycho-maven-plugin-0.22.0.pom: Received fatal alert: handshake_failure -> [Help 2] [ERROR] Unknown packaging: eclipse-feature @ line 24, column 14 [ERROR] [ERROR] The project org.eclipse.scout:org.eclipse.scout.repository:4.2.0-SNAPSHOT (/home/jenkins/agent/workspace/scout-integration-4.2-nightly/org.eclipse.scout.repository/pom.xml) has 2 errors [ERROR] Unresolveable build extension: Plugin org.apache.maven.wagon:wagon-ftp:1.0-beta-6 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.wagon:wagon-ftp:jar:1.0-beta-6: Could not transfer artifact org.apache.maven.wagon:wagon-ftp:pom:1.0-beta-6 from/to eclipse (https://repo.eclipse.org/content/repositories/releases/): Transfer failed for https://repo.eclipse.org/content/repositories/releases/org/apache/maven/wagon/wagon-ftp/1.0-beta-6/wagon-ftp-1.0-beta-6.pom: Received fatal alert: handshake_failure -> [Help 2] [ERROR] Unknown packaging: eclipse-repository @ line 24, column 14 [ERROR] [ERROR] The project org.eclipse.scout:org.eclipse.scout.rt.rap.target:4.2.0-SNAPSHOT (/home/jenkins/agent/workspace/scout-integration-4.2-nightly/org.eclipse.scout.rt.rap.target/pom.xml) has 2 errors [ERROR] Unresolveable build extension: Plugin org.eclipse.tycho:tycho-maven-plugin:0.22.0 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.eclipse.tycho:tycho-maven-plugin:jar:0.22.0: Could not transfer artifact org.eclipse.tycho:tycho-maven-plugin:pom:0.22.0 from/to jboss-releases (https://repository.jboss.org/nexus/content/repositories/releases/): Transfer failed for https://repository.jboss.org/nexus/content/repositories/releases/org/eclipse/tycho/tycho-maven-plugin/0.22.0/tycho-maven-plugin-0.22.0.pom: Received fatal alert: handshake_failure -> [Help 2] [ERROR] Unknown packaging: eclipse-plugin @ line 24, column 14 [ERROR] [ERROR] The project org.eclipse.scout.rt.feature:org.eclipse.scout.rt.rap.target:4.2.0-SNAPSHOT (/home/jenkins/agent/workspace/scout-integration-4.2-nightly/org.eclipse.scout.rt.rap.target-feature/pom.xml) has 2 errors [ERROR] Unresolveable build extension: Plugin org.eclipse.tycho:tycho-maven-plugin:0.22.0 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.eclipse.tycho:tycho-maven-plugin:jar:0.22.0: Could not transfer artifact org.eclipse.tycho:tycho-maven-plugin:pom:0.22.0 from/to eclipse (https://repo.eclipse.org/content/repositories/releases/): Transfer failed for https://repo.eclipse.org/content/repositories/releases/org/eclipse/tycho/tycho-maven-plugin/0.22.0/tycho-maven-plugin-0.22.0.pom: Received fatal alert: handshake_failure -> [Help 2] [ERROR] Unknown packaging: eclipse-feature @ line 25, column 14 [ERROR] [ERROR] The project org.eclipse.scout:org.eclipse.scout.rap.repository:4.2.0-SNAPSHOT (/home/jenkins/agent/workspace/scout-integration-4.2-nightly/org.eclipse.scout.rap.repository/pom.xml) has 2 errors [ERROR] Unresolveable build extension: Plugin org.apache.maven.wagon:wagon-ftp:1.0-beta-6 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.wagon:wagon-ftp:jar:1.0-beta-6: Could not transfer artifact org.apache.maven.wagon:wagon-ftp:pom:1.0-beta-6 from/to eclipse (https://repo.eclipse.org/content/repositories/releases/): Transfer failed for https://repo.eclipse.org/content/repositories/releases/org/apache/maven/wagon/wagon-ftp/1.0-beta-6/wagon-ftp-1.0-beta-6.pom: Received fatal alert: handshake_failure -> [Help 2] [ERROR] Unknown packaging: eclipse-repository @ line 25, column 14 [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/ProjectBuildingException [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/PluginManagerException Build step 'Invoke top-level Maven targets' marked build as failure Sending e-mails to: tools_core@bsiag.com Recording test results ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error? Finished: FAILURE