Started by user Lorenzo Bettini Running as Lorenzo Bettini Agent basic-nvgf1 is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label: "" name: "basic-nvgf1" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.xsemantics.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-nvgf1" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\ \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "basic-nvgf1" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.xsemantics.svc.cluster.local/xsemantics/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.5" 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-xsemantics" 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-nvgf1 in workspace /home/jenkins/agent/workspace/xsemantics-deploy-snapshot The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://github.com/eclipse/xsemantics.git > git init /home/jenkins/agent/workspace/xsemantics-deploy-snapshot # timeout=10 Fetching upstream changes from https://github.com/eclipse/xsemantics.git > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- https://github.com/eclipse/xsemantics.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/eclipse/xsemantics.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/master^{commit} # timeout=10 Checking out Revision 1c2d348362357ef3ae12cf8dc3b9ecab5a2f7b39 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 1c2d348362357ef3ae12cf8dc3b9ecab5a2f7b39 # timeout=10 Commit message: "GitHub Actions badge" > git rev-list --no-walk 1c2d348362357ef3ae12cf8dc3b9ecab5a2f7b39 # timeout=10 [xsemantics-deploy-snapshot] $ /bin/sh -xe /tmp/jenkins8290176221173079094.sh + gpg --batch --import **** gpg: directory '/home/jenkins/.gnupg' created gpg: keybox '/home/jenkins/.gnupg/pubring.kbx' created gpg: /home/jenkins/.gnupg/trustdb.gpg: trustdb created gpg: key F74775A7965455DF: public key "Eclipse Xsemantics Project " imported gpg: To migrate 'secring.gpg', with each smartcard, run: gpg --card-status gpg: key F74775A7965455DF: secret key imported gpg: Total number processed: 1 gpg: imported: 1 gpg: secret keys read: 1 gpg: secret keys imported: 1 + gpg --list-keys --with-colons + awk -F: /fpr:/ {print $10} + sort -u + echo -e 5\ny\n + gpg --batch --command-fd 0 --expert --edit-key C518DD25FDA5BAD4CE75F2B5F74775A7965455DF trust Secret subkeys are available. pub rsa4096/F74775A7965455DF created: 2018-06-13 expires: 2023-06-12 usage: SCEA trust: unknown validity: unknown ssb rsa4096/243B9E00531EDE4C created: 2018-06-13 expires: 2023-06-12 usage: S [ unknown] (1). Eclipse Xsemantics Project pub rsa4096/F74775A7965455DF created: 2018-06-13 expires: 2023-06-12 usage: SCEA trust: unknown validity: unknown ssb rsa4096/243B9E00531EDE4C created: 2018-06-13 expires: 2023-06-12 usage: S [ unknown] (1). Eclipse Xsemantics Project Please decide how far you trust this user to correctly verify other users' keys (by looking at passports, checking fingerprints from different sources, etc.) 1 = I don't know or won't say 2 = I do NOT trust 3 = I trust marginally 4 = I trust fully 5 = I trust ultimately m = back to the main menu Please decide how far you trust this user to correctly verify other users' keys (by looking at passports, checking fingerprints from different sources, etc.) 1 = I don't know or won't say 2 = I do NOT trust 3 = I trust marginally 4 = I trust fully 5 = I trust ultimately m = back to the main menu + echo -e 5\ny\n + gpg --batch --command-fd 0 --expert --edit-key CD4ABDB6DDB2FC506622F8AA243B9E00531EDE4C trust Secret subkeys are available. pub rsa4096/F74775A7965455DF created: 2018-06-13 expires: 2023-06-12 usage: SCEA trust: unknown validity: unknown ssb rsa4096/243B9E00531EDE4C created: 2018-06-13 expires: 2023-06-12 usage: S [ unknown] (1). Eclipse Xsemantics Project pub rsa4096/F74775A7965455DF created: 2018-06-13 expires: 2023-06-12 usage: SCEA trust: unknown validity: unknown ssb rsa4096/243B9E00531EDE4C created: 2018-06-13 expires: 2023-06-12 usage: S [ unknown] (1). Eclipse Xsemantics Project Please decide how far you trust this user to correctly verify other users' keys (by looking at passports, checking fingerprints from different sources, etc.) 1 = I don't know or won't say 2 = I do NOT trust 3 = I trust marginally 4 = I trust fully 5 = I trust ultimately m = back to the main menu Please decide how far you trust this user to correctly verify other users' keys (by looking at passports, checking fingerprints from different sources, etc.) 1 = I don't know or won't say 2 = I do NOT trust 3 = I trust marginally 4 = I trust fully 5 = I trust ultimately m = back to the main menu [xsemantics-deploy-snapshot] $ /opt/tools/apache-maven/latest/bin/mvn -f releng/org.eclipse.xsemantics.maven.releng/pom.xml -Dmaven.repo.local=/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository clean deploy -Psonatype-oss-release Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) Maven home: /opt/tools/apache-maven/latest Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "3.10.0-1127.el7.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] Inspecting build with total of 5 modules... [INFO] Installing Nexus Staging features: [INFO] ... total of 5 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.runtime:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/pom.xml [INFO] Adding repository http://download.itemis.com/updates/releases/2.1.1 [INFO] Fetching content.jar from http://download.itemis.com/updates/releases/2.1.1/ (5.47kB) [INFO] Fetching content.jar from http://download.itemis.com/updates/releases/2.1.1/ (5.47kB) [INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-09/ (122B) [INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-09/ (122B) [INFO] Adding repository http://download.eclipse.org/releases/2019-09 [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/2019-09/ (482B) [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/2019-09/ (482B) [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/2019-09/ (142B) [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/2019-09/ (142B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/technology/epp/packages/2019-09/ (19.73kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/technology/epp/packages/2019-09/ (19.73kB) [INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-09/201909181001/ (142B) [INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-09/201909181001/ (142B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/2019-09/201909181001/ (835.51kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/2019-09/201909181001/ (835.51kB) [INFO] Adding repository http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB) [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.1/ (172B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.1/ (172B) [INFO] Adding repository http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.1 [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.1/ (10.05kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.1/ (10.05kB) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/ (172B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/ (172B) [INFO] Adding repository http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0 [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/ (20.24kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/ (20.24kB) [INFO] Fetching p2.index from https://dl.bintray.com/lorenzobettini/xtext-xdoc/updates/ (128B) [INFO] Fetching p2.index from https://dl.bintray.com/lorenzobettini/xtext-xdoc/updates/ (128B) [INFO] Adding repository https://dl.bintray.com/lorenzobettini/xtext-xdoc/updates [INFO] Fetching compositeContent.xml from https://dl.bintray.com/lorenzobettini/xtext-xdoc/updates/ (469B) [INFO] Fetching compositeContent.xml from https://dl.bintray.com/lorenzobettini/xtext-xdoc/updates/ (469B) [INFO] Fetching p2.index from https://dl.bintray.com/lorenzobettini/xtext-xdoc/updates/0.1/ (128B) [INFO] Fetching p2.index from https://dl.bintray.com/lorenzobettini/xtext-xdoc/updates/0.1/ (128B) [INFO] Fetching compositeContent.xml from https://dl.bintray.com/lorenzobettini/xtext-xdoc/updates/0.1/ (490B) [INFO] Fetching compositeContent.xml from https://dl.bintray.com/lorenzobettini/xtext-xdoc/updates/0.1/ (490B) [INFO] Fetching p2.index from https://dl.bintray.com/lorenzobettini/xtext-xdoc/releases/0.1.0.201701301415/ (172B) [INFO] Fetching p2.index from https://dl.bintray.com/lorenzobettini/xtext-xdoc/releases/0.1.0.201701301415/ (172B) [INFO] Fetching content.xml.xz from https://dl.bintray.com/lorenzobettini/xtext-xdoc/releases/0.1.0.201701301415/ (4.85kB) [INFO] Fetching content.xml.xz from https://dl.bintray.com/lorenzobettini/xtext-xdoc/releases/0.1.0.201701301415/ (4.85kB) Mar 30, 2021 9:30:50 AM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond Mar 30, 2021 9:30:50 AM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 [INFO] Adding repository http://download.eclipse.org/modeling/tmf/xtext/updates/orbit/2019-09 [INFO] Fetching compositeContent.xml from http://download.eclipse.org/modeling/tmf/xtext/updates/orbit/2019-09/ [INFO] Fetching compositeContent.xml from http://download.eclipse.org/modeling/tmf/xtext/updates/orbit/2019-09/ [INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/2019-09/ [INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/2019-09/ [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20190827152740/repository/ (134B) [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20190827152740/repository/ (134B) [INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/drops/R20190827152740/repository/ [INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/drops/R20190827152740/repository/ [INFO] Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20190726180751/repository/ (107.42kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20190726180751/repository/ (107.42kB) [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/repository/ (172B) [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/repository/ (172B) [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/repository/ (83.64kB) [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/repository/ (83.64kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.runtime:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/pom.xml Mar 30, 2021 9:30:58 AM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond Mar 30, 2021 9:30:58 AM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 [INFO] Fetching 201909181001&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2019-09/ [INFO] Fetching 201909181001&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2019-09/ [INFO] Fetching com.google.guava_27.1.0.v20190517-1946.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (743.15kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.google.guava_27.1.0.v20190517-1946.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (743.15kB) [INFO] Unpacking com.google.guava_27.1.0.v20190517-1946... [INFO] Fetching &countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/tools/orbit/downloads/drops/R20190726180751/repository/ [INFO] Fetching &countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/tools/orbit/downloads/drops/R20190726180751/repository/ Mar 30, 2021 9:31:01 AM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond Mar 30, 2021 9:31:01 AM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {s}->https://download.eclipse.org:443 [INFO] Fetching com.google.inject_3.0.0.v201605172100.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20190726180751/repository/plugins/ (141.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.google.inject_3.0.0.v201605172100.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20190726180751/repository/plugins/ (141.47kB) [INFO] Unpacking com.google.inject_3.0.0.v201605172100... Mar 30, 2021 9:31:01 AM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond Mar 30, 2021 9:31:01 AM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 [INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (14.07kB) [INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (14.07kB) [INFO] Fetching org.eclipse.core.contenttype_3.7.400.v20190624-1144.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (41.63kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.contenttype_3.7.400.v20190624-1144.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (41.63kB) [INFO] Unpacking org.eclipse.core.contenttype_3.7.400.v20190624-1144... [INFO] Fetching org.eclipse.equinox.preferences_3.7.500.v20190815-1535.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (54.51kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.preferences_3.7.500.v20190815-1535.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (54.51kB) [INFO] Unpacking org.eclipse.equinox.preferences_3.7.500.v20190815-1535... [INFO] Fetching org.eclipse.equinox.registry_3.8.500.v20190714-1850.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (77.29kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.registry_3.8.500.v20190714-1850.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (77.29kB) [INFO] Unpacking org.eclipse.equinox.registry_3.8.500.v20190714-1850... [INFO] Fetching org.eclipse.equinox.common_3.10.500.v20190815-1535.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (52.37kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.common_3.10.500.v20190815-1535.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (52.37kB) [INFO] Unpacking org.eclipse.equinox.common_3.10.500.v20190815-1535... [INFO] Fetching org.eclipse.osgi_3.15.0.v20190830-1434.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (457.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.osgi_3.15.0.v20190830-1434.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (457.7kB) [INFO] Unpacking org.eclipse.osgi_3.15.0.v20190830-1434... [INFO] Fetching org.eclipse.core.jobs_3.10.500.v20190620-1426.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (45.98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.jobs_3.10.500.v20190620-1426.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (45.98kB) [INFO] Unpacking org.eclipse.core.jobs_3.10.500.v20190620-1426... [INFO] Fetching org.eclipse.core.runtime_3.16.0.v20190823-1314.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (33.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.runtime_3.16.0.v20190823-1314.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (33.72kB) [INFO] Unpacking org.eclipse.core.runtime_3.16.0.v20190823-1314... [INFO] Fetching org.eclipse.equinox.app_1.4.300.v20190815-1535.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (42.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.app_1.4.300.v20190815-1535.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (42.16kB) [INFO] Unpacking org.eclipse.equinox.app_1.4.300.v20190815-1535... [INFO] Fetching org.eclipse.emf.common_2.16.0.v20190625-1131.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (114.93kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.common_2.16.0.v20190625-1131.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (114.93kB) [INFO] Unpacking org.eclipse.emf.common_2.16.0.v20190625-1131... [INFO] Fetching org.eclipse.emf.ecore_2.19.0.v20190822-1451.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (485.39kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecore_2.19.0.v20190822-1451.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (485.39kB) [INFO] Unpacking org.eclipse.emf.ecore_2.19.0.v20190822-1451... [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (84.13kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (84.13kB) [INFO] Unpacking org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725... [INFO] Fetching org.eclipse.xtext.util_2.20.0.v20191202-0915.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (107.98kB) [INFO] Fetching org.eclipse.xtext.util_2.20.0.v20191202-0915.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (107.98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.xtext.util_2.20.0.v20191202-0915... [INFO] Fetching org.eclipse.xtext.xbase.lib_2.20.0.v20191202-0907.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (49.19kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.xbase.lib_2.20.0.v20191202-0907.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (49.19kB) [INFO] Unpacking org.eclipse.xtext.xbase.lib_2.20.0.v20191202-0907... [INFO] Fetching org.eclipse.xtext_2.20.0.v20191202-0915.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (769.1kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext_2.20.0.v20191202-0915.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (769.1kB) [INFO] Unpacking org.eclipse.xtext_2.20.0.v20191202-0915... Mar 30, 2021 9:31:10 AM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond Mar 30, 2021 9:31:10 AM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 [INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (129.49kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (129.49kB) [INFO] Unpacking org.apache.log4j_1.2.15.v201012070815... [INFO] Fetching org.eclipse.xtend.lib_2.20.0.v20191202-0907.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (59.29kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtend.lib_2.20.0.v20191202-0907.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (59.29kB) [INFO] Unpacking org.eclipse.xtend.lib_2.20.0.v20191202-0907... [INFO] Fetching org.eclipse.xtend.lib.macro_2.20.0.v20191202-0907.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (23.27kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtend.lib.macro_2.20.0.v20191202-0907.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (23.27kB) [INFO] Unpacking org.eclipse.xtend.lib.macro_2.20.0.v20191202-0907... [INFO] Fetching org.antlr.runtime_3.2.0.v201101311130.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20190726180751/repository/plugins/ (96.31kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.antlr.runtime_3.2.0.v201101311130.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20190726180751/repository/plugins/ (96.31kB) [INFO] Unpacking org.antlr.runtime_3.2.0.v201101311130... [INFO] Resolving class path of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.runtime:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.dsl:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.dsl:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/pom.xml Mar 30, 2021 9:31:12 AM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond Mar 30, 2021 9:31:12 AM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 [INFO] Fetching com.ibm.icu_64.2.0.v20190507-1337.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (9.5MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.ibm.icu_64.2.0.v20190507-1337.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (9.5MB) [INFO] Unpacking com.ibm.icu_64.2.0.v20190507-1337... [INFO] Fetching io.github.classgraph_4.8.35.v20190528-1517.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (170.74kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching io.github.classgraph_4.8.35.v20190528-1517.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (170.74kB) [INFO] Unpacking io.github.classgraph_4.8.35.v20190528-1517... [INFO] Fetching org.apache.ant_1.10.5.v20190526-1402.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (2.73MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.ant_1.10.5.v20190526-1402.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (2.73MB) [INFO] Unpacking org.apache.ant_1.10.5.v20190526-1402... [INFO] Fetching org.apache.commons.cli_1.2.0.v201404270220.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.1/plugins/ (24.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.cli_1.2.0.v201404270220.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.1/plugins/ (24.42kB) [INFO] Unpacking org.apache.commons.cli_1.2.0.v201404270220... [INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.1/plugins/ (106.17kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.1/plugins/ (106.17kB) [INFO] Unpacking org.apache.commons.lang_2.6.0.v201404270220... [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (33.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (33.71kB) [INFO] Unpacking org.apache.commons.logging_1.2.0.v20180409-1502... [INFO] Fetching org.eclipse.core.commands_3.9.500.v20190805-1157.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (43.13kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.commands_3.9.500.v20190805-1157.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (43.13kB) [INFO] Unpacking org.eclipse.core.commands_3.9.500.v20190805-1157... [INFO] Fetching org.eclipse.core.expressions_3.6.500.v20190617-1926.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (33.8kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.expressions_3.6.500.v20190617-1926.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (33.8kB) [INFO] Unpacking org.eclipse.core.expressions_3.6.500.v20190617-1926... [INFO] Fetching org.eclipse.core.filesystem_1.7.500.v20190620-1312.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (27.85kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.filesystem_1.7.500.v20190620-1312.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (27.85kB) [INFO] Unpacking org.eclipse.core.filesystem_1.7.500.v20190620-1312... [INFO] Fetching org.eclipse.core.resources_3.13.500.v20190819-0800.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (873.19kB) [INFO] Fetching org.eclipse.core.resources_3.13.500.v20190819-0800.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (873.19kB) [INFO] Fetching org.eclipse.core.variables_3.4.600.v20190614-1239.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (18.03kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.variables_3.4.600.v20190614-1239.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (18.03kB) [INFO] Unpacking org.eclipse.core.variables_3.4.600.v20190614-1239... [INFO] Fetching org.eclipse.debug.core_3.14.0.v20190812-1404.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (125.46kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.debug.core_3.14.0.v20190812-1404.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (125.46kB) [INFO] Unpacking org.eclipse.debug.core_3.14.0.v20190812-1404... [INFO] Fetching org.eclipse.emf.codegen_2.19.0.v20190821-1536.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (126.94kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.codegen_2.19.0.v20190821-1536.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (126.94kB) [INFO] Unpacking org.eclipse.emf.codegen_2.19.0.v20190821-1536... [INFO] Fetching org.eclipse.jdt.core_3.19.0.v20190903-0936.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (6.67MB) [INFO] Fetching org.eclipse.jdt.core_3.19.0.v20190903-0936.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (6.67MB) [INFO] Fetching org.eclipse.jdt.launching_3.15.0.v20190826-1639.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (273.11kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.launching_3.15.0.v20190826-1639.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (273.11kB) [INFO] Unpacking org.eclipse.jdt.launching_3.15.0.v20190826-1639... [INFO] Fetching org.eclipse.text_3.9.0.v20190826-1019.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (100.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.text_3.9.0.v20190826-1019.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (100.59kB) [INFO] Unpacking org.eclipse.text_3.9.0.v20190826-1019... [INFO] Fetching org.eclipse.emf.codegen.ecore_2.19.0.v20190822-1451.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (418.28kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.codegen.ecore_2.19.0.v20190822-1451.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (418.28kB) [INFO] Unpacking org.eclipse.emf.codegen.ecore_2.19.0.v20190822-1451... [INFO] Fetching org.eclipse.emf.mwe.core_1.5.1.v20191121-1148.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.1/plugins/ (61.63kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.mwe.core_1.5.1.v20191121-1148.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.1/plugins/ (61.63kB) [INFO] Unpacking org.eclipse.emf.mwe.core_1.5.1.v20191121-1148... [INFO] Fetching org.eclipse.emf.mwe2.runtime_2.11.1.v20191121-1148.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.1/plugins/ (8.49kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.mwe2.runtime_2.11.1.v20191121-1148.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.1/plugins/ (8.49kB) [INFO] Unpacking org.eclipse.emf.mwe2.runtime_2.11.1.v20191121-1148... [INFO] Fetching org.eclipse.emf.mwe.utils_1.5.1.v20191121-1148.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.1/plugins/ (19.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.mwe.utils_1.5.1.v20191121-1148.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.1/plugins/ (19.56kB) [INFO] Unpacking org.eclipse.emf.mwe.utils_1.5.1.v20191121-1148... [INFO] Fetching org.eclipse.emf.mwe2.language_2.11.1.v20191121-1148.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.1/plugins/ (70.12kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.mwe2.language_2.11.1.v20191121-1148.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.1/plugins/ (70.12kB) [INFO] Unpacking org.eclipse.emf.mwe2.language_2.11.1.v20191121-1148... [INFO] Fetching org.eclipse.xtext.common.types_2.20.0.v20191202-0933.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (133.93kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.common.types_2.20.0.v20191202-0933.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (133.93kB) [INFO] Unpacking org.eclipse.xtext.common.types_2.20.0.v20191202-0933... [INFO] Fetching org.eclipse.emf.mwe2.launch_2.11.1.v20191121-1148.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.1/plugins/ (12.53kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.mwe2.launch_2.11.1.v20191121-1148.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.1/plugins/ (12.53kB) [INFO] Unpacking org.eclipse.emf.mwe2.launch_2.11.1.v20191121-1148... [INFO] Fetching org.eclipse.jdt.debug_3.13.100.v20190902-1050.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (933.08kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.debug_3.13.100.v20190902-1050.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (933.08kB) [INFO] Unpacking org.eclipse.jdt.debug_3.13.100.v20190902-1050... [INFO] Fetching org.eclipse.xpand_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (80.37kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xpand_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (80.37kB) [INFO] Unpacking org.eclipse.xpand_2.2.0.v201605260315... [INFO] Fetching org.eclipse.xtend_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (148.58kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtend_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (148.58kB) [INFO] Unpacking org.eclipse.xtend_2.2.0.v201605260315... [INFO] Fetching org.eclipse.xtext.xbase_2.20.0.v20191202-0933.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (893.38kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.xbase_2.20.0.v20191202-0933.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (893.38kB) [INFO] Unpacking org.eclipse.xtext.xbase_2.20.0.v20191202-0933... [INFO] Fetching org.eclipse.xtext.generator_2.20.0.v20191202-0933.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (260.87kB) [INFO] Fetching org.eclipse.xtext.generator_2.20.0.v20191202-0933.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (260.87kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.xtext.generator_2.20.0.v20191202-0933... [INFO] Fetching org.eclipse.xtext.ecore_2.20.0.v20191202-0933.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (9.52kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.ecore_2.20.0.v20191202-0933.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (9.52kB) [INFO] Unpacking org.eclipse.xtext.ecore_2.20.0.v20191202-0933... [INFO] Fetching org.objectweb.asm_7.2.0.v20191010-1910.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (123.44kB) [INFO] Fetching org.objectweb.asm_7.2.0.v20191010-1910.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (123.44kB) [INFO] Fetching org.eclipse.xtend.typesystem.emf_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (26.12kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtend.typesystem.emf_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (26.12kB) [INFO] Unpacking org.eclipse.xtend.typesystem.emf_2.2.0.v201605260315... [INFO] Fetching org.eclipse.xtext.xtext.generator_2.20.0.v20191202-0915.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (524.15kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.xtext.generator_2.20.0.v20191202-0915.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (524.15kB) [INFO] Unpacking org.eclipse.xtext.xtext.generator_2.20.0.v20191202-0915... [INFO] Resolving class path of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.dsl:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/pom.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Xsemantics [pom] [INFO] org.eclipse.xsemantics.targetplatform [pom] [INFO] org.eclipse.xsemantics.runtime [eclipse-plugin] [INFO] org.eclipse.xsemantics.dsl [eclipse-plugin] [INFO] org.eclipse.xsemantics.maven.releng [pom] [INFO] [INFO] --------< org.eclipse.xsemantics:org.eclipse.xsemantics.parent >-------- [INFO] Building Xsemantics 1.19.0-SNAPSHOT [1/5] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xsemantics.parent --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.xsemantics.parent --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/releng/org.eclipse.xsemantics.parent/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java [INFO] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.xsemantics.parent --- [INFO] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.xsemantics.parent --- [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.xsemantics.parent --- [INFO] [INFO] --- maven-javadoc-plugin:2.9.1:jar (attach-javadocs) @ org.eclipse.xsemantics.parent --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.xsemantics.parent --- gpg: signing failed: Inappropriate ioctl for device gpg: signing failed: Inappropriate ioctl for device [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for org.eclipse.xsemantics.maven.releng 1.19.0-SNAPSHOT: [INFO] [INFO] Xsemantics ......................................... FAILURE [ 22.908 s] [INFO] org.eclipse.xsemantics.targetplatform .............. SKIPPED [INFO] org.eclipse.xsemantics.runtime ..................... SKIPPED [INFO] org.eclipse.xsemantics.dsl ......................... SKIPPED [INFO] org.eclipse.xsemantics.maven.releng ................ SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:57 min [INFO] Finished at: 2021-03-30T09:31:52Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-gpg-plugin:1.6:sign (sign-artifacts) on project org.eclipse.xsemantics.parent: Exit code: 2 -> [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 Finished: FAILURE