Skip to content

Console Output

Started by upstream project "emf-validation-master" build number 229
originally caused by:
 Started by an SCM change
Running as SYSTEM
Agent centos-7-tnr2d is provisioned from template centos-7
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30"
    jenkins/label: "migration_jipp-migration_centos-7"
  name: "centos-7-tnr2d"
  namespace: "emfservices"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.emfservices.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "centos-7-tnr2d"
    - name: "JENKINS_REMOTING_JAVA_OPTS"
      value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
        \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
    - name: "JAVA_TOOL_OPTIONS"
      value: ""
    - name: "_JAVA_OPTIONS"
      value: ""
    - name: "OPENJ9_JAVA_OPTIONS"
      value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
    - name: "JENKINS_NAME"
      value: "centos-7-tnr2d"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.emfservices.svc.cluster.local/emfservices/"
    image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-3160.vd76b_9ddd10cc"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        cpu: "2000m"
        memory: "4096Mi"
      requests:
        cpu: "1000m"
        memory: "4096Mi"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/wrapper"
      name: "volume-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
      subPath: ""
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-emfservices"
      readOnly: true
  - name: "m2-secret-dir"
    secret:
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "m2-dir"
    name: "m2-dir"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-4"
  - emptyDir:
      medium: ""
    name: "volume-3"

Building remotely on centos-7-tnr2d (centos-7 jipp-migration migration) in workspace /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-kqX4E6ORkfzc/agent.43
SSH_AGENT_PID=45
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration@tmp/private_key_9816835735603700833.key (/home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration@tmp/private_key_9816835735603700833.key)
[ssh-agent] Using credentials genie.emfservices (ssh://genie.emfservices@projects-storage.eclipse.org)
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse-emfservices/emf-validation.git
 > git init /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration # timeout=10
Fetching upstream changes from https://github.com/eclipse-emfservices/emf-validation.git
 > git --version # timeout=10
 > git --version # 'git version 2.36.6'
 > git fetch --tags --force --progress -- https://github.com/eclipse-emfservices/emf-validation.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse-emfservices/emf-validation.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 1e3d98661b476ab2fee6c18d598f2324eb84aab5 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1e3d98661b476ab2fee6c18d598f2324eb84aab5 # timeout=10
Commit message: "[releng] Add 2024-03 target platform"
 > git rev-list --no-walk 052bad3542428a9bd3da9903a2be131effd005d9 # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
$ pkill Xvnc
$ pkill Xrealvnc
$ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*"
[migration] $ Xvnc -help
Starting xvnc
[migration] $ Xvnc :27 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset

Xvnc TigerVNC 1.8.0 - built Jan 10 2024 16:20:34
Copyright (C) 1999-2017 TigerVNC Team and many others (see README.txt)
See http://www.tigervnc.org for information on TigerVNC.
Underlying X server release 12004000, The X.Org Foundation


Mon Mar 25 07:34:24 2024
 vncext:      VNC extension running!
 vncext:      Listening for VNC connections on all interface(s), port 5927
 vncext:      created VNC server for screen 0
[migration] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -Djdk=temurin-jdk17-latest -DBUILD_LABEL=NONE -DBUILD_TYPE=I -Dlabel=migration -Dmaven.repo.local=/home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/.repository clean verify -B -Psign
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/tools/apache-maven/latest
Java version: 17.0.9, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-17/jdk-17.0.9+9
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] Tycho Version:  4.0.6 (9942454590ad8a6e1c9aa907852cf017dc2ccb98)
[INFO] Tycho Mode:     project
[INFO] Tycho Builder:  maven
[INFO] Build Threads:  1
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] org.eclipse.emf.validation.releng                                  [pom]
[INFO] org.eclipse.emf.validation.target                                  [pom]
[INFO] org.eclipse.emf.validation                              [eclipse-plugin]
[INFO] org.eclipse.emf.validation.ui                           [eclipse-plugin]
[INFO] org.eclipse.emf.validation.ui.ide                       [eclipse-plugin]
[INFO] org.eclipse.emf.validation.ocl                          [eclipse-plugin]
[INFO] org.eclipse.emf.validation.doc                          [eclipse-plugin]
[INFO] org.eclipse.emf.validation.examples                     [eclipse-plugin]
[INFO] org.eclipse.emf.validation.examples.adapter             [eclipse-plugin]
[INFO] org.eclipse.emf.validation.examples.general             [eclipse-plugin]
[INFO] org.eclipse.emf.validation.examples.ocl                 [eclipse-plugin]
[INFO] org.eclipse.emf.validation.tests                   [eclipse-test-plugin]
[INFO] org.eclipse.emf.validation                             [eclipse-feature]
[INFO] org.eclipse.emf.validation.ocl                         [eclipse-feature]
[INFO] org.eclipse.emf.validation.examples                    [eclipse-feature]
[INFO] org.eclipse.emf.validation.doc                         [eclipse-feature]
[INFO] org.eclipse.emf.validation.tests                       [eclipse-feature]
[INFO] org.eclipse.emf.validation.sdk                         [eclipse-feature]
[INFO] org.eclipse.emf.validation.master                      [eclipse-feature]
[INFO] org.eclipse.emf.validation.repository               [eclipse-repository]
[INFO] org.eclipse.emf.validation.top                                     [pom]
[INFO] 
[INFO] ----< org.eclipse.emf.validation:org.eclipse.emf.validation.releng >----
[INFO] Building org.eclipse.emf.validation.releng 1.14.0-SNAPSHOT        [1/21]
[INFO]   from releng/org.eclipse.emf.validation.releng/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.validation.releng ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.emf.validation.releng ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.emf.validation.releng ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.validation.releng ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.emf.validation.releng ---
[INFO] 
[INFO] ----< org.eclipse.emf.validation:org.eclipse.emf.validation.target >----
[INFO] Building org.eclipse.emf.validation.target 1.14.0-SNAPSHOT        [2/21]
[INFO]   from releng/org.eclipse.emf.validation.target/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.validation.target ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.emf.validation.target ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.emf.validation.target ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.validation.target ---
[INFO] 
[INFO] --- build-helper:1.3:attach-artifact (attach-artifacts) @ org.eclipse.emf.validation.target ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.emf.validation.target ---
[INFO] 
[INFO] ---< org.eclipse.emf.validation.plugins:org.eclipse.emf.validation >----
[INFO] Building org.eclipse.emf.validation 1.9.0-SNAPSHOT                [3/21]
[INFO]   from bundles/org.eclipse.emf.validation/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving target definition file:/home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/releng/org.eclipse.emf.validation.target/2022-09.target for environments=[linux/gtk/x86_64, win32/win32/x86_64, macosx/cocoa/x86_64], include source mode=honor, referenced repository mode =ignore, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@4bf4cd2e
[INFO] ### Using TychoRepositoryTransport for remote P2 access ###
[INFO]     Cache location:         /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/.repository/.cache/tycho
[INFO]     Transport mode:         online
[INFO]     Http Transport type:    Java11Client
[INFO]     Update mode:            cache first
[INFO]     Minimum cache duration: 60 minutes
[INFO]       (you can configure this with -Dtycho.p2.transport.min-cache-minutes=<desired minimum cache duration>)
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.validation ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.emf.validation ---
[INFO] The project's OSGi version is 1.9.0.202403250734
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.emf.validation ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.emf.validation ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.emf.validation ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.emf.validation ---
[INFO] Resolving class path of org.eclipse.emf.validation
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.emf.validation ---
[INFO] Copying 1 resource from  to target/classes
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.emf.validation ---
[INFO] Compiling 136 source files to /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/bundles/org.eclipse.emf.validation/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.emf.validation ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.emf.validation ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.emf.validation ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/bundles/org.eclipse.emf.validation/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.emf.validation ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.validation ---
[INFO] 15 system scoped dependencies were not mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.emf.validation ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/bundles/org.eclipse.emf.validation/target/org.eclipse.emf.validation-1.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.emf.validation ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/bundles/org.eclipse.emf.validation/target/org.eclipse.emf.validation-1.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.validation ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.emf.validation ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.validation ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.emf.validation ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/bundles/org.eclipse.emf.validation/target/org.eclipse.emf.validation-1.9.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/bundles/org.eclipse.emf.validation/target/org.eclipse.emf.validation-1.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.eclipse.emf.validation.plugins:org.eclipse.emf.validation.ui >--
[INFO] Building org.eclipse.emf.validation.ui 1.8.0-SNAPSHOT             [4/21]
[INFO]   from bundles/org.eclipse.emf.validation.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.validation.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.emf.validation.ui ---
[INFO] The project's OSGi version is 1.8.0.202403250734
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.emf.validation.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.emf.validation.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.emf.validation.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.emf.validation.ui ---
[INFO] Resolving class path of org.eclipse.emf.validation.ui
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.emf.validation.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/bundles/org.eclipse.emf.validation.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.emf.validation.ui ---
[INFO] Compiling 16 source files to /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/bundles/org.eclipse.emf.validation.ui/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.emf.validation.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.emf.validation.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.emf.validation.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/bundles/org.eclipse.emf.validation.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.emf.validation.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.validation.ui ---
[INFO] 73 system scoped dependencies were not mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.emf.validation.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/bundles/org.eclipse.emf.validation.ui/target/org.eclipse.emf.validation.ui-1.8.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.emf.validation.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/bundles/org.eclipse.emf.validation.ui/target/org.eclipse.emf.validation.ui-1.8.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.validation.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.emf.validation.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.validation.ui ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.emf.validation.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/bundles/org.eclipse.emf.validation.ui/target/org.eclipse.emf.validation.ui-1.8.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/bundles/org.eclipse.emf.validation.ui/target/org.eclipse.emf.validation.ui-1.8.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.eclipse.emf.validation.plugins:org.eclipse.emf.validation.ui.ide >--
[INFO] Building org.eclipse.emf.validation.ui.ide 1.4.0-SNAPSHOT         [5/21]
[INFO]   from bundles/org.eclipse.emf.validation.ui.ide/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.validation.ui.ide ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.emf.validation.ui.ide ---
[INFO] The project's OSGi version is 1.4.0.202403250734
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.emf.validation.ui.ide ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.emf.validation.ui.ide ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.emf.validation.ui.ide ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.emf.validation.ui.ide ---
[INFO] Resolving class path of org.eclipse.emf.validation.ui.ide
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.emf.validation.ui.ide ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/bundles/org.eclipse.emf.validation.ui.ide/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.emf.validation.ui.ide ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/bundles/org.eclipse.emf.validation.ui.ide/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.emf.validation.ui.ide ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.emf.validation.ui.ide ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.emf.validation.ui.ide ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/bundles/org.eclipse.emf.validation.ui.ide/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.emf.validation.ui.ide ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.validation.ui.ide ---
[INFO] 87 system scoped dependencies were not mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.emf.validation.ui.ide ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/bundles/org.eclipse.emf.validation.ui.ide/target/org.eclipse.emf.validation.ui.ide-1.4.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.emf.validation.ui.ide ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/bundles/org.eclipse.emf.validation.ui.ide/target/org.eclipse.emf.validation.ui.ide-1.4.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.validation.ui.ide ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.emf.validation.ui.ide ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.validation.ui.ide ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.emf.validation.ui.ide ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/bundles/org.eclipse.emf.validation.ui.ide/target/org.eclipse.emf.validation.ui.ide-1.4.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/bundles/org.eclipse.emf.validation.ui.ide/target/org.eclipse.emf.validation.ui.ide-1.4.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.eclipse.emf.validation.plugins:org.eclipse.emf.validation.ocl >--
[INFO] Building org.eclipse.emf.validation.ocl 1.5.0-SNAPSHOT            [6/21]
[INFO]   from bundles/org.eclipse.emf.validation.ocl/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.validation.ocl ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.emf.validation.ocl ---
[INFO] The project's OSGi version is 1.5.0.202403250734
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.emf.validation.ocl ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.emf.validation.ocl ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.emf.validation.ocl ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.emf.validation.ocl ---
[INFO] Resolving class path of org.eclipse.emf.validation.ocl
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.emf.validation.ocl ---
[INFO] Copying 1 resource from  to target/classes
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.emf.validation.ocl ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/bundles/org.eclipse.emf.validation.ocl/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.emf.validation.ocl ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.emf.validation.ocl ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.emf.validation.ocl ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/bundles/org.eclipse.emf.validation.ocl/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.emf.validation.ocl ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.validation.ocl ---
[INFO] 20 system scoped dependencies were not mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.emf.validation.ocl ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/bundles/org.eclipse.emf.validation.ocl/target/org.eclipse.emf.validation.ocl-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.emf.validation.ocl ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/bundles/org.eclipse.emf.validation.ocl/target/org.eclipse.emf.validation.ocl-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.validation.ocl ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.emf.validation.ocl ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.validation.ocl ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.emf.validation.ocl ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/bundles/org.eclipse.emf.validation.ocl/target/org.eclipse.emf.validation.ocl-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/bundles/org.eclipse.emf.validation.ocl/target/org.eclipse.emf.validation.ocl-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.eclipse.emf.validation.plugins:org.eclipse.emf.validation.doc >--
[INFO] Building org.eclipse.emf.validation.doc 1.5.0-SNAPSHOT            [7/21]
[INFO]   from doc/org.eclipse.emf.validation.doc/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.validation.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.emf.validation.doc ---
[INFO] The project's OSGi version is 1.5.0.202403250734
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.emf.validation.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.emf.validation.doc ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.emf.validation.doc ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.emf.validation.doc ---
[INFO] Resolving class path of org.eclipse.emf.validation.doc
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.emf.validation.doc ---
[INFO] Copying 1 resource from  to target/classes
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.emf.validation.doc ---
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.emf.validation.doc ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.emf.validation.doc ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.emf.validation.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/doc/org.eclipse.emf.validation.doc/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.emf.validation.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.validation.doc ---
[INFO] 10 system scoped dependencies were not mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.emf.validation.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/doc/org.eclipse.emf.validation.doc/target/org.eclipse.emf.validation.doc-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.emf.validation.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/doc/org.eclipse.emf.validation.doc/target/org.eclipse.emf.validation.doc-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.validation.doc ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.emf.validation.doc ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.validation.doc ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.emf.validation.doc ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/doc/org.eclipse.emf.validation.doc/target/org.eclipse.emf.validation.doc-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/doc/org.eclipse.emf.validation.doc/target/org.eclipse.emf.validation.doc-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.eclipse.emf.validation.plugins:org.eclipse.emf.validation.examples >--
[INFO] Building org.eclipse.emf.validation.examples 1.4.0-SNAPSHOT       [8/21]
[INFO]   from examples/org.eclipse.emf.validation.examples/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.validation.examples ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.emf.validation.examples ---
[INFO] The project's OSGi version is 1.4.0.202403250734
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.emf.validation.examples ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.emf.validation.examples ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.emf.validation.examples ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.emf.validation.examples ---
[INFO] Resolving class path of org.eclipse.emf.validation.examples
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.emf.validation.examples ---
[INFO] Copying 1 resource from  to target/classes
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.emf.validation.examples ---
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/examples/org.eclipse.emf.validation.examples/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- antrun:1.7:run (compile) @ org.eclipse.emf.validation.examples ---
[INFO] Executing tasks

main:

init:

zip.examples:
      [zip] Building zip: /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/examples/org.eclipse.emf.validation.examples/zips/general.zip
      [zip] Building zip: /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/examples/org.eclipse.emf.validation.examples/zips/adapter.zip
      [zip] Building zip: /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/examples/org.eclipse.emf.validation.examples/zips/ocl.zip

init:

refresh:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.emf.validation.examples ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.emf.validation.examples ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.emf.validation.examples ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/examples/org.eclipse.emf.validation.examples/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.emf.validation.examples ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.validation.examples ---
[INFO] 81 system scoped dependencies were not mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.emf.validation.examples ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/examples/org.eclipse.emf.validation.examples/target/org.eclipse.emf.validation.examples-1.4.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.emf.validation.examples ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/examples/org.eclipse.emf.validation.examples/target/org.eclipse.emf.validation.examples-1.4.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.validation.examples ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.emf.validation.examples ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.validation.examples ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.emf.validation.examples ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/examples/org.eclipse.emf.validation.examples/target/org.eclipse.emf.validation.examples-1.4.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/examples/org.eclipse.emf.validation.examples/target/org.eclipse.emf.validation.examples-1.4.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.eclipse.emf.validation.plugins:org.eclipse.emf.validation.examples.adapter >--
[INFO] Building org.eclipse.emf.validation.examples.adapter 1.3.0-SNAPSHOT [9/21]
[INFO]   from examples/org.eclipse.emf.validation.examples.adapter/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.validation.examples.adapter ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.emf.validation.examples.adapter ---
[INFO] The project's OSGi version is 1.3.0.202403250734
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.emf.validation.examples.adapter ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.emf.validation.examples.adapter ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.emf.validation.examples.adapter ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.emf.validation.examples.adapter ---
[INFO] Resolving class path of org.eclipse.emf.validation.examples.adapter
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.emf.validation.examples.adapter ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/examples/org.eclipse.emf.validation.examples.adapter/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.emf.validation.examples.adapter ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/examples/org.eclipse.emf.validation.examples.adapter/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.emf.validation.examples.adapter ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.emf.validation.examples.adapter ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.emf.validation.examples.adapter ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/examples/org.eclipse.emf.validation.examples.adapter/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.emf.validation.examples.adapter ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.validation.examples.adapter ---
[INFO] 67 system scoped dependencies were not mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.emf.validation.examples.adapter ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/examples/org.eclipse.emf.validation.examples.adapter/target/org.eclipse.emf.validation.examples.adapter-1.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.emf.validation.examples.adapter ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/examples/org.eclipse.emf.validation.examples.adapter/target/org.eclipse.emf.validation.examples.adapter-1.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.validation.examples.adapter ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.emf.validation.examples.adapter ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.validation.examples.adapter ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.emf.validation.examples.adapter ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/examples/org.eclipse.emf.validation.examples.adapter/target/org.eclipse.emf.validation.examples.adapter-1.3.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/examples/org.eclipse.emf.validation.examples.adapter/target/org.eclipse.emf.validation.examples.adapter-1.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.eclipse.emf.validation.plugins:org.eclipse.emf.validation.examples.general >--
[INFO] Building org.eclipse.emf.validation.examples.general 1.5.0-SNAPSHOT [10/21]
[INFO]   from examples/org.eclipse.emf.validation.examples.general/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.validation.examples.general ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.emf.validation.examples.general ---
[INFO] The project's OSGi version is 1.5.0.202403250734
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.emf.validation.examples.general ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.emf.validation.examples.general ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.emf.validation.examples.general ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.emf.validation.examples.general ---
[INFO] Resolving class path of org.eclipse.emf.validation.examples.general
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.emf.validation.examples.general ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/examples/org.eclipse.emf.validation.examples.general/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.emf.validation.examples.general ---
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/examples/org.eclipse.emf.validation.examples.general/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.emf.validation.examples.general ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.emf.validation.examples.general ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.emf.validation.examples.general ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/examples/org.eclipse.emf.validation.examples.general/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.emf.validation.examples.general ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.validation.examples.general ---
[INFO] 93 system scoped dependencies were not mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.emf.validation.examples.general ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/examples/org.eclipse.emf.validation.examples.general/target/org.eclipse.emf.validation.examples.general-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.emf.validation.examples.general ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/examples/org.eclipse.emf.validation.examples.general/target/org.eclipse.emf.validation.examples.general-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.validation.examples.general ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.emf.validation.examples.general ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.validation.examples.general ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.emf.validation.examples.general ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/examples/org.eclipse.emf.validation.examples.general/target/org.eclipse.emf.validation.examples.general-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/examples/org.eclipse.emf.validation.examples.general/target/org.eclipse.emf.validation.examples.general-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.eclipse.emf.validation.plugins:org.eclipse.emf.validation.examples.ocl >--
[INFO] Building org.eclipse.emf.validation.examples.ocl 1.5.0-SNAPSHOT  [11/21]
[INFO]   from examples/org.eclipse.emf.validation.examples.ocl/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.validation.examples.ocl ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.emf.validation.examples.ocl ---
[INFO] The project's OSGi version is 1.5.0.202403250734
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.emf.validation.examples.ocl ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.emf.validation.examples.ocl ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.emf.validation.examples.ocl ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.emf.validation.examples.ocl ---
[INFO] Resolving class path of org.eclipse.emf.validation.examples.ocl
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.emf.validation.examples.ocl ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/examples/org.eclipse.emf.validation.examples.ocl/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.emf.validation.examples.ocl ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/examples/org.eclipse.emf.validation.examples.ocl/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.emf.validation.examples.ocl ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.emf.validation.examples.ocl ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.emf.validation.examples.ocl ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/examples/org.eclipse.emf.validation.examples.ocl/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.emf.validation.examples.ocl ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.validation.examples.ocl ---
[INFO] 20 system scoped dependencies were not mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.emf.validation.examples.ocl ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/examples/org.eclipse.emf.validation.examples.ocl/target/org.eclipse.emf.validation.examples.ocl-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.emf.validation.examples.ocl ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/examples/org.eclipse.emf.validation.examples.ocl/target/org.eclipse.emf.validation.examples.ocl-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.validation.examples.ocl ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.emf.validation.examples.ocl ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.validation.examples.ocl ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.emf.validation.examples.ocl ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/examples/org.eclipse.emf.validation.examples.ocl/target/org.eclipse.emf.validation.examples.ocl-1.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/examples/org.eclipse.emf.validation.examples.ocl/target/org.eclipse.emf.validation.examples.ocl-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.eclipse.emf.validation.plugins:org.eclipse.emf.validation.tests >--
[INFO] Building org.eclipse.emf.validation.tests 1.10.0-SNAPSHOT        [12/21]
[INFO]   from tests/org.eclipse.emf.validation.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[WARNING] Parameter 'testSuite' is unknown for plugin 'tycho-surefire-plugin:4.0.6:test (default-test)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.validation.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.emf.validation.tests ---
[INFO] The project's OSGi version is 1.10.0.202403250734
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.emf.validation.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.emf.validation.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.emf.validation.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.emf.validation.tests ---
[INFO] Resolving class path of org.eclipse.emf.validation.tests
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.emf.validation.tests ---
[INFO] Copying 1 resource from  to target/classes
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.emf.validation.tests ---
[INFO] Compiling 95 source files to /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/tests/org.eclipse.emf.validation.tests/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.emf.validation.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.emf.validation.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/tests/org.eclipse.emf.validation.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.validation.tests ---
[INFO] 107 system scoped dependencies were not mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.emf.validation.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/tests/org.eclipse.emf.validation.tests/target/org.eclipse.emf.validation.tests-1.10.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.emf.validation.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/tests/org.eclipse.emf.validation.tests/target/org.eclipse.emf.validation.tests-1.10.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.validation.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.emf.validation.tests ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.validation.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.6:test (default-test) @ org.eclipse.emf.validation.tests ---
[INFO] Executing test runtime with timeout (seconds): 0, logs, if any, will be placed at: /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/tests/org.eclipse.emf.validation.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -ea, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/tests/org.eclipse.emf.validation.tests/target/work/data, -install, /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/tests/org.eclipse.emf.validation.tests/target/work, -configuration, /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/tests/org.eclipse.emf.validation.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/tests/org.eclipse.emf.validation.tests/target/surefire.properties, -product, org.eclipse.sdk.ide]
Running org.eclipse.emf.validation.tests.AllTests
Tests run: 222, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.965 s -- in org.eclipse.emf.validation.tests.AllTests
org.eclipse.emf.validation.internal.model.tests.CategoryTest.test_getCategory -- Time elapsed: 0.001 s
org.eclipse.emf.validation.internal.model.tests.CategoryTest.test_findCategory -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.model.tests.CategoryTest.test_getTopLevelCategories -- Time elapsed: 0.001 s
org.eclipse.emf.validation.internal.model.tests.CategoryTest.test_dumpCategories -- Time elapsed: 0.001 s
org.eclipse.emf.validation.internal.model.tests.CategoryTest.test_getDefaultCategory -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.model.tests.CategoryTest.test_getMandatoryCategories -- Time elapsed: 0.001 s
org.eclipse.emf.validation.internal.model.tests.ConstraintSeverityTest.test_getInstance -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.model.tests.ConstraintSeverityTest.test_getName -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.model.tests.ConstraintSeverityTest.test_isNull -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.model.tests.ConstraintSeverityTest.test_readResolve -- Time elapsed: 0.005 s
org.eclipse.emf.validation.internal.model.tests.ConstraintSeverityTest.test_getAllInstances -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.model.tests.ConstraintStatusTest.test_getConstraint -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.model.tests.ConstraintStatusTest.test_getCode -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.model.tests.ConstraintStatusTest.test_getSeverity -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.model.tests.ConstraintStatusTest.test_getChildren -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.model.tests.ConstraintStatusTest.test_getMessage -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.model.tests.ConstraintStatusTest.test_getPlugin -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.model.tests.ConstraintStatusTest.test_getTarget -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.model.tests.ConstraintStatusTest.test_getResultLocus -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.model.tests.ConstraintStatusTest.test_isMultiStatus -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.model.tests.EMFEventTypeTest.test_getInstance -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.model.tests.EMFEventTypeTest.test_getName -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.model.tests.EMFEventTypeTest.test_customEventType_177647 -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.model.tests.EMFEventTypeTest.test_isNull -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.model.tests.EMFEventTypeTest.test_readResolve -- Time elapsed: 0.002 s
org.eclipse.emf.validation.internal.model.tests.EMFEventTypeTest.test_getPredefinedInstances_177647 -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.model.tests.EMFEventTypeTest.test_getAllInstances -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.model.tests.EvaluationModeTest.test_getInstance -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.model.tests.EvaluationModeTest.test_getName -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.model.tests.EvaluationModeTest.test_isLive -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.model.tests.EvaluationModeTest.test_isNull -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.model.tests.EvaluationModeTest.test_isBatchOnly -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.model.tests.EvaluationModeTest.test_readResolve -- Time elapsed: 0.001 s
org.eclipse.emf.validation.internal.model.tests.EvaluationModeTest.test_isBatch -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.model.tests.EvaluationModeTest.test_getAllInstances -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.model.tests.EvaluationModeTest.test_getLocalizedName -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.model.tests.ClientContextTest.test_initWithValidSelector -- Time elapsed: 0.001 s
org.eclipse.emf.validation.internal.model.tests.ClientContextTest.test_initDefault -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.model.tests.ClientContextTest.test_initWithoutSelector -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.model.tests.ClientContextTest.test_hashCode -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.model.tests.ClientContextTest.test_initWithInvalidSelector -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.model.tests.ClientContextTest.test_initWithValidExpression -- Time elapsed: 0.001 s
org.eclipse.emf.validation.internal.model.tests.ClientContextTest.test_equals -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.model.tests.ClientContextTest.test_initWithMissingSelector -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.model.tests.ClientContextTest.test_initWithoutid -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.model.tests.ClientContextTest.test_initWithInvalidEnablement -- Time elapsed: 0.002 s
org.eclipse.emf.validation.internal.model.tests.ClientContextManagerTest.test_getBindings_contexts -- Time elapsed: 0.001 s
org.eclipse.emf.validation.internal.model.tests.ClientContextManagerTest.test_getClientContext -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.model.tests.ClientContextManagerTest.test_getBindings_eobject -- Time elapsed: 0.001 s
org.eclipse.emf.validation.internal.model.tests.ClientContextManagerTest.test_getClientContexts -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.model.tests.ClientContextManagerTest.test_defaultBindings_contexts -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.model.tests.ClientContextManagerTest.test_getClientContextsFor -- Time elapsed: 0.001 s
org.eclipse.emf.validation.internal.model.tests.ClientContextManagerTest.test_getBindings_eobject_none -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.model.tests.ClientContextManagerTest.test_defaultBindings_context -- Time elapsed: 0.001 s
org.eclipse.emf.validation.internal.model.tests.ClientContextManagerTest.test_getBindings_context -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.model.tests.ModeledConstraintsTest.testConstraintDescriptor -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.model.tests.ModeledConstraintsTest.testValidation -- Time elapsed: 0.221 s
org.eclipse.emf.validation.internal.model.tests.ModeledConstraintsTest.testInternationalization -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.model.tests.ModeledConstraintsTest.testIrrelevantTarget -- Time elapsed: 0.002 s
org.eclipse.emf.validation.internal.model.tests.ModeledConstraintsTest.testCategory -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.util.tests.ConstraintFactoryTest.test_getInstance -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.util.tests.ConstraintFactoryTest.test_newConstraint -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.util.tests.ConstraintFactoryTest.test_newConstraint_disabledConstraint -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.util.tests.DisabledConstraintTest.test_validate -- Time elapsed: 0.003 s
org.eclipse.emf.validation.internal.util.tests.FilteredCollectionTest.test_size -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.util.tests.FilteredCollectionTest.test_iterator -- Time elapsed: 0.001 s
org.eclipse.emf.validation.internal.util.tests.FilteredCollectionTest.test_getFilter -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.util.tests.JavaConstraintParserTest.test_getInstance -- Time elapsed: 0.001 s
org.eclipse.emf.validation.internal.util.tests.JavaConstraintParserTest.test_parseConstraint_throws -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.util.tests.JavaConstraintParserTest.test_parseConstraint -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.util.tests.XmlConfigTest.test_constraintLocalization -- Time elapsed: 0.015 s
org.eclipse.emf.validation.internal.util.tests.XmlConfigTest.test_parseConstraintsWithIncludes -- Time elapsed: 0.001 s
org.eclipse.emf.validation.internal.util.tests.TextUtilsTest.test_getText -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.util.tests.XmlExpressionSelectorTest.test_init -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.util.tests.XmlExpressionSelectorTest.test_selects -- Time elapsed: 0.001 s
org.eclipse.emf.validation.internal.util.tests.StringMatcherTest.test_caseInsensitive_question_114105 -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.util.tests.StringMatcherTest.test_caseSensitive_question_114105 -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.util.tests.StringMatcherTest.test_caseInsensitive_asterisk_114105 -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.util.tests.StringMatcherTest.test_caseSensitive_asterisk_114105 -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.service.impl.tests.ConstraintDescriptorTest.test_getDescriptor -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.service.impl.tests.ConstraintDescriptorTest.test_registry -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.service.impl.tests.ConstraintDescriptorTest.test_getBody -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.service.impl.tests.ConstraintDescriptorTest.test_getName -- Time elapsed: 0.001 s
org.eclipse.emf.validation.internal.service.impl.tests.ConstraintDescriptorTest.test_hashCode -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.service.impl.tests.ConstraintDescriptorTest.test_getStatusCode -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.service.impl.tests.ConstraintDescriptorTest.test_targetsEvent -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.service.impl.tests.ConstraintDescriptorTest.test_isLive -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.service.impl.tests.ConstraintDescriptorTest.test_getSeverity -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.service.impl.tests.ConstraintDescriptorTest.test_getDescription -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.service.impl.tests.ConstraintDescriptorTest.test_getCategories -- Time elapsed: 0.001 s
org.eclipse.emf.validation.internal.service.impl.tests.ConstraintDescriptorTest.test_getMessagePattern -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.service.impl.tests.ConstraintDescriptorTest.test_getConfig -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.service.impl.tests.ConstraintDescriptorTest.test_getPluginId -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.service.impl.tests.ConstraintDescriptorTest.test_isBatch -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.service.impl.tests.ConstraintDescriptorTest.test_getEvaluationMode -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.service.impl.tests.ConstraintDescriptorTest.test_targetsTypeOf -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.service.impl.tests.ConstraintDescriptorTest.test_isEnabled_isError_getException -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.service.impl.tests.ConstraintDescriptorTest.test_resolveTargetTypes -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.service.impl.tests.ConstraintDescriptorTest.test_addCategory_removeCategory -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.service.impl.tests.ConstraintDescriptorTest.test_getId -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.service.impl.tests.ConstraintDescriptorTest.test_equalsObject -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.service.impl.tests.GetBatchConstraintsOperationTest.test_getConstraints -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.service.impl.tests.GetBatchConstraintsOperationTest.test_getEObject -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.service.impl.tests.GetBatchConstraintsOperationTest.test_execute -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.service.impl.tests.GetLiveConstraintsOperationTest.test_getEventType -- Time elapsed: 0.001 s
org.eclipse.emf.validation.internal.service.impl.tests.GetLiveConstraintsOperationTest.test_getConstraints -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.service.impl.tests.GetLiveConstraintsOperationTest.test_getNotification -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.service.impl.tests.GetLiveConstraintsOperationTest.test_getEObject -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.service.impl.tests.GetLiveConstraintsOperationTest.test_execute -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.service.impl.tests.ProviderDescriptorTest.test_isXmlProvider -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.service.impl.tests.ProviderDescriptorTest.test_provides_live -- Time elapsed: 0.001 s
org.eclipse.emf.validation.internal.service.impl.tests.ProviderDescriptorTest.test_provides_batch -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.service.impl.tests.ProviderDescriptorTest.test_isCache -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.service.impl.tests.ProviderDescriptorTest.test_getProvider -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.service.impl.tests.ProviderDescriptorTest.test_isCacheEnabled -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.service.impl.tests.ProviderDescriptorTest.test_concurrentInitialization_207780 -- Time elapsed: 1.002 s
org.eclipse.emf.validation.internal.service.impl.tests.ConstraintCacheTest.test_getDescriptor -- Time elapsed: 0.001 s
org.eclipse.emf.validation.internal.service.impl.tests.ConstraintCacheTest.test_addProvider -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.service.impl.tests.ConstraintCacheTest.test_getProviders -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.service.impl.tests.ConstraintCacheTest.test_getLiveConstraints -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.service.impl.tests.ConstraintCacheTest.test_getBatchConstraints -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.service.impl.tests.BatchValidatorTest.test_validateCollection -- Time elapsed: 0.001 s
org.eclipse.emf.validation.internal.service.impl.tests.BatchValidatorTest.test_validate_object -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.service.impl.tests.BatchValidatorTest.test_validate_EObject_IProgressMonitor -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.service.impl.tests.BatchValidatorTest.test_isReportSuccesses -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.service.impl.tests.BatchValidatorTest.test_isIncludeLiveConstraints -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.service.impl.tests.BatchValidatorTest.test_getEvaluationMode -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.service.impl.tests.BatchValidatorTest.test_validate_Collection_IProgressMonitor -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.service.impl.tests.LiveValidatorTest.test_mergeNotifications_move_one -- Time elapsed: 0.004 s
org.eclipse.emf.validation.internal.service.impl.tests.LiveValidatorTest.test_validateCollection -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.service.impl.tests.LiveValidatorTest.test_validate_object -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.service.impl.tests.LiveValidatorTest.test_mergeNotifications_remove_many -- Time elapsed: 0.001 s
org.eclipse.emf.validation.internal.service.impl.tests.LiveValidatorTest.test_isReportSuccesses -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.service.impl.tests.LiveValidatorTest.test_notificationFilterDefault_177653 -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.service.impl.tests.LiveValidatorTest.test_mergeNotifications_remove_one -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.service.impl.tests.LiveValidatorTest.test_mergeNotifications_set_many -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.service.impl.tests.LiveValidatorTest.test_mergeNotifications_removingAdapter_one -- Time elapsed: 0.001 s
org.eclipse.emf.validation.internal.service.impl.tests.LiveValidatorTest.test_mergeNotifications_move_many -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.service.impl.tests.LiveValidatorTest.test_mergeNotifications_removingAdapter_many -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.service.impl.tests.LiveValidatorTest.test_validate_notification -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.service.impl.tests.LiveValidatorTest.test_notficationFilterCustom_177653 -- Time elapsed: 0.002 s
org.eclipse.emf.validation.internal.service.impl.tests.LiveValidatorTest.test_getEvaluationMode -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.service.impl.tests.LiveValidatorTest.test_notificationGenerator_177647 -- Time elapsed: 0.002 s
org.eclipse.emf.validation.internal.service.impl.tests.LiveValidatorTest.test_mergeNotifications_set_one -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.service.impl.tests.LiveValidatorTest.test_mergeNotifications_add_many -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.service.impl.tests.LiveValidatorTest.test_mergeNotifications_add_one -- Time elapsed: 0.001 s
org.eclipse.emf.validation.internal.service.impl.tests.ClientContextTest.test_constraintIncludedInExcludedCategory -- Time elapsed: 0.004 s
org.eclipse.emf.validation.internal.service.impl.tests.ClientContextTest.test_multipleMatchingContextsWithExclusions -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.service.impl.tests.ClientContextTest.test_constraintExcludedFromIncludedCategory_nested -- Time elapsed: 0.001 s
org.eclipse.emf.validation.internal.service.impl.tests.ClientContextTest.test_constraintIncludedInExcludedCategory_nested -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.service.impl.tests.ClientContextTest.test_constraintExcludedFromIncludedCategory -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.service.impl.tests.ClientContextTest.test_includedChildOfExcludedCategory -- Time elapsed: 0.001 s
org.eclipse.emf.validation.internal.service.impl.tests.TraversalStrategyManagerTest.testTraversalStrategyManagerDoesNotLeakDynamicEPackages -- Time elapsed: 0.090 s
org.eclipse.emf.validation.internal.xml.tests.XmlConstraintProviderTest.test_getConstraintDisabledByDefault -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.xml.tests.XmlConstraintProviderTest.test_getConstraints -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.xml.tests.XmlConstraintProviderTest.test_getLiveConstraints -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.xml.tests.XmlConstraintProviderTest.test_duplicateConstraintsLogged_207988 -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.xml.tests.XmlConstraintProviderTest.test_getBatchConstraints -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.xml.tests.XmlConstraintProviderTest.test_setInitializationData -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.xml.tests.XmlConstraintProviderTest.test_getLiveConstraintsForFeature -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.service.tests.AbstractConstraintProviderTest.test_getUriNamespacePrefix -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.service.tests.AbstractConstraintProviderTest.test_setInitializationData -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.service.tests.ConstraintRegistryTest.testGetDescriptorStringString -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.service.tests.ConstraintRegistryTest.test_bulkRegister -- Time elapsed: 0.002 s
org.eclipse.emf.validation.internal.service.tests.ConstraintRegistryTest.test_getDescriptor_String -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.service.tests.ConstraintRegistryTest.testGetAllDescriptors -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.service.tests.ConstraintRegistryTest.testRegister -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.service.tests.ConstraintRegistryTest.testUnregister -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.service.tests.ConstraintRegistryTest.test_repeatedlyRegisterSameDescriptor -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.service.tests.ConstraintRegistryTest.test_repeatedlyUnregisterSameDescriptor -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.service.tests.ConstraintRegistryTest.testGetInstance -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.service.tests.ModelValidationServiceTest.test_validateSubtreeBatchSingle -- Time elapsed: 0.004 s
org.eclipse.emf.validation.internal.service.tests.ModelValidationServiceTest.test_validateBatchSingle -- Time elapsed: 0.001 s
org.eclipse.emf.validation.internal.service.tests.ModelValidationServiceTest.test_validateLiveList -- Time elapsed: 0.001 s
org.eclipse.emf.validation.internal.service.tests.ModelValidationServiceTest.test_getInstance -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.service.tests.ModelValidationServiceTest.test_validateSetTargetOnStatus_178121 -- Time elapsed: 0.001 s
org.eclipse.emf.validation.internal.service.tests.ModelValidationServiceTest.test_currentConstraintData_232572 -- Time elapsed: 0.001 s
org.eclipse.emf.validation.internal.service.tests.ModelValidationServiceTest.test_validateLiveConstraintFilter_177644 -- Time elapsed: 0.001 s
org.eclipse.emf.validation.internal.service.tests.ModelValidationServiceTest.test_validateConstraintsReturningMultipleResults_161558 -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.service.tests.ModelValidationServiceTest.test_validateSubtreeBatchCollection -- Time elapsed: 0.001 s
org.eclipse.emf.validation.internal.service.tests.ModelValidationServiceTest.test_traversalStrategiesNotShared_sameValidator_207992 -- Time elapsed: 0.002 s
org.eclipse.emf.validation.internal.service.tests.ModelValidationServiceTest.test_cancelSeverity_batch_bug179776 -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.service.tests.ModelValidationServiceTest.test_validateBatchCollection -- Time elapsed: 0.001 s
org.eclipse.emf.validation.internal.service.tests.ModelValidationServiceTest.test_validateBatchConstraintFilter_177644 -- Time elapsed: 0.002 s
org.eclipse.emf.validation.internal.service.tests.ModelValidationServiceTest.test_cancelSeverity_live_bug179776 -- Time elapsed: 0.004 s
org.eclipse.emf.validation.internal.service.tests.ModelValidationServiceTest.testFindClass -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.service.tests.ModelValidationServiceTest.test_recursiveTraversalStrategy_207990 -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.service.tests.ModelValidationServiceTest.test_validateLiveSingle -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.service.tests.ModelValidationServiceTest.test_validateInstanceOfExtendingEClassInOtherPackage_183917 -- Time elapsed: 0.003 s
org.eclipse.emf.validation.internal.service.tests.ModelValidationServiceTest.test_traversalStrategiesNotShared_differentValidators_207992 -- Time elapsed: 0.002 s
org.eclipse.emf.validation.internal.service.tests.ValidationListenersTest.test_UniversalListener -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.service.tests.ValidationListenersTest.test_ClientContextListener -- Time elapsed: 0.001 s
org.eclipse.emf.validation.internal.service.tests.ParameterizedConstraintParserTest.test_provideNonXMLConstraintDescriptorsForCustomLanguage_165455 -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.service.tests.ParameterizedConstraintParserTest.test_provideNonXMLConstraintDescriptorsForJavaLanguage_165455 -- Time elapsed: 0.001 s
org.eclipse.emf.validation.internal.service.tests.ParameterizedConstraintParserTest.test_provideXMLConstraintDescriptorsForCustomLanguage_165455 -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.service.tests.ConstraintListenersTest.test_enableConstraint_177656 -- Time elapsed: 0.001 s
org.eclipse.emf.validation.internal.service.tests.ConstraintListenersTest.test_registerConstraint_177656 -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.service.tests.ConstraintListenersTest.test_addCategoryToConstraint_177656 -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.service.tests.ConstraintListenersTest.test_removeCategoryFromConstraint_177656 -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.service.tests.ConstraintListenersTest.test_unRegisterConstraint_177656 -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.service.tests.ConstraintListenersTest.test_disableConstraint_177656 -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.service.tests.EventTypeServiceTest.test_getInstance_177647 -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.service.tests.EventTypeServiceTest.test_getNotificationGenerators_177647 -- Time elapsed: 0 s
org.eclipse.emf.validation.internal.service.tests.EventTypeServiceTest.test_getNotificationGenerator_177647 -- Time elapsed: 0 s
org.eclipse.emf.validation.marker.tests.MarkerUtilTest.test_clearMarkersFromCleanResource_218765 -- Time elapsed: 0.270 s
org.eclipse.emf.validation.marker.tests.MarkerUtilTest.test_createMarkersInPathWithSpaces_201788 -- Time elapsed: 0.030 s
org.eclipse.emf.validation.marker.tests.MarkerUtilTest.testMarkerCreationOnNestedStatus_295841 -- Time elapsed: 0.027 s
org.eclipse.emf.validation.tests.FrameworkTest.test_providerLiveFilter -- Time elapsed: 0.022 s
org.eclipse.emf.validation.tests.FrameworkTest.test_batchConstraints -- Time elapsed: 0 s
org.eclipse.emf.validation.tests.FrameworkTest.test_providerDynamicErrors -- Time elapsed: 0.001 s
org.eclipse.emf.validation.tests.FrameworkTest.test_qualifiedName -- Time elapsed: 0.001 s
org.eclipse.emf.validation.tests.FrameworkTest.test_lazyConstraintInstantiation -- Time elapsed: 0.001 s
org.eclipse.emf.validation.tests.FrameworkTest.test_constraintXmlErrors -- Time elapsed: 0.007 s
org.eclipse.emf.validation.tests.FrameworkTest.test_constraintCache -- Time elapsed: 0.001 s
org.eclipse.emf.validation.tests.FrameworkTest.test_providerBatchFilter -- Time elapsed: 0.002 s
org.eclipse.emf.validation.tests.FrameworkTest.test_liveConstraints -- Time elapsed: 0 s
org.eclipse.emf.validation.tests.FrameworkTest.test_multiLiveConstraints -- Time elapsed: 0 s
org.eclipse.emf.validation.tests.FrameworkTest.test_providerNameSpaces -- Time elapsed: 0 s
org.eclipse.emf.validation.tests.FrameworkTest.test_providerXmlErrors -- Time elapsed: 0 s
org.eclipse.emf.validation.tests.FrameworkTest.test_subclassInOtherPackage -- Time elapsed: 0 s
org.eclipse.emf.validation.tests.FrameworkTest.test_constraintDynamicErrors -- Time elapsed: 0 s
org.eclipse.emf.validation.tests.FrameworkTest.test_multiPackagesPerProvider -- Time elapsed: 0 s

Results:

Tests run: 222, Failures: 0, Errors: 0, Skipped: 0


(SWT:779): Gdk-CRITICAL **: 07:35:38.303: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
[INFO] All tests passed
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.emf.validation.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/tests/org.eclipse.emf.validation.tests/target/org.eclipse.emf.validation.tests-1.10.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/tests/org.eclipse.emf.validation.tests/target/org.eclipse.emf.validation.tests-1.10.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---< org.eclipse.emf.validation.features:org.eclipse.emf.validation >---
[INFO] Building org.eclipse.emf.validation 1.14.0-SNAPSHOT              [13/21]
[INFO]   from features/org.eclipse.emf.validation-feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.validation.features:org.eclipse.emf.validation:1.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/features/org.eclipse.emf.validation-feature/pom.xml
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.validation ---
[INFO] Deleting /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/features/org.eclipse.emf.validation-feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.validation ---
[INFO] The project's OSGi version is 1.14.0.202403250734
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.emf.validation ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.emf.validation ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.emf.validation ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.emf.validation ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/features/org.eclipse.emf.validation-feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.validation ---
[INFO] 88 system scoped dependencies were not mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.emf.validation ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-feature (default-package-feature) @ org.eclipse.emf.validation ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/features/org.eclipse.emf.validation-feature/target/org.eclipse.emf.validation-1.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.validation ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.validation ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.emf.validation ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/features/org.eclipse.emf.validation-feature/target/org.eclipse.emf.validation-1.14.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.validation ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.emf.validation ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/features/org.eclipse.emf.validation-feature/target/org.eclipse.emf.validation-1.14.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/features/org.eclipse.emf.validation-feature/target/org.eclipse.emf.validation-1.14.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --< org.eclipse.emf.validation.features:org.eclipse.emf.validation.ocl >--
[INFO] Building org.eclipse.emf.validation.ocl 1.14.0-SNAPSHOT          [14/21]
[INFO]   from features/org.eclipse.emf.validation.ocl-feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.validation.features:org.eclipse.emf.validation.ocl:1.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/features/org.eclipse.emf.validation.ocl-feature/pom.xml
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.validation.ocl ---
[INFO] Deleting /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/features/org.eclipse.emf.validation.ocl-feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.validation.ocl ---
[INFO] The project's OSGi version is 1.14.0.202403250734
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.emf.validation.ocl ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.emf.validation.ocl ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.emf.validation.ocl ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.emf.validation.ocl ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/features/org.eclipse.emf.validation.ocl-feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.validation.ocl ---
[INFO] 21 system scoped dependencies were not mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.emf.validation.ocl ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-feature (default-package-feature) @ org.eclipse.emf.validation.ocl ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/features/org.eclipse.emf.validation.ocl-feature/target/org.eclipse.emf.validation.ocl-1.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.validation.ocl ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.validation.ocl ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.emf.validation.ocl ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/features/org.eclipse.emf.validation.ocl-feature/target/org.eclipse.emf.validation.ocl-1.14.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.validation.ocl ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.emf.validation.ocl ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/features/org.eclipse.emf.validation.ocl-feature/target/org.eclipse.emf.validation.ocl-1.14.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/features/org.eclipse.emf.validation.ocl-feature/target/org.eclipse.emf.validation.ocl-1.14.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --< org.eclipse.emf.validation.features:org.eclipse.emf.validation.examples >--
[INFO] Building org.eclipse.emf.validation.examples 1.14.0-SNAPSHOT     [15/21]
[INFO]   from features/org.eclipse.emf.validation.examples-feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.validation.features:org.eclipse.emf.validation.examples:1.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/features/org.eclipse.emf.validation.examples-feature/pom.xml
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.validation.examples ---
[INFO] Deleting /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/features/org.eclipse.emf.validation.examples-feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.validation.examples ---
[INFO] The project's OSGi version is 1.14.0.202403250734
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.emf.validation.examples ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.emf.validation.examples ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.emf.validation.examples ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.emf.validation.examples ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/features/org.eclipse.emf.validation.examples-feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.validation.examples ---
[INFO] 133 system scoped dependencies were not mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.emf.validation.examples ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-feature (default-package-feature) @ org.eclipse.emf.validation.examples ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/features/org.eclipse.emf.validation.examples-feature/target/org.eclipse.emf.validation.examples-1.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.validation.examples ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.validation.examples ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.emf.validation.examples ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/features/org.eclipse.emf.validation.examples-feature/target/org.eclipse.emf.validation.examples-1.14.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.validation.examples ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.emf.validation.examples ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/features/org.eclipse.emf.validation.examples-feature/target/org.eclipse.emf.validation.examples-1.14.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/features/org.eclipse.emf.validation.examples-feature/target/org.eclipse.emf.validation.examples-1.14.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --< org.eclipse.emf.validation.features:org.eclipse.emf.validation.doc >--
[INFO] Building org.eclipse.emf.validation.doc 1.14.0-SNAPSHOT          [16/21]
[INFO]   from features/org.eclipse.emf.validation.doc-feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.validation.features:org.eclipse.emf.validation.doc:1.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/features/org.eclipse.emf.validation.doc-feature/pom.xml
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.validation.doc ---
[INFO] Deleting /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/features/org.eclipse.emf.validation.doc-feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.validation.doc ---
[INFO] The project's OSGi version is 1.14.0.202403250734
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.emf.validation.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.emf.validation.doc ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.emf.validation.doc ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.emf.validation.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/features/org.eclipse.emf.validation.doc-feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.validation.doc ---
[INFO] 82 system scoped dependencies were not mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.emf.validation.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-feature (default-package-feature) @ org.eclipse.emf.validation.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/features/org.eclipse.emf.validation.doc-feature/target/org.eclipse.emf.validation.doc-1.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.validation.doc ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.validation.doc ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.emf.validation.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/features/org.eclipse.emf.validation.doc-feature/target/org.eclipse.emf.validation.doc-1.14.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.validation.doc ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.emf.validation.doc ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/features/org.eclipse.emf.validation.doc-feature/target/org.eclipse.emf.validation.doc-1.14.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/features/org.eclipse.emf.validation.doc-feature/target/org.eclipse.emf.validation.doc-1.14.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --< org.eclipse.emf.validation.features:org.eclipse.emf.validation.tests >--
[INFO] Building org.eclipse.emf.validation.tests 1.14.0-SNAPSHOT        [17/21]
[INFO]   from features/org.eclipse.emf.validation.tests-feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.validation.features:org.eclipse.emf.validation.tests:1.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/features/org.eclipse.emf.validation.tests-feature/pom.xml
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.validation.tests ---
[INFO] Deleting /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/features/org.eclipse.emf.validation.tests-feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.validation.tests ---
[INFO] The project's OSGi version is 1.14.0.202403250734
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.emf.validation.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.emf.validation.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.emf.validation.tests ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.emf.validation.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/features/org.eclipse.emf.validation.tests-feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.validation.tests ---
[INFO] 80 system scoped dependencies were not mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.emf.validation.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-feature (default-package-feature) @ org.eclipse.emf.validation.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/features/org.eclipse.emf.validation.tests-feature/target/org.eclipse.emf.validation.tests-1.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.validation.tests ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.validation.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.emf.validation.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/features/org.eclipse.emf.validation.tests-feature/target/org.eclipse.emf.validation.tests-1.14.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.validation.tests ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.emf.validation.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/features/org.eclipse.emf.validation.tests-feature/target/org.eclipse.emf.validation.tests-1.14.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/features/org.eclipse.emf.validation.tests-feature/target/org.eclipse.emf.validation.tests-1.14.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --< org.eclipse.emf.validation.features:org.eclipse.emf.validation.sdk >--
[INFO] Building org.eclipse.emf.validation.sdk 1.14.0-SNAPSHOT          [18/21]
[INFO]   from features/org.eclipse.emf.validation.sdk-feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.validation.features:org.eclipse.emf.validation.sdk:1.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/features/org.eclipse.emf.validation.sdk-feature/pom.xml
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.validation.sdk ---
[INFO] Deleting /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/features/org.eclipse.emf.validation.sdk-feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.validation.sdk ---
[INFO] The project's OSGi version is 1.14.0.202403250734
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.emf.validation.sdk ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.emf.validation.sdk ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.emf.validation.sdk ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.emf.validation.sdk ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/features/org.eclipse.emf.validation.sdk-feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.validation.sdk ---
[INFO] 92 system scoped dependencies were not mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.emf.validation.sdk ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-feature (default-package-feature) @ org.eclipse.emf.validation.sdk ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/features/org.eclipse.emf.validation.sdk-feature/target/org.eclipse.emf.validation.sdk-1.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.validation.sdk ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.validation.sdk ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.emf.validation.sdk ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/features/org.eclipse.emf.validation.sdk-feature/target/org.eclipse.emf.validation.sdk-1.14.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.validation.sdk ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.emf.validation.sdk ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/features/org.eclipse.emf.validation.sdk-feature/target/org.eclipse.emf.validation.sdk-1.14.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/features/org.eclipse.emf.validation.sdk-feature/target/org.eclipse.emf.validation.sdk-1.14.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --< org.eclipse.emf.validation.features:org.eclipse.emf.validation.master >--
[INFO] Building org.eclipse.emf.validation.master 1.14.0-SNAPSHOT       [19/21]
[INFO]   from features/org.eclipse.emf.validation.master-feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.validation.features:org.eclipse.emf.validation.master:1.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/features/org.eclipse.emf.validation.master-feature/pom.xml
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.validation.master ---
[INFO] Deleting /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/features/org.eclipse.emf.validation.master-feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.validation.master ---
[INFO] The project's OSGi version is 1.14.0.202403250734
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.emf.validation.master ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.emf.validation.master ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.emf.validation.master ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.emf.validation.master ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/features/org.eclipse.emf.validation.master-feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.validation.master ---
[INFO] 133 system scoped dependencies were not mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.emf.validation.master ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-feature (default-package-feature) @ org.eclipse.emf.validation.master ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/features/org.eclipse.emf.validation.master-feature/target/org.eclipse.emf.validation.master-1.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.validation.master ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.validation.master ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.emf.validation.master ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/features/org.eclipse.emf.validation.master-feature/target/org.eclipse.emf.validation.master-1.14.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.validation.master ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.emf.validation.master ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/features/org.eclipse.emf.validation.master-feature/target/org.eclipse.emf.validation.master-1.14.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/features/org.eclipse.emf.validation.master-feature/target/org.eclipse.emf.validation.master-1.14.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --< org.eclipse.emf.validation:org.eclipse.emf.validation.repository >--
[INFO] Building org.eclipse.emf.validation.repository 1.14.0-SNAPSHOT   [20/21]
[INFO]   from releng/org.eclipse.emf.validation.repository/pom.xml
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.validation:org.eclipse.emf.validation.repository:1.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/releng/org.eclipse.emf.validation.repository/pom.xml
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.validation.repository ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.validation.repository ---
[INFO] The project's OSGi version is 1.14.0.202403250734
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean-1) @ org.eclipse.emf.validation.repository ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.emf.validation.repository ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.emf.validation.repository ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/releng/org.eclipse.emf.validation.repository/src/main/resources
[INFO] 
[INFO] --- tycho-p2-publisher:4.0.6:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.emf.validation.repository ---
[INFO] Published profile IUs: [a.jre.javase 11.0.0]
[INFO] Published profile IUs: [a.jre.javase 12.0.0]
[INFO] Published profile IUs: [a.jre.javase 13.0.0]
[INFO] Published profile IUs: [a.jre.javase 14.0.0]
[INFO] Published profile IUs: [a.jre.javase 15.0.0]
[INFO] Published profile IUs: [a.jre.javase 16.0.0]
[INFO] Published profile IUs: [a.jre.javase 17.0.0]
[INFO] Published profile IUs: [a.jre.javase 18.0.0]
[INFO] Published profile IUs: [a.jre.javase 19.0.0]
[INFO] Published profile IUs: [a.jre.javase 20.0.0]
[INFO] Published profile IUs: [a.jre.javase 21.0.0]
[INFO] Published profile IUs: [a.jre.javase 22.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher:4.0.6:publish-products (default-publish-products) @ org.eclipse.emf.validation.repository ---
[INFO] 
[INFO] --- tycho-p2-publisher:4.0.6:publish-categories (default-publish-categories) @ org.eclipse.emf.validation.repository ---
[INFO] 
[INFO] --- tycho-p2-publisher:4.0.6:attach-artifacts (default-attach-artifacts) @ org.eclipse.emf.validation.repository ---
[INFO] 
[INFO] --- tycho-p2-repository:4.0.6:assemble-repository (default-assemble-repository) @ org.eclipse.emf.validation.repository ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.emf.validation.repository ---
[INFO] 
[INFO] --- tycho-p2-repository:4.0.6:archive-repository (default-archive-repository) @ org.eclipse.emf.validation.repository ---
[INFO] Building zip: /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/releng/org.eclipse.emf.validation.repository/target/org.eclipse.emf.validation.repository-1.14.0-SNAPSHOT.zip
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.emf.validation.repository ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.validation.repository ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.emf.validation.repository ---
[INFO] 
[INFO] -----< org.eclipse.emf.validation:org.eclipse.emf.validation.top >------
[INFO] Building org.eclipse.emf.validation.top 1.14.0-SNAPSHOT          [21/21]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.validation.top ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] org.eclipse.emf.validation.releng 1.14.0-SNAPSHOT .. SUCCESS [  1.114 s]
[INFO] org.eclipse.emf.validation.target 1.14.0-SNAPSHOT .. SUCCESS [  0.546 s]
[INFO] org.eclipse.emf.validation 1.9.0-SNAPSHOT .......... SUCCESS [ 15.749 s]
[INFO] org.eclipse.emf.validation.ui 1.8.0-SNAPSHOT ....... SUCCESS [  7.691 s]
[INFO] org.eclipse.emf.validation.ui.ide 1.4.0-SNAPSHOT ... SUCCESS [  3.508 s]
[INFO] org.eclipse.emf.validation.ocl 1.5.0-SNAPSHOT ...... SUCCESS [  2.189 s]
[INFO] org.eclipse.emf.validation.doc 1.5.0-SNAPSHOT ...... SUCCESS [  1.648 s]
[INFO] org.eclipse.emf.validation.examples 1.4.0-SNAPSHOT . SUCCESS [  3.291 s]
[INFO] org.eclipse.emf.validation.examples.adapter 1.3.0-SNAPSHOT SUCCESS [  2.480 s]
[INFO] org.eclipse.emf.validation.examples.general 1.5.0-SNAPSHOT SUCCESS [  2.527 s]
[INFO] org.eclipse.emf.validation.examples.ocl 1.5.0-SNAPSHOT SUCCESS [  2.368 s]
[INFO] org.eclipse.emf.validation.tests 1.10.0-SNAPSHOT ... SUCCESS [ 18.775 s]
[INFO] org.eclipse.emf.validation 1.14.0-SNAPSHOT ......... SUCCESS [  2.430 s]
[INFO] org.eclipse.emf.validation.ocl 1.14.0-SNAPSHOT ..... SUCCESS [  1.745 s]
[INFO] org.eclipse.emf.validation.examples 1.14.0-SNAPSHOT  SUCCESS [  2.294 s]
[INFO] org.eclipse.emf.validation.doc 1.14.0-SNAPSHOT ..... SUCCESS [  2.298 s]
[INFO] org.eclipse.emf.validation.tests 1.14.0-SNAPSHOT ... SUCCESS [  1.794 s]
[INFO] org.eclipse.emf.validation.sdk 1.14.0-SNAPSHOT ..... SUCCESS [  2.336 s]
[INFO] org.eclipse.emf.validation.master 1.14.0-SNAPSHOT .. SUCCESS [  2.377 s]
[INFO] org.eclipse.emf.validation.repository 1.14.0-SNAPSHOT SUCCESS [  1.501 s]
[INFO] org.eclipse.emf.validation.top 1.14.0-SNAPSHOT ..... SUCCESS [  0.014 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:31 min
[INFO] Finished at: 2024-03-25T07:35:58Z
[INFO] ------------------------------------------------------------------------
Exception in thread "Thread-3" java.lang.NoClassDefFoundError: org/eclipse/jgit/internal/JGitText
	at org.eclipse.jgit.internal.util.ShutdownHook.cleanup(ShutdownHook.java:85)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.lang.ClassNotFoundException: org.eclipse.jgit.internal.JGitText
	... 2 more
[migration] $ /bin/sh -xe /tmp/jenkins5952855223219991503.sh
+ '[' -d update-site ']'
+ mkdir update-site
+ cp -R releng/org.eclipse.emf.validation.repository/target/repository/artifacts.jar releng/org.eclipse.emf.validation.repository/target/repository/artifacts.xml.xz releng/org.eclipse.emf.validation.repository/target/repository/content.jar releng/org.eclipse.emf.validation.repository/target/repository/content.xml.xz releng/org.eclipse.emf.validation.repository/target/repository/features releng/org.eclipse.emf.validation.repository/target/repository/p2.index releng/org.eclipse.emf.validation.repository/target/repository/plugins update-site/
+ /bin/sh releng/org.eclipse.emf.validation.repository/emf-validation-jiro-publish.sh
2024-03-25-07:35:58 Using local update-site: /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/releng/org.eclipse.emf.validation.repository/target/repository/
2024-03-25-07:35:58 Publishing as interim (I) build
2024-03-25-07:35:58 Publishing to remote update-site: /home/data/httpd/download.eclipse.org/modeling/emf/validation/updates/interim
2024-03-25-07:35:58 Working in /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/releng/org.eclipse.emf.validation.repository/target/emf-validation-master/jdk=temurin-jdk17-latest,label=migration-publish-tmp
2024-03-25-07:35:58 dropDir is I202403250734
2024-03-25-07:35:58 Copied /home/jenkins/agent/workspace/emf-validation-master/jdk/temurin-jdk17-latest/label/migration/releng/org.eclipse.emf.validation.repository/target/repository/ to local directory updates/interim/I202403250734.
2024-03-25-07:35:58 version is now I202403250734
2024-03-25-07:35:58 Publishing local updates/interim/I202403250734 directory to remote update site /home/data/httpd/download.eclipse.org/modeling/emf/validation/updates/interim/I202403250734
2024-03-25-07:36:00 Add existing update sites to the composite update site repository file.
2024-03-25-07:36:00 Composite entries:  I202311051401 I202312031454 I202312041940 I202403241634 I202403250734
Terminating xvnc.
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 45 killed;
[ssh-agent] Stopped.
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Finished: SUCCESS