Skip to content

Console Output

Started by user Lorenzo Bettini
Running as Lorenzo Bettini
Agent basic-2r4hk is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label: ""
  name: "basic-2r4hk"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.xsemantics.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-2r4hk"
    - 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-2r4hk"
    - 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-2r4hk 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 d62aed8ad54003279cc254f083e3eb72de1663d1 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d62aed8ad54003279cc254f083e3eb72de1663d1 # timeout=10
Commit message: "gpgArguments"
 > git rev-list --no-walk 1c2d348362357ef3ae12cf8dc3b9ecab5a2f7b39 # timeout=10
[xsemantics-deploy-snapshot] $ /bin/sh -xe /tmp/jenkins3547821420473998395.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 <xsemantics-dev@eclipse.org>" 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 <xsemantics-dev@eclipse.org>

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 <xsemantics-dev@eclipse.org>

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 <xsemantics-dev@eclipse.org>

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 <xsemantics-dev@eclipse.org>

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: 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: "3.10.0-1062.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
[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] 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
[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] 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] 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 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] Unpacking com.google.inject_3.0.0.v201605172100...
[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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] Unpacking org.eclipse.xtext_2.20.0.v20191202-0915...
[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] 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] 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] 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] Unpacking org.antlr.runtime_3.2.0.v201101311130...
[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
[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] 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] 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] Unpacking io.github.classgraph_4.8.35.v20190528-1517...
[INFO] Fetching javax.annotation_1.2.0.v201602091430.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (21.32kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Unpacking javax.annotation_1.2.0.v201602091430...
[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] 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] 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] 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] 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] 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] 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] 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.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] 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] 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] 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.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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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.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] 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] Unpacking org.eclipse.xtext.xtext.generator_2.20.0.v20191202-0915...
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.13.100.v20190902-1050/org.eclipse.jdt.debug-3.13.100.v20190902-1050.jar
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.13.100.v20190902-1050/org.eclipse.jdt.debug-3.13.100.v20190902-1050.jar
[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] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.xsemantics.parent ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.xsemantics.parent ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.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 ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.xsemantics.parent ---
[INFO] Installing /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/releng/org.eclipse.xsemantics.parent/pom.xml to /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/xsemantics/org.eclipse.xsemantics.parent/1.19.0-SNAPSHOT/org.eclipse.xsemantics.parent-1.19.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/releng/org.eclipse.xsemantics.parent/target/org.eclipse.xsemantics.parent-1.19.0-SNAPSHOT.pom.asc to /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/xsemantics/org.eclipse.xsemantics.parent/1.19.0-SNAPSHOT/org.eclipse.xsemantics.parent-1.19.0-SNAPSHOT.pom.asc
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.3:deploy (injected-nexus-deploy) @ org.eclipse.xsemantics.parent ---
[INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/releng/org.eclipse.xsemantics.parent/target/nexus-staging/deferred")...
[INFO] Installing /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/releng/org.eclipse.xsemantics.parent/pom.xml to /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/releng/org.eclipse.xsemantics.parent/target/nexus-staging/deferred/org/eclipse/xsemantics/org.eclipse.xsemantics.parent/1.19.0-SNAPSHOT/org.eclipse.xsemantics.parent-1.19.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/releng/org.eclipse.xsemantics.parent/target/org.eclipse.xsemantics.parent-1.19.0-SNAPSHOT.pom.asc to /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/releng/org.eclipse.xsemantics.parent/target/nexus-staging/deferred/org/eclipse/xsemantics/org.eclipse.xsemantics.parent/1.19.0-SNAPSHOT/org.eclipse.xsemantics.parent-1.19.0-SNAPSHOT.pom.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] ----< org.eclipse.xsemantics:org.eclipse.xsemantics.targetplatform >----
[INFO] Building org.eclipse.xsemantics.targetplatform 1.19.0-SNAPSHOT     [2/5]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xsemantics.targetplatform ---
[INFO] 
[INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.xsemantics.targetplatform ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.xsemantics.targetplatform ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.xsemantics.targetplatform ---
[INFO] 
[INFO] --- maven-javadoc-plugin:2.9.1:jar (attach-javadocs) @ org.eclipse.xsemantics.targetplatform ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- build-helper-maven-plugin:1.3:attach-artifact (attach-artifacts) @ org.eclipse.xsemantics.targetplatform ---
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.xsemantics.targetplatform ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.xsemantics.targetplatform ---
[INFO] Installing /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/devtools/org.eclipse.xsemantics.targetplatform/pom.xml to /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/xsemantics/org.eclipse.xsemantics.targetplatform/1.19.0-SNAPSHOT/org.eclipse.xsemantics.targetplatform-1.19.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/devtools/org.eclipse.xsemantics.targetplatform/xtext-2.20.0.target to /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/xsemantics/org.eclipse.xsemantics.targetplatform/1.19.0-SNAPSHOT/org.eclipse.xsemantics.targetplatform-1.19.0-SNAPSHOT-xtext-2.20.0.target
[INFO] Installing /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/devtools/org.eclipse.xsemantics.targetplatform/target/org.eclipse.xsemantics.targetplatform-1.19.0-SNAPSHOT.pom.asc to /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/xsemantics/org.eclipse.xsemantics.targetplatform/1.19.0-SNAPSHOT/org.eclipse.xsemantics.targetplatform-1.19.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/devtools/org.eclipse.xsemantics.targetplatform/target/gpg/xtext-2.20.0.target.asc to /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/xsemantics/org.eclipse.xsemantics.targetplatform/1.19.0-SNAPSHOT/org.eclipse.xsemantics.targetplatform-1.19.0-SNAPSHOT-xtext-2.20.0.target.asc
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.3:deploy (injected-nexus-deploy) @ org.eclipse.xsemantics.targetplatform ---
[INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/releng/org.eclipse.xsemantics.parent/target/nexus-staging/deferred")...
[INFO] Installing /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/devtools/org.eclipse.xsemantics.targetplatform/pom.xml to /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/releng/org.eclipse.xsemantics.parent/target/nexus-staging/deferred/org/eclipse/xsemantics/org.eclipse.xsemantics.targetplatform/1.19.0-SNAPSHOT/org.eclipse.xsemantics.targetplatform-1.19.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/devtools/org.eclipse.xsemantics.targetplatform/xtext-2.20.0.target to /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/releng/org.eclipse.xsemantics.parent/target/nexus-staging/deferred/org/eclipse/xsemantics/org.eclipse.xsemantics.targetplatform/1.19.0-SNAPSHOT/org.eclipse.xsemantics.targetplatform-1.19.0-SNAPSHOT-xtext-2.20.0.target
[INFO] Installing /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/devtools/org.eclipse.xsemantics.targetplatform/target/org.eclipse.xsemantics.targetplatform-1.19.0-SNAPSHOT.pom.asc to /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/releng/org.eclipse.xsemantics.parent/target/nexus-staging/deferred/org/eclipse/xsemantics/org.eclipse.xsemantics.targetplatform/1.19.0-SNAPSHOT/org.eclipse.xsemantics.targetplatform-1.19.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/devtools/org.eclipse.xsemantics.targetplatform/target/gpg/xtext-2.20.0.target.asc to /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/releng/org.eclipse.xsemantics.parent/target/nexus-staging/deferred/org/eclipse/xsemantics/org.eclipse.xsemantics.targetplatform/1.19.0-SNAPSHOT/org.eclipse.xsemantics.targetplatform-1.19.0-SNAPSHOT-xtext-2.20.0.target.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] -------< org.eclipse.xsemantics:org.eclipse.xsemantics.runtime >--------
[INFO] Building org.eclipse.xsemantics.runtime 1.19.0-SNAPSHOT            [3/5]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xsemantics.runtime ---
[INFO] Deleting /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/xtend-gen (includes = [], excludes = [.gitignore])
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.xsemantics.runtime ---
[INFO] The project's OSGi version is 1.19.0.v20210330-0942
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.xsemantics.runtime ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.xsemantics.runtime ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:compile (default) @ org.eclipse.xsemantics.runtime ---
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$2 (file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/com/google/inject/guice/3.0/guice-3.0.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$2
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] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xsemantics.runtime ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.xsemantics.runtime ---
[INFO] Compiling 25 source files to /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:xtend-install-debug-info (default) @ org.eclipse.xsemantics.runtime ---
[WARNING] Directory /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 5 class files as primary debug sources in: /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:testCompile (default) @ org.eclipse.xsemantics.runtime ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xsemantics.runtime ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:xtend-test-install-debug-info (default) @ org.eclipse.xsemantics.runtime ---
[WARNING] Directory /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as primary debug sources in: /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/test-classes
[INFO] 
[INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.xsemantics.runtime ---
[INFO] Building jar: /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/org.eclipse.xsemantics.runtime-1.19.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.xsemantics.runtime ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.xsemantics.runtime ---
[INFO] Building jar: /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/org.eclipse.xsemantics.runtime-1.19.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xsemantics.runtime ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.xsemantics.runtime ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.xsemantics.runtime ---
[INFO] 
[INFO] --- maven-javadoc-plugin:2.9.1:jar (attach-javadocs) @ org.eclipse.xsemantics.runtime ---
[INFO] 
Loading source files for package org.eclipse.xsemantics.runtime...
Loading source files for package org.eclipse.xsemantics.runtime.internal...
Loading source files for package org.eclipse.xsemantics.runtime.validation...
Loading source files for package org.eclipse.xsemantics.runtime.caching.util...
Loading source files for package org.eclipse.xsemantics.runtime.caching...
Constructing Javadoc information...
Standard Doclet version 11.0.2
Building tree for all the packages and classes...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/apidocs/org/eclipse/xsemantics/runtime/ErrorInformation.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/apidocs/org/eclipse/xsemantics/runtime/Result.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/apidocs/org/eclipse/xsemantics/runtime/Result2.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/apidocs/org/eclipse/xsemantics/runtime/Result3.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/apidocs/org/eclipse/xsemantics/runtime/ResultWithFailure.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/apidocs/org/eclipse/xsemantics/runtime/RuleApplicationTrace.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/apidocs/org/eclipse/xsemantics/runtime/RuleEnvironment.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/apidocs/org/eclipse/xsemantics/runtime/RuleEnvironmentEntry.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/apidocs/org/eclipse/xsemantics/runtime/RuleFailedException.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/apidocs/org/eclipse/xsemantics/runtime/StringRepresentation.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/apidocs/org/eclipse/xsemantics/runtime/StringRepresentationPostProcessor.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/apidocs/org/eclipse/xsemantics/runtime/TraceUtils.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/apidocs/org/eclipse/xsemantics/runtime/XsemanticsCache.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/apidocs/org/eclipse/xsemantics/runtime/XsemanticsCachedData.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/apidocs/org/eclipse/xsemantics/runtime/XsemanticsCacheDefaultImpl.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/apidocs/org/eclipse/xsemantics/runtime/XsemanticsCacheListener.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/apidocs/org/eclipse/xsemantics/runtime/XsemanticsProvider.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/apidocs/org/eclipse/xsemantics/runtime/XsemanticsRuntimeSystem.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/apidocs/org/eclipse/xsemantics/runtime/caching/XsemanticsCacheLoggerListener.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/apidocs/org/eclipse/xsemantics/runtime/caching/XsemanticsCacheResultLoggerListener.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/apidocs/org/eclipse/xsemantics/runtime/caching/XsemanticsCacheTraceLoggerListener.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/apidocs/org/eclipse/xsemantics/runtime/caching/util/XsemanticsCacheUtils.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/apidocs/org/eclipse/xsemantics/runtime/internal/PatchedPolymorphicDispatcher.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/apidocs/org/eclipse/xsemantics/runtime/validation/XsemanticsValidatorErrorGenerator.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/apidocs/org/eclipse/xsemantics/runtime/validation/XsemanticsValidatorFilter.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/apidocs/org/eclipse/xsemantics/runtime/package-summary.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/apidocs/org/eclipse/xsemantics/runtime/package-tree.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/apidocs/org/eclipse/xsemantics/runtime/caching/package-summary.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/apidocs/org/eclipse/xsemantics/runtime/caching/package-tree.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/apidocs/org/eclipse/xsemantics/runtime/caching/util/package-summary.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/apidocs/org/eclipse/xsemantics/runtime/caching/util/package-tree.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/apidocs/org/eclipse/xsemantics/runtime/internal/package-summary.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/apidocs/org/eclipse/xsemantics/runtime/internal/package-tree.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/apidocs/org/eclipse/xsemantics/runtime/validation/package-summary.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/apidocs/org/eclipse/xsemantics/runtime/validation/package-tree.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/apidocs/constant-values.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/apidocs/serialized-form.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/apidocs/org/eclipse/xsemantics/runtime/class-use/ErrorInformation.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/apidocs/org/eclipse/xsemantics/runtime/class-use/StringRepresentation.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/apidocs/org/eclipse/xsemantics/runtime/class-use/RuleEnvironmentEntry.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/apidocs/org/eclipse/xsemantics/runtime/class-use/RuleFailedException.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/apidocs/org/eclipse/xsemantics/runtime/class-use/Result3.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/apidocs/org/eclipse/xsemantics/runtime/class-use/XsemanticsRuntimeSystem.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/apidocs/org/eclipse/xsemantics/runtime/class-use/RuleEnvironment.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/apidocs/org/eclipse/xsemantics/runtime/class-use/XsemanticsCacheDefaultImpl.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/apidocs/org/eclipse/xsemantics/runtime/class-use/Result2.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/apidocs/org/eclipse/xsemantics/runtime/class-use/Result.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/apidocs/org/eclipse/xsemantics/runtime/class-use/RuleApplicationTrace.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/apidocs/org/eclipse/xsemantics/runtime/class-use/XsemanticsCache.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/apidocs/org/eclipse/xsemantics/runtime/class-use/TraceUtils.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/apidocs/org/eclipse/xsemantics/runtime/class-use/XsemanticsProvider.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/apidocs/org/eclipse/xsemantics/runtime/class-use/StringRepresentationPostProcessor.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/apidocs/org/eclipse/xsemantics/runtime/class-use/XsemanticsCacheListener.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/apidocs/org/eclipse/xsemantics/runtime/class-use/XsemanticsCachedData.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/apidocs/org/eclipse/xsemantics/runtime/class-use/ResultWithFailure.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/apidocs/org/eclipse/xsemantics/runtime/internal/class-use/PatchedPolymorphicDispatcher.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/apidocs/org/eclipse/xsemantics/runtime/validation/class-use/XsemanticsValidatorErrorGenerator.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/apidocs/org/eclipse/xsemantics/runtime/validation/class-use/XsemanticsValidatorFilter.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/apidocs/org/eclipse/xsemantics/runtime/caching/util/class-use/XsemanticsCacheUtils.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/apidocs/org/eclipse/xsemantics/runtime/caching/class-use/XsemanticsCacheResultLoggerListener.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/apidocs/org/eclipse/xsemantics/runtime/caching/class-use/XsemanticsCacheLoggerListener.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/apidocs/org/eclipse/xsemantics/runtime/caching/class-use/XsemanticsCacheTraceLoggerListener.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/apidocs/org/eclipse/xsemantics/runtime/package-use.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/apidocs/org/eclipse/xsemantics/runtime/caching/package-use.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/apidocs/org/eclipse/xsemantics/runtime/caching/util/package-use.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/apidocs/org/eclipse/xsemantics/runtime/internal/package-use.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/apidocs/org/eclipse/xsemantics/runtime/validation/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/apidocs/overview-tree.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/apidocs/index-all.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/apidocs/allclasses-index.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/apidocs/allpackages-index.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/apidocs/index.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/apidocs/overview-summary.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/apidocs/help-doc.html...
1 error
1 warning
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for org.eclipse.xsemantics.maven.releng 1.19.0-SNAPSHOT:
[INFO] 
[INFO] Xsemantics ......................................... SUCCESS [ 19.325 s]
[INFO] org.eclipse.xsemantics.targetplatform .............. SUCCESS [  4.893 s]
[INFO] org.eclipse.xsemantics.runtime ..................... FAILURE [ 22.967 s]
[INFO] org.eclipse.xsemantics.dsl ......................... SKIPPED
[INFO] org.eclipse.xsemantics.maven.releng ................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:53 min
[INFO] Finished at: 2021-03-30T09:44:49Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.9.1:jar (attach-javadocs) on project org.eclipse.xsemantics.runtime: MavenReportException: Error while creating archive: 
[ERROR] Exit code: 1 - javadoc: error - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/7/docs/api/ are in the unnamed module.
[ERROR] /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/RuleEnvironment.java:91: warning - @param argument "typingStatement" is not a parameter name.
[ERROR] 
[ERROR] Command line was: /opt/tools/java/openjdk/jdk-11/latest/bin/javadoc @options @packages
[ERROR] 
[ERROR] Refer to the generated Javadoc files in '/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/apidocs' dir.
[ERROR] -> [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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :org.eclipse.xsemantics.runtime
Build step 'Invoke top-level Maven targets' marked build as failure
Finished: FAILURE