Skip to content
Success

Console Output

Started by user Lorenzo Bettini
Running as Lorenzo Bettini
Agent basic-sjkt9 is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label: ""
  name: "basic-sjkt9"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.xsemantics.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-sjkt9"
    - 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-sjkt9"
    - 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-sjkt9 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 daa510cfd98d846304d15582535a3e61e65e7eda (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f daa510cfd98d846304d15582535a3e61e65e7eda # timeout=10
Commit message: "Incremented version 1.20.0"
 > git rev-list --no-walk 4e1dc661a1f6a6bc18879c6525b2fcc113f13de8 # timeout=10
[xsemantics-deploy-snapshot] $ /bin/sh -xe /tmp/jenkins8962173132083265511.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.20.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.20.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.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/pom.xml
[INFO] Fetching 202103171000&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2021-03/
[INFO] Fetching com.google.guava_30.1.0.v20210127-2300.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (762.75kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Unpacking com.google.guava_30.1.0.v20210127-2300...
[INFO] Fetching com.google.inject_3.0.0.v201605172100.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (141.49kB)
[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 https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (14.07kB)
[INFO] Fetching org.eclipse.core.contenttype_3.7.900.v20210111-0918.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (41.22kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Unpacking org.eclipse.core.contenttype_3.7.900.v20210111-0918...
[INFO] Fetching org.eclipse.equinox.preferences_3.8.200.v20210212-1143.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (55.51kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Unpacking org.eclipse.equinox.preferences_3.8.200.v20210212-1143...
[INFO] Fetching org.eclipse.equinox.registry_3.10.100.v20210212-1143.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (77.13kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Unpacking org.eclipse.equinox.registry_3.10.100.v20210212-1143...
[INFO] Fetching org.eclipse.equinox.common_3.14.100.v20210212-1143.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (58.96kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Unpacking org.eclipse.equinox.common_3.14.100.v20210212-1143...
[INFO] Fetching org.eclipse.osgi_3.16.200.v20210226-1447.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (470.65kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Unpacking org.eclipse.osgi_3.16.200.v20210226-1447...
[INFO] Fetching org.eclipse.core.jobs_3.10.1100.v20210111-0815.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (46.09kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.jobs_3.10.1100.v20210111-0815.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (46.09kB)
[INFO] Unpacking org.eclipse.core.jobs_3.10.1100.v20210111-0815...
[INFO] Fetching org.eclipse.core.runtime_3.20.100.v20210111-0815.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (33.38kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Unpacking org.eclipse.core.runtime_3.20.100.v20210111-0815...
[INFO] Fetching org.eclipse.equinox.app_1.5.100.v20210212-1143.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (42.03kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Unpacking org.eclipse.equinox.app_1.5.100.v20210212-1143...
[INFO] Fetching org.eclipse.emf.common_2.22.0.v20210114-1734.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (114.56kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Unpacking org.eclipse.emf.common_2.22.0.v20210114-1734...
[INFO] Fetching org.eclipse.emf.ecore_2.23.0.v20200630-0516.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (484.19kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Unpacking org.eclipse.emf.ecore_2.23.0.v20200630-0516...
[INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (84.06kB)
[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.25.0.v20210301-0843.jar from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (303.65kB)
[INFO] Fetching org.eclipse.xtext.xbase.lib_2.25.0.v20210301-0821.jar from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (160.53kB)
[INFO] Fetching org.eclipse.xtext_2.25.0.v20210301-0843.jar from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (2.62MB)
[INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (144.31kB)
[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.25.0.v20210301-0821.jar from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (108.08kB)
[INFO] Fetching org.eclipse.xtend.lib.macro_2.25.0.v20210301-0821.jar from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (76.09kB)
[INFO] Fetching org.antlr.runtime_3.2.0.v201101311130.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (103.07kB)
[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.20.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.20.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.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/pom.xml
[INFO] Fetching com.ibm.icu_67.1.0.v20200706-1749.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (9.67MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Unpacking com.ibm.icu_67.1.0.v20200706-1749...
[INFO] Fetching io.github.classgraph_4.8.35.v20190528-1517.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/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.3.5.v20200909-1856.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (36.66kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Unpacking javax.annotation_1.3.5.v20200909-1856...
[INFO] Fetching org.apache.ant_1.10.9.v20201106-1946.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (2.85MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Unpacking org.apache.ant_1.10.9.v20201106-1946...
[INFO] Fetching org.apache.commons.cli_1.4.0.v20200417-1444.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (30.07kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Unpacking org.apache.commons.cli_1.4.0.v20200417-1444...
[INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/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.800.v20201021-1339.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (43.1kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Unpacking org.eclipse.core.commands_3.9.800.v20201021-1339...
[INFO] Fetching org.eclipse.core.expressions_3.7.100.v20210203-1000.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (33.72kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Unpacking org.eclipse.core.expressions_3.7.100.v20210203-1000...
[INFO] Fetching org.eclipse.core.filesystem_1.7.700.v20200110-1734.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (27.79kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Unpacking org.eclipse.core.filesystem_1.7.700.v20200110-1734...
[INFO] Fetching org.eclipse.core.resources_3.14.0.v20210215-0934.jar from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (877.43kB)
[INFO] Fetching org.eclipse.core.variables_3.4.800.v20200120-1101.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (18.03kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Unpacking org.eclipse.core.variables_3.4.800.v20200120-1101...
[INFO] Fetching org.eclipse.debug.core_3.18.0.v20210222-1101.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (125.97kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Unpacking org.eclipse.debug.core_3.18.0.v20210222-1101...
[INFO] Fetching org.eclipse.emf.codegen_2.21.0.v20200708-0547.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (126.92kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Unpacking org.eclipse.emf.codegen_2.21.0.v20200708-0547...
[INFO] Fetching org.eclipse.jdt.core_3.25.0.v20210223-0522.jar from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (6.91MB)
[INFO] Fetching org.eclipse.jdt.launching_3.19.100.v20210217-1644.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (282.34kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Unpacking org.eclipse.jdt.launching_3.19.100.v20210217-1644...
[INFO] Fetching org.eclipse.text_3.11.0.v20210203-1022.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (100.65kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Unpacking org.eclipse.text_3.11.0.v20210203-1022...
[INFO] Fetching org.eclipse.emf.codegen.ecore_2.25.0.v20201231-0738.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (417.29kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Unpacking org.eclipse.emf.codegen.ecore_2.25.0.v20201231-0738...
[INFO] Fetching org.eclipse.emf.mwe.core_1.6.1.v20210218-2134.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (61.49kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Unpacking org.eclipse.emf.mwe.core_1.6.1.v20210218-2134...
[INFO] Fetching org.eclipse.emf.mwe2.runtime_2.12.1.v20210218-2134.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (8.47kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Unpacking org.eclipse.emf.mwe2.runtime_2.12.1.v20210218-2134...
[INFO] Fetching org.eclipse.emf.mwe.utils_1.6.1.v20210218-2134.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (19.61kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Unpacking org.eclipse.emf.mwe.utils_1.6.1.v20210218-2134...
[INFO] Fetching org.eclipse.emf.mwe2.language_2.12.1.v20210218-2134.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (69.78kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Unpacking org.eclipse.emf.mwe2.language_2.12.1.v20210218-2134...
[INFO] Fetching org.eclipse.xtext.common.types_2.25.0.v20210301-0909.jar from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (499.16kB)
[INFO] Fetching org.eclipse.emf.mwe2.launch_2.12.1.v20210218-2134.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (12.5kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Unpacking org.eclipse.emf.mwe2.launch_2.12.1.v20210218-2134...
[INFO] Fetching org.eclipse.jdt.debug_3.17.100.v20210220-1238.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (901.43kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Unpacking org.eclipse.jdt.debug_3.17.100.v20210220-1238...
[INFO] Fetching org.eclipse.xpand_2.2.0.v201605260315.jar from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (228.7kB)
[INFO] Fetching org.eclipse.xtend_2.2.0.v201605260315.jar from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (535.07kB)
[INFO] Fetching org.eclipse.xtext.xbase_2.25.0.v20210301-0909.jar from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (2.46MB)
[INFO] Fetching org.eclipse.xtext.generator_2.25.0.v20210301-0909.jar from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (857.57kB)
[INFO] Fetching org.eclipse.xtext.ecore_2.25.0.v20210301-0909.jar from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (15.91kB)
[INFO] Fetching org.objectweb.asm_9.1.0.v20210209-1849.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (60.98kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Unpacking org.objectweb.asm_9.1.0.v20210209-1849...
[INFO] Fetching org.eclipse.xtend.typesystem.emf_2.2.0.v201605260315.jar from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (64.36kB)
[INFO] Fetching org.eclipse.xtext.xtext.generator_2.25.0.v20210301-0843.jar from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (969.17kB)
[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.20.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-plugin:2.2.0:feature-source (feature-source) @ org.eclipse.xsemantics.parent ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.xsemantics.parent ---
[INFO] 
[INFO] --- maven-javadoc-plugin:3.2.0: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.20.0-SNAPSHOT/org.eclipse.xsemantics.parent-1.20.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/releng/org.eclipse.xsemantics.parent/target/org.eclipse.xsemantics.parent-1.20.0-SNAPSHOT.pom.asc to /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/xsemantics/org.eclipse.xsemantics.parent/1.20.0-SNAPSHOT/org.eclipse.xsemantics.parent-1.20.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.20.0-SNAPSHOT/org.eclipse.xsemantics.parent-1.20.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/releng/org.eclipse.xsemantics.parent/target/org.eclipse.xsemantics.parent-1.20.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.20.0-SNAPSHOT/org.eclipse.xsemantics.parent-1.20.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.20.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-plugin:2.2.0:feature-source (feature-source) @ org.eclipse.xsemantics.targetplatform ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.xsemantics.targetplatform ---
[INFO] 
[INFO] --- maven-javadoc-plugin:3.2.0: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.20.0-SNAPSHOT/org.eclipse.xsemantics.targetplatform-1.20.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/devtools/org.eclipse.xsemantics.targetplatform/xsemantics.target.target to /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/xsemantics/org.eclipse.xsemantics.targetplatform/1.20.0-SNAPSHOT/org.eclipse.xsemantics.targetplatform-1.20.0-SNAPSHOT-xsemantics.target.target
[INFO] Installing /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/devtools/org.eclipse.xsemantics.targetplatform/target/org.eclipse.xsemantics.targetplatform-1.20.0-SNAPSHOT.pom.asc to /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/xsemantics/org.eclipse.xsemantics.targetplatform/1.20.0-SNAPSHOT/org.eclipse.xsemantics.targetplatform-1.20.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/devtools/org.eclipse.xsemantics.targetplatform/target/gpg/xsemantics.target.target.asc to /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/xsemantics/org.eclipse.xsemantics.targetplatform/1.20.0-SNAPSHOT/org.eclipse.xsemantics.targetplatform-1.20.0-SNAPSHOT-xsemantics.target.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.20.0-SNAPSHOT/org.eclipse.xsemantics.targetplatform-1.20.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/devtools/org.eclipse.xsemantics.targetplatform/xsemantics.target.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.20.0-SNAPSHOT/org.eclipse.xsemantics.targetplatform-1.20.0-SNAPSHOT-xsemantics.target.target
[INFO] Installing /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/devtools/org.eclipse.xsemantics.targetplatform/target/org.eclipse.xsemantics.targetplatform-1.20.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.20.0-SNAPSHOT/org.eclipse.xsemantics.targetplatform-1.20.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/devtools/org.eclipse.xsemantics.targetplatform/target/gpg/xsemantics.target.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.20.0-SNAPSHOT/org.eclipse.xsemantics.targetplatform-1.20.0-SNAPSHOT-xsemantics.target.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.20.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.20.0.v20210401-0744
[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.25.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.25.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.25.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.25.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.20.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.20.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-plugin:2.2.0:feature-source (feature-source) @ org.eclipse.xsemantics.runtime ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.xsemantics.runtime ---
[INFO] 
[INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ org.eclipse.xsemantics.runtime ---
[INFO] No previous run data found, generating javadoc.
[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/Result.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/Result3.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/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/RuleEnvironment.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/StringRepresentation.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/XsemanticsCache.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/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/XsemanticsProvider.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/TraceUtils.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/XsemanticsCacheTraceLoggerListener.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/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
80 warnings
[ERROR] MavenReportException: Error while generating Javadoc: 
Exit code: 1 - /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/ErrorInformation.java:48: warning: no @param for source
	public ErrorInformation(EObject source, EStructuralFeature feature,
	       ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/ErrorInformation.java:48: warning: no @param for feature
	public ErrorInformation(EObject source, EStructuralFeature feature,
	       ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/ErrorInformation.java:48: warning: no @param for data
	public ErrorInformation(EObject source, EStructuralFeature feature,
	       ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/ErrorInformation.java:74: warning: no @return
	public Object getData() {
	              ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/RuleApplicationTrace.java:55: warning: no @param for traceElement
	public void addObjectAsSubtrace(Object traceElement) {
	            ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/RuleApplicationTrace.java:70: warning: no @return
	public boolean isEmpty() {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/RuleApplicationTrace.java:89: warning: no @return
	public RuleApplicationTrace snapshot() {
	                            ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/RuleApplicationTrace.java:96: warning: no @return
	protected RuleApplicationTrace performSafeDeepCloning() {
	                               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/RuleEnvironment.java:91: error: @param name not found
	 * @param typingStatement
	          ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/RuleEnvironment.java:91: warning: no description for @param
	 * @param typingStatement
	   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/RuleEnvironment.java:92: warning: no description for @param
	 * @param checkExist
	   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/RuleEnvironment.java:93: warning: no description for @return
	 * @return
	   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/RuleEnvironment.java:95: warning: no @param for o1
	public boolean add(Object o1, Object o2, boolean checkExist) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/RuleEnvironment.java:95: warning: no @param for o2
	public boolean add(Object o1, Object o2, boolean checkExist) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/RuleEnvironment.java:109: warning: no description for @param
	 * @param key
	   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/RuleEnvironment.java:110: warning: no description for @return
	 * @return
	   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/RuleEnvironment.java:123: warning: no description for @param
	 * @param ruleEnvironment
	   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/RuleEnvironment.java:133: warning: no description for @param
	 * @param runtimeEnvironmentEntry
	   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/RuleEnvironment.java:142: warning: no description for @param
	 * @param o1
	   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/RuleEnvironment.java:143: warning: no description for @param
	 * @param o2
	   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/RuleEnvironment.java:152: warning: no description for @param
	 * @param ruleEnvironment
	   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/RuleEnvironment.java:164: warning: no description for @param
	 * @param o1
	   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/RuleEnvironment.java:176: warning: no description for @return
	 * @return
	   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/RuleEnvironment.java:233: warning: no @return
	public boolean isEmpty() {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/RuleEnvironment.java:240: warning: no @return
	public int size() {
	           ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/RuleEnvironment.java:254: warning: no @return
	public Set<Object> keySet() {
	                   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/RuleEnvironment.java:261: warning: no @return
	public Collection<Object> values() {
	                          ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/RuleEnvironment.java:268: warning: no @return
	public Set<Entry<Object, Object>> entrySet() {
	                                  ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/StringRepresentation.java:179: warning: no @param for result
	protected String stringRep(Result<?> result) {
	                 ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/StringRepresentation.java:179: warning: no @return
	protected String stringRep(Result<?> result) {
	                 ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/StringRepresentation.java:187: warning: no @param for result
	protected String stringRep(Result2<?,?> result) {
	                 ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/StringRepresentation.java:187: warning: no @return
	protected String stringRep(Result2<?,?> result) {
	                 ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/StringRepresentation.java:196: warning: no @param for result
	protected String stringRep(Result3<?,?,?> result) {
	                 ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/StringRepresentation.java:196: warning: no @return
	protected String stringRep(Result3<?,?,?> result) {
	                 ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/xtend-gen/org/eclipse/xsemantics/runtime/TraceUtils.java:186: warning: no @param for trace
  public Object lastElementNotTrace(final RuleApplicationTrace trace) {
                ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/xtend-gen/org/eclipse/xsemantics/runtime/TraceUtils.java:186: warning: no @return
  public Object lastElementNotTrace(final RuleApplicationTrace trace) {
                ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/XsemanticsCache.java:30: warning: no description for @param
	 * @param methodName
	   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/XsemanticsCache.java:31: warning: no description for @param
	 * @param environment
	   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/XsemanticsCache.java:32: warning: no description for @param
	 * @param trace
	   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/XsemanticsCache.java:33: warning: no description for @param
	 * @param provider
	   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/XsemanticsCache.java:34: warning: no description for @param
	 * @param elements
	   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/XsemanticsCache.java:35: warning: no description for @return
	 * @return
	   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/XsemanticsCache.java:37: warning: no @param for <T>
	<T> T get(String methodName, RuleEnvironment environment, RuleApplicationTrace trace, 
	      ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/XsemanticsRuntimeSystem.java:64: warning: no @return
	public XsemanticsCache getCache() {
	                       ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/XsemanticsRuntimeSystem.java:74: warning: no @param for <T>
	protected <T> T getFromCache(String methodName, RuleEnvironment environment,
	                ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/XsemanticsRuntimeSystem.java:74: warning: no @param for methodName
	protected <T> T getFromCache(String methodName, RuleEnvironment environment,
	                ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/XsemanticsRuntimeSystem.java:74: warning: no @param for environment
	protected <T> T getFromCache(String methodName, RuleEnvironment environment,
	                ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/XsemanticsRuntimeSystem.java:74: warning: no @param for trace
	protected <T> T getFromCache(String methodName, RuleEnvironment environment,
	                ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/XsemanticsRuntimeSystem.java:74: warning: no @param for provider
	protected <T> T getFromCache(String methodName, RuleEnvironment environment,
	                ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/XsemanticsRuntimeSystem.java:74: warning: no @param for elements
	protected <T> T getFromCache(String methodName, RuleEnvironment environment,
	                ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/XsemanticsRuntimeSystem.java:74: warning: no @return
	protected <T> T getFromCache(String methodName, RuleEnvironment environment,
	                ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/XsemanticsRuntimeSystem.java:155: warning: no description for @param
	 * @param result
	   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/XsemanticsRuntimeSystem.java:156: warning: no description for @param
	 * @param destinationClass
	   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/XsemanticsRuntimeSystem.java:176: warning: no description for @param
	 * @param object
	   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/XsemanticsRuntimeSystem.java:260: warning: no @return
	public RuleFailedException newRuleFailedException() {
	                           ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/XsemanticsRuntimeSystem.java:267: warning: no @param for t
	public RuleFailedException newRuleFailedException(Throwable t) {
	                           ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/XsemanticsRuntimeSystem.java:267: warning: no @return
	public RuleFailedException newRuleFailedException(Throwable t) {
	                           ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/XsemanticsRuntimeSystem.java:274: warning: no @param for message
	public RuleFailedException newRuleFailedException(String message) {
	                           ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/XsemanticsRuntimeSystem.java:274: warning: no @return
	public RuleFailedException newRuleFailedException(String message) {
	                           ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/XsemanticsRuntimeSystem.java:295: warning: no description for @param
	 * @param message
	   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/XsemanticsRuntimeSystem.java:296: warning: no description for @param
	 * @param issue
	   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/XsemanticsRuntimeSystem.java:297: warning: no description for @param
	 * @param t
	   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/XsemanticsRuntimeSystem.java:298: warning: no description for @return
	 * @return
	   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/XsemanticsRuntimeSystem.java:362: warning: no description for @param
	 * @param ruleApplicationTrace
	   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/XsemanticsRuntimeSystem.java:363: warning: no description for @param
	 * @param traceElementProvider
	   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/XsemanticsRuntimeSystem.java:396: warning: no description for @param
	 * @param environment
	   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/XsemanticsRuntimeSystem.java:397: warning: no description for @param
	 * @param key
	   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/XsemanticsRuntimeSystem.java:398: warning: no description for @param
	 * @param clazz
	   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/XsemanticsRuntimeSystem.java:399: warning: no description for @return
	 * @return
	   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/XsemanticsRuntimeSystem.java:400: warning: no description for @throws
	 * @throws RuleFailedException
	   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/XsemanticsRuntimeSystem.java:403: warning: no @param for <T>
	public <T> T env(RuleEnvironment environment, Object key,
	             ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/XsemanticsRuntimeSystem.java:497: warning: no description for @param
	 * @param object
	   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/XsemanticsRuntimeSystem.java:498: warning: no description for @return
	 * @return
	   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/XsemanticsRuntimeSystem.java:525: warning: no description for @param
	 * @param list
	   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/XsemanticsRuntimeSystem.java:526: warning: no description for @param
	 * @param o
	   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/XsemanticsRuntimeSystem.java:527: warning: no description for @param
	 * @param clazz
	   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/XsemanticsRuntimeSystem.java:530: warning: no @param for <T>
	public <T> void addToList(List<T> list, Object o, Class<? extends T> clazz) {
	                ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/xtend-gen/org/eclipse/xsemantics/runtime/caching/XsemanticsCacheResultLoggerListener.java:63: warning: no @param for data
  public String resultRepresentation(final XsemanticsCachedData<?> data) {
                ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/xtend-gen/org/eclipse/xsemantics/runtime/caching/XsemanticsCacheResultLoggerListener.java:63: warning: no @return
  public String resultRepresentation(final XsemanticsCachedData<?> data) {
                ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/xtend-gen/org/eclipse/xsemantics/runtime/caching/XsemanticsCacheTraceLoggerListener.java:64: warning: no @param for data
  public String dataTraceRepresentation(final XsemanticsCachedData<?> data) {
                ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/xtend-gen/org/eclipse/xsemantics/runtime/caching/XsemanticsCacheTraceLoggerListener.java:64: warning: no @return
  public String dataTraceRepresentation(final XsemanticsCachedData<?> data) {
                ^

Command line was: /opt/tools/java/openjdk/jdk-11/latest/bin/javadoc @options @packages

Refer to the generated Javadoc files in '/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/apidocs' dir.

org.apache.maven.reporting.MavenReportException: 
Exit code: 1 - /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/ErrorInformation.java:48: warning: no @param for source
	public ErrorInformation(EObject source, EStructuralFeature feature,
	       ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/ErrorInformation.java:48: warning: no @param for feature
	public ErrorInformation(EObject source, EStructuralFeature feature,
	       ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/ErrorInformation.java:48: warning: no @param for data
	public ErrorInformation(EObject source, EStructuralFeature feature,
	       ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/ErrorInformation.java:74: warning: no @return
	public Object getData() {
	              ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/RuleApplicationTrace.java:55: warning: no @param for traceElement
	public void addObjectAsSubtrace(Object traceElement) {
	            ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/RuleApplicationTrace.java:70: warning: no @return
	public boolean isEmpty() {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/RuleApplicationTrace.java:89: warning: no @return
	public RuleApplicationTrace snapshot() {
	                            ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/RuleApplicationTrace.java:96: warning: no @return
	protected RuleApplicationTrace performSafeDeepCloning() {
	                               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/RuleEnvironment.java:91: error: @param name not found
	 * @param typingStatement
	          ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/RuleEnvironment.java:91: warning: no description for @param
	 * @param typingStatement
	   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/RuleEnvironment.java:92: warning: no description for @param
	 * @param checkExist
	   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/RuleEnvironment.java:93: warning: no description for @return
	 * @return
	   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/RuleEnvironment.java:95: warning: no @param for o1
	public boolean add(Object o1, Object o2, boolean checkExist) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/RuleEnvironment.java:95: warning: no @param for o2
	public boolean add(Object o1, Object o2, boolean checkExist) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/RuleEnvironment.java:109: warning: no description for @param
	 * @param key
	   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/RuleEnvironment.java:110: warning: no description for @return
	 * @return
	   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/RuleEnvironment.java:123: warning: no description for @param
	 * @param ruleEnvironment
	   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/RuleEnvironment.java:133: warning: no description for @param
	 * @param runtimeEnvironmentEntry
	   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/RuleEnvironment.java:142: warning: no description for @param
	 * @param o1
	   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/RuleEnvironment.java:143: warning: no description for @param
	 * @param o2
	   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/RuleEnvironment.java:152: warning: no description for @param
	 * @param ruleEnvironment
	   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/RuleEnvironment.java:164: warning: no description for @param
	 * @param o1
	   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/RuleEnvironment.java:176: warning: no description for @return
	 * @return
	   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/RuleEnvironment.java:233: warning: no @return
	public boolean isEmpty() {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/RuleEnvironment.java:240: warning: no @return
	public int size() {
	           ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/RuleEnvironment.java:254: warning: no @return
	public Set<Object> keySet() {
	                   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/RuleEnvironment.java:261: warning: no @return
	public Collection<Object> values() {
	                          ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/RuleEnvironment.java:268: warning: no @return
	public Set<Entry<Object, Object>> entrySet() {
	                                  ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/StringRepresentation.java:179: warning: no @param for result
	protected String stringRep(Result<?> result) {
	                 ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/StringRepresentation.java:179: warning: no @return
	protected String stringRep(Result<?> result) {
	                 ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/StringRepresentation.java:187: warning: no @param for result
	protected String stringRep(Result2<?,?> result) {
	                 ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/StringRepresentation.java:187: warning: no @return
	protected String stringRep(Result2<?,?> result) {
	                 ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/StringRepresentation.java:196: warning: no @param for result
	protected String stringRep(Result3<?,?,?> result) {
	                 ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/StringRepresentation.java:196: warning: no @return
	protected String stringRep(Result3<?,?,?> result) {
	                 ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/xtend-gen/org/eclipse/xsemantics/runtime/TraceUtils.java:186: warning: no @param for trace
  public Object lastElementNotTrace(final RuleApplicationTrace trace) {
                ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/xtend-gen/org/eclipse/xsemantics/runtime/TraceUtils.java:186: warning: no @return
  public Object lastElementNotTrace(final RuleApplicationTrace trace) {
                ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/XsemanticsCache.java:30: warning: no description for @param
	 * @param methodName
	   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/XsemanticsCache.java:31: warning: no description for @param
	 * @param environment
	   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/XsemanticsCache.java:32: warning: no description for @param
	 * @param trace
	   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/XsemanticsCache.java:33: warning: no description for @param
	 * @param provider
	   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/XsemanticsCache.java:34: warning: no description for @param
	 * @param elements
	   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/XsemanticsCache.java:35: warning: no description for @return
	 * @return
	   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/XsemanticsCache.java:37: warning: no @param for <T>
	<T> T get(String methodName, RuleEnvironment environment, RuleApplicationTrace trace, 
	      ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/XsemanticsRuntimeSystem.java:64: warning: no @return
	public XsemanticsCache getCache() {
	                       ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/XsemanticsRuntimeSystem.java:74: warning: no @param for <T>
	protected <T> T getFromCache(String methodName, RuleEnvironment environment,
	                ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/XsemanticsRuntimeSystem.java:74: warning: no @param for methodName
	protected <T> T getFromCache(String methodName, RuleEnvironment environment,
	                ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/XsemanticsRuntimeSystem.java:74: warning: no @param for environment
	protected <T> T getFromCache(String methodName, RuleEnvironment environment,
	                ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/XsemanticsRuntimeSystem.java:74: warning: no @param for trace
	protected <T> T getFromCache(String methodName, RuleEnvironment environment,
	                ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/XsemanticsRuntimeSystem.java:74: warning: no @param for provider
	protected <T> T getFromCache(String methodName, RuleEnvironment environment,
	                ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/XsemanticsRuntimeSystem.java:74: warning: no @param for elements
	protected <T> T getFromCache(String methodName, RuleEnvironment environment,
	                ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/XsemanticsRuntimeSystem.java:74: warning: no @return
	protected <T> T getFromCache(String methodName, RuleEnvironment environment,
	                ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/XsemanticsRuntimeSystem.java:155: warning: no description for @param
	 * @param result
	   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/XsemanticsRuntimeSystem.java:156: warning: no description for @param
	 * @param destinationClass
	   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/XsemanticsRuntimeSystem.java:176: warning: no description for @param
	 * @param object
	   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/XsemanticsRuntimeSystem.java:260: warning: no @return
	public RuleFailedException newRuleFailedException() {
	                           ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/XsemanticsRuntimeSystem.java:267: warning: no @param for t
	public RuleFailedException newRuleFailedException(Throwable t) {
	                           ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/XsemanticsRuntimeSystem.java:267: warning: no @return
	public RuleFailedException newRuleFailedException(Throwable t) {
	                           ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/XsemanticsRuntimeSystem.java:274: warning: no @param for message
	public RuleFailedException newRuleFailedException(String message) {
	                           ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/XsemanticsRuntimeSystem.java:274: warning: no @return
	public RuleFailedException newRuleFailedException(String message) {
	                           ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/XsemanticsRuntimeSystem.java:295: warning: no description for @param
	 * @param message
	   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/XsemanticsRuntimeSystem.java:296: warning: no description for @param
	 * @param issue
	   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/XsemanticsRuntimeSystem.java:297: warning: no description for @param
	 * @param t
	   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/XsemanticsRuntimeSystem.java:298: warning: no description for @return
	 * @return
	   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/XsemanticsRuntimeSystem.java:362: warning: no description for @param
	 * @param ruleApplicationTrace
	   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/XsemanticsRuntimeSystem.java:363: warning: no description for @param
	 * @param traceElementProvider
	   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/XsemanticsRuntimeSystem.java:396: warning: no description for @param
	 * @param environment
	   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/XsemanticsRuntimeSystem.java:397: warning: no description for @param
	 * @param key
	   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/XsemanticsRuntimeSystem.java:398: warning: no description for @param
	 * @param clazz
	   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/XsemanticsRuntimeSystem.java:399: warning: no description for @return
	 * @return
	   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/XsemanticsRuntimeSystem.java:400: warning: no description for @throws
	 * @throws RuleFailedException
	   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/XsemanticsRuntimeSystem.java:403: warning: no @param for <T>
	public <T> T env(RuleEnvironment environment, Object key,
	             ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/XsemanticsRuntimeSystem.java:497: warning: no description for @param
	 * @param object
	   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/XsemanticsRuntimeSystem.java:498: warning: no description for @return
	 * @return
	   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/XsemanticsRuntimeSystem.java:525: warning: no description for @param
	 * @param list
	   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/XsemanticsRuntimeSystem.java:526: warning: no description for @param
	 * @param o
	   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/XsemanticsRuntimeSystem.java:527: warning: no description for @param
	 * @param clazz
	   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/src/org/eclipse/xsemantics/runtime/XsemanticsRuntimeSystem.java:530: warning: no @param for <T>
	public <T> void addToList(List<T> list, Object o, Class<? extends T> clazz) {
	                ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/xtend-gen/org/eclipse/xsemantics/runtime/caching/XsemanticsCacheResultLoggerListener.java:63: warning: no @param for data
  public String resultRepresentation(final XsemanticsCachedData<?> data) {
                ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/xtend-gen/org/eclipse/xsemantics/runtime/caching/XsemanticsCacheResultLoggerListener.java:63: warning: no @return
  public String resultRepresentation(final XsemanticsCachedData<?> data) {
                ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/xtend-gen/org/eclipse/xsemantics/runtime/caching/XsemanticsCacheTraceLoggerListener.java:64: warning: no @param for data
  public String dataTraceRepresentation(final XsemanticsCachedData<?> data) {
                ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/xtend-gen/org/eclipse/xsemantics/runtime/caching/XsemanticsCacheTraceLoggerListener.java:64: warning: no @return
  public String dataTraceRepresentation(final XsemanticsCachedData<?> data) {
                ^

Command line was: /opt/tools/java/openjdk/jdk-11/latest/bin/javadoc @options @packages

Refer to the generated Javadoc files in '/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/apidocs' dir.

    at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.doExecuteJavadocCommandLine (AbstractJavadocMojo.java:5861)
    at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeJavadocCommandLine (AbstractJavadocMojo.java:5737)
    at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeReport (AbstractJavadocMojo.java:2176)
    at org.apache.maven.plugins.javadoc.JavadocJar.doExecute (JavadocJar.java:199)
    at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.execute (AbstractJavadocMojo.java:1935)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:566)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[INFO] Building jar: /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/org.eclipse.xsemantics.runtime-1.20.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.xsemantics.runtime ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.xsemantics.runtime ---
[INFO] Installing /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/org.eclipse.xsemantics.runtime-1.20.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/xsemantics/org.eclipse.xsemantics.runtime/1.20.0-SNAPSHOT/org.eclipse.xsemantics.runtime-1.20.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/pom.xml to /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/xsemantics/org.eclipse.xsemantics.runtime/1.20.0-SNAPSHOT/org.eclipse.xsemantics.runtime-1.20.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/org.eclipse.xsemantics.runtime-1.20.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/xsemantics/org.eclipse.xsemantics.runtime/1.20.0-SNAPSHOT/org.eclipse.xsemantics.runtime-1.20.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/p2content.xml to /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/xsemantics/org.eclipse.xsemantics.runtime/1.20.0-SNAPSHOT/org.eclipse.xsemantics.runtime-1.20.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/p2artifacts.xml to /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/xsemantics/org.eclipse.xsemantics.runtime/1.20.0-SNAPSHOT/org.eclipse.xsemantics.runtime-1.20.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/p2content.xml to /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/xsemantics/org.eclipse.xsemantics.runtime/1.20.0-SNAPSHOT/org.eclipse.xsemantics.runtime-1.20.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/p2artifacts.xml to /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/xsemantics/org.eclipse.xsemantics.runtime/1.20.0-SNAPSHOT/org.eclipse.xsemantics.runtime-1.20.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/org.eclipse.xsemantics.runtime-1.20.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/xsemantics/org.eclipse.xsemantics.runtime/1.20.0-SNAPSHOT/org.eclipse.xsemantics.runtime-1.20.0-SNAPSHOT-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/org.eclipse.xsemantics.runtime-1.20.0-SNAPSHOT.jar.asc to /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/xsemantics/org.eclipse.xsemantics.runtime/1.20.0-SNAPSHOT/org.eclipse.xsemantics.runtime-1.20.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/org.eclipse.xsemantics.runtime-1.20.0-SNAPSHOT.pom.asc to /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/xsemantics/org.eclipse.xsemantics.runtime/1.20.0-SNAPSHOT/org.eclipse.xsemantics.runtime-1.20.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/org.eclipse.xsemantics.runtime-1.20.0-SNAPSHOT-sources.jar.asc to /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/xsemantics/org.eclipse.xsemantics.runtime/1.20.0-SNAPSHOT/org.eclipse.xsemantics.runtime-1.20.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/p2content.xml.asc to /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/xsemantics/org.eclipse.xsemantics.runtime/1.20.0-SNAPSHOT/org.eclipse.xsemantics.runtime-1.20.0-SNAPSHOT-p2metadata.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/p2artifacts.xml.asc to /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/xsemantics/org.eclipse.xsemantics.runtime/1.20.0-SNAPSHOT/org.eclipse.xsemantics.runtime-1.20.0-SNAPSHOT-p2artifacts.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/p2content.xml.asc to /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/xsemantics/org.eclipse.xsemantics.runtime/1.20.0-SNAPSHOT/org.eclipse.xsemantics.runtime-1.20.0-SNAPSHOT-p2metadata.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/p2artifacts.xml.asc to /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/xsemantics/org.eclipse.xsemantics.runtime/1.20.0-SNAPSHOT/org.eclipse.xsemantics.runtime-1.20.0-SNAPSHOT-p2artifacts.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/org.eclipse.xsemantics.runtime-1.20.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/xsemantics/org.eclipse.xsemantics.runtime/1.20.0-SNAPSHOT/org.eclipse.xsemantics.runtime-1.20.0-SNAPSHOT-javadoc.jar.asc
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:update-local-index (default-update-local-index) @ org.eclipse.xsemantics.runtime ---
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.3:deploy (injected-nexus-deploy) @ org.eclipse.xsemantics.runtime ---
[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/plugins/org.eclipse.xsemantics.runtime/target/org.eclipse.xsemantics.runtime-1.20.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/releng/org.eclipse.xsemantics.parent/target/nexus-staging/deferred/org/eclipse/xsemantics/org.eclipse.xsemantics.runtime/1.20.0-SNAPSHOT/org.eclipse.xsemantics.runtime-1.20.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/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.runtime/1.20.0-SNAPSHOT/org.eclipse.xsemantics.runtime-1.20.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/org.eclipse.xsemantics.runtime-1.20.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/releng/org.eclipse.xsemantics.parent/target/nexus-staging/deferred/org/eclipse/xsemantics/org.eclipse.xsemantics.runtime/1.20.0-SNAPSHOT/org.eclipse.xsemantics.runtime-1.20.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/p2content.xml to /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/releng/org.eclipse.xsemantics.parent/target/nexus-staging/deferred/org/eclipse/xsemantics/org.eclipse.xsemantics.runtime/1.20.0-SNAPSHOT/org.eclipse.xsemantics.runtime-1.20.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/p2artifacts.xml to /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/releng/org.eclipse.xsemantics.parent/target/nexus-staging/deferred/org/eclipse/xsemantics/org.eclipse.xsemantics.runtime/1.20.0-SNAPSHOT/org.eclipse.xsemantics.runtime-1.20.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/p2content.xml to /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/releng/org.eclipse.xsemantics.parent/target/nexus-staging/deferred/org/eclipse/xsemantics/org.eclipse.xsemantics.runtime/1.20.0-SNAPSHOT/org.eclipse.xsemantics.runtime-1.20.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/p2artifacts.xml to /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/releng/org.eclipse.xsemantics.parent/target/nexus-staging/deferred/org/eclipse/xsemantics/org.eclipse.xsemantics.runtime/1.20.0-SNAPSHOT/org.eclipse.xsemantics.runtime-1.20.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/org.eclipse.xsemantics.runtime-1.20.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/releng/org.eclipse.xsemantics.parent/target/nexus-staging/deferred/org/eclipse/xsemantics/org.eclipse.xsemantics.runtime/1.20.0-SNAPSHOT/org.eclipse.xsemantics.runtime-1.20.0-SNAPSHOT-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/org.eclipse.xsemantics.runtime-1.20.0-SNAPSHOT.jar.asc to /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/releng/org.eclipse.xsemantics.parent/target/nexus-staging/deferred/org/eclipse/xsemantics/org.eclipse.xsemantics.runtime/1.20.0-SNAPSHOT/org.eclipse.xsemantics.runtime-1.20.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/org.eclipse.xsemantics.runtime-1.20.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.runtime/1.20.0-SNAPSHOT/org.eclipse.xsemantics.runtime-1.20.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/org.eclipse.xsemantics.runtime-1.20.0-SNAPSHOT-sources.jar.asc to /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/releng/org.eclipse.xsemantics.parent/target/nexus-staging/deferred/org/eclipse/xsemantics/org.eclipse.xsemantics.runtime/1.20.0-SNAPSHOT/org.eclipse.xsemantics.runtime-1.20.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/p2content.xml.asc to /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/releng/org.eclipse.xsemantics.parent/target/nexus-staging/deferred/org/eclipse/xsemantics/org.eclipse.xsemantics.runtime/1.20.0-SNAPSHOT/org.eclipse.xsemantics.runtime-1.20.0-SNAPSHOT-p2metadata.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/p2artifacts.xml.asc to /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/releng/org.eclipse.xsemantics.parent/target/nexus-staging/deferred/org/eclipse/xsemantics/org.eclipse.xsemantics.runtime/1.20.0-SNAPSHOT/org.eclipse.xsemantics.runtime-1.20.0-SNAPSHOT-p2artifacts.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/p2content.xml.asc to /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/releng/org.eclipse.xsemantics.parent/target/nexus-staging/deferred/org/eclipse/xsemantics/org.eclipse.xsemantics.runtime/1.20.0-SNAPSHOT/org.eclipse.xsemantics.runtime-1.20.0-SNAPSHOT-p2metadata.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/p2artifacts.xml.asc to /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/releng/org.eclipse.xsemantics.parent/target/nexus-staging/deferred/org/eclipse/xsemantics/org.eclipse.xsemantics.runtime/1.20.0-SNAPSHOT/org.eclipse.xsemantics.runtime-1.20.0-SNAPSHOT-p2artifacts.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/org.eclipse.xsemantics.runtime-1.20.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/releng/org.eclipse.xsemantics.parent/target/nexus-staging/deferred/org/eclipse/xsemantics/org.eclipse.xsemantics.runtime/1.20.0-SNAPSHOT/org.eclipse.xsemantics.runtime-1.20.0-SNAPSHOT-javadoc.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] ---------< org.eclipse.xsemantics:org.eclipse.xsemantics.dsl >----------
[INFO] Building org.eclipse.xsemantics.dsl 1.20.0-SNAPSHOT                [4/5]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xsemantics.dsl ---
[INFO] Deleting /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/xtend-gen (includes = [], excludes = [.gitignore])
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.xsemantics.dsl ---
[INFO] The project's OSGi version is 1.20.0.v20210401-0744
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.xsemantics.dsl ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.xsemantics.dsl ---
[INFO] 
[INFO] --- exec-maven-plugin:1.4.0:java (generateEMFModel) @ org.eclipse.xsemantics.dsl ---
Apr 01, 2021 7:46:05 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project com.google.guava at 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/com/google/guava/guava/30.1-jre/guava-30.1-jre.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/p2/osgi/bundle/com.google.guava/30.1.0.v20210127-2300/com.google.guava-30.1.0.v20210127-2300.jar!/' instead.
Apr 01, 2021 7:46:05 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project com.google.inject at 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/com/google/inject/guice/3.0/guice-3.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/p2/osgi/bundle/com.google.inject/3.0.0.v201605172100/com.google.inject-3.0.0.v201605172100.jar!/' instead.
Apr 01, 2021 7:46:05 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project javax.inject at 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/javax/inject/javax.inject/1/javax.inject-1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/p2/osgi/bundle/javax.inject/1.0.0.v20091030/javax.inject-1.0.0.v20091030.jar!/' instead.
Apr 01, 2021 7:46:05 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.osgi at 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/platform/org.eclipse.osgi/3.16.0/org.eclipse.osgi-3.16.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/p2/osgi/bundle/org.eclipse.osgi/3.16.200.v20210226-1447/org.eclipse.osgi-3.16.200.v20210226-1447.jar!/' instead.
Apr 01, 2021 7:46:06 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.apache.commons.cli at 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/commons-cli/commons-cli/1.2/commons-cli-1.2.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/p2/osgi/bundle/org.apache.commons.cli/1.4.0.v20200417-1444/org.apache.commons.cli-1.4.0.v20200417-1444.jar!/' instead.
Apr 01, 2021 7:46:06 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.apache.commons.logging at 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/p2/osgi/bundle/org.apache.commons.logging/1.2.0.v20180409-1502/org.apache.commons.logging-1.2.0.v20180409-1502.jar!/' instead.
Apr 01, 2021 7:46:06 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.core.commands at 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/platform/org.eclipse.core.commands/3.9.800/org.eclipse.core.commands-3.9.800.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/p2/osgi/bundle/org.eclipse.core.commands/3.9.800.v20201021-1339/org.eclipse.core.commands-3.9.800.v20201021-1339.jar!/' instead.
Apr 01, 2021 7:46:06 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.equinox.common at 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/platform/org.eclipse.equinox.common/3.14.100/org.eclipse.equinox.common-3.14.100.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/p2/osgi/bundle/org.eclipse.equinox.common/3.14.100.v20210212-1143/org.eclipse.equinox.common-3.14.100.v20210212-1143.jar!/' instead.
Apr 01, 2021 7:46:06 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.core.contenttype at 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/platform/org.eclipse.core.contenttype/3.7.900/org.eclipse.core.contenttype-3.7.900.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.7.900.v20210111-0918/org.eclipse.core.contenttype-3.7.900.v20210111-0918.jar!/' instead.
Apr 01, 2021 7:46:06 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.equinox.preferences at 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/platform/org.eclipse.equinox.preferences/3.8.200/org.eclipse.equinox.preferences-3.8.200.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.8.200.v20210212-1143/org.eclipse.equinox.preferences-3.8.200.v20210212-1143.jar!/' instead.
Apr 01, 2021 7:46:06 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.equinox.registry at 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/platform/org.eclipse.equinox.registry/3.10.100/org.eclipse.equinox.registry-3.10.100.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.10.100.v20210212-1143/org.eclipse.equinox.registry-3.10.100.v20210212-1143.jar!/' instead.
Apr 01, 2021 7:46:06 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.core.expressions at 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/platform/org.eclipse.core.expressions/3.7.100/org.eclipse.core.expressions-3.7.100.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/p2/osgi/bundle/org.eclipse.core.expressions/3.7.100.v20210203-1000/org.eclipse.core.expressions-3.7.100.v20210203-1000.jar!/' instead.
Apr 01, 2021 7:46:06 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.core.runtime at 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/platform/org.eclipse.core.runtime/3.20.100/org.eclipse.core.runtime-3.20.100.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/p2/osgi/bundle/org.eclipse.core.runtime/3.20.100.v20210111-0815/org.eclipse.core.runtime-3.20.100.v20210111-0815.jar!/' instead.
Apr 01, 2021 7:46:06 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.core.filesystem at 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/platform/org.eclipse.core.filesystem/1.7.700/org.eclipse.core.filesystem-1.7.700.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/p2/osgi/bundle/org.eclipse.core.filesystem/1.7.700.v20200110-1734/org.eclipse.core.filesystem-1.7.700.v20200110-1734.jar!/' instead.
Apr 01, 2021 7:46:06 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.core.jobs at 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/platform/org.eclipse.core.jobs/3.10.1100/org.eclipse.core.jobs-3.10.1100.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/p2/osgi/bundle/org.eclipse.core.jobs/3.10.1100.v20210111-0815/org.eclipse.core.jobs-3.10.1100.v20210111-0815.jar!/' instead.
Apr 01, 2021 7:46:06 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.core.resources at 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/platform/org.eclipse.core.resources/3.14.0/org.eclipse.core.resources-3.14.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/p2/osgi/bundle/org.eclipse.core.resources/3.14.0.v20210215-0934/org.eclipse.core.resources-3.14.0.v20210215-0934.jar!/' instead.
Apr 01, 2021 7:46:06 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.equinox.app at 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/platform/org.eclipse.equinox.app/1.5.100/org.eclipse.equinox.app-1.5.100.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/p2/osgi/bundle/org.eclipse.equinox.app/1.5.100.v20210212-1143/org.eclipse.equinox.app-1.5.100.v20210212-1143.jar!/' instead.
Apr 01, 2021 7:46:06 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.core.variables at 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/platform/org.eclipse.core.variables/3.4.800/org.eclipse.core.variables-3.4.800.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/p2/osgi/bundle/org.eclipse.core.variables/3.4.800.v20200120-1101/org.eclipse.core.variables-3.4.800.v20200120-1101.jar!/' instead.
Apr 01, 2021 7:46:06 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.debug.core at 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/platform/org.eclipse.debug.core/3.18.0/org.eclipse.debug.core-3.18.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/p2/osgi/bundle/org.eclipse.debug.core/3.18.0.v20210222-1101/org.eclipse.debug.core-3.18.0.v20210222-1101.jar!/' instead.
Apr 01, 2021 7:46:06 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.codegen at 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/emf/org.eclipse.emf.codegen/2.19.0/org.eclipse.emf.codegen-2.19.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/p2/osgi/bundle/org.eclipse.emf.codegen/2.21.0.v20200708-0547/org.eclipse.emf.codegen-2.21.0.v20200708-0547.jar!/' instead.
Apr 01, 2021 7:46:06 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.common at 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/emf/org.eclipse.emf.common/2.22.0/org.eclipse.emf.common-2.22.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/p2/osgi/bundle/org.eclipse.emf.common/2.22.0.v20210114-1734/org.eclipse.emf.common-2.22.0.v20210114-1734.jar!/' instead.
Apr 01, 2021 7:46:06 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.jdt.core at 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/jdt/org.eclipse.jdt.core/3.25.0/org.eclipse.jdt.core-3.25.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/p2/osgi/bundle/org.eclipse.jdt.core/3.25.0.v20210223-0522/org.eclipse.jdt.core-3.25.0.v20210223-0522.jar!/' instead.
Apr 01, 2021 7:46:06 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.jdt.launching at 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/jdt/org.eclipse.jdt.launching/3.19.100/org.eclipse.jdt.launching-3.19.100.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/p2/osgi/bundle/org.eclipse.jdt.launching/3.19.100.v20210217-1644/org.eclipse.jdt.launching-3.19.100.v20210217-1644.jar!/' instead.
Apr 01, 2021 7:46:06 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.text at 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/platform/org.eclipse.text/3.11.0/org.eclipse.text-3.11.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/p2/osgi/bundle/org.eclipse.text/3.11.0.v20210203-1022/org.eclipse.text-3.11.0.v20210203-1022.jar!/' instead.
Apr 01, 2021 7:46:06 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.codegen.ecore at 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/emf/org.eclipse.emf.codegen.ecore/2.20.0/org.eclipse.emf.codegen.ecore-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/p2/osgi/bundle/org.eclipse.emf.codegen.ecore/2.25.0.v20201231-0738/org.eclipse.emf.codegen.ecore-2.25.0.v20201231-0738.jar!/' instead.
Apr 01, 2021 7:46:06 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.ecore at 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/emf/org.eclipse.emf.ecore/2.23.0/org.eclipse.emf.ecore-2.23.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.23.0.v20200630-0516/org.eclipse.emf.ecore-2.23.0.v20200630-0516.jar!/' instead.
Apr 01, 2021 7:46:06 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.ecore.xmi at 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.16.0/org.eclipse.emf.ecore.xmi-2.16.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.16.0.v20190528-0725/org.eclipse.emf.ecore.xmi-2.16.0.v20190528-0725.jar!/' instead.
Apr 01, 2021 7:46:06 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.mwe.core at 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/emf/org.eclipse.emf.mwe.core/1.6.1/org.eclipse.emf.mwe.core-1.6.1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/p2/osgi/bundle/org.eclipse.emf.mwe.core/1.6.1.v20210218-2134/org.eclipse.emf.mwe.core-1.6.1.v20210218-2134.jar!/' instead.
Apr 01, 2021 7:46:06 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.mwe2.runtime at 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/emf/org.eclipse.emf.mwe2.runtime/2.12.1/org.eclipse.emf.mwe2.runtime-2.12.1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/p2/osgi/bundle/org.eclipse.emf.mwe2.runtime/2.12.1.v20210218-2134/org.eclipse.emf.mwe2.runtime-2.12.1.v20210218-2134.jar!/' instead.
Apr 01, 2021 7:46:06 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.mwe.utils at 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/emf/org.eclipse.emf.mwe.utils/1.6.1/org.eclipse.emf.mwe.utils-1.6.1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/p2/osgi/bundle/org.eclipse.emf.mwe.utils/1.6.1.v20210218-2134/org.eclipse.emf.mwe.utils-1.6.1.v20210218-2134.jar!/' instead.
Apr 01, 2021 7:46:06 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.mwe2.language at 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/emf/org.eclipse.emf.mwe2.language/2.12.1/org.eclipse.emf.mwe2.language-2.12.1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/p2/osgi/bundle/org.eclipse.emf.mwe2.language/2.12.1.v20210218-2134/org.eclipse.emf.mwe2.language-2.12.1.v20210218-2134.jar!/' instead.
Apr 01, 2021 7:46:06 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtext at 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/xtext/org.eclipse.xtext/2.25.0/org.eclipse.xtext-2.25.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/p2/osgi/bundle/org.eclipse.xtext/2.25.0.v20210301-0843/org.eclipse.xtext-2.25.0.v20210301-0843.jar!/' instead.
Apr 01, 2021 7:46:06 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtext.common.types at 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/xtext/org.eclipse.xtext.common.types/2.25.0/org.eclipse.xtext.common.types-2.25.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/p2/osgi/bundle/org.eclipse.xtext.common.types/2.25.0.v20210301-0909/org.eclipse.xtext.common.types-2.25.0.v20210301-0909.jar!/' instead.
Apr 01, 2021 7:46:06 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtext.util at 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/xtext/org.eclipse.xtext.util/2.25.0/org.eclipse.xtext.util-2.25.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/p2/osgi/bundle/org.eclipse.xtext.util/2.25.0.v20210301-0843/org.eclipse.xtext.util-2.25.0.v20210301-0843.jar!/' instead.
Apr 01, 2021 7:46:06 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtext.xbase.lib at 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/xtext/org.eclipse.xtext.xbase.lib/2.25.0/org.eclipse.xtext.xbase.lib-2.25.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase.lib/2.25.0.v20210301-0821/org.eclipse.xtext.xbase.lib-2.25.0.v20210301-0821.jar!/' instead.
Apr 01, 2021 7:46:06 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.mwe2.launch at 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/emf/org.eclipse.emf.mwe2.launch/2.12.1/org.eclipse.emf.mwe2.launch-2.12.1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/p2/osgi/bundle/org.eclipse.emf.mwe2.launch/2.12.1.v20210218-2134/org.eclipse.emf.mwe2.launch-2.12.1.v20210218-2134.jar!/' instead.
Apr 01, 2021 7:46:06 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtext.xbase at 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/xtext/org.eclipse.xtext.xbase/2.25.0/org.eclipse.xtext.xbase-2.25.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.25.0.v20210301-0909/org.eclipse.xtext.xbase-2.25.0.v20210301-0909.jar!/' instead.
Apr 01, 2021 7:46:06 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.objectweb.asm at 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/ow2/asm/asm/9.1/asm-9.1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/p2/osgi/bundle/org.objectweb.asm/9.1.0.v20210209-1849/org.objectweb.asm-9.1.0.v20210209-1849.jar!/' instead.
Apr 01, 2021 7:46:06 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtend.lib at 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/xtend/org.eclipse.xtend.lib/2.25.0/org.eclipse.xtend.lib-2.25.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/p2/osgi/bundle/org.eclipse.xtend.lib/2.25.0.v20210301-0821/org.eclipse.xtend.lib-2.25.0.v20210301-0821.jar!/' instead.
Apr 01, 2021 7:46:06 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtend.lib.macro at 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/xtend/org.eclipse.xtend.lib.macro/2.25.0/org.eclipse.xtend.lib.macro-2.25.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/p2/osgi/bundle/org.eclipse.xtend.lib.macro/2.25.0.v20210301-0821/org.eclipse.xtend.lib.macro-2.25.0.v20210301-0821.jar!/' instead.
Apr 01, 2021 7:46:06 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtext.xtext.generator at 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/xtext/org.eclipse.xtext.xtext.generator/2.25.0/org.eclipse.xtext.xtext.generator-2.25.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/p2/osgi/bundle/org.eclipse.xtext.xtext.generator/2.25.0.v20210301-0843/org.eclipse.xtext.xtext.generator-2.25.0.v20210301-0843.jar!/' instead.
Apr 01, 2021 7:46:06 AM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel
INFO: Registered GenModel 'http://www.eclipse.org/Xtext/Xbase/XAnnotations' from 'platform:/resource/org.eclipse.xtext.xbase/model/Xbase.genmodel'
Apr 01, 2021 7:46:06 AM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel
INFO: Registered GenModel 'http://www.eclipse.org/xtext/xbase/Xtype' from 'platform:/resource/org.eclipse.xtext.xbase/model/Xbase.genmodel'
Apr 01, 2021 7:46:06 AM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel
INFO: Registered GenModel 'http://www.eclipse.org/xtext/xbase/Xbase' from 'platform:/resource/org.eclipse.xtext.xbase/model/Xbase.genmodel'
Apr 01, 2021 7:46:06 AM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel
INFO: Registered GenModel 'http://www.eclipse.org/xtext/common/JavaVMTypes' from 'platform:/resource/org.eclipse.xtext.common.types/model/JavaVMTypes.genmodel'
Apr 01, 2021 7:46:06 AM org.eclipse.emf.mwe.utils.StandaloneSetup setPlatformUri
INFO: Registering platform uri '/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins'
Apr 01, 2021 7:46:06 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xsemantics.runtime at 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/org.eclipse.xsemantics.runtime-1.20.0-SNAPSHOT.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.runtime/target/org.eclipse.xsemantics.runtime-1.20.0-SNAPSHOT-javadoc.jar!/' instead.
Apr 01, 2021 7:46:06 AM org.eclipse.emf.mwe.utils.DirectoryCleaner invokeInternal
INFO: Cleaning /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/../org.eclipse.xsemantics.dsl/emf-gen
Apr 01, 2021 7:46:06 AM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel
INFO: Registered GenModel 'http://www.eclipse.org/xsemantics/dsl/Xsemantics' from 'platform:/resource/org.eclipse.xsemantics.dsl/model/custom/Xsemantics.genmodel'
Apr 01, 2021 7:46:06 AM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel
INFO: Registered GenModel 'http://www.eclipse.org/emf/2002/Ecore' from 'platform:/resource/org.eclipse.emf.ecore/model/Ecore.genmodel'
0    [org.eclipse.emf.mwe2.launch.runtime.Mwe2Launcher.main()] INFO  lipse.emf.mwe2.ecore.EcoreGenerator  - generating EMF code for platform:/resource/org.eclipse.xsemantics.dsl/model/custom/Xsemantics.genmodel
420  [org.eclipse.emf.mwe2.launch.runtime.Mwe2Launcher.main()] INFO  .emf.mwe2.runtime.workflow.Workflow  - Done.
[INFO] 
[INFO] --- exec-maven-plugin:1.4.0:java (mwe2Launcher) @ org.eclipse.xsemantics.dsl ---
0    [org.eclipse.emf.mwe2.launch.runtime.Mwe2Launcher.main()] INFO  text.xtext.generator.XtextGenerator  - Initializing Xtext generator
Apr 01, 2021 7:46:08 AM org.eclipse.emf.mwe.utils.StandaloneSetup addRegisterGeneratedEPackage
INFO: Adding generated EPackage 'org.eclipse.xtext.common.types.TypesPackage'
Apr 01, 2021 7:46:08 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project com.google.guava at 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/com/google/guava/guava/30.1-jre/guava-30.1-jre.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/p2/osgi/bundle/com.google.guava/30.1.0.v20210127-2300/com.google.guava-30.1.0.v20210127-2300.jar!/' instead.
Apr 01, 2021 7:46:08 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project com.google.inject at 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/com/google/inject/guice/3.0/guice-3.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/p2/osgi/bundle/com.google.inject/3.0.0.v201605172100/com.google.inject-3.0.0.v201605172100.jar!/' instead.
Apr 01, 2021 7:46:08 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project javax.inject at 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/javax/inject/javax.inject/1/javax.inject-1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/p2/osgi/bundle/javax.inject/1.0.0.v20091030/javax.inject-1.0.0.v20091030.jar!/' instead.
Apr 01, 2021 7:46:08 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.osgi at 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/platform/org.eclipse.osgi/3.16.0/org.eclipse.osgi-3.16.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/p2/osgi/bundle/org.eclipse.osgi/3.16.200.v20210226-1447/org.eclipse.osgi-3.16.200.v20210226-1447.jar!/' instead.
Apr 01, 2021 7:46:08 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.apache.commons.cli at 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/commons-cli/commons-cli/1.2/commons-cli-1.2.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/p2/osgi/bundle/org.apache.commons.cli/1.4.0.v20200417-1444/org.apache.commons.cli-1.4.0.v20200417-1444.jar!/' instead.
Apr 01, 2021 7:46:08 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.apache.commons.logging at 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/p2/osgi/bundle/org.apache.commons.logging/1.2.0.v20180409-1502/org.apache.commons.logging-1.2.0.v20180409-1502.jar!/' instead.
Apr 01, 2021 7:46:08 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.core.commands at 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/platform/org.eclipse.core.commands/3.9.800/org.eclipse.core.commands-3.9.800.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/p2/osgi/bundle/org.eclipse.core.commands/3.9.800.v20201021-1339/org.eclipse.core.commands-3.9.800.v20201021-1339.jar!/' instead.
Apr 01, 2021 7:46:08 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.equinox.common at 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/platform/org.eclipse.equinox.common/3.14.100/org.eclipse.equinox.common-3.14.100.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/p2/osgi/bundle/org.eclipse.equinox.common/3.14.100.v20210212-1143/org.eclipse.equinox.common-3.14.100.v20210212-1143.jar!/' instead.
Apr 01, 2021 7:46:08 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.core.contenttype at 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/platform/org.eclipse.core.contenttype/3.7.900/org.eclipse.core.contenttype-3.7.900.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.7.900.v20210111-0918/org.eclipse.core.contenttype-3.7.900.v20210111-0918.jar!/' instead.
Apr 01, 2021 7:46:08 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.equinox.preferences at 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/platform/org.eclipse.equinox.preferences/3.8.200/org.eclipse.equinox.preferences-3.8.200.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.8.200.v20210212-1143/org.eclipse.equinox.preferences-3.8.200.v20210212-1143.jar!/' instead.
Apr 01, 2021 7:46:08 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.equinox.registry at 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/platform/org.eclipse.equinox.registry/3.10.100/org.eclipse.equinox.registry-3.10.100.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.10.100.v20210212-1143/org.eclipse.equinox.registry-3.10.100.v20210212-1143.jar!/' instead.
Apr 01, 2021 7:46:08 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.core.expressions at 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/platform/org.eclipse.core.expressions/3.7.100/org.eclipse.core.expressions-3.7.100.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/p2/osgi/bundle/org.eclipse.core.expressions/3.7.100.v20210203-1000/org.eclipse.core.expressions-3.7.100.v20210203-1000.jar!/' instead.
Apr 01, 2021 7:46:08 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.core.runtime at 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/platform/org.eclipse.core.runtime/3.20.100/org.eclipse.core.runtime-3.20.100.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/p2/osgi/bundle/org.eclipse.core.runtime/3.20.100.v20210111-0815/org.eclipse.core.runtime-3.20.100.v20210111-0815.jar!/' instead.
Apr 01, 2021 7:46:08 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.core.filesystem at 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/platform/org.eclipse.core.filesystem/1.7.700/org.eclipse.core.filesystem-1.7.700.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/p2/osgi/bundle/org.eclipse.core.filesystem/1.7.700.v20200110-1734/org.eclipse.core.filesystem-1.7.700.v20200110-1734.jar!/' instead.
Apr 01, 2021 7:46:08 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.core.jobs at 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/platform/org.eclipse.core.jobs/3.10.1100/org.eclipse.core.jobs-3.10.1100.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/p2/osgi/bundle/org.eclipse.core.jobs/3.10.1100.v20210111-0815/org.eclipse.core.jobs-3.10.1100.v20210111-0815.jar!/' instead.
Apr 01, 2021 7:46:08 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.core.resources at 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/platform/org.eclipse.core.resources/3.14.0/org.eclipse.core.resources-3.14.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/p2/osgi/bundle/org.eclipse.core.resources/3.14.0.v20210215-0934/org.eclipse.core.resources-3.14.0.v20210215-0934.jar!/' instead.
Apr 01, 2021 7:46:08 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.equinox.app at 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/platform/org.eclipse.equinox.app/1.5.100/org.eclipse.equinox.app-1.5.100.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/p2/osgi/bundle/org.eclipse.equinox.app/1.5.100.v20210212-1143/org.eclipse.equinox.app-1.5.100.v20210212-1143.jar!/' instead.
Apr 01, 2021 7:46:08 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.core.variables at 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/platform/org.eclipse.core.variables/3.4.800/org.eclipse.core.variables-3.4.800.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/p2/osgi/bundle/org.eclipse.core.variables/3.4.800.v20200120-1101/org.eclipse.core.variables-3.4.800.v20200120-1101.jar!/' instead.
Apr 01, 2021 7:46:08 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.debug.core at 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/platform/org.eclipse.debug.core/3.18.0/org.eclipse.debug.core-3.18.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/p2/osgi/bundle/org.eclipse.debug.core/3.18.0.v20210222-1101/org.eclipse.debug.core-3.18.0.v20210222-1101.jar!/' instead.
Apr 01, 2021 7:46:08 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.codegen at 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/emf/org.eclipse.emf.codegen/2.19.0/org.eclipse.emf.codegen-2.19.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/p2/osgi/bundle/org.eclipse.emf.codegen/2.21.0.v20200708-0547/org.eclipse.emf.codegen-2.21.0.v20200708-0547.jar!/' instead.
Apr 01, 2021 7:46:08 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.common at 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/emf/org.eclipse.emf.common/2.22.0/org.eclipse.emf.common-2.22.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/p2/osgi/bundle/org.eclipse.emf.common/2.22.0.v20210114-1734/org.eclipse.emf.common-2.22.0.v20210114-1734.jar!/' instead.
Apr 01, 2021 7:46:08 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.jdt.core at 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/jdt/org.eclipse.jdt.core/3.25.0/org.eclipse.jdt.core-3.25.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/p2/osgi/bundle/org.eclipse.jdt.core/3.25.0.v20210223-0522/org.eclipse.jdt.core-3.25.0.v20210223-0522.jar!/' instead.
Apr 01, 2021 7:46:08 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.jdt.launching at 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/jdt/org.eclipse.jdt.launching/3.19.100/org.eclipse.jdt.launching-3.19.100.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/p2/osgi/bundle/org.eclipse.jdt.launching/3.19.100.v20210217-1644/org.eclipse.jdt.launching-3.19.100.v20210217-1644.jar!/' instead.
Apr 01, 2021 7:46:08 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.text at 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/platform/org.eclipse.text/3.11.0/org.eclipse.text-3.11.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/p2/osgi/bundle/org.eclipse.text/3.11.0.v20210203-1022/org.eclipse.text-3.11.0.v20210203-1022.jar!/' instead.
Apr 01, 2021 7:46:08 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.codegen.ecore at 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/emf/org.eclipse.emf.codegen.ecore/2.20.0/org.eclipse.emf.codegen.ecore-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/p2/osgi/bundle/org.eclipse.emf.codegen.ecore/2.25.0.v20201231-0738/org.eclipse.emf.codegen.ecore-2.25.0.v20201231-0738.jar!/' instead.
Apr 01, 2021 7:46:08 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.ecore at 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/emf/org.eclipse.emf.ecore/2.23.0/org.eclipse.emf.ecore-2.23.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.23.0.v20200630-0516/org.eclipse.emf.ecore-2.23.0.v20200630-0516.jar!/' instead.
Apr 01, 2021 7:46:08 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.ecore.xmi at 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.16.0/org.eclipse.emf.ecore.xmi-2.16.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.16.0.v20190528-0725/org.eclipse.emf.ecore.xmi-2.16.0.v20190528-0725.jar!/' instead.
Apr 01, 2021 7:46:08 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.mwe.core at 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/emf/org.eclipse.emf.mwe.core/1.6.1/org.eclipse.emf.mwe.core-1.6.1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/p2/osgi/bundle/org.eclipse.emf.mwe.core/1.6.1.v20210218-2134/org.eclipse.emf.mwe.core-1.6.1.v20210218-2134.jar!/' instead.
Apr 01, 2021 7:46:08 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.mwe2.runtime at 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/emf/org.eclipse.emf.mwe2.runtime/2.12.1/org.eclipse.emf.mwe2.runtime-2.12.1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/p2/osgi/bundle/org.eclipse.emf.mwe2.runtime/2.12.1.v20210218-2134/org.eclipse.emf.mwe2.runtime-2.12.1.v20210218-2134.jar!/' instead.
Apr 01, 2021 7:46:08 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.mwe.utils at 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/emf/org.eclipse.emf.mwe.utils/1.6.1/org.eclipse.emf.mwe.utils-1.6.1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/p2/osgi/bundle/org.eclipse.emf.mwe.utils/1.6.1.v20210218-2134/org.eclipse.emf.mwe.utils-1.6.1.v20210218-2134.jar!/' instead.
Apr 01, 2021 7:46:08 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.mwe2.language at 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/emf/org.eclipse.emf.mwe2.language/2.12.1/org.eclipse.emf.mwe2.language-2.12.1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/p2/osgi/bundle/org.eclipse.emf.mwe2.language/2.12.1.v20210218-2134/org.eclipse.emf.mwe2.language-2.12.1.v20210218-2134.jar!/' instead.
Apr 01, 2021 7:46:08 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtext at 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/xtext/org.eclipse.xtext/2.25.0/org.eclipse.xtext-2.25.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/p2/osgi/bundle/org.eclipse.xtext/2.25.0.v20210301-0843/org.eclipse.xtext-2.25.0.v20210301-0843.jar!/' instead.
Apr 01, 2021 7:46:08 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtext.common.types at 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/xtext/org.eclipse.xtext.common.types/2.25.0/org.eclipse.xtext.common.types-2.25.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/p2/osgi/bundle/org.eclipse.xtext.common.types/2.25.0.v20210301-0909/org.eclipse.xtext.common.types-2.25.0.v20210301-0909.jar!/' instead.
Apr 01, 2021 7:46:08 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtext.util at 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/xtext/org.eclipse.xtext.util/2.25.0/org.eclipse.xtext.util-2.25.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/p2/osgi/bundle/org.eclipse.xtext.util/2.25.0.v20210301-0843/org.eclipse.xtext.util-2.25.0.v20210301-0843.jar!/' instead.
Apr 01, 2021 7:46:08 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtext.xbase.lib at 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/xtext/org.eclipse.xtext.xbase.lib/2.25.0/org.eclipse.xtext.xbase.lib-2.25.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase.lib/2.25.0.v20210301-0821/org.eclipse.xtext.xbase.lib-2.25.0.v20210301-0821.jar!/' instead.
Apr 01, 2021 7:46:08 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.mwe2.launch at 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/emf/org.eclipse.emf.mwe2.launch/2.12.1/org.eclipse.emf.mwe2.launch-2.12.1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/p2/osgi/bundle/org.eclipse.emf.mwe2.launch/2.12.1.v20210218-2134/org.eclipse.emf.mwe2.launch-2.12.1.v20210218-2134.jar!/' instead.
Apr 01, 2021 7:46:08 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtext.xbase at 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/xtext/org.eclipse.xtext.xbase/2.25.0/org.eclipse.xtext.xbase-2.25.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.25.0.v20210301-0909/org.eclipse.xtext.xbase-2.25.0.v20210301-0909.jar!/' instead.
Apr 01, 2021 7:46:08 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.objectweb.asm at 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/ow2/asm/asm/9.1/asm-9.1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/p2/osgi/bundle/org.objectweb.asm/9.1.0.v20210209-1849/org.objectweb.asm-9.1.0.v20210209-1849.jar!/' instead.
Apr 01, 2021 7:46:08 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtend.lib at 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/xtend/org.eclipse.xtend.lib/2.25.0/org.eclipse.xtend.lib-2.25.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/p2/osgi/bundle/org.eclipse.xtend.lib/2.25.0.v20210301-0821/org.eclipse.xtend.lib-2.25.0.v20210301-0821.jar!/' instead.
Apr 01, 2021 7:46:08 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtend.lib.macro at 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/xtend/org.eclipse.xtend.lib.macro/2.25.0/org.eclipse.xtend.lib.macro-2.25.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/p2/osgi/bundle/org.eclipse.xtend.lib.macro/2.25.0.v20210301-0821/org.eclipse.xtend.lib.macro-2.25.0.v20210301-0821.jar!/' instead.
Apr 01, 2021 7:46:08 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtext.xtext.generator at 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/xtext/org.eclipse.xtext.xtext.generator/2.25.0/org.eclipse.xtext.xtext.generator-2.25.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/p2/osgi/bundle/org.eclipse.xtext.xtext.generator/2.25.0.v20210301-0843/org.eclipse.xtext.xtext.generator-2.25.0.v20210301-0843.jar!/' instead.
Apr 01, 2021 7:46:08 AM org.eclipse.emf.mwe.utils.StandaloneSetup addProjectMapping
INFO: Registering project org.eclipse.xsemantics.dsl at 'file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/'
Apr 01, 2021 7:46:08 AM org.eclipse.emf.mwe.utils.StandaloneSetup addProjectMapping
INFO: Registering project org.eclipse.xsemantics.dsl.tests at 'file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/tests/org.eclipse.xsemantics.dsl.tests/'
Apr 01, 2021 7:46:08 AM org.eclipse.emf.mwe.utils.StandaloneSetup addProjectMapping
INFO: Registering project org.eclipse.xsemantics.dsl.ide at 'file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl.ide/'
Apr 01, 2021 7:46:08 AM org.eclipse.emf.mwe.utils.StandaloneSetup addProjectMapping
INFO: Registering project org.eclipse.xsemantics.dsl.ui at 'file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl.ui/'
Apr 01, 2021 7:46:08 AM org.eclipse.emf.mwe.utils.StandaloneSetup addProjectMapping
INFO: Registering project org.eclipse.xsemantics.dsl.ui.tests at 'file:/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/tests/org.eclipse.xsemantics.dsl.ui.tests/'
Apr 01, 2021 7:46:08 AM org.eclipse.emf.mwe.utils.StandaloneSetup setResourceSet
INFO: Using resourceSet registry. The registered Packages will not be registered in the global EPackage.Registry.INSTANCE!
Apr 01, 2021 7:46:08 AM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel
INFO: Registered GenModel 'http://www.eclipse.org/Xtext/Xbase/XAnnotations' from 'platform:/resource/org.eclipse.xtext.xbase/model/Xbase.genmodel'
Apr 01, 2021 7:46:08 AM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel
INFO: Registered GenModel 'http://www.eclipse.org/xtext/xbase/Xtype' from 'platform:/resource/org.eclipse.xtext.xbase/model/Xbase.genmodel'
Apr 01, 2021 7:46:08 AM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel
INFO: Registered GenModel 'http://www.eclipse.org/xtext/xbase/Xbase' from 'platform:/resource/org.eclipse.xtext.xbase/model/Xbase.genmodel'
Apr 01, 2021 7:46:08 AM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel
INFO: Registered GenModel 'http://www.eclipse.org/xtext/common/JavaVMTypes' from 'platform:/resource/org.eclipse.xtext.common.types/model/JavaVMTypes.genmodel'
Apr 01, 2021 7:46:08 AM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel
INFO: Registered GenModel 'http://www.eclipse.org/xsemantics/dsl/Xsemantics' from 'platform:/resource/org.eclipse.xsemantics.dsl/model/custom/Xsemantics.genmodel'
Apr 01, 2021 7:46:08 AM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel
INFO: Registered GenModel 'http://www.eclipse.org/emf/2002/Ecore' from 'platform:/resource/org.eclipse.emf.ecore/model/Ecore.genmodel'
957  [org.eclipse.emf.mwe2.launch.runtime.Mwe2Launcher.main()] INFO  text.xtext.generator.XtextGenerator  - Generating org.eclipse.xsemantics.dsl.Xsemantics
11459 [org.eclipse.emf.mwe2.launch.runtime.Mwe2Launcher.main()] INFO  text.xtext.generator.XtextGenerator  - Generating common infrastructure
11469 [org.eclipse.emf.mwe2.launch.runtime.Mwe2Launcher.main()] INFO  .emf.mwe2.runtime.workflow.Workflow  - Done.
[INFO] 
[INFO] --- xtend-maven-plugin:2.25.0:compile (default) @ org.eclipse.xsemantics.dsl ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xsemantics.dsl ---
[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.dsl/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.xsemantics.dsl ---
[INFO] Compiling 106 source files to /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.25.0:xtend-install-debug-info (default) @ org.eclipse.xsemantics.dsl ---
[WARNING] Directory /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 31 class files as primary debug sources in: /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.25.0:testCompile (default) @ org.eclipse.xsemantics.dsl ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/.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.dsl/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xsemantics.dsl ---
[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.dsl/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.25.0:xtend-test-install-debug-info (default) @ org.eclipse.xsemantics.dsl ---
[WARNING] Directory /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/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.dsl/target/test-classes
[INFO] 
[INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.xsemantics.dsl ---
[INFO] Building jar: /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/org.eclipse.xsemantics.dsl-1.20.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.xsemantics.dsl ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.xsemantics.dsl ---
[INFO] Building jar: /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/org.eclipse.xsemantics.dsl-1.20.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xsemantics.dsl ---
[INFO] 
[INFO] --- tycho-source-plugin:2.2.0:feature-source (feature-source) @ org.eclipse.xsemantics.dsl ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.xsemantics.dsl ---
[INFO] 
[INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ org.eclipse.xsemantics.dsl ---
[INFO] No previous run data found, generating javadoc.
[INFO] 
Loading source files for package org.eclipse.xsemantics.dsl...
Loading source files for package org.eclipse.xsemantics.dsl.formatting...
Loading source files for package org.eclipse.xsemantics.dsl.generator...
Loading source files for package org.eclipse.xsemantics.dsl.typing...
Loading source files for package org.eclipse.xsemantics.dsl.util...
Loading source files for package org.eclipse.xsemantics.dsl.validation...
Loading source files for package org.eclipse.xsemantics.dsl.services...
Loading source files for package org.eclipse.xsemantics.dsl.serializer...
Loading source files for package org.eclipse.xsemantics.dsl.parser.antlr.internal...
Loading source files for package org.eclipse.xsemantics.dsl.parser.antlr...
Loading source files for package org.eclipse.xsemantics.dsl.scoping...
Loading source files for package org.eclipse.xsemantics.dsl.jvmmodel...
Loading source files for package org.eclipse.xsemantics.dsl.typing.validation...
Loading source files for package org.eclipse.xsemantics.dsl.xsemantics...
Loading source files for package org.eclipse.xsemantics.dsl.xsemantics.impl...
Loading source files for package org.eclipse.xsemantics.dsl.xsemantics.util...
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.dsl/target/apidocs/org/eclipse/xsemantics/dsl/AbstractXsemanticsRuntimeModule.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/XsemanticsConstants.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/XsemanticsRuntimeModule.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/XsemanticsStandaloneSetup.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/XsemanticsStandaloneSetupGenerated.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/formatting/XsemanticsFormatter.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/generator/UniqueNames.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/generator/XsemanticsErrorSpecificationGenerator.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/generator/XsemanticsGeneratorExtensions.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/generator/XsemanticsOutputConfigurationProvider.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/generator/XsemanticsXbaseCompiler.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/jvmmodel/XsemanticsJvmModelInferrer.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/parser/antlr/XsemanticsAntlrTokenFileProvider.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/parser/antlr/XsemanticsParser.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/parser/antlr/internal/InternalXsemanticsLexer.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/parser/antlr/internal/InternalXsemanticsParser.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/scoping/AbstractXsemanticsScopeProvider.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/scoping/XsemanticsScopeProvider.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/serializer/XsemanticsSyntacticSequencer.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/services/XsemanticsGrammarAccess.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/services/XsemanticsGrammarAccess.AbstractFieldDefinitionElements.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/services/XsemanticsGrammarAccess.AuxiliaryDescriptionElements.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/services/XsemanticsGrammarAccess.AuxiliaryFunctionElements.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/services/XsemanticsGrammarAccess.AxiomElements.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/services/XsemanticsGrammarAccess.CachedClauseForAuxiliaryElements.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/services/XsemanticsGrammarAccess.CachedClauseForJudgmentElements.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/services/XsemanticsGrammarAccess.CheckRuleElements.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/services/XsemanticsGrammarAccess.CommaElements.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/services/XsemanticsGrammarAccess.EntryPointsOptionElements.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/services/XsemanticsGrammarAccess.EnvironmentCompositionElements.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/services/XsemanticsGrammarAccess.EnvironmentElements.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/services/XsemanticsGrammarAccess.EnvironmentMappingElements.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/services/XsemanticsGrammarAccess.EnvironmentMapsToElements.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/services/XsemanticsGrammarAccess.EnvironmentSpecificationElements.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/services/XsemanticsGrammarAccess.ErrorSpecificationElements.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/services/XsemanticsGrammarAccess.ExpressionInConclusionElements.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/services/XsemanticsGrammarAccess.JudgmentDescriptionElements.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/services/XsemanticsGrammarAccess.JudgmentParameterElements.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/services/XsemanticsGrammarAccess.JudgmentSymbolElements.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/services/XsemanticsGrammarAccess.PremiseExpressionElements.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/services/XsemanticsGrammarAccess.RelationSymbolElements.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/services/XsemanticsGrammarAccess.RuleConclusionElementElements.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/services/XsemanticsGrammarAccess.RuleConclusionElements.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/services/XsemanticsGrammarAccess.RuleElements.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/services/XsemanticsGrammarAccess.RuleInvocationElements.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/services/XsemanticsGrammarAccess.RuleInvocationExpressionElements.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/services/XsemanticsGrammarAccess.RuleParameterElements.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/services/XsemanticsGrammarAccess.RuleWithPremisesElements.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/services/XsemanticsGrammarAccess.TerminalEnvironmentMappingElements.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/services/XsemanticsGrammarAccess.TerminalEnvironmentSpecificationElements.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/services/XsemanticsGrammarAccess.TerminalPremiseExpressionElements.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/services/XsemanticsGrammarAccess.XExpressionOrVarDeclarationElements.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/services/XsemanticsGrammarAccess.XsemanticsFileElements.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/services/XsemanticsGrammarAccess.XsemanticsSystemElements.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/services/XsemanticsProposalsForDatatypeRules.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/typing/TupleType.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/typing/XsemanticsTypeComputer.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/typing/XsemanticsTypeSystem.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/typing/XsemanticsTypeSystemGen.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/typing/validation/XsemanticsTypeSystemGenValidator.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/util/XsemanticsDslCache.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/util/XsemanticsNodeModelUtils.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/util/XsemanticsUtils.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/validation/AbstractXsemanticsValidator.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/validation/XsemanticsValidator.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/validation/XsemanticsXExpressionHelper.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/AbstractFieldDefinition.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/AuxiliaryDescription.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/AuxiliaryFunction.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/Axiom.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/Cachable.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/CachedClause.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/CheckRule.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/Description.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/EmptyEnvironment.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/EntryPointsOption.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/Environment.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/EnvironmentComposition.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/EnvironmentMapping.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/ErrorSpecification.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/ExpressionInConclusion.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/Fail.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/FieldDefinition.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/Injected.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/InputParameter.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/JudgmentDescription.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/JudgmentParameter.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/Named.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/OrExpression.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/OutputParameter.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/Overrider.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/ReferToJudgment.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/Rule.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/RuleConclusion.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/RuleConclusionElement.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/RuleInvocation.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/RuleParameter.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/RuleWithPremises.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/UniqueByName.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/XsemanticsFactory.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/XsemanticsFile.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/XsemanticsPackage.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/XsemanticsPackage.Literals.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/XsemanticsSystem.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/impl/AbstractFieldDefinitionImpl.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/impl/AuxiliaryDescriptionImpl.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/impl/AuxiliaryFunctionImpl.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/impl/AxiomImpl.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/impl/CachableImpl.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/impl/CachedClauseImpl.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/impl/CheckRuleImpl.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/impl/DescriptionImpl.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/impl/EmptyEnvironmentImpl.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/impl/EnvironmentCompositionImpl.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/impl/EnvironmentImpl.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/impl/EnvironmentMappingImpl.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/impl/ErrorSpecificationImpl.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/impl/ExpressionInConclusionImpl.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/impl/FailImpl.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/impl/FieldDefinitionImpl.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/impl/InjectedImpl.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/impl/InputParameterImpl.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/impl/JudgmentDescriptionImpl.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/impl/JudgmentParameterImpl.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/impl/OrExpressionImpl.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/impl/OutputParameterImpl.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/impl/OverriderImpl.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/impl/ReferToJudgmentImpl.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/impl/RuleConclusionElementImpl.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/impl/RuleConclusionImpl.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/impl/RuleImpl.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/impl/RuleInvocationImpl.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/impl/RuleParameterImpl.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/impl/RuleWithPremisesImpl.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsFactoryImpl.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsFileImpl.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsSystemImpl.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/util/XsemanticsAdapterFactory.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/util/XsemanticsSwitch.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/package-summary.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/package-tree.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/formatting/package-summary.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/formatting/package-tree.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/generator/package-summary.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/generator/package-tree.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/jvmmodel/package-summary.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/jvmmodel/package-tree.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/parser/antlr/package-summary.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/parser/antlr/package-tree.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/parser/antlr/internal/package-summary.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/parser/antlr/internal/package-tree.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/scoping/package-summary.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/scoping/package-tree.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/serializer/package-summary.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/serializer/package-tree.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/services/package-summary.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/services/package-tree.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/typing/package-summary.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/typing/package-tree.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/typing/validation/package-summary.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/typing/validation/package-tree.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/util/package-summary.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/util/package-tree.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/validation/package-summary.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/validation/package-tree.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/package-summary.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/package-tree.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/impl/package-summary.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/impl/package-tree.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/util/package-summary.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/util/package-tree.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/constant-values.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/serialized-form.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/class-use/XsemanticsConstants.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/class-use/XsemanticsStandaloneSetupGenerated.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/class-use/AbstractXsemanticsRuntimeModule.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/class-use/XsemanticsRuntimeModule.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/class-use/XsemanticsStandaloneSetup.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/formatting/class-use/XsemanticsFormatter.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/generator/class-use/UniqueNames.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/generator/class-use/XsemanticsOutputConfigurationProvider.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/generator/class-use/XsemanticsErrorSpecificationGenerator.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/generator/class-use/XsemanticsGeneratorExtensions.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/generator/class-use/XsemanticsXbaseCompiler.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/typing/class-use/TupleType.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/typing/class-use/XsemanticsTypeSystem.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/typing/class-use/XsemanticsTypeComputer.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/typing/class-use/XsemanticsTypeSystemGen.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/util/class-use/XsemanticsNodeModelUtils.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/util/class-use/XsemanticsUtils.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/util/class-use/XsemanticsDslCache.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/validation/class-use/XsemanticsXExpressionHelper.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/validation/class-use/AbstractXsemanticsValidator.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/validation/class-use/XsemanticsValidator.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/services/class-use/XsemanticsGrammarAccess.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/services/class-use/XsemanticsGrammarAccess.EntryPointsOptionElements.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/services/class-use/XsemanticsGrammarAccess.ExpressionInConclusionElements.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/services/class-use/XsemanticsGrammarAccess.RuleParameterElements.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/services/class-use/XsemanticsGrammarAccess.RuleConclusionElementElements.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/services/class-use/XsemanticsGrammarAccess.RelationSymbolElements.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/services/class-use/XsemanticsGrammarAccess.JudgmentSymbolElements.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/services/class-use/XsemanticsGrammarAccess.ErrorSpecificationElements.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/services/class-use/XsemanticsGrammarAccess.EnvironmentMapsToElements.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/services/class-use/XsemanticsGrammarAccess.EnvironmentCompositionElements.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/services/class-use/XsemanticsGrammarAccess.CommaElements.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/services/class-use/XsemanticsGrammarAccess.EnvironmentElements.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/services/class-use/XsemanticsGrammarAccess.TerminalEnvironmentMappingElements.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/services/class-use/XsemanticsGrammarAccess.EnvironmentMappingElements.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/services/class-use/XsemanticsGrammarAccess.TerminalEnvironmentSpecificationElements.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/services/class-use/XsemanticsGrammarAccess.EnvironmentSpecificationElements.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/services/class-use/XsemanticsGrammarAccess.RuleInvocationExpressionElements.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/services/class-use/XsemanticsGrammarAccess.RuleInvocationElements.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/services/class-use/XsemanticsGrammarAccess.TerminalPremiseExpressionElements.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/services/class-use/XsemanticsGrammarAccess.PremiseExpressionElements.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/services/class-use/XsemanticsGrammarAccess.XExpressionOrVarDeclarationElements.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/services/class-use/XsemanticsGrammarAccess.RuleConclusionElements.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/services/class-use/XsemanticsGrammarAccess.CheckRuleElements.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/services/class-use/XsemanticsGrammarAccess.RuleWithPremisesElements.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/services/class-use/XsemanticsGrammarAccess.AxiomElements.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/services/class-use/XsemanticsGrammarAccess.RuleElements.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/services/class-use/XsemanticsGrammarAccess.AuxiliaryFunctionElements.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/services/class-use/XsemanticsGrammarAccess.JudgmentParameterElements.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/services/class-use/XsemanticsGrammarAccess.CachedClauseForAuxiliaryElements.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/services/class-use/XsemanticsGrammarAccess.CachedClauseForJudgmentElements.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/services/class-use/XsemanticsGrammarAccess.JudgmentDescriptionElements.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/services/class-use/XsemanticsGrammarAccess.AuxiliaryDescriptionElements.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/services/class-use/XsemanticsGrammarAccess.AbstractFieldDefinitionElements.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/services/class-use/XsemanticsGrammarAccess.XsemanticsSystemElements.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/services/class-use/XsemanticsGrammarAccess.XsemanticsFileElements.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/services/class-use/XsemanticsProposalsForDatatypeRules.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/serializer/class-use/XsemanticsSemanticSequencer.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/serializer/class-use/XsemanticsSyntacticSequencer.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/parser/antlr/internal/class-use/InternalXsemanticsParser.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/parser/antlr/internal/class-use/InternalXsemanticsLexer.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/parser/antlr/class-use/XsemanticsParser.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/parser/antlr/class-use/XsemanticsAntlrTokenFileProvider.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/scoping/class-use/AbstractXsemanticsScopeProvider.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/scoping/class-use/XsemanticsScopeProvider.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/jvmmodel/class-use/XsemanticsJvmModelInferrer.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/typing/validation/class-use/XsemanticsTypeSystemGenValidator.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/class-use/XsemanticsPackage.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/class-use/XsemanticsPackage.Literals.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/class-use/XsemanticsFactory.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/class-use/XsemanticsFile.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/class-use/XsemanticsSystem.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/class-use/Injected.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/class-use/AuxiliaryDescription.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/class-use/JudgmentDescription.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/class-use/JudgmentParameter.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/class-use/AuxiliaryFunction.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/class-use/Rule.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/class-use/Axiom.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/class-use/RuleWithPremises.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/class-use/CheckRule.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/class-use/RuleConclusion.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/class-use/RuleInvocation.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/class-use/Environment.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/class-use/RuleConclusionElement.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/class-use/RuleParameter.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/class-use/ExpressionInConclusion.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/class-use/OutputParameter.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/class-use/InputParameter.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/class-use/OrExpression.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/class-use/Fail.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/class-use/EnvironmentComposition.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/class-use/EnvironmentMapping.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/class-use/EmptyEnvironment.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/class-use/ErrorSpecification.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/class-use/UniqueByName.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/class-use/Overrider.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/class-use/ReferToJudgment.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/class-use/Named.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/class-use/CachedClause.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/class-use/Cachable.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/class-use/Description.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/class-use/AbstractFieldDefinition.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/class-use/FieldDefinition.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/class-use/EntryPointsOption.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/impl/class-use/XsemanticsPackageImpl.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/impl/class-use/XsemanticsFactoryImpl.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/impl/class-use/XsemanticsFileImpl.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/impl/class-use/XsemanticsSystemImpl.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/impl/class-use/InjectedImpl.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/impl/class-use/AuxiliaryDescriptionImpl.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/impl/class-use/JudgmentDescriptionImpl.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/impl/class-use/JudgmentParameterImpl.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/impl/class-use/AuxiliaryFunctionImpl.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/impl/class-use/RuleImpl.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/impl/class-use/AxiomImpl.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/impl/class-use/RuleWithPremisesImpl.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/impl/class-use/CheckRuleImpl.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/impl/class-use/RuleConclusionImpl.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/impl/class-use/RuleInvocationImpl.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/impl/class-use/EnvironmentImpl.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/impl/class-use/RuleConclusionElementImpl.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/impl/class-use/RuleParameterImpl.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/impl/class-use/ExpressionInConclusionImpl.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/impl/class-use/OutputParameterImpl.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/impl/class-use/InputParameterImpl.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/impl/class-use/OrExpressionImpl.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/impl/class-use/FailImpl.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/impl/class-use/EnvironmentCompositionImpl.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/impl/class-use/EnvironmentMappingImpl.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/impl/class-use/EmptyEnvironmentImpl.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/impl/class-use/ErrorSpecificationImpl.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/impl/class-use/OverriderImpl.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/impl/class-use/ReferToJudgmentImpl.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/impl/class-use/CachedClauseImpl.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/impl/class-use/CachableImpl.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/impl/class-use/DescriptionImpl.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/impl/class-use/AbstractFieldDefinitionImpl.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/impl/class-use/FieldDefinitionImpl.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/util/class-use/XsemanticsSwitch.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/util/class-use/XsemanticsAdapterFactory.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/package-use.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/formatting/package-use.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/generator/package-use.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/jvmmodel/package-use.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/parser/antlr/package-use.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/parser/antlr/internal/package-use.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/scoping/package-use.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/serializer/package-use.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/services/package-use.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/typing/package-use.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/typing/validation/package-use.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/util/package-use.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/validation/package-use.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/package-use.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/impl/package-use.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/org/eclipse/xsemantics/dsl/xsemantics/util/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/overview-tree.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/index-all.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/allclasses-index.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/allpackages-index.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/index.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/overview-summary.html...
Generating /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs/help-doc.html...
100 errors
100 warnings
[ERROR] MavenReportException: Error while generating Javadoc: 
Exit code: 1 - /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src/org/eclipse/xsemantics/dsl/formatting/XsemanticsFormatter.java:26: error: reference not found
 * Also see {@link org.eclipse.xtext.xtext.XtextFormattingTokenSerializer} as an example
                   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/XsemanticsPackage.java:25: error: unknown tag: model
 * @model kind="package"
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/XsemanticsPackage.java:26: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/XsemanticsPackage.java:2718: error: unknown tag: generated
	 * @generated
	   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/XsemanticsFactory.java:13: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/XsemanticsFile.java:23: error: unknown tag: model
 * @model
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/XsemanticsFile.java:24: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/XsemanticsSystem.java:36: error: unknown tag: model
 * @model
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/XsemanticsSystem.java:37: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/Injected.java:13: error: unknown tag: model
 * @model
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/Injected.java:14: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/AuxiliaryDescription.java:25: error: unknown tag: model
 * @model
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/AuxiliaryDescription.java:26: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/JudgmentDescription.java:23: error: unknown tag: model
 * @model
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/JudgmentDescription.java:24: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/JudgmentParameter.java:14: error: unknown tag: model
 * @model
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/JudgmentParameter.java:15: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/AuxiliaryFunction.java:27: error: unknown tag: model
 * @model
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/AuxiliaryFunction.java:28: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/Rule.java:23: error: unknown tag: model
 * @model
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/Rule.java:24: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/Axiom.java:13: error: unknown tag: model
 * @model
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/Axiom.java:14: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/RuleWithPremises.java:20: error: unknown tag: model
 * @model
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/RuleWithPremises.java:21: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/CheckRule.java:22: error: unknown tag: model
 * @model
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/CheckRule.java:23: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/RuleConclusion.java:28: error: unknown tag: model
 * @model
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/RuleConclusion.java:29: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/RuleInvocation.java:25: error: unknown tag: model
 * @model
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/RuleInvocation.java:26: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/Environment.java:20: error: unknown tag: model
 * @model
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/Environment.java:21: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/RuleConclusionElement.java:14: error: unknown tag: model
 * @model
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/RuleConclusionElement.java:15: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/RuleParameter.java:20: error: unknown tag: model
 * @model
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/RuleParameter.java:21: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/ExpressionInConclusion.java:20: error: unknown tag: model
 * @model
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/ExpressionInConclusion.java:21: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/OutputParameter.java:20: error: unknown tag: model
 * @model
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/OutputParameter.java:21: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/InputParameter.java:20: error: unknown tag: model
 * @model
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/InputParameter.java:21: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/OrExpression.java:22: error: unknown tag: model
 * @model
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/OrExpression.java:23: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/Fail.java:20: error: unknown tag: model
 * @model
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/Fail.java:21: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/EnvironmentComposition.java:21: error: unknown tag: model
 * @model
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/EnvironmentComposition.java:22: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/EnvironmentMapping.java:21: error: unknown tag: model
 * @model
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/EnvironmentMapping.java:22: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/EmptyEnvironment.java:14: error: unknown tag: model
 * @model
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/EmptyEnvironment.java:15: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/ErrorSpecification.java:23: error: unknown tag: model
 * @model
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/ErrorSpecification.java:24: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/UniqueByName.java:13: error: unknown tag: model
 * @model interface="true" abstract="true"
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/UniqueByName.java:14: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/Overrider.java:19: error: unknown tag: model
 * @model
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/Overrider.java:20: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/ReferToJudgment.java:22: error: unknown tag: model
 * @model
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/ReferToJudgment.java:23: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/Named.java:14: error: unknown tag: model
 * @model interface="true" abstract="true"
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/Named.java:15: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/CachedClause.java:23: error: unknown tag: model
 * @model
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/CachedClause.java:24: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/Cachable.java:19: error: unknown tag: model
 * @model
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/Cachable.java:20: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/Description.java:20: error: unknown tag: model
 * @model
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/Description.java:21: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/AbstractFieldDefinition.java:22: error: unknown tag: model
 * @model
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/AbstractFieldDefinition.java:23: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/FieldDefinition.java:26: error: unknown tag: model
 * @model
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/FieldDefinition.java:27: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/EntryPointsOption.java:17: error: unknown tag: model
 * @model
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/EntryPointsOption.java:18: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:64: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsFactoryImpl.java:20: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsFileImpl.java:32: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsSystemImpl.java:55: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/InjectedImpl.java:15: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/AbstractFieldDefinitionImpl.java:32: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/AuxiliaryDescriptionImpl.java:39: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/DescriptionImpl.java:32: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/OverriderImpl.java:26: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/JudgmentDescriptionImpl.java:39: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/JudgmentParameterImpl.java:17: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/AuxiliaryFunctionImpl.java:43: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/RuleImpl.java:42: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/AxiomImpl.java:15: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/RuleWithPremisesImpl.java:29: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/CheckRuleImpl.java:32: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/RuleConclusionImpl.java:44: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/RuleInvocationImpl.java:45: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/EnvironmentImpl.java:26: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/RuleConclusionElementImpl.java:17: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/RuleParameterImpl.java:29: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/ExpressionInConclusionImpl.java:29: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/OutputParameterImpl.java:29: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/InputParameterImpl.java:29: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/OrExpressionImpl.java:35: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/xtend-gen/org/eclipse/xsemantics/dsl/generator/XsemanticsXbaseCompiler.java:316: warning: no description for @param
   * @param expression
     ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/xtend-gen/org/eclipse/xsemantics/dsl/generator/XsemanticsXbaseCompiler.java:317: warning: no description for @param
   * @param b
     ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/xtend-gen/org/eclipse/xsemantics/dsl/generator/XsemanticsXbaseCompiler.java:318: warning: no description for @param
   * @param hasToBeReferenced
     ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/xtend-gen/org/eclipse/xsemantics/dsl/generator/XsemanticsXbaseCompiler.java:320: warning: no @param for toBeReferenced
  public void compileBooleanXExpression(final XExpression expression, final ITreeAppendable b, final boolean toBeReferenced) {
              ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/xtend-gen/org/eclipse/xsemantics/dsl/generator/XsemanticsXbaseCompiler.java:711: warning: no description for @param
   * @param b
     ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/xtend-gen/org/eclipse/xsemantics/dsl/generator/XsemanticsXbaseCompiler.java:712: warning: no description for @param
   * @param expression
     ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/xtend-gen/org/eclipse/xsemantics/dsl/generator/XsemanticsXbaseCompiler.java:713: warning: no description for @return
   * @return
     ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/xtend-gen/org/eclipse/xsemantics/dsl/jvmmodel/XsemanticsJvmModelInferrer.java:135: warning: no @param for ts
  protected void _infer(final XsemanticsSystem ts, final IJvmDeclaredTypeAcceptor acceptor, final boolean isPreIndexingPhase) {
                 ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/xtend-gen/org/eclipse/xsemantics/dsl/jvmmodel/XsemanticsJvmModelInferrer.java:624: warning: no description for @param
   * @param judgmentDescription
     ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/xtend-gen/org/eclipse/xsemantics/dsl/jvmmodel/XsemanticsJvmModelInferrer.java:632: warning: no @return
  public ArrayList<JvmOperation> toEntryMethodsTriple(final JudgmentDescription judgmentDescription, final String name, final JvmTypeReference resultType, final Procedure1<? super JvmOperation> mainBodyCreator) {
                                 ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/xtend-gen/org/eclipse/xsemantics/dsl/jvmmodel/XsemanticsJvmModelInferrer.java:695: warning: no description for @param
   * @param judgmentDescription
     ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/xtend-gen/org/eclipse/xsemantics/dsl/jvmmodel/XsemanticsJvmModelInferrer.java:701: warning: no @return
  protected JvmOperation toEntryMethodCommon(final JudgmentDescription judgmentDescription, final String name, final JvmTypeReference resultType, final Procedure1<? super JvmOperation> beforeInputParams, final Procedure1<? super JvmOperation> bodyCreator) {
                         ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:533: warning: no @param for context
	protected void sequence_AbstractFieldDefinition(ISerializationContext context, FieldDefinition semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:533: warning: no @param for semanticObject
	protected void sequence_AbstractFieldDefinition(ISerializationContext context, FieldDefinition semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:545: warning: no @param for context
	protected void sequence_AbstractFieldDefinition(ISerializationContext context, Injected semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:545: warning: no @param for semanticObject
	protected void sequence_AbstractFieldDefinition(ISerializationContext context, Injected semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:564: warning: no @param for context
	protected void sequence_AuxiliaryDescription(ISerializationContext context, AuxiliaryDescription semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:564: warning: no @param for semanticObject
	protected void sequence_AuxiliaryDescription(ISerializationContext context, AuxiliaryDescription semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:576: warning: no @param for context
	protected void sequence_AuxiliaryFunction(ISerializationContext context, AuxiliaryFunction semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:576: warning: no @param for semanticObject
	protected void sequence_AuxiliaryFunction(ISerializationContext context, AuxiliaryFunction semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:589: warning: no @param for context
	protected void sequence_Axiom(ISerializationContext context, Axiom semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:589: warning: no @param for semanticObject
	protected void sequence_Axiom(ISerializationContext context, Axiom semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:601: warning: no @param for context
	protected void sequence_CachedClauseForAuxiliary(ISerializationContext context, CachedClause semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:601: warning: no @param for semanticObject
	protected void sequence_CachedClauseForAuxiliary(ISerializationContext context, CachedClause semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:613: warning: no @param for context
	protected void sequence_CachedClauseForJudgment(ISerializationContext context, CachedClause semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:613: warning: no @param for semanticObject
	protected void sequence_CachedClauseForJudgment(ISerializationContext context, CachedClause semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:625: warning: no @param for context
	protected void sequence_CheckRule(ISerializationContext context, CheckRule semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:625: warning: no @param for semanticObject
	protected void sequence_CheckRule(ISerializationContext context, CheckRule semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:640: warning: no @param for context
	protected void sequence_EnvironmentMapping(ISerializationContext context, EnvironmentMapping semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:640: warning: no @param for semanticObject
	protected void sequence_EnvironmentMapping(ISerializationContext context, EnvironmentMapping semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:662: warning: no @param for context
	protected void sequence_EnvironmentSpecification(ISerializationContext context, EnvironmentComposition semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:662: warning: no @param for semanticObject
	protected void sequence_EnvironmentSpecification(ISerializationContext context, EnvironmentComposition semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:683: warning: no @param for context
	protected void sequence_Environment(ISerializationContext context, Environment semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:683: warning: no @param for semanticObject
	protected void sequence_Environment(ISerializationContext context, Environment semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:701: warning: no @param for context
	protected void sequence_ErrorSpecification(ISerializationContext context, ErrorSpecification semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:701: warning: no @param for semanticObject
	protected void sequence_ErrorSpecification(ISerializationContext context, ErrorSpecification semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:714: warning: no @param for context
	protected void sequence_ExpressionInConclusion(ISerializationContext context, ExpressionInConclusion semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:714: warning: no @param for semanticObject
	protected void sequence_ExpressionInConclusion(ISerializationContext context, ExpressionInConclusion semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:740: warning: no @param for context
	protected void sequence_JudgmentDescription(ISerializationContext context, JudgmentDescription semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:740: warning: no @param for semanticObject
	protected void sequence_JudgmentDescription(ISerializationContext context, JudgmentDescription semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:752: warning: no @param for context
	protected void sequence_JudgmentParameter(ISerializationContext context, InputParameter semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:752: warning: no @param for semanticObject
	protected void sequence_JudgmentParameter(ISerializationContext context, InputParameter semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:770: warning: no @param for context
	protected void sequence_JudgmentParameter(ISerializationContext context, OutputParameter semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:770: warning: no @param for semanticObject
	protected void sequence_JudgmentParameter(ISerializationContext context, OutputParameter semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:790: warning: no @param for context
	protected void sequence_PremiseExpression(ISerializationContext context, OrExpression semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:790: warning: no @param for semanticObject
	protected void sequence_PremiseExpression(ISerializationContext context, OrExpression semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:808: warning: no @param for context
	protected void sequence_RuleConclusion(ISerializationContext context, RuleConclusion semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:808: warning: no @param for semanticObject
	protected void sequence_RuleConclusion(ISerializationContext context, RuleConclusion semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:829: warning: no @param for context
	protected void sequence_RuleInvocation(ISerializationContext context, RuleInvocation semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:829: warning: no @param for semanticObject
	protected void sequence_RuleInvocation(ISerializationContext context, RuleInvocation semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:842: warning: no @param for context
	protected void sequence_RuleParameter(ISerializationContext context, RuleParameter semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:842: warning: no @param for semanticObject
	protected void sequence_RuleParameter(ISerializationContext context, RuleParameter semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:861: warning: no @param for context
	protected void sequence_RuleWithPremises(ISerializationContext context, RuleWithPremises semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:861: warning: no @param for semanticObject
	protected void sequence_RuleWithPremises(ISerializationContext context, RuleWithPremises semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:878: warning: no @param for context
	protected void sequence_TerminalEnvironmentMapping(ISerializationContext context, EmptyEnvironment semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:878: warning: no @param for semanticObject
	protected void sequence_TerminalEnvironmentMapping(ISerializationContext context, EmptyEnvironment semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:893: warning: no @param for context
	protected void sequence_TerminalPremiseExpression(ISerializationContext context, Fail semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:893: warning: no @param for semanticObject
	protected void sequence_TerminalPremiseExpression(ISerializationContext context, Fail semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:905: warning: no @param for context
	protected void sequence_XsemanticsFile(ISerializationContext context, XsemanticsFile semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:905: warning: no @param for semanticObject
	protected void sequence_XsemanticsFile(ISerializationContext context, XsemanticsFile semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:929: warning: no @param for context
	protected void sequence_XsemanticsSystem(ISerializationContext context, XsemanticsSystem semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:929: warning: no @param for semanticObject
	protected void sequence_XsemanticsSystem(ISerializationContext context, XsemanticsSystem semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSyntacticSequencer.java:70: warning: no @param for semanticObject
	protected String getArrayBracketsToken(EObject semanticObject, RuleCall ruleCall, INode node) {
	                 ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSyntacticSequencer.java:70: warning: no @param for ruleCall
	protected String getArrayBracketsToken(EObject semanticObject, RuleCall ruleCall, INode node) {
	                 ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSyntacticSequencer.java:70: warning: no @param for node
	protected String getArrayBracketsToken(EObject semanticObject, RuleCall ruleCall, INode node) {
	                 ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSyntacticSequencer.java:70: warning: no @return
	protected String getArrayBracketsToken(EObject semanticObject, RuleCall ruleCall, INode node) {
	                 ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSyntacticSequencer.java:81: warning: no @param for semanticObject
	protected String getEnvironmentCompositionToken(EObject semanticObject, RuleCall ruleCall, INode node) {
	                 ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSyntacticSequencer.java:81: warning: no @param for ruleCall
	protected String getEnvironmentCompositionToken(EObject semanticObject, RuleCall ruleCall, INode node) {
	                 ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSyntacticSequencer.java:81: warning: no @param for node
	protected String getEnvironmentCompositionToken(EObject semanticObject, RuleCall ruleCall, INode node) {
	                 ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSyntacticSequencer.java:81: warning: no @return
	protected String getEnvironmentCompositionToken(EObject semanticObject, RuleCall ruleCall, INode node) {
	                 ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSyntacticSequencer.java:92: warning: no @param for semanticObject
	protected String getEnvironmentMapsToToken(EObject semanticObject, RuleCall ruleCall, INode node) {
	                 ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSyntacticSequencer.java:92: warning: no @param for ruleCall
	protected String getEnvironmentMapsToToken(EObject semanticObject, RuleCall ruleCall, INode node) {
	                 ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSyntacticSequencer.java:92: warning: no @param for node
	protected String getEnvironmentMapsToToken(EObject semanticObject, RuleCall ruleCall, INode node) {
	                 ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSyntacticSequencer.java:92: warning: no @return
	protected String getEnvironmentMapsToToken(EObject semanticObject, RuleCall ruleCall, INode node) {
	                 ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSyntacticSequencer.java:103: warning: no @param for semanticObject
	protected String getOpSingleAssignToken(EObject semanticObject, RuleCall ruleCall, INode node) {
	                 ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSyntacticSequencer.java:103: warning: no @param for ruleCall
	protected String getOpSingleAssignToken(EObject semanticObject, RuleCall ruleCall, INode node) {
	                 ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSyntacticSequencer.java:103: warning: no @param for node
	protected String getOpSingleAssignToken(EObject semanticObject, RuleCall ruleCall, INode node) {
	                 ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSyntacticSequencer.java:103: warning: no @return
	protected String getOpSingleAssignToken(EObject semanticObject, RuleCall ruleCall, INode node) {
	                 ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSyntacticSequencer.java:149: warning: no @param for semanticObject
	protected void emit_AbstractFieldDefinition_SemicolonKeyword_1_6_q(EObject semanticObject, ISynNavigable transition, List<INode> nodes) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSyntacticSequencer.java:149: warning: no @param for transition
	protected void emit_AbstractFieldDefinition_SemicolonKeyword_1_6_q(EObject semanticObject, ISynNavigable transition, List<INode> nodes) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSyntacticSequencer.java:149: warning: no @param for nodes
	protected void emit_AbstractFieldDefinition_SemicolonKeyword_1_6_q(EObject semanticObject, ISynNavigable transition, List<INode> nodes) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSyntacticSequencer.java:160: warning: no @param for semanticObject
	protected void emit_CachedClauseForAuxiliary___LeftCurlyBracketKeyword_2_0_RightCurlyBracketKeyword_2_2__q(EObject semanticObject, ISynNavigable transition, List<INode> nodes) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSyntacticSequencer.java:160: warning: no @param for transition
	protected void emit_CachedClauseForAuxiliary___LeftCurlyBracketKeyword_2_0_RightCurlyBracketKeyword_2_2__q(EObject semanticObject, ISynNavigable transition, List<INode> nodes) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSyntacticSequencer.java:160: warning: no @param for nodes
	protected void emit_CachedClauseForAuxiliary___LeftCurlyBracketKeyword_2_0_RightCurlyBracketKeyword_2_2__q(EObject semanticObject, ISynNavigable transition, List<INode> nodes) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSyntacticSequencer.java:171: warning: no @param for semanticObject
	protected void emit_CachedClauseForJudgment___LeftCurlyBracketKeyword_2_0_RightCurlyBracketKeyword_2_3__q(EObject semanticObject, ISynNavigable transition, List<INode> nodes) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSyntacticSequencer.java:171: warning: no @param for transition
	protected void emit_CachedClauseForJudgment___LeftCurlyBracketKeyword_2_0_RightCurlyBracketKeyword_2_3__q(EObject semanticObject, ISynNavigable transition, List<INode> nodes) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSyntacticSequencer.java:171: warning: no @param for nodes
	protected void emit_CachedClauseForJudgment___LeftCurlyBracketKeyword_2_0_RightCurlyBracketKeyword_2_3__q(EObject semanticObject, ISynNavigable transition, List<INode> nodes) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSyntacticSequencer.java:182: warning: no @param for semanticObject
	protected void emit_RuleWithPremises_DerivesKeyword_3_q(EObject semanticObject, ISynNavigable transition, List<INode> nodes) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSyntacticSequencer.java:182: warning: no @param for transition
	protected void emit_RuleWithPremises_DerivesKeyword_3_q(EObject semanticObject, ISynNavigable transition, List<INode> nodes) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSyntacticSequencer.java:182: warning: no @param for nodes
	protected void emit_RuleWithPremises_DerivesKeyword_3_q(EObject semanticObject, ISynNavigable transition, List<INode> nodes) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSyntacticSequencer.java:193: warning: no @param for semanticObject
	protected void emit_XAnnotation___LeftParenthesisKeyword_3_0_RightParenthesisKeyword_3_2__q(EObject semanticObject, ISynNavigable transition, List<INode> nodes) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSyntacticSequencer.java:193: warning: no @param for transition
	protected void emit_XAnnotation___LeftParenthesisKeyword_3_0_RightParenthesisKeyword_3_2__q(EObject semanticObject, ISynNavigable transition, List<INode> nodes) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSyntacticSequencer.java:193: warning: no @param for nodes
	protected void emit_XAnnotation___LeftParenthesisKeyword_3_0_RightParenthesisKeyword_3_2__q(EObject semanticObject, ISynNavigable transition, List<INode> nodes) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSyntacticSequencer.java:206: warning: no @param for semanticObject
	protected void emit_XBlockExpression_SemicolonKeyword_2_1_q(EObject semanticObject, ISynNavigable transition, List<INode> nodes) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSyntacticSequencer.java:206: warning: no @param for transition
	protected void emit_XBlockExpression_SemicolonKeyword_2_1_q(EObject semanticObject, ISynNavigable transition, List<INode> nodes) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSyntacticSequencer.java:206: warning: no @param for nodes
	protected void emit_XBlockExpression_SemicolonKeyword_2_1_q(EObject semanticObject, ISynNavigable transition, List<INode> nodes) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSyntacticSequencer.java:218: warning: no @param for semanticObject
	protected void emit_XExpressionInClosure_SemicolonKeyword_1_1_q(EObject semanticObject, ISynNavigable transition, List<INode> nodes) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSyntacticSequencer.java:218: warning: no @param for transition
	protected void emit_XExpressionInClosure_SemicolonKeyword_1_1_q(EObject semanticObject, ISynNavigable transition, List<INode> nodes) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSyntacticSequencer.java:218: warning: no @param for nodes
	protected void emit_XExpressionInClosure_SemicolonKeyword_1_1_q(EObject semanticObject, ISynNavigable transition, List<INode> nodes) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSyntacticSequencer.java:229: warning: no @param for semanticObject
	protected void emit_XFunctionTypeRef___LeftParenthesisKeyword_0_0_RightParenthesisKeyword_0_2__q(EObject semanticObject, ISynNavigable transition, List<INode> nodes) {
	               ^

Command line was: /opt/tools/java/openjdk/jdk-11/latest/bin/javadoc @options @packages

Refer to the generated Javadoc files in '/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs' dir.

org.apache.maven.reporting.MavenReportException: 
Exit code: 1 - /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src/org/eclipse/xsemantics/dsl/formatting/XsemanticsFormatter.java:26: error: reference not found
 * Also see {@link org.eclipse.xtext.xtext.XtextFormattingTokenSerializer} as an example
                   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/XsemanticsPackage.java:25: error: unknown tag: model
 * @model kind="package"
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/XsemanticsPackage.java:26: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/XsemanticsPackage.java:2718: error: unknown tag: generated
	 * @generated
	   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/XsemanticsFactory.java:13: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/XsemanticsFile.java:23: error: unknown tag: model
 * @model
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/XsemanticsFile.java:24: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/XsemanticsSystem.java:36: error: unknown tag: model
 * @model
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/XsemanticsSystem.java:37: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/Injected.java:13: error: unknown tag: model
 * @model
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/Injected.java:14: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/AuxiliaryDescription.java:25: error: unknown tag: model
 * @model
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/AuxiliaryDescription.java:26: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/JudgmentDescription.java:23: error: unknown tag: model
 * @model
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/JudgmentDescription.java:24: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/JudgmentParameter.java:14: error: unknown tag: model
 * @model
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/JudgmentParameter.java:15: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/AuxiliaryFunction.java:27: error: unknown tag: model
 * @model
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/AuxiliaryFunction.java:28: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/Rule.java:23: error: unknown tag: model
 * @model
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/Rule.java:24: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/Axiom.java:13: error: unknown tag: model
 * @model
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/Axiom.java:14: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/RuleWithPremises.java:20: error: unknown tag: model
 * @model
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/RuleWithPremises.java:21: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/CheckRule.java:22: error: unknown tag: model
 * @model
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/CheckRule.java:23: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/RuleConclusion.java:28: error: unknown tag: model
 * @model
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/RuleConclusion.java:29: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/RuleInvocation.java:25: error: unknown tag: model
 * @model
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/RuleInvocation.java:26: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/Environment.java:20: error: unknown tag: model
 * @model
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/Environment.java:21: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/RuleConclusionElement.java:14: error: unknown tag: model
 * @model
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/RuleConclusionElement.java:15: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/RuleParameter.java:20: error: unknown tag: model
 * @model
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/RuleParameter.java:21: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/ExpressionInConclusion.java:20: error: unknown tag: model
 * @model
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/ExpressionInConclusion.java:21: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/OutputParameter.java:20: error: unknown tag: model
 * @model
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/OutputParameter.java:21: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/InputParameter.java:20: error: unknown tag: model
 * @model
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/InputParameter.java:21: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/OrExpression.java:22: error: unknown tag: model
 * @model
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/OrExpression.java:23: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/Fail.java:20: error: unknown tag: model
 * @model
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/Fail.java:21: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/EnvironmentComposition.java:21: error: unknown tag: model
 * @model
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/EnvironmentComposition.java:22: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/EnvironmentMapping.java:21: error: unknown tag: model
 * @model
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/EnvironmentMapping.java:22: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/EmptyEnvironment.java:14: error: unknown tag: model
 * @model
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/EmptyEnvironment.java:15: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/ErrorSpecification.java:23: error: unknown tag: model
 * @model
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/ErrorSpecification.java:24: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/UniqueByName.java:13: error: unknown tag: model
 * @model interface="true" abstract="true"
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/UniqueByName.java:14: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/Overrider.java:19: error: unknown tag: model
 * @model
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/Overrider.java:20: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/ReferToJudgment.java:22: error: unknown tag: model
 * @model
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/ReferToJudgment.java:23: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/Named.java:14: error: unknown tag: model
 * @model interface="true" abstract="true"
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/Named.java:15: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/CachedClause.java:23: error: unknown tag: model
 * @model
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/CachedClause.java:24: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/Cachable.java:19: error: unknown tag: model
 * @model
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/Cachable.java:20: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/Description.java:20: error: unknown tag: model
 * @model
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/Description.java:21: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/AbstractFieldDefinition.java:22: error: unknown tag: model
 * @model
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/AbstractFieldDefinition.java:23: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/FieldDefinition.java:26: error: unknown tag: model
 * @model
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/FieldDefinition.java:27: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/EntryPointsOption.java:17: error: unknown tag: model
 * @model
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/EntryPointsOption.java:18: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:64: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsFactoryImpl.java:20: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsFileImpl.java:32: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsSystemImpl.java:55: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/InjectedImpl.java:15: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/AbstractFieldDefinitionImpl.java:32: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/AuxiliaryDescriptionImpl.java:39: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/DescriptionImpl.java:32: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/OverriderImpl.java:26: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/JudgmentDescriptionImpl.java:39: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/JudgmentParameterImpl.java:17: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/AuxiliaryFunctionImpl.java:43: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/RuleImpl.java:42: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/AxiomImpl.java:15: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/RuleWithPremisesImpl.java:29: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/CheckRuleImpl.java:32: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/RuleConclusionImpl.java:44: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/RuleInvocationImpl.java:45: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/EnvironmentImpl.java:26: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/RuleConclusionElementImpl.java:17: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/RuleParameterImpl.java:29: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/ExpressionInConclusionImpl.java:29: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/OutputParameterImpl.java:29: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/InputParameterImpl.java:29: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/OrExpressionImpl.java:35: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/xtend-gen/org/eclipse/xsemantics/dsl/generator/XsemanticsXbaseCompiler.java:316: warning: no description for @param
   * @param expression
     ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/xtend-gen/org/eclipse/xsemantics/dsl/generator/XsemanticsXbaseCompiler.java:317: warning: no description for @param
   * @param b
     ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/xtend-gen/org/eclipse/xsemantics/dsl/generator/XsemanticsXbaseCompiler.java:318: warning: no description for @param
   * @param hasToBeReferenced
     ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/xtend-gen/org/eclipse/xsemantics/dsl/generator/XsemanticsXbaseCompiler.java:320: warning: no @param for toBeReferenced
  public void compileBooleanXExpression(final XExpression expression, final ITreeAppendable b, final boolean toBeReferenced) {
              ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/xtend-gen/org/eclipse/xsemantics/dsl/generator/XsemanticsXbaseCompiler.java:711: warning: no description for @param
   * @param b
     ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/xtend-gen/org/eclipse/xsemantics/dsl/generator/XsemanticsXbaseCompiler.java:712: warning: no description for @param
   * @param expression
     ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/xtend-gen/org/eclipse/xsemantics/dsl/generator/XsemanticsXbaseCompiler.java:713: warning: no description for @return
   * @return
     ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/xtend-gen/org/eclipse/xsemantics/dsl/jvmmodel/XsemanticsJvmModelInferrer.java:135: warning: no @param for ts
  protected void _infer(final XsemanticsSystem ts, final IJvmDeclaredTypeAcceptor acceptor, final boolean isPreIndexingPhase) {
                 ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/xtend-gen/org/eclipse/xsemantics/dsl/jvmmodel/XsemanticsJvmModelInferrer.java:624: warning: no description for @param
   * @param judgmentDescription
     ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/xtend-gen/org/eclipse/xsemantics/dsl/jvmmodel/XsemanticsJvmModelInferrer.java:632: warning: no @return
  public ArrayList<JvmOperation> toEntryMethodsTriple(final JudgmentDescription judgmentDescription, final String name, final JvmTypeReference resultType, final Procedure1<? super JvmOperation> mainBodyCreator) {
                                 ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/xtend-gen/org/eclipse/xsemantics/dsl/jvmmodel/XsemanticsJvmModelInferrer.java:695: warning: no description for @param
   * @param judgmentDescription
     ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/xtend-gen/org/eclipse/xsemantics/dsl/jvmmodel/XsemanticsJvmModelInferrer.java:701: warning: no @return
  protected JvmOperation toEntryMethodCommon(final JudgmentDescription judgmentDescription, final String name, final JvmTypeReference resultType, final Procedure1<? super JvmOperation> beforeInputParams, final Procedure1<? super JvmOperation> bodyCreator) {
                         ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:533: warning: no @param for context
	protected void sequence_AbstractFieldDefinition(ISerializationContext context, FieldDefinition semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:533: warning: no @param for semanticObject
	protected void sequence_AbstractFieldDefinition(ISerializationContext context, FieldDefinition semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:545: warning: no @param for context
	protected void sequence_AbstractFieldDefinition(ISerializationContext context, Injected semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:545: warning: no @param for semanticObject
	protected void sequence_AbstractFieldDefinition(ISerializationContext context, Injected semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:564: warning: no @param for context
	protected void sequence_AuxiliaryDescription(ISerializationContext context, AuxiliaryDescription semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:564: warning: no @param for semanticObject
	protected void sequence_AuxiliaryDescription(ISerializationContext context, AuxiliaryDescription semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:576: warning: no @param for context
	protected void sequence_AuxiliaryFunction(ISerializationContext context, AuxiliaryFunction semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:576: warning: no @param for semanticObject
	protected void sequence_AuxiliaryFunction(ISerializationContext context, AuxiliaryFunction semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:589: warning: no @param for context
	protected void sequence_Axiom(ISerializationContext context, Axiom semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:589: warning: no @param for semanticObject
	protected void sequence_Axiom(ISerializationContext context, Axiom semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:601: warning: no @param for context
	protected void sequence_CachedClauseForAuxiliary(ISerializationContext context, CachedClause semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:601: warning: no @param for semanticObject
	protected void sequence_CachedClauseForAuxiliary(ISerializationContext context, CachedClause semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:613: warning: no @param for context
	protected void sequence_CachedClauseForJudgment(ISerializationContext context, CachedClause semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:613: warning: no @param for semanticObject
	protected void sequence_CachedClauseForJudgment(ISerializationContext context, CachedClause semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:625: warning: no @param for context
	protected void sequence_CheckRule(ISerializationContext context, CheckRule semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:625: warning: no @param for semanticObject
	protected void sequence_CheckRule(ISerializationContext context, CheckRule semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:640: warning: no @param for context
	protected void sequence_EnvironmentMapping(ISerializationContext context, EnvironmentMapping semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:640: warning: no @param for semanticObject
	protected void sequence_EnvironmentMapping(ISerializationContext context, EnvironmentMapping semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:662: warning: no @param for context
	protected void sequence_EnvironmentSpecification(ISerializationContext context, EnvironmentComposition semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:662: warning: no @param for semanticObject
	protected void sequence_EnvironmentSpecification(ISerializationContext context, EnvironmentComposition semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:683: warning: no @param for context
	protected void sequence_Environment(ISerializationContext context, Environment semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:683: warning: no @param for semanticObject
	protected void sequence_Environment(ISerializationContext context, Environment semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:701: warning: no @param for context
	protected void sequence_ErrorSpecification(ISerializationContext context, ErrorSpecification semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:701: warning: no @param for semanticObject
	protected void sequence_ErrorSpecification(ISerializationContext context, ErrorSpecification semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:714: warning: no @param for context
	protected void sequence_ExpressionInConclusion(ISerializationContext context, ExpressionInConclusion semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:714: warning: no @param for semanticObject
	protected void sequence_ExpressionInConclusion(ISerializationContext context, ExpressionInConclusion semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:740: warning: no @param for context
	protected void sequence_JudgmentDescription(ISerializationContext context, JudgmentDescription semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:740: warning: no @param for semanticObject
	protected void sequence_JudgmentDescription(ISerializationContext context, JudgmentDescription semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:752: warning: no @param for context
	protected void sequence_JudgmentParameter(ISerializationContext context, InputParameter semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:752: warning: no @param for semanticObject
	protected void sequence_JudgmentParameter(ISerializationContext context, InputParameter semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:770: warning: no @param for context
	protected void sequence_JudgmentParameter(ISerializationContext context, OutputParameter semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:770: warning: no @param for semanticObject
	protected void sequence_JudgmentParameter(ISerializationContext context, OutputParameter semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:790: warning: no @param for context
	protected void sequence_PremiseExpression(ISerializationContext context, OrExpression semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:790: warning: no @param for semanticObject
	protected void sequence_PremiseExpression(ISerializationContext context, OrExpression semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:808: warning: no @param for context
	protected void sequence_RuleConclusion(ISerializationContext context, RuleConclusion semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:808: warning: no @param for semanticObject
	protected void sequence_RuleConclusion(ISerializationContext context, RuleConclusion semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:829: warning: no @param for context
	protected void sequence_RuleInvocation(ISerializationContext context, RuleInvocation semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:829: warning: no @param for semanticObject
	protected void sequence_RuleInvocation(ISerializationContext context, RuleInvocation semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:842: warning: no @param for context
	protected void sequence_RuleParameter(ISerializationContext context, RuleParameter semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:842: warning: no @param for semanticObject
	protected void sequence_RuleParameter(ISerializationContext context, RuleParameter semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:861: warning: no @param for context
	protected void sequence_RuleWithPremises(ISerializationContext context, RuleWithPremises semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:861: warning: no @param for semanticObject
	protected void sequence_RuleWithPremises(ISerializationContext context, RuleWithPremises semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:878: warning: no @param for context
	protected void sequence_TerminalEnvironmentMapping(ISerializationContext context, EmptyEnvironment semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:878: warning: no @param for semanticObject
	protected void sequence_TerminalEnvironmentMapping(ISerializationContext context, EmptyEnvironment semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:893: warning: no @param for context
	protected void sequence_TerminalPremiseExpression(ISerializationContext context, Fail semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:893: warning: no @param for semanticObject
	protected void sequence_TerminalPremiseExpression(ISerializationContext context, Fail semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:905: warning: no @param for context
	protected void sequence_XsemanticsFile(ISerializationContext context, XsemanticsFile semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:905: warning: no @param for semanticObject
	protected void sequence_XsemanticsFile(ISerializationContext context, XsemanticsFile semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:929: warning: no @param for context
	protected void sequence_XsemanticsSystem(ISerializationContext context, XsemanticsSystem semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSemanticSequencer.java:929: warning: no @param for semanticObject
	protected void sequence_XsemanticsSystem(ISerializationContext context, XsemanticsSystem semanticObject) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSyntacticSequencer.java:70: warning: no @param for semanticObject
	protected String getArrayBracketsToken(EObject semanticObject, RuleCall ruleCall, INode node) {
	                 ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSyntacticSequencer.java:70: warning: no @param for ruleCall
	protected String getArrayBracketsToken(EObject semanticObject, RuleCall ruleCall, INode node) {
	                 ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSyntacticSequencer.java:70: warning: no @param for node
	protected String getArrayBracketsToken(EObject semanticObject, RuleCall ruleCall, INode node) {
	                 ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSyntacticSequencer.java:70: warning: no @return
	protected String getArrayBracketsToken(EObject semanticObject, RuleCall ruleCall, INode node) {
	                 ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSyntacticSequencer.java:81: warning: no @param for semanticObject
	protected String getEnvironmentCompositionToken(EObject semanticObject, RuleCall ruleCall, INode node) {
	                 ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSyntacticSequencer.java:81: warning: no @param for ruleCall
	protected String getEnvironmentCompositionToken(EObject semanticObject, RuleCall ruleCall, INode node) {
	                 ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSyntacticSequencer.java:81: warning: no @param for node
	protected String getEnvironmentCompositionToken(EObject semanticObject, RuleCall ruleCall, INode node) {
	                 ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSyntacticSequencer.java:81: warning: no @return
	protected String getEnvironmentCompositionToken(EObject semanticObject, RuleCall ruleCall, INode node) {
	                 ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSyntacticSequencer.java:92: warning: no @param for semanticObject
	protected String getEnvironmentMapsToToken(EObject semanticObject, RuleCall ruleCall, INode node) {
	                 ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSyntacticSequencer.java:92: warning: no @param for ruleCall
	protected String getEnvironmentMapsToToken(EObject semanticObject, RuleCall ruleCall, INode node) {
	                 ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSyntacticSequencer.java:92: warning: no @param for node
	protected String getEnvironmentMapsToToken(EObject semanticObject, RuleCall ruleCall, INode node) {
	                 ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSyntacticSequencer.java:92: warning: no @return
	protected String getEnvironmentMapsToToken(EObject semanticObject, RuleCall ruleCall, INode node) {
	                 ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSyntacticSequencer.java:103: warning: no @param for semanticObject
	protected String getOpSingleAssignToken(EObject semanticObject, RuleCall ruleCall, INode node) {
	                 ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSyntacticSequencer.java:103: warning: no @param for ruleCall
	protected String getOpSingleAssignToken(EObject semanticObject, RuleCall ruleCall, INode node) {
	                 ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSyntacticSequencer.java:103: warning: no @param for node
	protected String getOpSingleAssignToken(EObject semanticObject, RuleCall ruleCall, INode node) {
	                 ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSyntacticSequencer.java:103: warning: no @return
	protected String getOpSingleAssignToken(EObject semanticObject, RuleCall ruleCall, INode node) {
	                 ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSyntacticSequencer.java:149: warning: no @param for semanticObject
	protected void emit_AbstractFieldDefinition_SemicolonKeyword_1_6_q(EObject semanticObject, ISynNavigable transition, List<INode> nodes) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSyntacticSequencer.java:149: warning: no @param for transition
	protected void emit_AbstractFieldDefinition_SemicolonKeyword_1_6_q(EObject semanticObject, ISynNavigable transition, List<INode> nodes) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSyntacticSequencer.java:149: warning: no @param for nodes
	protected void emit_AbstractFieldDefinition_SemicolonKeyword_1_6_q(EObject semanticObject, ISynNavigable transition, List<INode> nodes) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSyntacticSequencer.java:160: warning: no @param for semanticObject
	protected void emit_CachedClauseForAuxiliary___LeftCurlyBracketKeyword_2_0_RightCurlyBracketKeyword_2_2__q(EObject semanticObject, ISynNavigable transition, List<INode> nodes) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSyntacticSequencer.java:160: warning: no @param for transition
	protected void emit_CachedClauseForAuxiliary___LeftCurlyBracketKeyword_2_0_RightCurlyBracketKeyword_2_2__q(EObject semanticObject, ISynNavigable transition, List<INode> nodes) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSyntacticSequencer.java:160: warning: no @param for nodes
	protected void emit_CachedClauseForAuxiliary___LeftCurlyBracketKeyword_2_0_RightCurlyBracketKeyword_2_2__q(EObject semanticObject, ISynNavigable transition, List<INode> nodes) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSyntacticSequencer.java:171: warning: no @param for semanticObject
	protected void emit_CachedClauseForJudgment___LeftCurlyBracketKeyword_2_0_RightCurlyBracketKeyword_2_3__q(EObject semanticObject, ISynNavigable transition, List<INode> nodes) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSyntacticSequencer.java:171: warning: no @param for transition
	protected void emit_CachedClauseForJudgment___LeftCurlyBracketKeyword_2_0_RightCurlyBracketKeyword_2_3__q(EObject semanticObject, ISynNavigable transition, List<INode> nodes) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSyntacticSequencer.java:171: warning: no @param for nodes
	protected void emit_CachedClauseForJudgment___LeftCurlyBracketKeyword_2_0_RightCurlyBracketKeyword_2_3__q(EObject semanticObject, ISynNavigable transition, List<INode> nodes) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSyntacticSequencer.java:182: warning: no @param for semanticObject
	protected void emit_RuleWithPremises_DerivesKeyword_3_q(EObject semanticObject, ISynNavigable transition, List<INode> nodes) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSyntacticSequencer.java:182: warning: no @param for transition
	protected void emit_RuleWithPremises_DerivesKeyword_3_q(EObject semanticObject, ISynNavigable transition, List<INode> nodes) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSyntacticSequencer.java:182: warning: no @param for nodes
	protected void emit_RuleWithPremises_DerivesKeyword_3_q(EObject semanticObject, ISynNavigable transition, List<INode> nodes) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSyntacticSequencer.java:193: warning: no @param for semanticObject
	protected void emit_XAnnotation___LeftParenthesisKeyword_3_0_RightParenthesisKeyword_3_2__q(EObject semanticObject, ISynNavigable transition, List<INode> nodes) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSyntacticSequencer.java:193: warning: no @param for transition
	protected void emit_XAnnotation___LeftParenthesisKeyword_3_0_RightParenthesisKeyword_3_2__q(EObject semanticObject, ISynNavigable transition, List<INode> nodes) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSyntacticSequencer.java:193: warning: no @param for nodes
	protected void emit_XAnnotation___LeftParenthesisKeyword_3_0_RightParenthesisKeyword_3_2__q(EObject semanticObject, ISynNavigable transition, List<INode> nodes) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSyntacticSequencer.java:206: warning: no @param for semanticObject
	protected void emit_XBlockExpression_SemicolonKeyword_2_1_q(EObject semanticObject, ISynNavigable transition, List<INode> nodes) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSyntacticSequencer.java:206: warning: no @param for transition
	protected void emit_XBlockExpression_SemicolonKeyword_2_1_q(EObject semanticObject, ISynNavigable transition, List<INode> nodes) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSyntacticSequencer.java:206: warning: no @param for nodes
	protected void emit_XBlockExpression_SemicolonKeyword_2_1_q(EObject semanticObject, ISynNavigable transition, List<INode> nodes) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSyntacticSequencer.java:218: warning: no @param for semanticObject
	protected void emit_XExpressionInClosure_SemicolonKeyword_1_1_q(EObject semanticObject, ISynNavigable transition, List<INode> nodes) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSyntacticSequencer.java:218: warning: no @param for transition
	protected void emit_XExpressionInClosure_SemicolonKeyword_1_1_q(EObject semanticObject, ISynNavigable transition, List<INode> nodes) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSyntacticSequencer.java:218: warning: no @param for nodes
	protected void emit_XExpressionInClosure_SemicolonKeyword_1_1_q(EObject semanticObject, ISynNavigable transition, List<INode> nodes) {
	               ^
/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/serializer/XsemanticsSyntacticSequencer.java:229: warning: no @param for semanticObject
	protected void emit_XFunctionTypeRef___LeftParenthesisKeyword_0_0_RightParenthesisKeyword_0_2__q(EObject semanticObject, ISynNavigable transition, List<INode> nodes) {
	               ^

Command line was: /opt/tools/java/openjdk/jdk-11/latest/bin/javadoc @options @packages

Refer to the generated Javadoc files in '/home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/apidocs' dir.

    at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.doExecuteJavadocCommandLine (AbstractJavadocMojo.java:5861)
    at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeJavadocCommandLine (AbstractJavadocMojo.java:5737)
    at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeReport (AbstractJavadocMojo.java:2176)
    at org.apache.maven.plugins.javadoc.JavadocJar.doExecute (JavadocJar.java:199)
    at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.execute (AbstractJavadocMojo.java:1935)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:566)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[INFO] Building jar: /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/org.eclipse.xsemantics.dsl-1.20.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.xsemantics.dsl ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.xsemantics.dsl ---
[INFO] Installing /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/org.eclipse.xsemantics.dsl-1.20.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/xsemantics/org.eclipse.xsemantics.dsl/1.20.0-SNAPSHOT/org.eclipse.xsemantics.dsl-1.20.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/pom.xml to /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/xsemantics/org.eclipse.xsemantics.dsl/1.20.0-SNAPSHOT/org.eclipse.xsemantics.dsl-1.20.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/org.eclipse.xsemantics.dsl-1.20.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/xsemantics/org.eclipse.xsemantics.dsl/1.20.0-SNAPSHOT/org.eclipse.xsemantics.dsl-1.20.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/p2content.xml to /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/xsemantics/org.eclipse.xsemantics.dsl/1.20.0-SNAPSHOT/org.eclipse.xsemantics.dsl-1.20.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/p2artifacts.xml to /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/xsemantics/org.eclipse.xsemantics.dsl/1.20.0-SNAPSHOT/org.eclipse.xsemantics.dsl-1.20.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/p2content.xml to /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/xsemantics/org.eclipse.xsemantics.dsl/1.20.0-SNAPSHOT/org.eclipse.xsemantics.dsl-1.20.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/p2artifacts.xml to /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/xsemantics/org.eclipse.xsemantics.dsl/1.20.0-SNAPSHOT/org.eclipse.xsemantics.dsl-1.20.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/org.eclipse.xsemantics.dsl-1.20.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/xsemantics/org.eclipse.xsemantics.dsl/1.20.0-SNAPSHOT/org.eclipse.xsemantics.dsl-1.20.0-SNAPSHOT-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/org.eclipse.xsemantics.dsl-1.20.0-SNAPSHOT.jar.asc to /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/xsemantics/org.eclipse.xsemantics.dsl/1.20.0-SNAPSHOT/org.eclipse.xsemantics.dsl-1.20.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/org.eclipse.xsemantics.dsl-1.20.0-SNAPSHOT.pom.asc to /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/xsemantics/org.eclipse.xsemantics.dsl/1.20.0-SNAPSHOT/org.eclipse.xsemantics.dsl-1.20.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/org.eclipse.xsemantics.dsl-1.20.0-SNAPSHOT-sources.jar.asc to /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/xsemantics/org.eclipse.xsemantics.dsl/1.20.0-SNAPSHOT/org.eclipse.xsemantics.dsl-1.20.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/p2content.xml.asc to /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/xsemantics/org.eclipse.xsemantics.dsl/1.20.0-SNAPSHOT/org.eclipse.xsemantics.dsl-1.20.0-SNAPSHOT-p2metadata.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/p2artifacts.xml.asc to /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/xsemantics/org.eclipse.xsemantics.dsl/1.20.0-SNAPSHOT/org.eclipse.xsemantics.dsl-1.20.0-SNAPSHOT-p2artifacts.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/p2content.xml.asc to /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/xsemantics/org.eclipse.xsemantics.dsl/1.20.0-SNAPSHOT/org.eclipse.xsemantics.dsl-1.20.0-SNAPSHOT-p2metadata.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/p2artifacts.xml.asc to /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/xsemantics/org.eclipse.xsemantics.dsl/1.20.0-SNAPSHOT/org.eclipse.xsemantics.dsl-1.20.0-SNAPSHOT-p2artifacts.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/org.eclipse.xsemantics.dsl-1.20.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/xsemantics/org.eclipse.xsemantics.dsl/1.20.0-SNAPSHOT/org.eclipse.xsemantics.dsl-1.20.0-SNAPSHOT-javadoc.jar.asc
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:update-local-index (default-update-local-index) @ org.eclipse.xsemantics.dsl ---
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.3:deploy (injected-nexus-deploy) @ org.eclipse.xsemantics.dsl ---
[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/plugins/org.eclipse.xsemantics.dsl/target/org.eclipse.xsemantics.dsl-1.20.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/releng/org.eclipse.xsemantics.parent/target/nexus-staging/deferred/org/eclipse/xsemantics/org.eclipse.xsemantics.dsl/1.20.0-SNAPSHOT/org.eclipse.xsemantics.dsl-1.20.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/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.dsl/1.20.0-SNAPSHOT/org.eclipse.xsemantics.dsl-1.20.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/org.eclipse.xsemantics.dsl-1.20.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/releng/org.eclipse.xsemantics.parent/target/nexus-staging/deferred/org/eclipse/xsemantics/org.eclipse.xsemantics.dsl/1.20.0-SNAPSHOT/org.eclipse.xsemantics.dsl-1.20.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/p2content.xml to /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/releng/org.eclipse.xsemantics.parent/target/nexus-staging/deferred/org/eclipse/xsemantics/org.eclipse.xsemantics.dsl/1.20.0-SNAPSHOT/org.eclipse.xsemantics.dsl-1.20.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/p2artifacts.xml to /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/releng/org.eclipse.xsemantics.parent/target/nexus-staging/deferred/org/eclipse/xsemantics/org.eclipse.xsemantics.dsl/1.20.0-SNAPSHOT/org.eclipse.xsemantics.dsl-1.20.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/p2content.xml to /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/releng/org.eclipse.xsemantics.parent/target/nexus-staging/deferred/org/eclipse/xsemantics/org.eclipse.xsemantics.dsl/1.20.0-SNAPSHOT/org.eclipse.xsemantics.dsl-1.20.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/p2artifacts.xml to /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/releng/org.eclipse.xsemantics.parent/target/nexus-staging/deferred/org/eclipse/xsemantics/org.eclipse.xsemantics.dsl/1.20.0-SNAPSHOT/org.eclipse.xsemantics.dsl-1.20.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/org.eclipse.xsemantics.dsl-1.20.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/releng/org.eclipse.xsemantics.parent/target/nexus-staging/deferred/org/eclipse/xsemantics/org.eclipse.xsemantics.dsl/1.20.0-SNAPSHOT/org.eclipse.xsemantics.dsl-1.20.0-SNAPSHOT-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/org.eclipse.xsemantics.dsl-1.20.0-SNAPSHOT.jar.asc to /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/releng/org.eclipse.xsemantics.parent/target/nexus-staging/deferred/org/eclipse/xsemantics/org.eclipse.xsemantics.dsl/1.20.0-SNAPSHOT/org.eclipse.xsemantics.dsl-1.20.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/org.eclipse.xsemantics.dsl-1.20.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.dsl/1.20.0-SNAPSHOT/org.eclipse.xsemantics.dsl-1.20.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/org.eclipse.xsemantics.dsl-1.20.0-SNAPSHOT-sources.jar.asc to /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/releng/org.eclipse.xsemantics.parent/target/nexus-staging/deferred/org/eclipse/xsemantics/org.eclipse.xsemantics.dsl/1.20.0-SNAPSHOT/org.eclipse.xsemantics.dsl-1.20.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/p2content.xml.asc to /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/releng/org.eclipse.xsemantics.parent/target/nexus-staging/deferred/org/eclipse/xsemantics/org.eclipse.xsemantics.dsl/1.20.0-SNAPSHOT/org.eclipse.xsemantics.dsl-1.20.0-SNAPSHOT-p2metadata.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/p2artifacts.xml.asc to /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/releng/org.eclipse.xsemantics.parent/target/nexus-staging/deferred/org/eclipse/xsemantics/org.eclipse.xsemantics.dsl/1.20.0-SNAPSHOT/org.eclipse.xsemantics.dsl-1.20.0-SNAPSHOT-p2artifacts.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/p2content.xml.asc to /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/releng/org.eclipse.xsemantics.parent/target/nexus-staging/deferred/org/eclipse/xsemantics/org.eclipse.xsemantics.dsl/1.20.0-SNAPSHOT/org.eclipse.xsemantics.dsl-1.20.0-SNAPSHOT-p2metadata.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/p2artifacts.xml.asc to /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/releng/org.eclipse.xsemantics.parent/target/nexus-staging/deferred/org/eclipse/xsemantics/org.eclipse.xsemantics.dsl/1.20.0-SNAPSHOT/org.eclipse.xsemantics.dsl-1.20.0-SNAPSHOT-p2artifacts.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/plugins/org.eclipse.xsemantics.dsl/target/org.eclipse.xsemantics.dsl-1.20.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/releng/org.eclipse.xsemantics.parent/target/nexus-staging/deferred/org/eclipse/xsemantics/org.eclipse.xsemantics.dsl/1.20.0-SNAPSHOT/org.eclipse.xsemantics.dsl-1.20.0-SNAPSHOT-javadoc.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] -----< org.eclipse.xsemantics:org.eclipse.xsemantics.maven.releng >-----
[INFO] Building org.eclipse.xsemantics.maven.releng 1.20.0-SNAPSHOT       [5/5]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xsemantics.maven.releng ---
[INFO] 
[INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.xsemantics.maven.releng ---
[INFO] 
[INFO] --- tycho-source-plugin:2.2.0:feature-source (feature-source) @ org.eclipse.xsemantics.maven.releng ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.xsemantics.maven.releng ---
[INFO] 
[INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ org.eclipse.xsemantics.maven.releng ---
[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.maven.releng ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.xsemantics.maven.releng ---
[INFO] Installing /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/releng/org.eclipse.xsemantics.maven.releng/pom.xml to /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/xsemantics/org.eclipse.xsemantics.maven.releng/1.20.0-SNAPSHOT/org.eclipse.xsemantics.maven.releng-1.20.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/releng/org.eclipse.xsemantics.maven.releng/target/org.eclipse.xsemantics.maven.releng-1.20.0-SNAPSHOT.pom.asc to /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/.repository/org/eclipse/xsemantics/org.eclipse.xsemantics.maven.releng/1.20.0-SNAPSHOT/org.eclipse.xsemantics.maven.releng-1.20.0-SNAPSHOT.pom.asc
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.3:deploy (injected-nexus-deploy) @ org.eclipse.xsemantics.maven.releng ---
[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.maven.releng/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.maven.releng/1.20.0-SNAPSHOT/org.eclipse.xsemantics.maven.releng-1.20.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/xsemantics-deploy-snapshot/releng/org.eclipse.xsemantics.maven.releng/target/org.eclipse.xsemantics.maven.releng-1.20.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.maven.releng/1.20.0-SNAPSHOT/org.eclipse.xsemantics.maven.releng-1.20.0-SNAPSHOT.pom.asc
[INFO] Deploying remotely...
[INFO] Bulk deploying locally gathered artifacts from directory: 
[INFO]  * Bulk deploying locally gathered snapshot artifacts to URL https://oss.sonatype.org/content/repositories/snapshots
[INFO]  * Bulk deploy of locally gathered snapshot artifacts finished.
[INFO] Remote deploy finished with success.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for org.eclipse.xsemantics.maven.releng 1.20.0-SNAPSHOT:
[INFO] 
[INFO] Xsemantics ......................................... SUCCESS [ 14.884 s]
[INFO] org.eclipse.xsemantics.targetplatform .............. SUCCESS [  3.378 s]
[INFO] org.eclipse.xsemantics.runtime ..................... SUCCESS [ 20.405 s]
[INFO] org.eclipse.xsemantics.dsl ......................... SUCCESS [01:00 min]
[INFO] org.eclipse.xsemantics.maven.releng ................ SUCCESS [ 14.810 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  02:43 min
[INFO] Finished at: 2021-04-01T07:46:49Z
[INFO] ------------------------------------------------------------------------
Finished: SUCCESS