Skip to content

Console Output

Started by user Vladimir Piskarev
Running as Vladimir Piskarev
Agent centos-7-rcsnp is provisioned from template centos-7
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30"
    jenkins/label: "migration_jipp-migration_centos-7"
  name: "centos-7-rcsnp"
  namespace: "handly"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.handly.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "centos-7-rcsnp"
    - 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-rcsnp"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.handly.svc.cluster.local/handly/"
    image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-4.13.3"
    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-handly"
      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-rcsnp (centos-7 jipp-migration migration) in workspace /home/jenkins/agent/workspace/1.7.x
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://git.eclipse.org/r/handly/org.eclipse.handly
 > git init /home/jenkins/agent/workspace/1.7.x # timeout=10
Fetching upstream changes from https://git.eclipse.org/r/handly/org.eclipse.handly
 > git --version # timeout=10
 > git --version # 'git version 2.36.1'
 > git fetch --tags --force --progress -- https://git.eclipse.org/r/handly/org.eclipse.handly +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git.eclipse.org/r/handly/org.eclipse.handly # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 78f7a96729212d9aeaebb0ebd7232ae5eda8a607 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 78f7a96729212d9aeaebb0ebd7232ae5eda8a607 # timeout=10
Commit message: "[releng] Use includeMode="planner" in latest.target (amended)"
 > git rev-list --no-walk 78f7a96729212d9aeaebb0ebd7232ae5eda8a607 # timeout=10
$ pkill Xvnc
$ pkill Xrealvnc
$ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*"
[1.7.x] $ Xvnc -help
Starting xvnc
[1.7.x] $ Xvnc :27 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset

Xvnc TigerVNC 1.8.0 - built Nov 16 2020 16:47:50
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


Sat Sep 10 10:00:27 2022
 vncext:      VNC extension running!
 vncext:      Listening for VNC connections on all interface(s), port 5927
 vncext:      created VNC server for screen 0
[1.7.x] $ /bin/sh -xe /tmp/jenkins16158352476643951989.sh
+ rm -rf build
+ mkdir build
+ mkdir build/packages
+ mkdir build/tests
[1.7.x] $ /opt/tools/apache-maven/latest/bin/mvn -f releng/pom.xml -Dmaven.repo.local=/home/jenkins/agent/workspace/1.7.x/.maven/repo clean verify -Psign -Pbree-libs -Pjavadoc -B
Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0)
Maven home: /opt/tools/apache-maven/latest
Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Resolving target definition file:/home/jenkins/agent/workspace/1.7.x/targets/latest/latest.target for environments=[linux/gtk/x86_64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-11' { source level: 11, target level: 11}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@e344f14...
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[INFO] Resolving dependencies of MavenProject: org.eclipse.handly.bundles:org.eclipse.handly:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly/pom.xml
[INFO] Fetching 202209141001&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2022-09/ (63B)
[INFO] Fetching com.google.guava_30.1.0.v20210127-2300.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (2.89MB)
[INFO] Fetching com.google.inject_5.0.1.v20210324-2015.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (802.8kB)
[INFO] Fetching javax.inject_1.0.0.v20220405-0441.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (32.41kB)
[INFO] Fetching org.aopalliance_1.0.0.v20220404-1927.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (14.17kB)
[INFO] Fetching com.ibm.icu_67.1.0.v20200706-1749.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (12.94MB)
[INFO] Fetching com.sun.jna_5.8.0.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (1.65MB)
[INFO] Fetching com.sun.jna.platform_5.8.0.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (1.28MB)
[INFO] Fetching javax.annotation_1.3.5.v20200909-1856.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (46.27kB)
[INFO] Fetching org.eclipse.osgi_3.18.100.v20220817-1601.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (1.47MB)
[INFO] Fetching org.apache.batik.constants_1.14.0.v20210324-0332.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (20.34kB)
[INFO] Fetching org.apache.batik.css_1.14.0.v20210324-0332.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (353.59kB)
[INFO] Fetching org.apache.batik.util_1.14.0.v20210324-0332.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (144.34kB)
[INFO] Fetching org.apache.batik.i18n_1.14.0.v20210324-0332.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (23.5kB)
[INFO] Fetching org.apache.xmlgraphics_2.6.0.v20210409-0748.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (703.81kB)
[INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (95.26kB)
[INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (15.35kB)
[INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (35.59kB)
[INFO] Fetching org.apache.commons.io_2.8.0.v20210415-0900.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (302.53kB)
[INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (71.45kB)
[INFO] Fetching org.apache.felix.scr_2.2.2.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (393.3kB)
[INFO] Fetching org.osgi.service.component_1.5.0.202109301733.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (64.86kB)
[INFO] Fetching org.osgi.util.promise_1.2.0.202109301733.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (81.45kB)
[INFO] Fetching org.eclipse.core.commands_3.10.200.v20220512-0851.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (114.56kB)
[INFO] Fetching org.eclipse.equinox.common_3.16.200.v20220817-1601.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (146.41kB)
[INFO] Fetching org.eclipse.core.contenttype_3.8.200.v20220817-1539.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (101.83kB)
[INFO] Fetching org.eclipse.equinox.preferences_3.10.100.v20220710-1223.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (135.73kB)
[INFO] Fetching org.eclipse.equinox.registry_3.11.200.v20220817-1601.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (196.21kB)
[INFO] Fetching org.eclipse.core.databinding_1.11.100.v20220817-1444.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (289.67kB)
[INFO] Fetching org.eclipse.core.databinding.observable_1.12.0.v20211231-1006.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (313kB)
[INFO] Fetching org.eclipse.core.databinding.property_1.9.0.v20210619-1129.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (163.08kB)
[INFO] Fetching org.eclipse.core.expressions_3.8.200.v20220613-1047.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (93.93kB)
[INFO] Fetching org.eclipse.core.runtime_3.26.0.v20220813-0916.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (74.34kB)
[INFO] Fetching org.eclipse.core.filebuffers_3.7.200.v20220202-1008.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (115.6kB)
[INFO] Fetching org.eclipse.text_3.12.200.v20220817-1340.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (295.31kB)
[INFO] Fetching org.eclipse.core.filesystem_1.9.500.v20220817-1539.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (71.65kB)
[INFO] Fetching org.eclipse.core.jobs_3.13.100.v20220817-1539.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (109.8kB)
[INFO] Fetching org.eclipse.core.resources_3.18.0.v20220828-0546.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (893.32kB)
[INFO] Fetching org.eclipse.equinox.app_1.6.200.v20220720-2012.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (90.9kB)
[INFO] Fetching org.eclipse.e4.core.commands_1.0.200.v20220629-1225.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (27.8kB)
[INFO] Fetching org.eclipse.e4.core.di_1.8.300.v20220817-1539.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (54.29kB)
[INFO] Fetching org.eclipse.e4.core.contexts_1.11.0.v20220716-0839.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (57.49kB)
[INFO] Fetching org.eclipse.e4.core.services_2.3.300.v20220613-1047.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (71.46kB)
[INFO] Fetching org.osgi.service.event_1.4.1.202109301733.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (46.59kB)
[INFO] Fetching org.eclipse.e4.core.di.annotations_1.7.200.v20220613-1008.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (13.81kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions_0.17.200.v20220613-1008.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (12.96kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.16.400.v20220613-1047.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (42.3kB)
[INFO] Fetching org.osgi.service.prefs_1.1.2.202109301733.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (19.69kB)
[INFO] Fetching org.eclipse.e4.emf.xpath_0.3.0.v20210722-1426.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (51.03kB)
[INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (317.8kB)
[INFO] Fetching org.eclipse.emf.ecore_2.28.0.v20220817-1401.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (1.26MB)
[INFO] Fetching org.eclipse.e4.ui.bindings_0.13.100.v20210722-1426.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (45.85kB)
[INFO] Fetching org.eclipse.swt_3.121.0.v20220829-1402.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (18.79kB)
[INFO] Fetching org.eclipse.e4.ui.services_1.5.0.v20210115-1333.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (24.31kB)
[INFO] Fetching org.eclipse.jface_3.27.0.v20220817-1444.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (1.11MB)
[INFO] Fetching org.eclipse.e4.ui.css.core_0.13.300.v20220809-1237.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (215.89kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt_0.14.600.v20220621-1327.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (204.9kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.13.100.v20220310-1056.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (28.11kB)
[INFO] Fetching org.eclipse.e4.ui.di_1.4.0.v20210621-1133.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (16.41kB)
[INFO] Fetching org.eclipse.e4.ui.dialogs_1.3.300.v20220815-1831.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (58.52kB)
[INFO] Fetching org.eclipse.e4.ui.model.workbench_2.2.200.v20220817-1444.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (397.11kB)
[INFO] Fetching org.eclipse.equinox.event_1.6.100.v20211021-1418.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (33.33kB)
[INFO] Fetching org.eclipse.e4.ui.widgets_1.3.0.v20210621-1136.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (13.3kB)
[INFO] Fetching org.eclipse.e4.ui.workbench_1.13.200.v20220808-2019.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (266.92kB)
[INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (89.66kB)
[INFO] Fetching org.eclipse.emf.ecore.xmi_2.17.0.v20220817-1334.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (232.67kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.4.400.v20211102-0453.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (118.14kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.15.600.v20220715-1400.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (252.14kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.16.600.v20220607-1204.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (149.46kB)
[INFO] Fetching org.eclipse.jface.databinding_1.13.0.v20210619-1146.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (295.36kB)
[INFO] Fetching org.eclipse.e4.ui.workbench3_0.16.0.v20210619-0956.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (21.08kB)
[INFO] Fetching org.eclipse.urischeme_1.2.100.v20211001-1648.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (51.9kB)
[INFO] Fetching org.eclipse.emf.common_2.26.0.v20220817-1401.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (369.7kB)
[INFO] Fetching org.eclipse.ltk.core.refactoring_3.13.0.v20220822-0502.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (343.24kB)
[INFO] Fetching org.eclipse.ui_3.201.100.v20220826-1037.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (434.35kB)
[INFO] Fetching org.eclipse.help_3.9.100.v20210721-0601.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (270.25kB)
[INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.121.0.v20220829-1402.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (2.06MB)
[INFO] Fetching org.eclipse.ui.workbench_3.126.0.v20220823-0718.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (3.49MB)
[INFO] Fetching org.osgi.util.function_1.2.0.202109301733.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (23.09kB)
[INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (21.23kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.handly.bundles:org.eclipse.handly.tests:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.tests/pom.xml
[INFO] Fetching org.bouncycastle.bcpg_1.71.0.v20220723-1943.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (379.48kB)
[INFO] Fetching org.bouncycastle.bcprov_1.71.0.v20220723-1943.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (6.02MB)
[INFO] Fetching org.eclipse.compare_3.8.500.v20220812-1406.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (806.64kB)
[INFO] Fetching org.eclipse.jface.text_3.21.0.v20220817-1340.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (1.04MB)
[INFO] Fetching org.eclipse.ui.ide_3.19.100.v20220820-0412.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (2.41MB)
[INFO] Fetching org.eclipse.ui.views_3.11.200.v20220817-1444.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (107.38kB)
[INFO] Fetching org.eclipse.ui.workbench.texteditor_3.16.600.v20220809-1658.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (690.83kB)
[INFO] Fetching org.eclipse.ui.editors_3.14.400.v20220730-1844.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (620.52kB)
[INFO] Fetching org.eclipse.ui.forms_3.11.400.v20220817-1444.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (331.65kB)
[INFO] Fetching org.eclipse.compare.core_3.7.100.v20220812-1406.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (69.26kB)
[INFO] Fetching org.eclipse.core.net_1.4.0.v20220813-1037.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (49.45kB)
[INFO] Fetching org.eclipse.equinox.security_1.3.1000.v20220801-1135.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (115.07kB)
[INFO] Fetching org.eclipse.e4.ui.ide_3.16.100.v20220310-1350.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (11.51kB)
[INFO] Fetching org.eclipse.equinox.bidi_1.4.200.v20220710-1223.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (52.55kB)
[INFO] Fetching org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (52.65kB)
[INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.4.500.v20220420-1427.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (169.5kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata_2.6.300.v20220817-1208.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (362.07kB)
[INFO] Fetching org.tukaani.xz_1.9.0.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (113.29kB)
[INFO] Fetching org.eclipse.equinox.p2.core_2.9.200.v20220817-1208.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (79.47kB)
[INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.2.300.v20220420-1427.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (68.04kB)
[INFO] Fetching org.eclipse.equinox.p2.repository_2.6.200.v20220819-1949.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (176.33kB)
[INFO] Fetching org.eclipse.equinox.p2.engine_2.7.500.v20220817-1208.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (221.38kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.4.100.v20220329-1456.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (132.68kB)
[INFO] Fetching org.junit_4.13.2.v20211018-1956.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (421.77kB)
[INFO] Fetching org.eclipse.ltk.ui.refactoring_3.12.200.v20220808-2221.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (470.76kB)
[INFO] Fetching org.eclipse.ui.navigator_3.10.300.v20220817-1444.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (424.9kB)
[INFO] Fetching org.eclipse.team.core_3.9.500.v20220817-1539.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (402.85kB)
[INFO] Fetching org.eclipse.team.ui_3.9.400.v20220817-1539.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (1.42MB)
[INFO] Fetching org.eclipse.ui.ide.application_1.4.500.v20220623-0641.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (114.89kB)
[INFO] Fetching org.eclipse.ui.navigator.resources_3.8.400.v20220203-1803.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (172.29kB)
[INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.9.200.v20220717-1456.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (110.71kB)
[INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (65.43kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.handly.bundles:org.eclipse.handly.ui:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.ui/pom.xml
[INFO] Fetching org.eclipse.search_3.14.200.v20220817-1340.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (492.05kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.handly.bundles:org.eclipse.handly.xtext:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.xtext/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.handly.bundles:org.eclipse.handly.xtext.ui:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.xtext.ui/pom.xml
[INFO] Fetching io.github.classgraph_4.8.138.v20211212-1642.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (590.15kB)
[INFO] Fetching org.antlr.runtime_3.2.0.v20220404-1927.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (169.92kB)
[INFO] Fetching org.apache.log4j_1.2.19.v20220208-1728.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (358.42kB)
[INFO] Fetching org.eclipse.core.variables_3.5.100.v20210721-1355.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (35.64kB)
[INFO] Fetching org.eclipse.debug.core_3.20.0.v20220811-0741.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (400.2kB)
[INFO] Fetching org.eclipse.emf.common.ui_2.20.0.v20220226-1304.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (165.3kB)
[INFO] Fetching org.eclipse.emf.edit_2.17.0.v20220201-1551.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (296.74kB)
[INFO] Fetching org.eclipse.emf.edit.ui_2.22.0.v20220619-0533.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (348.72kB)
[INFO] Fetching org.eclipse.xtext.ui_2.28.0.v20220829-0502.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (1.88MB)
[INFO] Fetching org.eclipse.xtext.common.types_2.28.0.v20220829-0445.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (501.04kB)
[INFO] Fetching org.eclipse.jdt.core_3.31.0.v20220831-1439.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (6.71MB)
[INFO] Fetching org.eclipse.jdt.debug_3.19.300.v20220812-1529.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (915.36kB)
[INFO] Fetching org.eclipse.jdt.launching_3.19.700.v20220730-1850.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (570.26kB)
[INFO] Fetching org.eclipse.xtend.lib_2.28.0.v20220829-0436.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (109.91kB)
[INFO] Fetching org.eclipse.xtext.xbase.lib_2.28.0.v20220829-0436.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (162.36kB)
[INFO] Fetching org.eclipse.xtend.lib.macro_2.28.0.v20220829-0436.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (77.87kB)
[INFO] Fetching org.eclipse.xtext_2.28.0.v20220829-0438.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (2.62MB)
[INFO] Fetching org.eclipse.xtext.util_2.28.0.v20220829-0438.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (307.81kB)
[INFO] Fetching org.objectweb.asm_9.3.0.v20220409-0157.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (132.86kB)
[INFO] Fetching org.eclipse.xtext.ide_2.28.0.v20220829-0438.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (491.39kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.handly.bundles:org.eclipse.handly.junit:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.junit/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.handly.bundles:org.eclipse.handly.examples:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.handly.bundles:org.eclipse.handly.examples.adapter:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples.adapter/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.handly.bundles:org.eclipse.handly.examples.adapter.ui:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples.adapter.ui/pom.xml
[INFO] Fetching org.eclipse.debug.ui_3.17.0.v20220817-1312.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (3MB)
[INFO] Fetching org.eclipse.ui.console_3.11.300.v20220811-1921.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (245.02kB)
[INFO] Fetching org.eclipse.jdt.ui_3.27.0.v20220824-0714.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (11.18MB)
[INFO] Fetching org.eclipse.jdt.core.manipulation_1.16.200.v20220824-0551.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (2.02MB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.handly.bundles:org.eclipse.handly.examples.basic:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples.basic/pom.xml
[INFO] Fetching org.apache.ant_1.10.12.v20211102-1452.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (2.96MB)
[INFO] Fetching org.apache.commons.cli_1.4.0.v20200417-1444.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (64.23kB)
[INFO] Fetching org.eclipse.emf.codegen_2.22.0.v20210420-0623.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (362.45kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore_2.31.0.v20220730-0849.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (1.07MB)
[INFO] Fetching org.eclipse.emf.mwe.core_1.7.0.v20220519-1115.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (193.98kB)
[INFO] Fetching org.eclipse.emf.mwe2.runtime_2.13.0.v20220519-1115.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (16.4kB)
[INFO] Fetching org.eclipse.emf.mwe.utils_1.7.0.v20220519-1115.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (40.19kB)
[INFO] Fetching org.eclipse.emf.mwe2.language_2.13.0.v20220519-1115.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (230.3kB)
[INFO] Fetching org.eclipse.emf.mwe2.launch_2.13.0.v20220519-1115.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (23.93kB)
[INFO] Fetching org.eclipse.xtext.generator_2.28.0.v20220829-0445.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (856.56kB)
[INFO] Fetching org.eclipse.xpand_2.2.0.v201605260315.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (228.7kB)
[INFO] Fetching org.eclipse.xtend_2.2.0.v201605260315.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (535.07kB)
[INFO] Fetching org.eclipse.xtend.typesystem.emf_2.2.0.v201605260315.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (64.36kB)
[INFO] Fetching org.eclipse.xtext.ecore_2.28.0.v20220829-0445.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (17.8kB)
[INFO] Fetching org.eclipse.xtext.xtext.generator_2.28.0.v20220829-0438.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (969.15kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.handly.bundles:org.eclipse.handly.examples.basic.ide:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples.basic.ide/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.handly.bundles:org.eclipse.handly.examples.basic.ui:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples.basic.ui/pom.xml
[INFO] Fetching org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (185.76kB)
[INFO] Fetching org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (124.92kB)
[INFO] Fetching org.eclipse.xtext.ui.shared_2.28.0.v20220829-0502.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (62.46kB)
[INFO] Fetching org.eclipse.xtext.builder_2.28.0.v20220829-0502.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (393.82kB)
[INFO] Fetching org.eclipse.xtext.common.types.ui_2.28.0.v20220829-0502.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (258.72kB)
[INFO] Fetching org.eclipse.xtext.smap_2.28.0.v20220829-0445.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (20.99kB)
[INFO] Fetching org.eclipse.xtext.common.types.edit_2.28.0.v20220829-0502.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (250.01kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.handly.bundles:org.eclipse.handly.examples.basic.ui.tests:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples.basic.ui.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.handly.bundles:org.eclipse.handly.examples.jmodel:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples.jmodel/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.handly.bundles:org.eclipse.handly.examples.jmodel.tests:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples.jmodel.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.handly.bundles:org.eclipse.handly.examples.jmodel.ui:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples.jmodel.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.handly.bundles:org.eclipse.handly.examples.xtext.xtext.ui:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples.xtext.xtext.ui/pom.xml
[INFO] Fetching org.eclipse.ant.core_3.6.500.v20220718-1722.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (109.43kB)
[INFO] Fetching org.eclipse.ant.launching_1.3.400.v20220718-1722.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (163.1kB)
[INFO] Fetching org.eclipse.core.externaltools_1.2.300.v20220618-1805.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (42.71kB)
[INFO] Fetching org.eclipse.ant.ui_3.8.300.v20220718-1722.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (1.04MB)
[INFO] Fetching org.eclipse.ui.externaltools_3.5.200.v20220618-1805.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (142.66kB)
[INFO] Fetching org.eclipse.jdt.debug.ui_3.12.800.v20220813-1738.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (1.67MB)
[INFO] Fetching org.eclipse.jdt.junit_3.15.0.v20220815-1918.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (543.35kB)
[INFO] Fetching org.eclipse.core.databinding.beans_1.8.0.v20210619-1111.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (92.92kB)
[INFO] Fetching org.eclipse.osgi.services_3.11.0.v20220618-0838.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (48.17kB)
[INFO] Fetching org.eclipse.e4.ui.progress_0.3.500.v20220717-1456.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (212.62kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin_2.2.100.v20220817-1208.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (38.37kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.2.200.v20220315-2155.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (69.13kB)
[INFO] Fetching org.eclipse.equinox.p2.director_2.5.400.v20220817-1208.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (112.39kB)
[INFO] Fetching org.sat4j.core_2.3.6.v20201214.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (429.55kB)
[INFO] Fetching org.sat4j.pb_2.3.6.v20201214.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (432.64kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.4.100.v20220620-1617.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (48.41kB)
[INFO] Fetching org.eclipse.equinox.p2.director.app_1.2.200.v20220802-0626.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (61.67kB)
[INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.3.0.v20210316-1209.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (31.04kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.3.300.v20220817-1208.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (133.75kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher_1.7.200.v20220805-0804.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (103.71kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.4.100.v20220420-1427.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (242.35kB)
[INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.4.100.v20220213-0541.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (35.63kB)
[INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.2.0.v20210316-1209.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (24.82kB)
[INFO] Fetching org.eclipse.equinox.p2.operations_2.6.100.v20220817-1208.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (77.31kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.2.0.v20210315-2228.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (26.34kB)
[INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.3.100.v20220504-1755.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (252.96kB)
[INFO] Fetching org.eclipse.equinox.p2.ui_2.7.600.v20220817-1208.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (662.94kB)
[INFO] Fetching org.eclipse.equinox.security.ui_1.3.300.v20220710-1223.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (172.38kB)
[INFO] Fetching org.eclipse.xtext.xtext.ui_2.28.0.v20220829-0502.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (254.98kB)
[INFO] Fetching org.eclipse.jdt.junit.runtime_3.7.0.v20220609-1843.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (58.99kB)
[INFO] Fetching org.eclipse.jdt.junit.core_3.11.400.v20220715-1030.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (178.38kB)
[INFO] Fetching org.osgi.service.wireadmin_1.0.2.202109301733.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (42.85kB)
[INFO] Fetching org.osgi.service.provisioning_1.2.0.201505202024.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (13.38kB)
[INFO] Fetching org.osgi.service.upnp_1.2.1.202109301733.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (30.58kB)
[INFO] Fetching org.osgi.service.useradmin_1.1.1.202109301733.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (35.82kB)
[INFO] Fetching org.osgi.service.device_1.1.1.202109301733.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (19.88kB)
[INFO] Fetching org.osgi.service.cm_1.6.1.202109301733.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (54.28kB)
[INFO] Fetching org.osgi.service.metatype_1.4.1.202109301733.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (29.67kB)
[INFO] Fetching org.eclipse.pde.build_3.11.300.v20220822-0532.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (495.63kB)
[INFO] Fetching org.eclipse.pde.core_3.15.300.v20220822-0845.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (1.36MB)
[INFO] Fetching org.eclipse.pde.launching_3.10.100.v20220727-1044.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (142.76kB)
[INFO] Fetching org.eclipse.pde.ui_3.13.600.v20220831-0712.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (4.54MB)
[INFO] Fetching org.eclipse.ui.intro_3.6.600.v20220619-1918.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (346.47kB)
[INFO] Fetching org.eclipse.ui.cheatsheets_3.7.400.v20220715-1705.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (387.2kB)
[INFO] Fetching org.eclipse.ui.views.log_1.3.300.v20220717-1456.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (174.02kB)
[INFO] Fetching org.eclipse.ui.genericeditor_1.2.200.v20211217-1247.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (152.75kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates_2.28.0.v20220829-0502.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (195.41kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide_2.28.0.v20220829-0502.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (134.64kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.28.0.v20220829-0502.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (134.96kB)
[INFO] Fetching org.eclipse.xtext.xtext.ide_2.28.0.v20220829-0438.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (121.66kB)
[INFO] Fetching org.eclipse.xtext.xtext.wizard_2.28.0.v20220829-0438.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (232.46kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.handly.features:org.eclipse.handly:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.handly.features:org.eclipse.handly.xtext:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.xtext-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.handly.features:org.eclipse.handly.examples:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.handly.features:org.eclipse.handly.tests:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.tests-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.handly:repository:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/1.7.x/repository/pom.xml
[WARNING] The project org.eclipse.handly:releng:pom:1.7.0-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] releng                                                             [pom]
[INFO] org.eclipse.handly                                      [eclipse-plugin]
[INFO] org.eclipse.handly.junit                                [eclipse-plugin]
[INFO] org.eclipse.handly.tests                           [eclipse-test-plugin]
[INFO] org.eclipse.handly.ui                                   [eclipse-plugin]
[INFO] org.eclipse.handly.xtext                                [eclipse-plugin]
[INFO] org.eclipse.handly.xtext.ui                             [eclipse-plugin]
[INFO] org.eclipse.handly.examples                             [eclipse-plugin]
[INFO] org.eclipse.handly.examples.adapter                     [eclipse-plugin]
[INFO] org.eclipse.handly.examples.adapter.ui                  [eclipse-plugin]
[INFO] org.eclipse.handly.examples.basic                       [eclipse-plugin]
[INFO] org.eclipse.handly.examples.basic.ide                   [eclipse-plugin]
[INFO] org.eclipse.handly.examples.basic.ui                    [eclipse-plugin]
[INFO] org.eclipse.handly.examples.basic.ui.tests         [eclipse-test-plugin]
[INFO] org.eclipse.handly.examples.jmodel                      [eclipse-plugin]
[INFO] org.eclipse.handly.examples.jmodel.tests           [eclipse-test-plugin]
[INFO] org.eclipse.handly.examples.jmodel.ui                   [eclipse-plugin]
[INFO] org.eclipse.handly.examples.xtext.xtext.ui              [eclipse-plugin]
[INFO] org.eclipse.handly-feature                             [eclipse-feature]
[INFO] org.eclipse.handly.xtext-feature                       [eclipse-feature]
[INFO] org.eclipse.handly.examples-feature                    [eclipse-feature]
[INFO] org.eclipse.handly.tests-feature                       [eclipse-feature]
[INFO] repository                                          [eclipse-repository]
[INFO] targets                                                            [pom]
[INFO] base.target                                  [eclipse-target-definition]
[INFO] latest.target                                [eclipse-target-definition]
[INFO] 
[INFO] ---------------------< org.eclipse.handly:releng >----------------------
[INFO] Building releng 1.7.0-SNAPSHOT                                    [1/26]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ releng ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.3:plugin-source (plugin-source) @ releng ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.3:feature-source (feature-source) @ releng ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ releng ---
[INFO] 
[INFO] -----------< org.eclipse.handly.bundles:org.eclipse.handly >------------
[INFO] Building org.eclipse.handly 1.7.0-SNAPSHOT                        [2/26]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.handly ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:build-qualifier (default-build-qualifier) @ org.eclipse.handly ---
[INFO] The project's OSGi version is 1.7.0.v20220910-1000
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:validate-id (default-validate-id) @ org.eclipse.handly ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:validate-version (default-validate-version) @ org.eclipse.handly ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.3:target-platform (default-target-platform) @ org.eclipse.handly ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.3:validate-classpath (default-validate-classpath) @ org.eclipse.handly ---
[INFO] Resolving class path of org.eclipse.handly...
[INFO] Fetching org.eclipse.osgi.compatibility.state_1.2.700.v20220722-0431.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (251kB)
[INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.400.v20220812-1420.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (13.13kB)
[INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.1.100.v20210108-1832.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (10.74kB)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.handly ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.3:compile (default-compile) @ org.eclipse.handly ---
[INFO] Compiling 126 source files to /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:2.7.3:declarative-services (default-declarative-services) @ org.eclipse.handly ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.handly ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.3:testCompile (default-testCompile) @ org.eclipse.handly ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.handly ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.handly ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.3:plugin-source (plugin-source) @ org.eclipse.handly ---
[INFO] Building jar: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly/target/org.eclipse.handly-1.7.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:package-plugin (default-package-plugin) @ org.eclipse.handly ---
[INFO] Building jar: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly/target/org.eclipse.handly-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.handly ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.3:feature-source (feature-source) @ org.eclipse.handly ---
[INFO] 
[INFO] --- tycho-surefire-plugin:2.7.3:integration-test (default-integration-test) @ org.eclipse.handly ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.handly ---
[INFO] No tests to run.
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.handly ---
[INFO] Signing jar: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly/target/org.eclipse.handly-1.7.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly/target/org.eclipse.handly-1.7.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------< org.eclipse.handly.bundles:org.eclipse.handly.junit >---------
[INFO] Building org.eclipse.handly.junit 1.7.0-SNAPSHOT                  [3/26]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.handly.junit ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:build-qualifier (default-build-qualifier) @ org.eclipse.handly.junit ---
[INFO] The project's OSGi version is 1.7.0.v20220910-1000
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:validate-id (default-validate-id) @ org.eclipse.handly.junit ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:validate-version (default-validate-version) @ org.eclipse.handly.junit ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.3:target-platform (default-target-platform) @ org.eclipse.handly.junit ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.3:validate-classpath (default-validate-classpath) @ org.eclipse.handly.junit ---
[INFO] Resolving class path of org.eclipse.handly.junit...
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.handly.junit ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.junit/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.3:compile (default-compile) @ org.eclipse.handly.junit ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.junit/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:2.7.3:declarative-services (default-declarative-services) @ org.eclipse.handly.junit ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.handly.junit ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.junit/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.3:testCompile (default-testCompile) @ org.eclipse.handly.junit ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.handly.junit ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.handly.junit ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.3:plugin-source (plugin-source) @ org.eclipse.handly.junit ---
[INFO] Building jar: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.junit/target/org.eclipse.handly.junit-1.7.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:package-plugin (default-package-plugin) @ org.eclipse.handly.junit ---
[INFO] Building jar: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.junit/target/org.eclipse.handly.junit-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.handly.junit ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.3:feature-source (feature-source) @ org.eclipse.handly.junit ---
[INFO] 
[INFO] --- tycho-surefire-plugin:2.7.3:integration-test (default-integration-test) @ org.eclipse.handly.junit ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.handly.junit ---
[INFO] No tests to run.
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.handly.junit ---
[INFO] Signing jar: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.junit/target/org.eclipse.handly.junit-1.7.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.junit/target/org.eclipse.handly.junit-1.7.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------< org.eclipse.handly.bundles:org.eclipse.handly.tests >---------
[INFO] Building org.eclipse.handly.tests 1.7.0-SNAPSHOT                  [4/26]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.handly.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:build-qualifier (default-build-qualifier) @ org.eclipse.handly.tests ---
[INFO] The project's OSGi version is 1.7.0.v20220910-1000
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:validate-id (default-validate-id) @ org.eclipse.handly.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:validate-version (default-validate-version) @ org.eclipse.handly.tests ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.3:target-platform (default-target-platform) @ org.eclipse.handly.tests ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.3:validate-classpath (default-validate-classpath) @ org.eclipse.handly.tests ---
[INFO] Resolving class path of org.eclipse.handly.tests...
[INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.600.v20220720-1916.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (87.79kB)
[INFO] Fetching org.eclipse.equinox.security.linux_1.0.200.v20210616-0726.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (23.39kB)
[INFO] Fetching org.eclipse.core.net.linux_1.0.200.v20220812-1406.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (16.24kB)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.handly.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.3:compile (default-compile) @ org.eclipse.handly.tests ---
[INFO] Compiling 51 source files to /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.tests/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.handly.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.handly.tests ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.3:plugin-source (plugin-source) @ org.eclipse.handly.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.tests/target/org.eclipse.handly.tests-1.7.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:package-plugin (default-package-plugin) @ org.eclipse.handly.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.tests/target/org.eclipse.handly.tests-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.handly.tests ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.3:feature-source (feature-source) @ org.eclipse.handly.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:2.7.3:test (default-test) @ org.eclipse.handly.tests ---
[INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-11/latest/bin/java)
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-11/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/1.7.x/.maven/repo/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/1.7.x/org.eclipse.handly.tests/target/work/data, -install, /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.tests/target/work, -configuration, /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.tests/target/surefire.properties]
Running org.eclipse.handly.model.impl.support.BodyTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.178 s - in org.eclipse.handly.model.impl.support.BodyTest
test1(org.eclipse.handly.model.impl.support.BodyTest)  Time elapsed: 0.137 s
test2(org.eclipse.handly.model.impl.support.BodyTest)  Time elapsed: 0.001 s
test3(org.eclipse.handly.model.impl.support.BodyTest)  Time elapsed: 0 s
Running org.eclipse.handly.model.impl.support.ElementDeltaTest
Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s - in org.eclipse.handly.model.impl.support.ElementDeltaTest
test00(org.eclipse.handly.model.impl.support.ElementDeltaTest)  Time elapsed: 0.004 s
test01(org.eclipse.handly.model.impl.support.ElementDeltaTest)  Time elapsed: 0 s
test02(org.eclipse.handly.model.impl.support.ElementDeltaTest)  Time elapsed: 0 s
test03(org.eclipse.handly.model.impl.support.ElementDeltaTest)  Time elapsed: 0.001 s
test04(org.eclipse.handly.model.impl.support.ElementDeltaTest)  Time elapsed: 0 s
test05(org.eclipse.handly.model.impl.support.ElementDeltaTest)  Time elapsed: 0 s
test06(org.eclipse.handly.model.impl.support.ElementDeltaTest)  Time elapsed: 0 s
test07(org.eclipse.handly.model.impl.support.ElementDeltaTest)  Time elapsed: 0 s
test08(org.eclipse.handly.model.impl.support.ElementDeltaTest)  Time elapsed: 0 s
test09(org.eclipse.handly.model.impl.support.ElementDeltaTest)  Time elapsed: 0.001 s
test10(org.eclipse.handly.model.impl.support.ElementDeltaTest)  Time elapsed: 0 s
test11(org.eclipse.handly.model.impl.support.ElementDeltaTest)  Time elapsed: 0 s
test12(org.eclipse.handly.model.impl.support.ElementDeltaTest)  Time elapsed: 0 s
test13(org.eclipse.handly.model.impl.support.ElementDeltaTest)  Time elapsed: 0 s
test14(org.eclipse.handly.model.impl.support.ElementDeltaTest)  Time elapsed: 0 s
test15(org.eclipse.handly.model.impl.support.ElementDeltaTest)  Time elapsed: 0 s
test16(org.eclipse.handly.model.impl.support.ElementDeltaTest)  Time elapsed: 0 s
test17(org.eclipse.handly.model.impl.support.ElementDeltaTest)  Time elapsed: 0 s
test18(org.eclipse.handly.model.impl.support.ElementDeltaTest)  Time elapsed: 0 s
test19(org.eclipse.handly.model.impl.support.ElementDeltaTest)  Time elapsed: 0 s
test20(org.eclipse.handly.model.impl.support.ElementDeltaTest)  Time elapsed: 0 s
test21(org.eclipse.handly.model.impl.support.ElementDeltaTest)  Time elapsed: 0 s
test22(org.eclipse.handly.model.impl.support.ElementDeltaTest)  Time elapsed: 0.001 s
test23(org.eclipse.handly.model.impl.support.ElementDeltaTest)  Time elapsed: 0 s
test24(org.eclipse.handly.model.impl.support.ElementDeltaTest)  Time elapsed: 0 s
test25(org.eclipse.handly.model.impl.support.ElementDeltaTest)  Time elapsed: 0 s
test26(org.eclipse.handly.model.impl.support.ElementDeltaTest)  Time elapsed: 0.001 s
test27(org.eclipse.handly.model.impl.support.ElementDeltaTest)  Time elapsed: 0 s
test28(org.eclipse.handly.model.impl.support.ElementDeltaTest)  Time elapsed: 0 s
test29(org.eclipse.handly.model.impl.support.ElementDeltaTest)  Time elapsed: 0 s
test30(org.eclipse.handly.model.impl.support.ElementDeltaTest)  Time elapsed: 0.001 s
test31(org.eclipse.handly.model.impl.support.ElementDeltaTest)  Time elapsed: 0 s
test32(org.eclipse.handly.model.impl.support.ElementDeltaTest)  Time elapsed: 0.005 s
test33(org.eclipse.handly.model.impl.support.ElementDeltaTest)  Time elapsed: 0.004 s
testMalformedDeltaTree(org.eclipse.handly.model.impl.support.ElementDeltaTest)  Time elapsed: 0.001 s
testBug456060(org.eclipse.handly.model.impl.support.ElementDeltaTest)  Time elapsed: 0 s
testDefaultFindDelta(org.eclipse.handly.model.impl.support.ElementDeltaTest)  Time elapsed: 0 s
Running org.eclipse.handly.model.impl.support.SourceElementBodyTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.handly.model.impl.support.SourceElementBodyTest
test1(org.eclipse.handly.model.impl.support.SourceElementBodyTest)  Time elapsed: 0.001 s
Running org.eclipse.handly.model.impl.support.SourceFileTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.284 s - in org.eclipse.handly.model.impl.support.SourceFileTest
test01(org.eclipse.handly.model.impl.support.SourceFileTest)  Time elapsed: 0.14 s
test02(org.eclipse.handly.model.impl.support.SourceFileTest)  Time elapsed: 0.022 s
test03(org.eclipse.handly.model.impl.support.SourceFileTest)  Time elapsed: 0.029 s
test04(org.eclipse.handly.model.impl.support.SourceFileTest)  Time elapsed: 0.012 s
test05(org.eclipse.handly.model.impl.support.SourceFileTest)  Time elapsed: 0.016 s
test06(org.eclipse.handly.model.impl.support.SourceFileTest)  Time elapsed: 0.011 s
test07(org.eclipse.handly.model.impl.support.SourceFileTest)  Time elapsed: 0.027 s
test08(org.eclipse.handly.model.impl.support.SourceFileTest)  Time elapsed: 0.011 s
test09(org.eclipse.handly.model.impl.support.SourceFileTest)  Time elapsed: 0.009 s
Running org.eclipse.handly.model.impl.support.ElementChangeListenerListTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.handly.model.impl.support.ElementChangeListenerListTest
test1(org.eclipse.handly.model.impl.support.ElementChangeListenerListTest)  Time elapsed: 0.001 s
test2(org.eclipse.handly.model.impl.support.ElementChangeListenerListTest)  Time elapsed: 0 s
test3(org.eclipse.handly.model.impl.support.ElementChangeListenerListTest)  Time elapsed: 0 s
Running org.eclipse.handly.model.impl.support.OutOfSyncSourceFileTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s - in org.eclipse.handly.model.impl.support.OutOfSyncSourceFileTest
testInSync(org.eclipse.handly.model.impl.support.OutOfSyncSourceFileTest)  Time elapsed: 0.029 s
testOutOfSync(org.eclipse.handly.model.impl.support.OutOfSyncSourceFileTest)  Time elapsed: 0.013 s
Running org.eclipse.handly.model.impl.support.ElementManagerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.handly.model.impl.support.ElementManagerTest
test1(org.eclipse.handly.model.impl.support.ElementManagerTest)  Time elapsed: 0.001 s
test2(org.eclipse.handly.model.impl.support.ElementManagerTest)  Time elapsed: 0.002 s
Running org.eclipse.handly.model.impl.support.ElementDeltaPerformanceTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.174 s - in org.eclipse.handly.model.impl.support.ElementDeltaPerformanceTest
testFindDeltaPerformance(org.eclipse.handly.model.impl.support.ElementDeltaPerformanceTest)  Time elapsed: 0.173 s
Running org.eclipse.handly.model.impl.support.ElementCacheTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.handly.model.impl.support.ElementCacheTest
test1(org.eclipse.handly.model.impl.support.ElementCacheTest)  Time elapsed: 0.001 s
test2(org.eclipse.handly.model.impl.support.ElementCacheTest)  Time elapsed: 0 s
test3(org.eclipse.handly.model.impl.support.ElementCacheTest)  Time elapsed: 0 s
test4(org.eclipse.handly.model.impl.support.ElementCacheTest)  Time elapsed: 0.001 s
test5(org.eclipse.handly.model.impl.support.ElementCacheTest)  Time elapsed: 0.001 s
Running org.eclipse.handly.model.impl.support.ElementChangeRecorderTest
Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.handly.model.impl.support.ElementChangeRecorderTest
test01(org.eclipse.handly.model.impl.support.ElementChangeRecorderTest)  Time elapsed: 0.001 s
test02(org.eclipse.handly.model.impl.support.ElementChangeRecorderTest)  Time elapsed: 0 s
test03(org.eclipse.handly.model.impl.support.ElementChangeRecorderTest)  Time elapsed: 0 s
test04(org.eclipse.handly.model.impl.support.ElementChangeRecorderTest)  Time elapsed: 0 s
test05(org.eclipse.handly.model.impl.support.ElementChangeRecorderTest)  Time elapsed: 0 s
test06(org.eclipse.handly.model.impl.support.ElementChangeRecorderTest)  Time elapsed: 0 s
test07(org.eclipse.handly.model.impl.support.ElementChangeRecorderTest)  Time elapsed: 0 s
test08(org.eclipse.handly.model.impl.support.ElementChangeRecorderTest)  Time elapsed: 0.001 s
test09(org.eclipse.handly.model.impl.support.ElementChangeRecorderTest)  Time elapsed: 0 s
test10(org.eclipse.handly.model.impl.support.ElementChangeRecorderTest)  Time elapsed: 0 s
test11(org.eclipse.handly.model.impl.support.ElementChangeRecorderTest)  Time elapsed: 0 s
test12(org.eclipse.handly.model.impl.support.ElementChangeRecorderTest)  Time elapsed: 0 s
test13(org.eclipse.handly.model.impl.support.ElementChangeRecorderTest)  Time elapsed: 0.001 s
test14(org.eclipse.handly.model.impl.support.ElementChangeRecorderTest)  Time elapsed: 0 s
test15(org.eclipse.handly.model.impl.support.ElementChangeRecorderTest)  Time elapsed: 0 s
test16(org.eclipse.handly.model.impl.support.ElementChangeRecorderTest)  Time elapsed: 0 s
test17(org.eclipse.handly.model.impl.support.ElementChangeRecorderTest)  Time elapsed: 0 s
test18(org.eclipse.handly.model.impl.support.ElementChangeRecorderTest)  Time elapsed: 0 s
test19(org.eclipse.handly.model.impl.support.ElementChangeRecorderTest)  Time elapsed: 0 s
test20(org.eclipse.handly.model.impl.support.ElementChangeRecorderTest)  Time elapsed: 0 s
test21(org.eclipse.handly.model.impl.support.ElementChangeRecorderTest)  Time elapsed: 0 s
test22(org.eclipse.handly.model.impl.support.ElementChangeRecorderTest)  Time elapsed: 0 s
test23(org.eclipse.handly.model.impl.support.ElementChangeRecorderTest)  Time elapsed: 0 s
test24(org.eclipse.handly.model.impl.support.ElementChangeRecorderTest)  Time elapsed: 0 s
test25(org.eclipse.handly.model.impl.support.ElementChangeRecorderTest)  Time elapsed: 0 s
test26(org.eclipse.handly.model.impl.support.ElementChangeRecorderTest)  Time elapsed: 0 s
test27(org.eclipse.handly.model.impl.support.ElementChangeRecorderTest)  Time elapsed: 0 s
test28(org.eclipse.handly.model.impl.support.ElementChangeRecorderTest)  Time elapsed: 0.001 s
test29(org.eclipse.handly.model.impl.support.ElementChangeRecorderTest)  Time elapsed: 0 s
test30(org.eclipse.handly.model.impl.support.ElementChangeRecorderTest)  Time elapsed: 0 s
test31(org.eclipse.handly.model.impl.support.ElementChangeRecorderTest)  Time elapsed: 0 s
test32(org.eclipse.handly.model.impl.support.ElementChangeRecorderTest)  Time elapsed: 0 s
test33(org.eclipse.handly.model.impl.support.ElementChangeRecorderTest)  Time elapsed: 0.001 s
test34(org.eclipse.handly.model.impl.support.ElementChangeRecorderTest)  Time elapsed: 0 s
test35(org.eclipse.handly.model.impl.support.ElementChangeRecorderTest)  Time elapsed: 0 s
Running org.eclipse.handly.model.impl.support.WorkingCopyNotificationTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s - in org.eclipse.handly.model.impl.support.WorkingCopyNotificationTest
test1(org.eclipse.handly.model.impl.support.WorkingCopyNotificationTest)  Time elapsed: 0.011 s
test2(org.eclipse.handly.model.impl.support.WorkingCopyNotificationTest)  Time elapsed: 0.011 s
test3(org.eclipse.handly.model.impl.support.WorkingCopyNotificationTest)  Time elapsed: 0.014 s
test4(org.eclipse.handly.model.impl.support.WorkingCopyNotificationTest)  Time elapsed: 0.037 s
Running org.eclipse.handly.model.impl.support.WorkingCopyTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.handly.model.impl.support.WorkingCopyTest
testCallbackLifecycle(org.eclipse.handly.model.impl.support.WorkingCopyTest)  Time elapsed: 0.001 s
testBug479623(org.eclipse.handly.model.impl.support.WorkingCopyTest)  Time elapsed: 0.001 s
Running org.eclipse.handly.model.impl.support.NotificationManagerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.handly.model.impl.support.NotificationManagerTest
test1(org.eclipse.handly.model.impl.support.NotificationManagerTest)  Time elapsed: 0.001 s
test2(org.eclipse.handly.model.impl.support.NotificationManagerTest)  Time elapsed: 0 s
test3(org.eclipse.handly.model.impl.support.NotificationManagerTest)  Time elapsed: 0 s
Running org.eclipse.handly.model.impl.support.SourceElementTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.handly.model.impl.support.SourceElementTest
test1(org.eclipse.handly.model.impl.support.SourceElementTest)  Time elapsed: 0 s
test2(org.eclipse.handly.model.impl.support.SourceElementTest)  Time elapsed: 0.002 s
Running org.eclipse.handly.model.impl.support.ElementTest
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.handly.model.impl.support.ElementTest
test01(org.eclipse.handly.model.impl.support.ElementTest)  Time elapsed: 0.001 s
test02(org.eclipse.handly.model.impl.support.ElementTest)  Time elapsed: 0 s
test03(org.eclipse.handly.model.impl.support.ElementTest)  Time elapsed: 0 s
test04(org.eclipse.handly.model.impl.support.ElementTest)  Time elapsed: 0 s
test05(org.eclipse.handly.model.impl.support.ElementTest)  Time elapsed: 0 s
test06(org.eclipse.handly.model.impl.support.ElementTest)  Time elapsed: 0 s
test07(org.eclipse.handly.model.impl.support.ElementTest)  Time elapsed: 0 s
test08(org.eclipse.handly.model.impl.support.ElementTest)  Time elapsed: 0.001 s
test09(org.eclipse.handly.model.impl.support.ElementTest)  Time elapsed: 0 s
test10(org.eclipse.handly.model.impl.support.ElementTest)  Time elapsed: 0 s
test11(org.eclipse.handly.model.impl.support.ElementTest)  Time elapsed: 0 s
test12(org.eclipse.handly.model.impl.support.ElementTest)  Time elapsed: 0 s
test13(org.eclipse.handly.model.impl.support.ElementTest)  Time elapsed: 0 s
test14(org.eclipse.handly.model.impl.support.ElementTest)  Time elapsed: 0.001 s
testBug530821(org.eclipse.handly.model.impl.support.ElementTest)  Time elapsed: 0.001 s
Running org.eclipse.handly.model.impl.support.StructureHelperTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.handly.model.impl.support.StructureHelperTest
test1(org.eclipse.handly.model.impl.support.StructureHelperTest)  Time elapsed: 0.001 s
Running org.eclipse.handly.model.adapter.NullContentAdapterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.handly.model.adapter.NullContentAdapterTest
test1(org.eclipse.handly.model.adapter.NullContentAdapterTest)  Time elapsed: 0 s
test2(org.eclipse.handly.model.adapter.NullContentAdapterTest)  Time elapsed: 0 s
Running org.eclipse.handly.model.adapter.DefaultContentAdapterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.handly.model.adapter.DefaultContentAdapterTest
test1(org.eclipse.handly.model.adapter.DefaultContentAdapterTest)  Time elapsed: 0.006 s
test2(org.eclipse.handly.model.adapter.DefaultContentAdapterTest)  Time elapsed: 0 s
Running org.eclipse.handly.model.ElementsTest
Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.handly.model.ElementsTest
testEnsureReconciled(org.eclipse.handly.model.ElementsTest)  Time elapsed: 0.002 s
testNoSourceElementInfo(org.eclipse.handly.model.ElementsTest)  Time elapsed: 0 s
testFindLastMatchingAncestorUntil(org.eclipse.handly.model.ElementsTest)  Time elapsed: 0.001 s
testFindCommonAncestor(org.eclipse.handly.model.ElementsTest)  Time elapsed: 0 s
testFindAncestorOfType(org.eclipse.handly.model.ElementsTest)  Time elapsed: 0 s
testIsOfModel(org.eclipse.handly.model.ElementsTest)  Time elapsed: 0 s
testCollectParentChainUntil(org.eclipse.handly.model.ElementsTest)  Time elapsed: 0 s
testSplitIntoElementsAndResources(org.eclipse.handly.model.ElementsTest)  Time elapsed: 0.001 s
testGetParentChain(org.eclipse.handly.model.ElementsTest)  Time elapsed: 0.003 s
testGetSourceElementInfo2(org.eclipse.handly.model.ElementsTest)  Time elapsed: 0.001 s
testIsAncestorOf(org.eclipse.handly.model.ElementsTest)  Time elapsed: 0.001 s
testRemoveDescendants(org.eclipse.handly.model.ElementsTest)  Time elapsed: 0 s
testGetName(org.eclipse.handly.model.ElementsTest)  Time elapsed: 0 s
testGetRoot(org.eclipse.handly.model.ElementsTest)  Time elapsed: 0 s
testFindAncestorOfTypeUntil(org.eclipse.handly.model.ElementsTest)  Time elapsed: 0 s
testFindLastAncestorOfTypeUntil(org.eclipse.handly.model.ElementsTest)  Time elapsed: 0.001 s
testFindMatchingAncestorUntil(org.eclipse.handly.model.ElementsTest)  Time elapsed: 0 s
testGetSourceFile(org.eclipse.handly.model.ElementsTest)  Time elapsed: 0 s
testCollectParentChain(org.eclipse.handly.model.ElementsTest)  Time elapsed: 0 s
testFindLastMatchingAncestor(org.eclipse.handly.model.ElementsTest)  Time elapsed: 0 s
testFindCommonAncestor2(org.eclipse.handly.model.ElementsTest)  Time elapsed: 0 s
testFindLastAncestorOfType(org.eclipse.handly.model.ElementsTest)  Time elapsed: 0.001 s
testStreamParentChainUntil(org.eclipse.handly.model.ElementsTest)  Time elapsed: 0 s
testFindCommonAncestorUntil(org.eclipse.handly.model.ElementsTest)  Time elapsed: 0 s
testGetSourceElementAt2(org.eclipse.handly.model.ElementsTest)  Time elapsed: 0.002 s
testStreamParentChain(org.eclipse.handly.model.ElementsTest)  Time elapsed: 0 s
testGetParent(org.eclipse.handly.model.ElementsTest)  Time elapsed: 0 s
testFindMatchingAncestor(org.eclipse.handly.model.ElementsTest)  Time elapsed: 0.001 s
testGetParentChainUntil(org.eclipse.handly.model.ElementsTest)  Time elapsed: 0 s
testFindCommonAncestorUntil2(org.eclipse.handly.model.ElementsTest)  Time elapsed: 0 s
Running org.eclipse.handly.model.ElementDeltasTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.handly.model.ElementDeltasTest
test01(org.eclipse.handly.model.ElementDeltasTest)  Time elapsed: 0 s
test02(org.eclipse.handly.model.ElementDeltasTest)  Time elapsed: 0 s
test03(org.eclipse.handly.model.ElementDeltasTest)  Time elapsed: 0 s
test04(org.eclipse.handly.model.ElementDeltasTest)  Time elapsed: 0.001 s
test05(org.eclipse.handly.model.ElementDeltasTest)  Time elapsed: 0 s
test06(org.eclipse.handly.model.ElementDeltasTest)  Time elapsed: 0 s
test07(org.eclipse.handly.model.ElementDeltasTest)  Time elapsed: 0 s
test08(org.eclipse.handly.model.ElementDeltasTest)  Time elapsed: 0 s
Running org.eclipse.handly.context.ContextsTest
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.handly.context.ContextsTest
testCompositeContext1(org.eclipse.handly.context.ContextsTest)  Time elapsed: 0.001 s
testCompositeContext2(org.eclipse.handly.context.ContextsTest)  Time elapsed: 0 s
testCompositeContext3(org.eclipse.handly.context.ContextsTest)  Time elapsed: 0 s
testCompositeContext4(org.eclipse.handly.context.ContextsTest)  Time elapsed: 0 s
testCompositeContext5(org.eclipse.handly.context.ContextsTest)  Time elapsed: 0 s
testCompositeContext6(org.eclipse.handly.context.ContextsTest)  Time elapsed: 0 s
testCompositeContext7(org.eclipse.handly.context.ContextsTest)  Time elapsed: 0 s
testCompositeContext8(org.eclipse.handly.context.ContextsTest)  Time elapsed: 0 s
testSingletonContext1(org.eclipse.handly.context.ContextsTest)  Time elapsed: 0 s
testSingletonContext2(org.eclipse.handly.context.ContextsTest)  Time elapsed: 0 s
testSingletonContext3(org.eclipse.handly.context.ContextsTest)  Time elapsed: 0 s
testSingletonContext4(org.eclipse.handly.context.ContextsTest)  Time elapsed: 0 s
testEmptyContext(org.eclipse.handly.context.ContextsTest)  Time elapsed: 0 s
Running org.eclipse.handly.context.GuiceContextTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.155 s - in org.eclipse.handly.context.GuiceContextTest
test01(org.eclipse.handly.context.GuiceContextTest)  Time elapsed: 0.001 s
test02(org.eclipse.handly.context.GuiceContextTest)  Time elapsed: 0.001 s
test03(org.eclipse.handly.context.GuiceContextTest)  Time elapsed: 0 s
test04(org.eclipse.handly.context.GuiceContextTest)  Time elapsed: 0.005 s
test05(org.eclipse.handly.context.GuiceContextTest)  Time elapsed: 0 s
test06(org.eclipse.handly.context.GuiceContextTest)  Time elapsed: 0 s
test07(org.eclipse.handly.context.GuiceContextTest)  Time elapsed: 0 s
test08(org.eclipse.handly.context.GuiceContextTest)  Time elapsed: 0.001 s
Running org.eclipse.handly.context.ContextTest
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.handly.context.ContextTest
test01(org.eclipse.handly.context.ContextTest)  Time elapsed: 0 s
test02(org.eclipse.handly.context.ContextTest)  Time elapsed: 0 s
test03(org.eclipse.handly.context.ContextTest)  Time elapsed: 0 s
test04(org.eclipse.handly.context.ContextTest)  Time elapsed: 0 s
test05(org.eclipse.handly.context.ContextTest)  Time elapsed: 0.001 s
test06(org.eclipse.handly.context.ContextTest)  Time elapsed: 0 s
test07(org.eclipse.handly.context.ContextTest)  Time elapsed: 0 s
test08(org.eclipse.handly.context.ContextTest)  Time elapsed: 0 s
test09(org.eclipse.handly.context.ContextTest)  Time elapsed: 0 s
test10(org.eclipse.handly.context.ContextTest)  Time elapsed: 0 s
test11(org.eclipse.handly.context.ContextTest)  Time elapsed: 0 s
test12(org.eclipse.handly.context.ContextTest)  Time elapsed: 0 s
test13(org.eclipse.handly.context.ContextTest)  Time elapsed: 0 s
test14(org.eclipse.handly.context.ContextTest)  Time elapsed: 0 s
test15(org.eclipse.handly.context.ContextTest)  Time elapsed: 0 s
test16(org.eclipse.handly.context.ContextTest)  Time elapsed: 0.001 s
Running org.eclipse.handly.buffer.ChildBufferTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.handly.buffer.ChildBufferTest
test1(org.eclipse.handly.buffer.ChildBufferTest)  Time elapsed: 0.001 s
test2(org.eclipse.handly.buffer.ChildBufferTest)  Time elapsed: 0 s
test3(org.eclipse.handly.buffer.ChildBufferTest)  Time elapsed: 0 s
test4(org.eclipse.handly.buffer.ChildBufferTest)  Time elapsed: 0.001 s
test5(org.eclipse.handly.buffer.ChildBufferTest)  Time elapsed: 0 s
Running org.eclipse.handly.buffer.UiBufferChangeRunnerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.handly.buffer.UiBufferChangeRunnerTest
test1(org.eclipse.handly.buffer.UiBufferChangeRunnerTest)  Time elapsed: 0.003 s
test2(org.eclipse.handly.buffer.UiBufferChangeRunnerTest)  Time elapsed: 0.001 s
test3(org.eclipse.handly.buffer.UiBufferChangeRunnerTest)  Time elapsed: 0.001 s
Running org.eclipse.handly.buffer.CoreTextFileBufferProviderTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.eclipse.handly.buffer.CoreTextFileBufferProviderTest
test1(org.eclipse.handly.buffer.CoreTextFileBufferProviderTest)  Time elapsed: 0.03 s
test2(org.eclipse.handly.buffer.CoreTextFileBufferProviderTest)  Time elapsed: 0.002 s
test3(org.eclipse.handly.buffer.CoreTextFileBufferProviderTest)  Time elapsed: 0.001 s
Running org.eclipse.handly.buffer.TextFileBufferTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.809 s - in org.eclipse.handly.buffer.TextFileBufferTest
testSaveListener(org.eclipse.handly.buffer.TextFileBufferTest)  Time elapsed: 2.027 s
testBug496840(org.eclipse.handly.buffer.TextFileBufferTest)  Time elapsed: 1.755 s
Running org.eclipse.handly.buffer.BufferChangeOperationTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.handly.buffer.BufferChangeOperationTest
test1(org.eclipse.handly.buffer.BufferChangeOperationTest)  Time elapsed: 0.001 s
test2(org.eclipse.handly.buffer.BufferChangeOperationTest)  Time elapsed: 0 s
test3(org.eclipse.handly.buffer.BufferChangeOperationTest)  Time elapsed: 0 s
test4(org.eclipse.handly.buffer.BufferChangeOperationTest)  Time elapsed: 0 s
Running org.eclipse.handly.snapshot.ResourceTextFileBufferSnapshotTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.159 s - in org.eclipse.handly.snapshot.ResourceTextFileBufferSnapshotTest
test1(org.eclipse.handly.snapshot.ResourceTextFileBufferSnapshotTest)  Time elapsed: 0.014 s
test2(org.eclipse.handly.snapshot.ResourceTextFileBufferSnapshotTest)  Time elapsed: 0.01 s
test3(org.eclipse.handly.snapshot.ResourceTextFileBufferSnapshotTest)  Time elapsed: 0.036 s
test4(org.eclipse.handly.snapshot.ResourceTextFileBufferSnapshotTest)  Time elapsed: 0.01 s
test5(org.eclipse.handly.snapshot.ResourceTextFileBufferSnapshotTest)  Time elapsed: 0.022 s
test6(org.eclipse.handly.snapshot.ResourceTextFileBufferSnapshotTest)  Time elapsed: 0.066 s
Running org.eclipse.handly.snapshot.TextFileSnapshotTest
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.139 s - in org.eclipse.handly.snapshot.TextFileSnapshotTest
test01(org.eclipse.handly.snapshot.TextFileSnapshotTest)  Time elapsed: 0.008 s
test02(org.eclipse.handly.snapshot.TextFileSnapshotTest)  Time elapsed: 0.008 s
test03(org.eclipse.handly.snapshot.TextFileSnapshotTest)  Time elapsed: 0.007 s
test04(org.eclipse.handly.snapshot.TextFileSnapshotTest)  Time elapsed: 0.007 s
test05(org.eclipse.handly.snapshot.TextFileSnapshotTest)  Time elapsed: 0.007 s
test06(org.eclipse.handly.snapshot.TextFileSnapshotTest)  Time elapsed: 0.007 s
test07(org.eclipse.handly.snapshot.TextFileSnapshotTest)  Time elapsed: 0.008 s
test08(org.eclipse.handly.snapshot.TextFileSnapshotTest)  Time elapsed: 0.007 s
test09(org.eclipse.handly.snapshot.TextFileSnapshotTest)  Time elapsed: 0.036 s
test10(org.eclipse.handly.snapshot.TextFileSnapshotTest)  Time elapsed: 0.01 s
test11(org.eclipse.handly.snapshot.TextFileSnapshotTest)  Time elapsed: 0.006 s
test12(org.eclipse.handly.snapshot.TextFileSnapshotTest)  Time elapsed: 0.007 s
test13(org.eclipse.handly.snapshot.TextFileSnapshotTest)  Time elapsed: 0.006 s
test14(org.eclipse.handly.snapshot.TextFileSnapshotTest)  Time elapsed: 0.007 s
test15(org.eclipse.handly.snapshot.TextFileSnapshotTest)  Time elapsed: 0.006 s
Running org.eclipse.handly.snapshot.TextFileSnapshotWsTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s - in org.eclipse.handly.snapshot.TextFileSnapshotWsTest
test1(org.eclipse.handly.snapshot.TextFileSnapshotWsTest)  Time elapsed: 0.006 s
test2(org.eclipse.handly.snapshot.TextFileSnapshotWsTest)  Time elapsed: 0.006 s
test3(org.eclipse.handly.snapshot.TextFileSnapshotWsTest)  Time elapsed: 0.008 s
test4(org.eclipse.handly.snapshot.TextFileSnapshotWsTest)  Time elapsed: 0.03 s
test5(org.eclipse.handly.snapshot.TextFileSnapshotWsTest)  Time elapsed: 0.011 s
Running org.eclipse.handly.snapshot.FileStoreTextFileBufferSnapshotTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.eclipse.handly.snapshot.FileStoreTextFileBufferSnapshotTest
test1(org.eclipse.handly.snapshot.FileStoreTextFileBufferSnapshotTest)  Time elapsed: 0.007 s
test2(org.eclipse.handly.snapshot.FileStoreTextFileBufferSnapshotTest)  Time elapsed: 0.006 s
test3(org.eclipse.handly.snapshot.FileStoreTextFileBufferSnapshotTest)  Time elapsed: 0.006 s
test4(org.eclipse.handly.snapshot.FileStoreTextFileBufferSnapshotTest)  Time elapsed: 0.007 s
test5(org.eclipse.handly.snapshot.FileStoreTextFileBufferSnapshotTest)  Time elapsed: 0.006 s
Running org.eclipse.handly.snapshot.TextFileStoreSnapshotTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.handly.snapshot.TextFileStoreSnapshotTest
test1(org.eclipse.handly.snapshot.TextFileStoreSnapshotTest)  Time elapsed: 0.005 s
Running org.eclipse.handly.snapshot.EqualityPredictionTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s - in org.eclipse.handly.snapshot.EqualityPredictionTest
test01(org.eclipse.handly.snapshot.EqualityPredictionTest)  Time elapsed: 0.007 s
test02(org.eclipse.handly.snapshot.EqualityPredictionTest)  Time elapsed: 0.033 s
test03(org.eclipse.handly.snapshot.EqualityPredictionTest)  Time elapsed: 0.006 s
test04(org.eclipse.handly.snapshot.EqualityPredictionTest)  Time elapsed: 0.006 s
test05(org.eclipse.handly.snapshot.EqualityPredictionTest)  Time elapsed: 0.006 s
test06(org.eclipse.handly.snapshot.EqualityPredictionTest)  Time elapsed: 0.006 s
test07(org.eclipse.handly.snapshot.EqualityPredictionTest)  Time elapsed: 0.01 s
test08(org.eclipse.handly.snapshot.EqualityPredictionTest)  Time elapsed: 0.008 s
test09(org.eclipse.handly.snapshot.EqualityPredictionTest)  Time elapsed: 0.007 s
test10(org.eclipse.handly.snapshot.EqualityPredictionTest)  Time elapsed: 0.007 s
Running org.eclipse.handly.text.DocumentChangeOperationTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.handly.text.DocumentChangeOperationTest
test1(org.eclipse.handly.text.DocumentChangeOperationTest)  Time elapsed: 0.001 s
test2(org.eclipse.handly.text.DocumentChangeOperationTest)  Time elapsed: 0 s
test3(org.eclipse.handly.text.DocumentChangeOperationTest)  Time elapsed: 0 s
test4(org.eclipse.handly.text.DocumentChangeOperationTest)  Time elapsed: 0 s
Running org.eclipse.handly.text.UiDocumentChangeRunnerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.handly.text.UiDocumentChangeRunnerTest
test1(org.eclipse.handly.text.UiDocumentChangeRunnerTest)  Time elapsed: 0.001 s
test2(org.eclipse.handly.text.UiDocumentChangeRunnerTest)  Time elapsed: 0.001 s
test3(org.eclipse.handly.text.UiDocumentChangeRunnerTest)  Time elapsed: 0.001 s
Running org.eclipse.handly.util.PropertyTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.handly.util.PropertyTest
test1(org.eclipse.handly.util.PropertyTest)  Time elapsed: 0 s
test2(org.eclipse.handly.util.PropertyTest)  Time elapsed: 0 s
test3(org.eclipse.handly.util.PropertyTest)  Time elapsed: 0.001 s
test4(org.eclipse.handly.util.PropertyTest)  Time elapsed: 0 s
test5(org.eclipse.handly.util.PropertyTest)  Time elapsed: 0 s
test6(org.eclipse.handly.util.PropertyTest)  Time elapsed: 0 s
Running org.eclipse.handly.util.SimpleSynchronizerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.handly.util.SimpleSynchronizerTest
test1(org.eclipse.handly.util.SimpleSynchronizerTest)  Time elapsed: 0 s
Running org.eclipse.handly.util.TextRangeTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.handly.util.TextRangeTest
test1(org.eclipse.handly.util.TextRangeTest)  Time elapsed: 0 s
test2(org.eclipse.handly.util.TextRangeTest)  Time elapsed: 0 s
test3(org.eclipse.handly.util.TextRangeTest)  Time elapsed: 0 s
test4(org.eclipse.handly.util.TextRangeTest)  Time elapsed: 0 s
test5(org.eclipse.handly.util.TextRangeTest)  Time elapsed: 0 s
test6(org.eclipse.handly.util.TextRangeTest)  Time elapsed: 0 s
Running org.eclipse.handly.util.LruCacheTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.handly.util.LruCacheTest
test1(org.eclipse.handly.util.LruCacheTest)  Time elapsed: 0 s
test2(org.eclipse.handly.util.LruCacheTest)  Time elapsed: 0 s
test3(org.eclipse.handly.util.LruCacheTest)  Time elapsed: 0 s
Running org.eclipse.handly.util.BoundedLruCacheTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.handly.util.BoundedLruCacheTest
test1(org.eclipse.handly.util.BoundedLruCacheTest)  Time elapsed: 0 s
test2(org.eclipse.handly.util.BoundedLruCacheTest)  Time elapsed: 0.001 s
test3(org.eclipse.handly.util.BoundedLruCacheTest)  Time elapsed: 0 s
Running org.eclipse.handly.util.ArrayUtilTest
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.handly.util.ArrayUtilTest
testLastIndexOfMatching(org.eclipse.handly.util.ArrayUtilTest)  Time elapsed: 0.001 s
testOnlyElementsOfType(org.eclipse.handly.util.ArrayUtilTest)  Time elapsed: 0.001 s
testContainsMatching(org.eclipse.handly.util.ArrayUtilTest)  Time elapsed: 0 s
testUnion(org.eclipse.handly.util.ArrayUtilTest)  Time elapsed: 0 s
testLastIndexOf(org.eclipse.handly.util.ArrayUtilTest)  Time elapsed: 0 s
testHasElementsNotOfType(org.eclipse.handly.util.ArrayUtilTest)  Time elapsed: 0 s
testCollectMatching(org.eclipse.handly.util.ArrayUtilTest)  Time elapsed: 0.001 s
testContains(org.eclipse.handly.util.ArrayUtilTest)  Time elapsed: 0 s
testConcat(org.eclipse.handly.util.ArrayUtilTest)  Time elapsed: 0 s
testElementsOfType(org.eclipse.handly.util.ArrayUtilTest)  Time elapsed: 0 s
testIndexOf(org.eclipse.handly.util.ArrayUtilTest)  Time elapsed: 0 s
testIndexOfMatching(org.eclipse.handly.util.ArrayUtilTest)  Time elapsed: 0.001 s
testHasElementsOfType(org.eclipse.handly.util.ArrayUtilTest)  Time elapsed: 0 s
testSetMinus(org.eclipse.handly.util.ArrayUtilTest)  Time elapsed: 0 s
Running org.eclipse.handly.refactoring.SourceFileChangeTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 s - in org.eclipse.handly.refactoring.SourceFileChangeTest
test01(org.eclipse.handly.refactoring.SourceFileChangeTest)  Time elapsed: 0.013 s
test02(org.eclipse.handly.refactoring.SourceFileChangeTest)  Time elapsed: 0.007 s
test03(org.eclipse.handly.refactoring.SourceFileChangeTest)  Time elapsed: 0.008 s
test04(org.eclipse.handly.refactoring.SourceFileChangeTest)  Time elapsed: 0.007 s
test05(org.eclipse.handly.refactoring.SourceFileChangeTest)  Time elapsed: 0.033 s
test06(org.eclipse.handly.refactoring.SourceFileChangeTest)  Time elapsed: 0.017 s
test07(org.eclipse.handly.refactoring.SourceFileChangeTest)  Time elapsed: 0.008 s
test08(org.eclipse.handly.refactoring.SourceFileChangeTest)  Time elapsed: 0.006 s
test09(org.eclipse.handly.refactoring.SourceFileChangeTest)  Time elapsed: 0.005 s
test10(org.eclipse.handly.refactoring.SourceFileChangeTest)  Time elapsed: 0.005 s
Running org.eclipse.handly.internal.DisplaySynchronizerTest

(SWT:399): Gdk-CRITICAL **: 10:01:33.562: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed

(SWT:399): Gdk-CRITICAL **: 10:01:33.621: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed

(SWT:399): Gdk-CRITICAL **: 10:01:33.671: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed

(SWT:399): Gdk-CRITICAL **: 10:01:33.723: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.209 s - in org.eclipse.handly.internal.DisplaySynchronizerTest
test1(org.eclipse.handly.internal.DisplaySynchronizerTest)  Time elapsed: 0.059 s
test2(org.eclipse.handly.internal.DisplaySynchronizerTest)  Time elapsed: 0.05 s
test3(org.eclipse.handly.internal.DisplaySynchronizerTest)  Time elapsed: 0.052 s
test4(org.eclipse.handly.internal.DisplaySynchronizerTest)  Time elapsed: 0.047 s

Results:

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

[INFO] All tests passed!
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.handly.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.tests/target/org.eclipse.handly.tests-1.7.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.tests/target/org.eclipse.handly.tests-1.7.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] ----------< org.eclipse.handly.bundles:org.eclipse.handly.ui >----------
[INFO] Building org.eclipse.handly.ui 1.7.0-SNAPSHOT                     [5/26]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.handly.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:build-qualifier (default-build-qualifier) @ org.eclipse.handly.ui ---
[INFO] The project's OSGi version is 1.7.0.v20220910-1000
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:validate-id (default-validate-id) @ org.eclipse.handly.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:validate-version (default-validate-version) @ org.eclipse.handly.ui ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.3:target-platform (default-target-platform) @ org.eclipse.handly.ui ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.3:validate-classpath (default-validate-classpath) @ org.eclipse.handly.ui ---
[INFO] Resolving class path of org.eclipse.handly.ui...
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.handly.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.3:compile (default-compile) @ org.eclipse.handly.ui ---
[INFO] Compiling 138 source files to /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.ui/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:2.7.3:declarative-services (default-declarative-services) @ org.eclipse.handly.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.handly.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.3:testCompile (default-testCompile) @ org.eclipse.handly.ui ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.handly.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.handly.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.3:plugin-source (plugin-source) @ org.eclipse.handly.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.ui/target/org.eclipse.handly.ui-1.7.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:package-plugin (default-package-plugin) @ org.eclipse.handly.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.ui/target/org.eclipse.handly.ui-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.handly.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.3:feature-source (feature-source) @ org.eclipse.handly.ui ---
[INFO] 
[INFO] --- tycho-surefire-plugin:2.7.3:integration-test (default-integration-test) @ org.eclipse.handly.ui ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.handly.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.handly.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.ui/target/org.eclipse.handly.ui-1.7.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.ui/target/org.eclipse.handly.ui-1.7.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------< org.eclipse.handly.bundles:org.eclipse.handly.xtext >---------
[INFO] Building org.eclipse.handly.xtext 1.7.0-SNAPSHOT                  [6/26]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.handly.xtext ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:build-qualifier (default-build-qualifier) @ org.eclipse.handly.xtext ---
[INFO] The project's OSGi version is 1.7.0.v20220910-1000
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:validate-id (default-validate-id) @ org.eclipse.handly.xtext ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:validate-version (default-validate-version) @ org.eclipse.handly.xtext ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.3:target-platform (default-target-platform) @ org.eclipse.handly.xtext ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.3:validate-classpath (default-validate-classpath) @ org.eclipse.handly.xtext ---
[INFO] Resolving class path of org.eclipse.handly.xtext...
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.handly.xtext ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.xtext/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.3:compile (default-compile) @ org.eclipse.handly.xtext ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- tycho-ds-plugin:2.7.3:declarative-services (default-declarative-services) @ org.eclipse.handly.xtext ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.handly.xtext ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.xtext/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.3:testCompile (default-testCompile) @ org.eclipse.handly.xtext ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.handly.xtext ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.handly.xtext ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.3:plugin-source (plugin-source) @ org.eclipse.handly.xtext ---
[INFO] Building jar: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.xtext/target/org.eclipse.handly.xtext-1.7.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:package-plugin (default-package-plugin) @ org.eclipse.handly.xtext ---
[INFO] Building jar: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.xtext/target/org.eclipse.handly.xtext-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.handly.xtext ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.3:feature-source (feature-source) @ org.eclipse.handly.xtext ---
[INFO] 
[INFO] --- tycho-surefire-plugin:2.7.3:integration-test (default-integration-test) @ org.eclipse.handly.xtext ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.handly.xtext ---
[INFO] No tests to run.
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.handly.xtext ---
[INFO] Signing jar: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.xtext/target/org.eclipse.handly.xtext-1.7.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.xtext/target/org.eclipse.handly.xtext-1.7.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------< org.eclipse.handly.bundles:org.eclipse.handly.xtext.ui >-------
[INFO] Building org.eclipse.handly.xtext.ui 1.7.0-SNAPSHOT               [7/26]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.handly.xtext.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:build-qualifier (default-build-qualifier) @ org.eclipse.handly.xtext.ui ---
[INFO] The project's OSGi version is 1.7.0.v20220910-1000
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:validate-id (default-validate-id) @ org.eclipse.handly.xtext.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:validate-version (default-validate-version) @ org.eclipse.handly.xtext.ui ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.3:target-platform (default-target-platform) @ org.eclipse.handly.xtext.ui ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.3:validate-classpath (default-validate-classpath) @ org.eclipse.handly.xtext.ui ---
[INFO] Resolving class path of org.eclipse.handly.xtext.ui...
[INFO] Fetching org.eclipse.jdt.compiler.apt_1.4.200.v20220802-0458.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (224.56kB)
[INFO] Fetching org.eclipse.jdt.compiler.tool_1.3.200.v20220802-0458.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (105.66kB)
[INFO] Fetching org.eclipse.xtext.logging_1.2.19.v20220829-0502.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (14.19kB)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.handly.xtext.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.xtext.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.3:compile (default-compile) @ org.eclipse.handly.xtext.ui ---
[INFO] Compiling 20 source files to /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.xtext.ui/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:2.7.3:declarative-services (default-declarative-services) @ org.eclipse.handly.xtext.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.handly.xtext.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.xtext.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.3:testCompile (default-testCompile) @ org.eclipse.handly.xtext.ui ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.handly.xtext.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.handly.xtext.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.3:plugin-source (plugin-source) @ org.eclipse.handly.xtext.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.xtext.ui/target/org.eclipse.handly.xtext.ui-1.7.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:package-plugin (default-package-plugin) @ org.eclipse.handly.xtext.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.xtext.ui/target/org.eclipse.handly.xtext.ui-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.handly.xtext.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.3:feature-source (feature-source) @ org.eclipse.handly.xtext.ui ---
[INFO] 
[INFO] --- tycho-surefire-plugin:2.7.3:integration-test (default-integration-test) @ org.eclipse.handly.xtext.ui ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.handly.xtext.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.handly.xtext.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.xtext.ui/target/org.eclipse.handly.xtext.ui-1.7.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.xtext.ui/target/org.eclipse.handly.xtext.ui-1.7.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------< org.eclipse.handly.bundles:org.eclipse.handly.examples >-------
[INFO] Building org.eclipse.handly.examples 1.7.0-SNAPSHOT               [8/26]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.handly.examples ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (clean-examples) @ org.eclipse.handly.examples ---
[INFO] Executing tasks

main:

clean_all_examples:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:build-qualifier (default-build-qualifier) @ org.eclipse.handly.examples ---
[INFO] The project's OSGi version is 1.7.0.v20220910-1000
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:validate-id (default-validate-id) @ org.eclipse.handly.examples ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:validate-version (default-validate-version) @ org.eclipse.handly.examples ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.3:target-platform (default-target-platform) @ org.eclipse.handly.examples ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.3:validate-classpath (default-validate-classpath) @ org.eclipse.handly.examples ---
[INFO] Resolving class path of org.eclipse.handly.examples...
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.handly.examples ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.3:compile (default-compile) @ org.eclipse.handly.examples ---
[INFO] 
[INFO] --- tycho-ds-plugin:2.7.3:declarative-services (default-declarative-services) @ org.eclipse.handly.examples ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.handly.examples ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.3:testCompile (default-testCompile) @ org.eclipse.handly.examples ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.handly.examples ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.handly.examples ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.3:plugin-source (plugin-source) @ org.eclipse.handly.examples ---
[INFO] Building jar: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples/target/org.eclipse.handly.examples-1.7.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (package-examples) @ org.eclipse.handly.examples ---
[INFO] Executing tasks

main:

zip_all_examples:
      [zip] Building zip: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples/contents/org.eclipse.handly.examples.adapter.zip
      [zip] Building zip: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples/contents/org.eclipse.handly.examples.adapter.ui.zip
      [zip] Building zip: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples/contents/org.eclipse.handly.examples.basic.zip
      [zip] Building zip: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples/contents/org.eclipse.handly.examples.basic.ide.zip
      [zip] Building zip: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples/contents/org.eclipse.handly.examples.basic.ui.zip
      [zip] Building zip: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples/contents/org.eclipse.handly.examples.basic.ui.tests.zip
      [zip] Building zip: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples/contents/org.eclipse.handly.examples.jmodel.zip
      [zip] Building zip: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples/contents/org.eclipse.handly.examples.jmodel.tests.zip
      [zip] Building zip: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples/contents/org.eclipse.handly.examples.jmodel.ui.zip
      [zip] Building zip: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples/contents/org.eclipse.handly.examples.xtext.xtext.ui.zip
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:package-plugin (default-package-plugin) @ org.eclipse.handly.examples ---
[INFO] Building jar: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples/target/org.eclipse.handly.examples-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.handly.examples ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.3:feature-source (feature-source) @ org.eclipse.handly.examples ---
[INFO] 
[INFO] --- tycho-surefire-plugin:2.7.3:integration-test (default-integration-test) @ org.eclipse.handly.examples ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.handly.examples ---
[INFO] No tests to run.
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.handly.examples ---
[INFO] Signing jar: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples/target/org.eclipse.handly.examples-1.7.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples/target/org.eclipse.handly.examples-1.7.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---< org.eclipse.handly.bundles:org.eclipse.handly.examples.adapter >---
[INFO] Building org.eclipse.handly.examples.adapter 1.7.0-SNAPSHOT       [9/26]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.handly.examples.adapter ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:build-qualifier (default-build-qualifier) @ org.eclipse.handly.examples.adapter ---
[INFO] The project's OSGi version is 1.7.0.v20220910-1000
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:validate-id (default-validate-id) @ org.eclipse.handly.examples.adapter ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:validate-version (default-validate-version) @ org.eclipse.handly.examples.adapter ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.3:target-platform (default-target-platform) @ org.eclipse.handly.examples.adapter ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.3:validate-classpath (default-validate-classpath) @ org.eclipse.handly.examples.adapter ---
[INFO] Resolving class path of org.eclipse.handly.examples.adapter...
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.handly.examples.adapter ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples.adapter/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.3:compile (default-compile) @ org.eclipse.handly.examples.adapter ---
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples.adapter/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:2.7.3:declarative-services (default-declarative-services) @ org.eclipse.handly.examples.adapter ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.handly.examples.adapter ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples.adapter/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.3:testCompile (default-testCompile) @ org.eclipse.handly.examples.adapter ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.handly.examples.adapter ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.handly.examples.adapter ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.3:plugin-source (plugin-source) @ org.eclipse.handly.examples.adapter ---
[INFO] Building jar: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples.adapter/target/org.eclipse.handly.examples.adapter-1.7.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:package-plugin (default-package-plugin) @ org.eclipse.handly.examples.adapter ---
[INFO] Building jar: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples.adapter/target/org.eclipse.handly.examples.adapter-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.handly.examples.adapter ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.3:feature-source (feature-source) @ org.eclipse.handly.examples.adapter ---
[INFO] 
[INFO] --- tycho-surefire-plugin:2.7.3:integration-test (default-integration-test) @ org.eclipse.handly.examples.adapter ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.handly.examples.adapter ---
[INFO] No tests to run.
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.handly.examples.adapter ---
[INFO] Signing jar: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples.adapter/target/org.eclipse.handly.examples.adapter-1.7.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples.adapter/target/org.eclipse.handly.examples.adapter-1.7.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.eclipse.handly.bundles:org.eclipse.handly.examples.adapter.ui >--
[INFO] Building org.eclipse.handly.examples.adapter.ui 1.7.0-SNAPSHOT   [10/26]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.handly.examples.adapter.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:build-qualifier (default-build-qualifier) @ org.eclipse.handly.examples.adapter.ui ---
[INFO] The project's OSGi version is 1.7.0.v20220910-1000
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:validate-id (default-validate-id) @ org.eclipse.handly.examples.adapter.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:validate-version (default-validate-version) @ org.eclipse.handly.examples.adapter.ui ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.3:target-platform (default-target-platform) @ org.eclipse.handly.examples.adapter.ui ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.3:validate-classpath (default-validate-classpath) @ org.eclipse.handly.examples.adapter.ui ---
[INFO] Resolving class path of org.eclipse.handly.examples.adapter.ui...
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.handly.examples.adapter.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples.adapter.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.3:compile (default-compile) @ org.eclipse.handly.examples.adapter.ui ---
[INFO] Compiling 23 source files to /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples.adapter.ui/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:2.7.3:declarative-services (default-declarative-services) @ org.eclipse.handly.examples.adapter.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.handly.examples.adapter.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples.adapter.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.3:testCompile (default-testCompile) @ org.eclipse.handly.examples.adapter.ui ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.handly.examples.adapter.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.handly.examples.adapter.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.3:plugin-source (plugin-source) @ org.eclipse.handly.examples.adapter.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples.adapter.ui/target/org.eclipse.handly.examples.adapter.ui-1.7.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:package-plugin (default-package-plugin) @ org.eclipse.handly.examples.adapter.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples.adapter.ui/target/org.eclipse.handly.examples.adapter.ui-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.handly.examples.adapter.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.3:feature-source (feature-source) @ org.eclipse.handly.examples.adapter.ui ---
[INFO] 
[INFO] --- tycho-surefire-plugin:2.7.3:integration-test (default-integration-test) @ org.eclipse.handly.examples.adapter.ui ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.handly.examples.adapter.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.handly.examples.adapter.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples.adapter.ui/target/org.eclipse.handly.examples.adapter.ui-1.7.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples.adapter.ui/target/org.eclipse.handly.examples.adapter.ui-1.7.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] ----< org.eclipse.handly.bundles:org.eclipse.handly.examples.basic >----
[INFO] Building org.eclipse.handly.examples.basic 1.7.0-SNAPSHOT        [11/26]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.handly.examples.basic ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:build-qualifier (default-build-qualifier) @ org.eclipse.handly.examples.basic ---
[INFO] The project's OSGi version is 1.7.0.v20220910-1000
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:validate-id (default-validate-id) @ org.eclipse.handly.examples.basic ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:validate-version (default-validate-version) @ org.eclipse.handly.examples.basic ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.3:target-platform (default-target-platform) @ org.eclipse.handly.examples.basic ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.3:validate-classpath (default-validate-classpath) @ org.eclipse.handly.examples.basic ---
[INFO] Resolving class path of org.eclipse.handly.examples.basic...
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.handly.examples.basic ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples.basic/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.3:compile (default-compile) @ org.eclipse.handly.examples.basic ---
[INFO] Compiling 23 source files to /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples.basic/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:2.7.3:declarative-services (default-declarative-services) @ org.eclipse.handly.examples.basic ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.handly.examples.basic ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples.basic/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.3:testCompile (default-testCompile) @ org.eclipse.handly.examples.basic ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.handly.examples.basic ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.handly.examples.basic ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.3:plugin-source (plugin-source) @ org.eclipse.handly.examples.basic ---
[INFO] Building jar: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples.basic/target/org.eclipse.handly.examples.basic-1.7.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:package-plugin (default-package-plugin) @ org.eclipse.handly.examples.basic ---
[INFO] Building jar: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples.basic/target/org.eclipse.handly.examples.basic-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.handly.examples.basic ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.3:feature-source (feature-source) @ org.eclipse.handly.examples.basic ---
[INFO] 
[INFO] --- tycho-surefire-plugin:2.7.3:integration-test (default-integration-test) @ org.eclipse.handly.examples.basic ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.handly.examples.basic ---
[INFO] No tests to run.
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.handly.examples.basic ---
[INFO] Signing jar: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples.basic/target/org.eclipse.handly.examples.basic-1.7.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples.basic/target/org.eclipse.handly.examples.basic-1.7.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.eclipse.handly.bundles:org.eclipse.handly.examples.basic.ide >--
[INFO] Building org.eclipse.handly.examples.basic.ide 1.7.0-SNAPSHOT    [12/26]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.handly.examples.basic.ide ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:build-qualifier (default-build-qualifier) @ org.eclipse.handly.examples.basic.ide ---
[INFO] The project's OSGi version is 1.7.0.v20220910-1000
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:validate-id (default-validate-id) @ org.eclipse.handly.examples.basic.ide ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:validate-version (default-validate-version) @ org.eclipse.handly.examples.basic.ide ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.3:target-platform (default-target-platform) @ org.eclipse.handly.examples.basic.ide ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.3:validate-classpath (default-validate-classpath) @ org.eclipse.handly.examples.basic.ide ---
[INFO] Resolving class path of org.eclipse.handly.examples.basic.ide...
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.handly.examples.basic.ide ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples.basic.ide/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.3:compile (default-compile) @ org.eclipse.handly.examples.basic.ide ---
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples.basic.ide/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:2.7.3:declarative-services (default-declarative-services) @ org.eclipse.handly.examples.basic.ide ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.handly.examples.basic.ide ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples.basic.ide/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.3:testCompile (default-testCompile) @ org.eclipse.handly.examples.basic.ide ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.handly.examples.basic.ide ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.handly.examples.basic.ide ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.3:plugin-source (plugin-source) @ org.eclipse.handly.examples.basic.ide ---
[INFO] Building jar: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples.basic.ide/target/org.eclipse.handly.examples.basic.ide-1.7.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:package-plugin (default-package-plugin) @ org.eclipse.handly.examples.basic.ide ---
[INFO] Building jar: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples.basic.ide/target/org.eclipse.handly.examples.basic.ide-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.handly.examples.basic.ide ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.3:feature-source (feature-source) @ org.eclipse.handly.examples.basic.ide ---
[INFO] 
[INFO] --- tycho-surefire-plugin:2.7.3:integration-test (default-integration-test) @ org.eclipse.handly.examples.basic.ide ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.handly.examples.basic.ide ---
[INFO] No tests to run.
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.handly.examples.basic.ide ---
[INFO] Signing jar: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples.basic.ide/target/org.eclipse.handly.examples.basic.ide-1.7.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples.basic.ide/target/org.eclipse.handly.examples.basic.ide-1.7.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.eclipse.handly.bundles:org.eclipse.handly.examples.basic.ui >---
[INFO] Building org.eclipse.handly.examples.basic.ui 1.7.0-SNAPSHOT     [13/26]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.handly.examples.basic.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:build-qualifier (default-build-qualifier) @ org.eclipse.handly.examples.basic.ui ---
[INFO] The project's OSGi version is 1.7.0.v20220910-1000
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:validate-id (default-validate-id) @ org.eclipse.handly.examples.basic.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:validate-version (default-validate-version) @ org.eclipse.handly.examples.basic.ui ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.3:target-platform (default-target-platform) @ org.eclipse.handly.examples.basic.ui ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.3:validate-classpath (default-validate-classpath) @ org.eclipse.handly.examples.basic.ui ---
[INFO] Resolving class path of org.eclipse.handly.examples.basic.ui...
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.handly.examples.basic.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples.basic.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.3:compile (default-compile) @ org.eclipse.handly.examples.basic.ui ---
[INFO] Compiling 42 source files to /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples.basic.ui/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:2.7.3:declarative-services (default-declarative-services) @ org.eclipse.handly.examples.basic.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.handly.examples.basic.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples.basic.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.3:testCompile (default-testCompile) @ org.eclipse.handly.examples.basic.ui ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.handly.examples.basic.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.handly.examples.basic.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.3:plugin-source (plugin-source) @ org.eclipse.handly.examples.basic.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples.basic.ui/target/org.eclipse.handly.examples.basic.ui-1.7.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:package-plugin (default-package-plugin) @ org.eclipse.handly.examples.basic.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples.basic.ui/target/org.eclipse.handly.examples.basic.ui-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.handly.examples.basic.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.3:feature-source (feature-source) @ org.eclipse.handly.examples.basic.ui ---
[INFO] 
[INFO] --- tycho-surefire-plugin:2.7.3:integration-test (default-integration-test) @ org.eclipse.handly.examples.basic.ui ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.handly.examples.basic.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.handly.examples.basic.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples.basic.ui/target/org.eclipse.handly.examples.basic.ui-1.7.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples.basic.ui/target/org.eclipse.handly.examples.basic.ui-1.7.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.eclipse.handly.bundles:org.eclipse.handly.examples.basic.ui.tests >--
[INFO] Building org.eclipse.handly.examples.basic.ui.tests 1.7.0-SNAPSHOT [14/26]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.handly.examples.basic.ui.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:build-qualifier (default-build-qualifier) @ org.eclipse.handly.examples.basic.ui.tests ---
[INFO] The project's OSGi version is 1.7.0.v20220910-1000
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:validate-id (default-validate-id) @ org.eclipse.handly.examples.basic.ui.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:validate-version (default-validate-version) @ org.eclipse.handly.examples.basic.ui.tests ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.3:target-platform (default-target-platform) @ org.eclipse.handly.examples.basic.ui.tests ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.3:validate-classpath (default-validate-classpath) @ org.eclipse.handly.examples.basic.ui.tests ---
[INFO] Resolving class path of org.eclipse.handly.examples.basic.ui.tests...
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.handly.examples.basic.ui.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples.basic.ui.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.3:compile (default-compile) @ org.eclipse.handly.examples.basic.ui.tests ---
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples.basic.ui.tests/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.handly.examples.basic.ui.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples.basic.ui.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.handly.examples.basic.ui.tests ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.3:plugin-source (plugin-source) @ org.eclipse.handly.examples.basic.ui.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples.basic.ui.tests/target/org.eclipse.handly.examples.basic.ui.tests-1.7.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:package-plugin (default-package-plugin) @ org.eclipse.handly.examples.basic.ui.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples.basic.ui.tests/target/org.eclipse.handly.examples.basic.ui.tests-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.handly.examples.basic.ui.tests ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.3:feature-source (feature-source) @ org.eclipse.handly.examples.basic.ui.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:2.7.3:test (default-test) @ org.eclipse.handly.examples.basic.ui.tests ---
[INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-11/latest/bin/java)
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples.basic.ui.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-11/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/1.7.x/.maven/repo/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/1.7.x/org.eclipse.handly.examples.basic.ui.tests/target/work/data, -install, /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples.basic.ui.tests/target/work, -configuration, /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples.basic.ui.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples.basic.ui.tests/target/surefire.properties]
Running org.eclipse.handly.internal.examples.basic.ui.model.FooWorkingCopyTest
log4j:WARN No appenders could be found for logger (org.eclipse.xtext.ui.internal.Activator).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.13 s - in org.eclipse.handly.internal.examples.basic.ui.model.FooWorkingCopyTest
test1(org.eclipse.handly.internal.examples.basic.ui.model.FooWorkingCopyTest)  Time elapsed: 1.994 s
test2(org.eclipse.handly.internal.examples.basic.ui.model.FooWorkingCopyTest)  Time elapsed: 0.059 s
testBug480397_1(org.eclipse.handly.internal.examples.basic.ui.model.FooWorkingCopyTest)  Time elapsed: 0.025 s
testBug480397_2(org.eclipse.handly.internal.examples.basic.ui.model.FooWorkingCopyTest)  Time elapsed: 0.015 s
testBug480397_3(org.eclipse.handly.internal.examples.basic.ui.model.FooWorkingCopyTest)  Time elapsed: 0.018 s
Running org.eclipse.handly.internal.examples.basic.ui.model.FooModelTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s - in org.eclipse.handly.internal.examples.basic.ui.model.FooModelTest
testFooModel(org.eclipse.handly.internal.examples.basic.ui.model.FooModelTest)  Time elapsed: 0.056 s
Running org.eclipse.handly.internal.examples.basic.ui.model.FooFileTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.handly.internal.examples.basic.ui.model.FooFileTest
testFooFile(org.eclipse.handly.internal.examples.basic.ui.model.FooFileTest)  Time elapsed: 0.01 s
Running org.eclipse.handly.internal.examples.basic.ui.model.FooModelNotificationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s - in org.eclipse.handly.internal.examples.basic.ui.model.FooModelNotificationTest
testFooModelNotification(org.eclipse.handly.internal.examples.basic.ui.model.FooModelNotificationTest)  Time elapsed: 0.064 s
Running org.eclipse.handly.internal.examples.basic.ui.model.FooProjectTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.handly.internal.examples.basic.ui.model.FooProjectTest
testProjectCreation(org.eclipse.handly.internal.examples.basic.ui.model.FooProjectTest)  Time elapsed: 0.014 s
testHandleOnly(org.eclipse.handly.internal.examples.basic.ui.model.FooProjectTest)  Time elapsed: 0.002 s
Running org.eclipse.handly.internal.examples.basic.ui.model.FooWorkingCopyNotificationTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 s - in org.eclipse.handly.internal.examples.basic.ui.model.FooWorkingCopyNotificationTest
test1(org.eclipse.handly.internal.examples.basic.ui.model.FooWorkingCopyNotificationTest)  Time elapsed: 0.012 s
test2(org.eclipse.handly.internal.examples.basic.ui.model.FooWorkingCopyNotificationTest)  Time elapsed: 0.015 s
test3(org.eclipse.handly.internal.examples.basic.ui.model.FooWorkingCopyNotificationTest)  Time elapsed: 0.052 s
test4(org.eclipse.handly.internal.examples.basic.ui.model.FooWorkingCopyNotificationTest)  Time elapsed: 0.012 s

Results:

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

[INFO] All tests passed!
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.handly.examples.basic.ui.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples.basic.ui.tests/target/org.eclipse.handly.examples.basic.ui.tests-1.7.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples.basic.ui.tests/target/org.eclipse.handly.examples.basic.ui.tests-1.7.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---< org.eclipse.handly.bundles:org.eclipse.handly.examples.jmodel >----
[INFO] Building org.eclipse.handly.examples.jmodel 1.7.0-SNAPSHOT       [15/26]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.handly.examples.jmodel ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:build-qualifier (default-build-qualifier) @ org.eclipse.handly.examples.jmodel ---
[INFO] The project's OSGi version is 1.7.0.v20220910-1000
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:validate-id (default-validate-id) @ org.eclipse.handly.examples.jmodel ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:validate-version (default-validate-version) @ org.eclipse.handly.examples.jmodel ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.3:target-platform (default-target-platform) @ org.eclipse.handly.examples.jmodel ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.3:validate-classpath (default-validate-classpath) @ org.eclipse.handly.examples.jmodel ---
[INFO] Resolving class path of org.eclipse.handly.examples.jmodel...
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.handly.examples.jmodel ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples.jmodel/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.3:compile (default-compile) @ org.eclipse.handly.examples.jmodel ---
[INFO] Compiling 47 source files to /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples.jmodel/target/classes
[WARNING] /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples.jmodel/src/org/eclipse/handly/internal/examples/jmodel/CompilationUnit.java:[245] 
	Integer.class).withDefault(AST.JLS_Latest);
	                               ^^^^^^^^^^
The field AST.JLS_Latest is deprecated
1 problem (1 warning)
[INFO] 
[INFO] --- tycho-ds-plugin:2.7.3:declarative-services (default-declarative-services) @ org.eclipse.handly.examples.jmodel ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.handly.examples.jmodel ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples.jmodel/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.3:testCompile (default-testCompile) @ org.eclipse.handly.examples.jmodel ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.handly.examples.jmodel ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.handly.examples.jmodel ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.3:plugin-source (plugin-source) @ org.eclipse.handly.examples.jmodel ---
[INFO] Building jar: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples.jmodel/target/org.eclipse.handly.examples.jmodel-1.7.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:package-plugin (default-package-plugin) @ org.eclipse.handly.examples.jmodel ---
[INFO] Building jar: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples.jmodel/target/org.eclipse.handly.examples.jmodel-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.handly.examples.jmodel ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.3:feature-source (feature-source) @ org.eclipse.handly.examples.jmodel ---
[INFO] 
[INFO] --- tycho-surefire-plugin:2.7.3:integration-test (default-integration-test) @ org.eclipse.handly.examples.jmodel ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.handly.examples.jmodel ---
[INFO] No tests to run.
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.handly.examples.jmodel ---
[INFO] Signing jar: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples.jmodel/target/org.eclipse.handly.examples.jmodel-1.7.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples.jmodel/target/org.eclipse.handly.examples.jmodel-1.7.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.eclipse.handly.bundles:org.eclipse.handly.examples.jmodel.tests >--
[INFO] Building org.eclipse.handly.examples.jmodel.tests 1.7.0-SNAPSHOT [16/26]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.handly.examples.jmodel.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:build-qualifier (default-build-qualifier) @ org.eclipse.handly.examples.jmodel.tests ---
[INFO] The project's OSGi version is 1.7.0.v20220910-1000
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:validate-id (default-validate-id) @ org.eclipse.handly.examples.jmodel.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:validate-version (default-validate-version) @ org.eclipse.handly.examples.jmodel.tests ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.3:target-platform (default-target-platform) @ org.eclipse.handly.examples.jmodel.tests ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.3:validate-classpath (default-validate-classpath) @ org.eclipse.handly.examples.jmodel.tests ---
[INFO] Resolving class path of org.eclipse.handly.examples.jmodel.tests...
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.handly.examples.jmodel.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples.jmodel.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.3:compile (default-compile) @ org.eclipse.handly.examples.jmodel.tests ---
[INFO] Compiling 16 source files to /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples.jmodel.tests/target/classes
[WARNING] /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples.jmodel.tests/src/org/eclipse/handly/internal/examples/jmodel/WorkingCopyTest.java:[54] 
	private static final int AST_LEVEL = AST.JLS_Latest;
	                                         ^^^^^^^^^^
The field AST.JLS_Latest is deprecated
1 problem (1 warning)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.handly.examples.jmodel.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples.jmodel.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.handly.examples.jmodel.tests ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.3:plugin-source (plugin-source) @ org.eclipse.handly.examples.jmodel.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples.jmodel.tests/target/org.eclipse.handly.examples.jmodel.tests-1.7.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:package-plugin (default-package-plugin) @ org.eclipse.handly.examples.jmodel.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples.jmodel.tests/target/org.eclipse.handly.examples.jmodel.tests-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.handly.examples.jmodel.tests ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.3:feature-source (feature-source) @ org.eclipse.handly.examples.jmodel.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:2.7.3:test (default-test) @ org.eclipse.handly.examples.jmodel.tests ---
[INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-11/latest/bin/java)
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples.jmodel.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-11/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/1.7.x/.maven/repo/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/1.7.x/org.eclipse.handly.examples.jmodel.tests/target/work/data, -install, /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples.jmodel.tests/target/work, -configuration, /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples.jmodel.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples.jmodel.tests/target/surefire.properties]
Running org.eclipse.handly.internal.examples.jmodel.JavaProjectNotificationTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.548 s - in org.eclipse.handly.internal.examples.jmodel.JavaProjectNotificationTest
test001(org.eclipse.handly.internal.examples.jmodel.JavaProjectNotificationTest)  Time elapsed: 0.404 s
test002(org.eclipse.handly.internal.examples.jmodel.JavaProjectNotificationTest)  Time elapsed: 0.046 s
test003(org.eclipse.handly.internal.examples.jmodel.JavaProjectNotificationTest)  Time elapsed: 0.034 s
test004(org.eclipse.handly.internal.examples.jmodel.JavaProjectNotificationTest)  Time elapsed: 0.023 s
test005(org.eclipse.handly.internal.examples.jmodel.JavaProjectNotificationTest)  Time elapsed: 0.022 s
Running org.eclipse.handly.internal.examples.jmodel.JavaProjectTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 s - in org.eclipse.handly.internal.examples.jmodel.JavaProjectTest
test001(org.eclipse.handly.internal.examples.jmodel.JavaProjectTest)  Time elapsed: 0.01 s
test002(org.eclipse.handly.internal.examples.jmodel.JavaProjectTest)  Time elapsed: 0.014 s
test003(org.eclipse.handly.internal.examples.jmodel.JavaProjectTest)  Time elapsed: 0.026 s
test004(org.eclipse.handly.internal.examples.jmodel.JavaProjectTest)  Time elapsed: 0.059 s
Running org.eclipse.handly.internal.examples.jmodel.JavaModelCoreTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.3 s - in org.eclipse.handly.internal.examples.jmodel.JavaModelCoreTest
test001(org.eclipse.handly.internal.examples.jmodel.JavaModelCoreTest)  Time elapsed: 0.016 s
test002(org.eclipse.handly.internal.examples.jmodel.JavaModelCoreTest)  Time elapsed: 0.022 s
test003(org.eclipse.handly.internal.examples.jmodel.JavaModelCoreTest)  Time elapsed: 0.047 s
test004(org.eclipse.handly.internal.examples.jmodel.JavaModelCoreTest)  Time elapsed: 0.034 s
test005(org.eclipse.handly.internal.examples.jmodel.JavaModelCoreTest)  Time elapsed: 0.178 s
Running org.eclipse.handly.internal.examples.jmodel.WorkingCopyTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.535 s - in org.eclipse.handly.internal.examples.jmodel.WorkingCopyTest
test001(org.eclipse.handly.internal.examples.jmodel.WorkingCopyTest)  Time elapsed: 0.139 s
test002(org.eclipse.handly.internal.examples.jmodel.WorkingCopyTest)  Time elapsed: 0.036 s
test003(org.eclipse.handly.internal.examples.jmodel.WorkingCopyTest)  Time elapsed: 0.025 s
test004(org.eclipse.handly.internal.examples.jmodel.WorkingCopyTest)  Time elapsed: 0.024 s
test005(org.eclipse.handly.internal.examples.jmodel.WorkingCopyTest)  Time elapsed: 0.157 s
test006(org.eclipse.handly.internal.examples.jmodel.WorkingCopyTest)  Time elapsed: 0.022 s
test007(org.eclipse.handly.internal.examples.jmodel.WorkingCopyTest)  Time elapsed: 0.03 s
test008(org.eclipse.handly.internal.examples.jmodel.WorkingCopyTest)  Time elapsed: 0.046 s
test009(org.eclipse.handly.internal.examples.jmodel.WorkingCopyTest)  Time elapsed: 0.022 s
test010(org.eclipse.handly.internal.examples.jmodel.WorkingCopyTest)  Time elapsed: 0.028 s
Running org.eclipse.handly.internal.examples.jmodel.JavaElementDeltaTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.handly.internal.examples.jmodel.JavaElementDeltaTest
test1(org.eclipse.handly.internal.examples.jmodel.JavaElementDeltaTest)  Time elapsed: 0.001 s
Running org.eclipse.handly.internal.examples.jmodel.PackageFragmentTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 s - in org.eclipse.handly.internal.examples.jmodel.PackageFragmentTest
test001(org.eclipse.handly.internal.examples.jmodel.PackageFragmentTest)  Time elapsed: 0.025 s
test002(org.eclipse.handly.internal.examples.jmodel.PackageFragmentTest)  Time elapsed: 0.018 s
test003(org.eclipse.handly.internal.examples.jmodel.PackageFragmentTest)  Time elapsed: 0.018 s
test004(org.eclipse.handly.internal.examples.jmodel.PackageFragmentTest)  Time elapsed: 0.048 s
Running org.eclipse.handly.internal.examples.jmodel.PackageFragmentRootNotificationTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 s - in org.eclipse.handly.internal.examples.jmodel.PackageFragmentRootNotificationTest
test001(org.eclipse.handly.internal.examples.jmodel.PackageFragmentRootNotificationTest)  Time elapsed: 0.014 s
test002(org.eclipse.handly.internal.examples.jmodel.PackageFragmentRootNotificationTest)  Time elapsed: 0.017 s
test003(org.eclipse.handly.internal.examples.jmodel.PackageFragmentRootNotificationTest)  Time elapsed: 0.015 s
test004(org.eclipse.handly.internal.examples.jmodel.PackageFragmentRootNotificationTest)  Time elapsed: 0.05 s
test005(org.eclipse.handly.internal.examples.jmodel.PackageFragmentRootNotificationTest)  Time elapsed: 0.016 s
Running org.eclipse.handly.internal.examples.jmodel.MementoTests
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.handly.internal.examples.jmodel.MementoTests
testImportContainerMemento(org.eclipse.handly.internal.examples.jmodel.MementoTests)  Time elapsed: 0.002 s
testImportDeclarationMemento(org.eclipse.handly.internal.examples.jmodel.MementoTests)  Time elapsed: 0.001 s
testRestoreBogusMemento(org.eclipse.handly.internal.examples.jmodel.MementoTests)  Time elapsed: 0 s
testProjectMemento2(org.eclipse.handly.internal.examples.jmodel.MementoTests)  Time elapsed: 0 s
testSourceFieldMemento(org.eclipse.handly.internal.examples.jmodel.MementoTests)  Time elapsed: 0.001 s
testCompilationUnitMemento1(org.eclipse.handly.internal.examples.jmodel.MementoTests)  Time elapsed: 0 s
testPackageFragmentMemento(org.eclipse.handly.internal.examples.jmodel.MementoTests)  Time elapsed: 0 s
testSourceMethodMemento1(org.eclipse.handly.internal.examples.jmodel.MementoTests)  Time elapsed: 0.001 s
testSourceMethodMemento2(org.eclipse.handly.internal.examples.jmodel.MementoTests)  Time elapsed: 0 s
testSourceMethodMemento3(org.eclipse.handly.internal.examples.jmodel.MementoTests)  Time elapsed: 0 s
testProjectMemento(org.eclipse.handly.internal.examples.jmodel.MementoTests)  Time elapsed: 0 s
testPackageFragmentRootMemento1(org.eclipse.handly.internal.examples.jmodel.MementoTests)  Time elapsed: 0 s
testPackageFragmentRootMemento2(org.eclipse.handly.internal.examples.jmodel.MementoTests)  Time elapsed: 0 s
testSourceTypeMemento(org.eclipse.handly.internal.examples.jmodel.MementoTests)  Time elapsed: 0 s
testPackageDeclarationMemento(org.eclipse.handly.internal.examples.jmodel.MementoTests)  Time elapsed: 0.001 s
testSourceInnerTypeMemento(org.eclipse.handly.internal.examples.jmodel.MementoTests)  Time elapsed: 0 s
Running org.eclipse.handly.internal.examples.jmodel.CompilationUnitTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 s - in org.eclipse.handly.internal.examples.jmodel.CompilationUnitTest
test001(org.eclipse.handly.internal.examples.jmodel.CompilationUnitTest)  Time elapsed: 0.014 s
test002(org.eclipse.handly.internal.examples.jmodel.CompilationUnitTest)  Time elapsed: 0.043 s
test003(org.eclipse.handly.internal.examples.jmodel.CompilationUnitTest)  Time elapsed: 0.021 s
test004(org.eclipse.handly.internal.examples.jmodel.CompilationUnitTest)  Time elapsed: 0.016 s
test005(org.eclipse.handly.internal.examples.jmodel.CompilationUnitTest)  Time elapsed: 0.012 s
Running org.eclipse.handly.internal.examples.jmodel.JavaModelTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.151 s - in org.eclipse.handly.internal.examples.jmodel.JavaModelTest
test001(org.eclipse.handly.internal.examples.jmodel.JavaModelTest)  Time elapsed: 0.06 s
test002(org.eclipse.handly.internal.examples.jmodel.JavaModelTest)  Time elapsed: 0.021 s
test003(org.eclipse.handly.internal.examples.jmodel.JavaModelTest)  Time elapsed: 0.015 s
test004(org.eclipse.handly.internal.examples.jmodel.JavaModelTest)  Time elapsed: 0.015 s
test005(org.eclipse.handly.internal.examples.jmodel.JavaModelTest)  Time elapsed: 0.039 s
Running org.eclipse.handly.internal.examples.jmodel.MemberTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.13 s - in org.eclipse.handly.internal.examples.jmodel.MemberTest
test001(org.eclipse.handly.internal.examples.jmodel.MemberTest)  Time elapsed: 0.023 s
test002(org.eclipse.handly.internal.examples.jmodel.MemberTest)  Time elapsed: 0.015 s
test003(org.eclipse.handly.internal.examples.jmodel.MemberTest)  Time elapsed: 0.018 s
test004(org.eclipse.handly.internal.examples.jmodel.MemberTest)  Time elapsed: 0.044 s
test005(org.eclipse.handly.internal.examples.jmodel.MemberTest)  Time elapsed: 0.015 s
test006(org.eclipse.handly.internal.examples.jmodel.MemberTest)  Time elapsed: 0.014 s
Running org.eclipse.handly.internal.examples.jmodel.PackageFragmentRootTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 s - in org.eclipse.handly.internal.examples.jmodel.PackageFragmentRootTest
test001(org.eclipse.handly.internal.examples.jmodel.PackageFragmentRootTest)  Time elapsed: 0.015 s
test002(org.eclipse.handly.internal.examples.jmodel.PackageFragmentRootTest)  Time elapsed: 0.041 s
test003(org.eclipse.handly.internal.examples.jmodel.PackageFragmentRootTest)  Time elapsed: 0.013 s
test004(org.eclipse.handly.internal.examples.jmodel.PackageFragmentRootTest)  Time elapsed: 0.014 s
Running org.eclipse.handly.internal.examples.jmodel.PackageFragmentNotificationTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s - in org.eclipse.handly.internal.examples.jmodel.PackageFragmentNotificationTest
test001(org.eclipse.handly.internal.examples.jmodel.PackageFragmentNotificationTest)  Time elapsed: 0.011 s
test002(org.eclipse.handly.internal.examples.jmodel.PackageFragmentNotificationTest)  Time elapsed: 0.014 s
test003(org.eclipse.handly.internal.examples.jmodel.PackageFragmentNotificationTest)  Time elapsed: 0.042 s
test004(org.eclipse.handly.internal.examples.jmodel.PackageFragmentNotificationTest)  Time elapsed: 0.012 s
test005(org.eclipse.handly.internal.examples.jmodel.PackageFragmentNotificationTest)  Time elapsed: 0.019 s
Running org.eclipse.handly.internal.examples.jmodel.JavaModelNotificationTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.138 s - in org.eclipse.handly.internal.examples.jmodel.JavaModelNotificationTest
test001(org.eclipse.handly.internal.examples.jmodel.JavaModelNotificationTest)  Time elapsed: 0.012 s
test002(org.eclipse.handly.internal.examples.jmodel.JavaModelNotificationTest)  Time elapsed: 0.011 s
test003(org.eclipse.handly.internal.examples.jmodel.JavaModelNotificationTest)  Time elapsed: 0.042 s
test004(org.eclipse.handly.internal.examples.jmodel.JavaModelNotificationTest)  Time elapsed: 0.011 s
test005(org.eclipse.handly.internal.examples.jmodel.JavaModelNotificationTest)  Time elapsed: 0.01 s
test006(org.eclipse.handly.internal.examples.jmodel.JavaModelNotificationTest)  Time elapsed: 0.011 s
test007(org.eclipse.handly.internal.examples.jmodel.JavaModelNotificationTest)  Time elapsed: 0.011 s
test008(org.eclipse.handly.internal.examples.jmodel.JavaModelNotificationTest)  Time elapsed: 0.029 s
Running org.eclipse.handly.internal.examples.jmodel.WorkingCopyNotificationTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.169 s - in org.eclipse.handly.internal.examples.jmodel.WorkingCopyNotificationTest
test001(org.eclipse.handly.internal.examples.jmodel.WorkingCopyNotificationTest)  Time elapsed: 0.022 s
test002(org.eclipse.handly.internal.examples.jmodel.WorkingCopyNotificationTest)  Time elapsed: 0.017 s
test003(org.eclipse.handly.internal.examples.jmodel.WorkingCopyNotificationTest)  Time elapsed: 0.02 s
test004(org.eclipse.handly.internal.examples.jmodel.WorkingCopyNotificationTest)  Time elapsed: 0.039 s
test005(org.eclipse.handly.internal.examples.jmodel.WorkingCopyNotificationTest)  Time elapsed: 0.017 s
test006(org.eclipse.handly.internal.examples.jmodel.WorkingCopyNotificationTest)  Time elapsed: 0.018 s
test007(org.eclipse.handly.internal.examples.jmodel.WorkingCopyNotificationTest)  Time elapsed: 0.018 s
test008(org.eclipse.handly.internal.examples.jmodel.WorkingCopyNotificationTest)  Time elapsed: 0.015 s

Results:

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

[INFO] All tests passed!
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.handly.examples.jmodel.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples.jmodel.tests/target/org.eclipse.handly.examples.jmodel.tests-1.7.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples.jmodel.tests/target/org.eclipse.handly.examples.jmodel.tests-1.7.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.eclipse.handly.bundles:org.eclipse.handly.examples.jmodel.ui >--
[INFO] Building org.eclipse.handly.examples.jmodel.ui 1.7.0-SNAPSHOT    [17/26]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.handly.examples.jmodel.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:build-qualifier (default-build-qualifier) @ org.eclipse.handly.examples.jmodel.ui ---
[INFO] The project's OSGi version is 1.7.0.v20220910-1000
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:validate-id (default-validate-id) @ org.eclipse.handly.examples.jmodel.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:validate-version (default-validate-version) @ org.eclipse.handly.examples.jmodel.ui ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.3:target-platform (default-target-platform) @ org.eclipse.handly.examples.jmodel.ui ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.3:validate-classpath (default-validate-classpath) @ org.eclipse.handly.examples.jmodel.ui ---
[INFO] Resolving class path of org.eclipse.handly.examples.jmodel.ui...
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.handly.examples.jmodel.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples.jmodel.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.3:compile (default-compile) @ org.eclipse.handly.examples.jmodel.ui ---
[INFO] Compiling 33 source files to /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples.jmodel.ui/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:2.7.3:declarative-services (default-declarative-services) @ org.eclipse.handly.examples.jmodel.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.handly.examples.jmodel.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples.jmodel.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.3:testCompile (default-testCompile) @ org.eclipse.handly.examples.jmodel.ui ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.handly.examples.jmodel.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.handly.examples.jmodel.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.3:plugin-source (plugin-source) @ org.eclipse.handly.examples.jmodel.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples.jmodel.ui/target/org.eclipse.handly.examples.jmodel.ui-1.7.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:package-plugin (default-package-plugin) @ org.eclipse.handly.examples.jmodel.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples.jmodel.ui/target/org.eclipse.handly.examples.jmodel.ui-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.handly.examples.jmodel.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.3:feature-source (feature-source) @ org.eclipse.handly.examples.jmodel.ui ---
[INFO] 
[INFO] --- tycho-surefire-plugin:2.7.3:integration-test (default-integration-test) @ org.eclipse.handly.examples.jmodel.ui ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.handly.examples.jmodel.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.handly.examples.jmodel.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples.jmodel.ui/target/org.eclipse.handly.examples.jmodel.ui-1.7.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples.jmodel.ui/target/org.eclipse.handly.examples.jmodel.ui-1.7.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.eclipse.handly.bundles:org.eclipse.handly.examples.xtext.xtext.ui >--
[INFO] Building org.eclipse.handly.examples.xtext.xtext.ui 1.7.0-SNAPSHOT [18/26]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.handly.examples.xtext.xtext.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:build-qualifier (default-build-qualifier) @ org.eclipse.handly.examples.xtext.xtext.ui ---
[INFO] The project's OSGi version is 1.7.0.v20220910-1000
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:validate-id (default-validate-id) @ org.eclipse.handly.examples.xtext.xtext.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:validate-version (default-validate-version) @ org.eclipse.handly.examples.xtext.xtext.ui ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.3:target-platform (default-target-platform) @ org.eclipse.handly.examples.xtext.xtext.ui ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.3:validate-classpath (default-validate-classpath) @ org.eclipse.handly.examples.xtext.xtext.ui ---
[INFO] Resolving class path of org.eclipse.handly.examples.xtext.xtext.ui...
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.handly.examples.xtext.xtext.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples.xtext.xtext.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.3:compile (default-compile) @ org.eclipse.handly.examples.xtext.xtext.ui ---
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples.xtext.xtext.ui/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:2.7.3:declarative-services (default-declarative-services) @ org.eclipse.handly.examples.xtext.xtext.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.handly.examples.xtext.xtext.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples.xtext.xtext.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.3:testCompile (default-testCompile) @ org.eclipse.handly.examples.xtext.xtext.ui ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.handly.examples.xtext.xtext.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.handly.examples.xtext.xtext.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.3:plugin-source (plugin-source) @ org.eclipse.handly.examples.xtext.xtext.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples.xtext.xtext.ui/target/org.eclipse.handly.examples.xtext.xtext.ui-1.7.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:package-plugin (default-package-plugin) @ org.eclipse.handly.examples.xtext.xtext.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples.xtext.xtext.ui/target/org.eclipse.handly.examples.xtext.xtext.ui-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.handly.examples.xtext.xtext.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.3:feature-source (feature-source) @ org.eclipse.handly.examples.xtext.xtext.ui ---
[INFO] 
[INFO] --- tycho-surefire-plugin:2.7.3:integration-test (default-integration-test) @ org.eclipse.handly.examples.xtext.xtext.ui ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.handly.examples.xtext.xtext.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.handly.examples.xtext.xtext.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples.xtext.xtext.ui/target/org.eclipse.handly.examples.xtext.xtext.ui-1.7.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples.xtext.xtext.ui/target/org.eclipse.handly.examples.xtext.xtext.ui-1.7.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] -----------< org.eclipse.handly.features:org.eclipse.handly >-----------
[INFO] Building org.eclipse.handly-feature 1.7.0-SNAPSHOT               [19/26]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.handly ---
[INFO] Deleting /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly-feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.handly ---
[INFO] The project's OSGi version is 1.7.0.v20220910-1000
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:validate-id (default-validate-id) @ org.eclipse.handly ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:validate-version (default-validate-version) @ org.eclipse.handly ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.3:target-platform (default-target-platform) @ org.eclipse.handly ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.handly ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.3:plugin-source (plugin-source) @ org.eclipse.handly ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:package-feature (default-package-feature) @ org.eclipse.handly ---
[INFO] Fetching org.eclipse.license_2.0.2.v20181016-2210.jar from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/features/ (13.05kB)
[INFO] Building jar: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly-feature/target/org.eclipse.handly-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.handly ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.handly ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.3:feature-source (feature-source) @ org.eclipse.handly ---
[INFO] Building jar: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly-feature/target/org.eclipse.handly-1.7.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.3:p2-metadata (attach-p2-metadata) @ org.eclipse.handly ---
[WARNING] artifact org.eclipse.handly.features:org.eclipse.handly:xml:p2metadata:1.7.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.handly.features:org.eclipse.handly:xml:p2artifacts:1.7.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.handly ---
[INFO] Signing jar: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly-feature/target/org.eclipse.handly-1.7.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly-feature/target/org.eclipse.handly-1.7.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --------< org.eclipse.handly.features:org.eclipse.handly.xtext >--------
[INFO] Building org.eclipse.handly.xtext-feature 1.7.0-SNAPSHOT         [20/26]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.handly.xtext ---
[INFO] Deleting /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.xtext-feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.handly.xtext ---
[INFO] The project's OSGi version is 1.7.0.v20220910-1000
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:validate-id (default-validate-id) @ org.eclipse.handly.xtext ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:validate-version (default-validate-version) @ org.eclipse.handly.xtext ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.3:target-platform (default-target-platform) @ org.eclipse.handly.xtext ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.handly.xtext ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.3:plugin-source (plugin-source) @ org.eclipse.handly.xtext ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:package-feature (default-package-feature) @ org.eclipse.handly.xtext ---
[INFO] Building jar: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.xtext-feature/target/org.eclipse.handly.xtext-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.handly.xtext ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.handly.xtext ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.3:feature-source (feature-source) @ org.eclipse.handly.xtext ---
[INFO] Building jar: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.xtext-feature/target/org.eclipse.handly.xtext-1.7.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.3:p2-metadata (attach-p2-metadata) @ org.eclipse.handly.xtext ---
[WARNING] artifact org.eclipse.handly.features:org.eclipse.handly.xtext:xml:p2metadata:1.7.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.handly.features:org.eclipse.handly.xtext:xml:p2artifacts:1.7.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.handly.xtext ---
[INFO] Signing jar: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.xtext-feature/target/org.eclipse.handly.xtext-1.7.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.xtext-feature/target/org.eclipse.handly.xtext-1.7.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] ------< org.eclipse.handly.features:org.eclipse.handly.examples >-------
[INFO] Building org.eclipse.handly.examples-feature 1.7.0-SNAPSHOT      [21/26]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.handly.examples ---
[INFO] Deleting /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples-feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.handly.examples ---
[INFO] The project's OSGi version is 1.7.0.v20220910-1000
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:validate-id (default-validate-id) @ org.eclipse.handly.examples ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:validate-version (default-validate-version) @ org.eclipse.handly.examples ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.3:target-platform (default-target-platform) @ org.eclipse.handly.examples ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.handly.examples ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.3:plugin-source (plugin-source) @ org.eclipse.handly.examples ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:package-feature (default-package-feature) @ org.eclipse.handly.examples ---
[INFO] Building jar: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples-feature/target/org.eclipse.handly.examples-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.handly.examples ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.handly.examples ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.3:feature-source (feature-source) @ org.eclipse.handly.examples ---
[INFO] Building jar: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples-feature/target/org.eclipse.handly.examples-1.7.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.3:p2-metadata (attach-p2-metadata) @ org.eclipse.handly.examples ---
[WARNING] artifact org.eclipse.handly.features:org.eclipse.handly.examples:xml:p2metadata:1.7.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.handly.features:org.eclipse.handly.examples:xml:p2artifacts:1.7.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.handly.examples ---
[INFO] Signing jar: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples-feature/target/org.eclipse.handly.examples-1.7.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples-feature/target/org.eclipse.handly.examples-1.7.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --------< org.eclipse.handly.features:org.eclipse.handly.tests >--------
[INFO] Building org.eclipse.handly.tests-feature 1.7.0-SNAPSHOT         [22/26]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.handly.tests ---
[INFO] Deleting /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.tests-feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.handly.tests ---
[INFO] The project's OSGi version is 1.7.0.v20220910-1000
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:validate-id (default-validate-id) @ org.eclipse.handly.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:validate-version (default-validate-version) @ org.eclipse.handly.tests ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.3:target-platform (default-target-platform) @ org.eclipse.handly.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.handly.tests ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.3:plugin-source (plugin-source) @ org.eclipse.handly.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:package-feature (default-package-feature) @ org.eclipse.handly.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.tests-feature/target/org.eclipse.handly.tests-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.handly.tests ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.handly.tests ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.3:feature-source (feature-source) @ org.eclipse.handly.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.tests-feature/target/org.eclipse.handly.tests-1.7.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.3:p2-metadata (attach-p2-metadata) @ org.eclipse.handly.tests ---
[WARNING] artifact org.eclipse.handly.features:org.eclipse.handly.tests:xml:p2metadata:1.7.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.handly.features:org.eclipse.handly.tests:xml:p2artifacts:1.7.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.handly.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.tests-feature/target/org.eclipse.handly.tests-1.7.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.tests-feature/target/org.eclipse.handly.tests-1.7.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] -------------------< org.eclipse.handly:repository >--------------------
[INFO] Building repository 1.7.0-SNAPSHOT                               [23/26]
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ repository ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ repository ---
[INFO] The project's OSGi version is 1.7.0.v20220910-1000
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ repository ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.3:target-platform (default-target-platform) @ repository ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ repository ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/1.7.x/repository/src/main/resources
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:2.7.3:publish-osgi-ee (default-publish-osgi-ee) @ repository ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:2.7.3:publish-products (default-publish-products) @ repository ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:2.7.3:publish-categories (default-publish-categories) @ repository ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:2.7.3:attach-artifacts (default-attach-artifacts) @ repository ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:2.7.3:assemble-repository (default-assemble-repository) @ repository ---
[INFO] Fetching org.eclipse.xtext.builder.standalone_2.28.0.v20220829-0445.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (49.34kB)
[INFO] Fetching org.eclipse.xtext.buildship_2.28.0.v20220829-0502.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (17.66kB)
[INFO] Fetching org.eclipse.xtext.common.types.shared_2.28.0.v20220829-0502.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (20.18kB)
[INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38_2.28.0.v20220829-0502.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (21.26kB)
[INFO] Fetching org.eclipse.xtext.xbase.ui_2.28.0.v20220829-0502.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (553.73kB)
[INFO] Fetching org.eclipse.xtext.java_2.28.0.v20220829-0445.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (47.94kB)
[INFO] Fetching org.eclipse.xtext.m2e_2.28.0.v20220829-0502.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (26.39kB)
[INFO] Fetching org.eclipse.xtext.source_2.28.0.v20220829-0438.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (1.43MB)
[INFO] Fetching org.eclipse.xtext.xtext.ide.source_2.28.0.v20220829-0438.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (96.5kB)
[INFO] Fetching org.eclipse.xtext.util.source_2.28.0.v20220829-0438.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (142.23kB)
[INFO] Fetching org.eclipse.xtext.common.types.source_2.28.0.v20220829-0445.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (360.91kB)
[INFO] Fetching org.eclipse.xtext.builder.source_2.28.0.v20220829-0502.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (208.21kB)
[INFO] Fetching org.eclipse.xtext.ecore.source_2.28.0.v20220829-0445.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (14.89kB)
[INFO] Fetching org.eclipse.xtext.smap.source_2.28.0.v20220829-0445.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (18.64kB)
[INFO] Fetching org.eclipse.xtext.builder.standalone.source_2.28.0.v20220829-0445.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (26.93kB)
[INFO] Fetching org.eclipse.xtext.java.source_2.28.0.v20220829-0445.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (25.75kB)
[INFO] Fetching org.eclipse.xtext.runtime_2.28.0.v20220829-0555.jar from http://download.eclipse.org/releases/2022-09/202209141001/features/ (20.96kB)
[INFO] Fetching org.eclipse.xtext.ui.codemining_2.28.0.v20220829-0502.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (21.3kB)
[INFO] Fetching org.eclipse.xtext.ui.ecore_2.28.0.v20220829-0502.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (16.5kB)
[INFO] Fetching org.eclipse.xtext.ui.source_2.28.0.v20220829-0502.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (1.01MB)
[INFO] Fetching org.eclipse.xtext.common.types.ui.source_2.28.0.v20220829-0502.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (138.33kB)
[INFO] Fetching org.eclipse.xtext.common.types.shared.source_2.28.0.v20220829-0502.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (16.52kB)
[INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38.source_2.28.0.v20220829-0502.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (14.5kB)
[INFO] Fetching org.eclipse.xtext.ui.shared.source_2.28.0.v20220829-0502.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (30.26kB)
[INFO] Fetching org.eclipse.xtext.ui.ecore.source_2.28.0.v20220829-0502.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (13.91kB)
[INFO] Fetching org.eclipse.xtext.ui.codemining.source_2.28.0.v20220829-0502.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (13.28kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.source_2.28.0.v20220829-0502.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (136.72kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide.source_2.28.0.v20220829-0502.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (93.74kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui.source_2.28.0.v20220829-0502.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (90.57kB)
[INFO] Fetching org.eclipse.xtext.common.types.edit.source_2.28.0.v20220829-0502.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (98.89kB)
[INFO] Fetching org.eclipse.xtext.ide.source_2.28.0.v20220829-0438.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (285.11kB)
[INFO] Fetching org.eclipse.xtext.m2e.source_2.28.0.v20220829-0502.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (19.11kB)
[INFO] Fetching org.eclipse.xtext.buildship.source_2.28.0.v20220829-0502.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (13.46kB)
[INFO] Fetching org.eclipse.xtext.ui_2.28.0.v20220829-0555.jar from http://download.eclipse.org/releases/2022-09/202209141001/features/ (20.83kB)
[INFO] Fetching org.eclipse.xtext.xbase_2.28.0.v20220829-0445.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (2.46MB)
[INFO] Fetching org.eclipse.xtext.xbase.ide_2.28.0.v20220829-0445.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (594.46kB)
[INFO] 
[INFO] --- tycho-source-plugin:2.7.3:plugin-source (plugin-source) @ repository ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:2.7.3:archive-repository (default-archive-repository) @ repository ---
[INFO] Building zip: /home/jenkins/agent/workspace/1.7.x/repository/target/handly-repository-1.7.0.v20220910-1000.zip
[INFO] 
[INFO] --- tycho-source-plugin:2.7.3:feature-source (feature-source) @ repository ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (version) @ repository ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-document-bundle-plugin:2.7.3:javadoc (javadoc) @ repository ---
[INFO] Scopes: [compile, provided]
[INFO] Output directory: /home/jenkins/agent/workspace/1.7.x/repository/target/reference/api
[INFO] BaseDir: /home/jenkins/agent/workspace/1.7.x/repository
[INFO] Cleaning up first
[INFO] Did not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:com.sun.jna:5.8.0: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/com.sun.jna/5.8.0/com.sun.jna-5.8.0.jar, groupId=net.java.dev.jna, artifactId=jna, version=5.8.0, type=eclipse-plugin} in reactor
[INFO] Did not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:com.sun.jna.platform:5.8.0: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/com.sun.jna.platform/5.8.0/com.sun.jna.platform-5.8.0.jar, groupId=net.java.dev.jna, artifactId=jna-platform, version=5.8.0, type=eclipse-plugin} in reactor
[INFO] Did not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.felix.scr:2.2.2: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.apache.felix.scr/2.2.2/org.apache.felix.scr-2.2.2.jar, groupId=org.apache.felix, artifactId=org.apache.felix.scr, version=2.2.2, type=eclipse-plugin} in reactor
[INFO] Did not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.component:1.5.0.202109301733: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.osgi.service.component/1.5.0.202109301733/org.osgi.service.component-1.5.0.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.service.component, version=1.5.0, type=eclipse-plugin} in reactor
[INFO] Did not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.util.promise:1.2.0.202109301733: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.osgi.util.promise/1.2.0.202109301733/org.osgi.util.promise-1.2.0.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.util.promise, version=1.2.0, type=eclipse-plugin} in reactor
[INFO] Did not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.event:1.4.1.202109301733: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.service.event, version=1.4.1, type=eclipse-plugin} in reactor
[INFO] Did not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.prefs:1.1.2.202109301733: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.service.prefs, version=1.1.2, type=eclipse-plugin} in reactor
[INFO] Did not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.util.function:1.2.0.202109301733: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.osgi.util.function/1.2.0.202109301733/org.osgi.util.function-1.2.0.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.util.function, version=1.2.0, type=eclipse-plugin} in reactor
[INFO] Did not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:com.sun.jna:5.8.0: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/com.sun.jna/5.8.0/com.sun.jna-5.8.0.jar, groupId=net.java.dev.jna, artifactId=jna, version=5.8.0, type=eclipse-plugin} in reactor
[INFO] Did not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:com.sun.jna.platform:5.8.0: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/com.sun.jna.platform/5.8.0/com.sun.jna.platform-5.8.0.jar, groupId=net.java.dev.jna, artifactId=jna-platform, version=5.8.0, type=eclipse-plugin} in reactor
[INFO] Did not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.felix.scr:2.2.2: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.apache.felix.scr/2.2.2/org.apache.felix.scr-2.2.2.jar, groupId=org.apache.felix, artifactId=org.apache.felix.scr, version=2.2.2, type=eclipse-plugin} in reactor
[INFO] Did not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.component:1.5.0.202109301733: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.osgi.service.component/1.5.0.202109301733/org.osgi.service.component-1.5.0.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.service.component, version=1.5.0, type=eclipse-plugin} in reactor
[INFO] Did not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.util.promise:1.2.0.202109301733: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.osgi.util.promise/1.2.0.202109301733/org.osgi.util.promise-1.2.0.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.util.promise, version=1.2.0, type=eclipse-plugin} in reactor
[INFO] Did not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.event:1.4.1.202109301733: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.service.event, version=1.4.1, type=eclipse-plugin} in reactor
[INFO] Did not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.prefs:1.1.2.202109301733: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.service.prefs, version=1.1.2, type=eclipse-plugin} in reactor
[INFO] Did not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.tukaani.xz:1.9.0: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.tukaani.xz/1.9.0/org.tukaani.xz-1.9.0.jar, groupId=org.tukaani, artifactId=xz, version=1.9, type=eclipse-plugin} in reactor
[INFO] Did not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.util.function:1.2.0.202109301733: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.osgi.util.function/1.2.0.202109301733/org.osgi.util.function-1.2.0.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.util.function, version=1.2.0, type=eclipse-plugin} in reactor
[INFO] Did not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:com.sun.jna:5.8.0: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/com.sun.jna/5.8.0/com.sun.jna-5.8.0.jar, groupId=net.java.dev.jna, artifactId=jna, version=5.8.0, type=eclipse-plugin} in reactor
[INFO] Did not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:com.sun.jna.platform:5.8.0: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/com.sun.jna.platform/5.8.0/com.sun.jna.platform-5.8.0.jar, groupId=net.java.dev.jna, artifactId=jna-platform, version=5.8.0, type=eclipse-plugin} in reactor
[INFO] Did not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.felix.scr:2.2.2: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.apache.felix.scr/2.2.2/org.apache.felix.scr-2.2.2.jar, groupId=org.apache.felix, artifactId=org.apache.felix.scr, version=2.2.2, type=eclipse-plugin} in reactor
[INFO] Did not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.component:1.5.0.202109301733: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.osgi.service.component/1.5.0.202109301733/org.osgi.service.component-1.5.0.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.service.component, version=1.5.0, type=eclipse-plugin} in reactor
[INFO] Did not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.util.promise:1.2.0.202109301733: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.osgi.util.promise/1.2.0.202109301733/org.osgi.util.promise-1.2.0.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.util.promise, version=1.2.0, type=eclipse-plugin} in reactor
[INFO] Did not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.event:1.4.1.202109301733: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.service.event, version=1.4.1, type=eclipse-plugin} in reactor
[INFO] Did not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.prefs:1.1.2.202109301733: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.service.prefs, version=1.1.2, type=eclipse-plugin} in reactor
[INFO] Did not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.tukaani.xz:1.9.0: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.tukaani.xz/1.9.0/org.tukaani.xz-1.9.0.jar, groupId=org.tukaani, artifactId=xz, version=1.9, type=eclipse-plugin} in reactor
[INFO] Did not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.util.function:1.2.0.202109301733: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.osgi.util.function/1.2.0.202109301733/org.osgi.util.function-1.2.0.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.util.function, version=1.2.0, type=eclipse-plugin} in reactor
[INFO] Did not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.prefs:1.1.2.202109301733: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.service.prefs, version=1.1.2, type=eclipse-plugin} in reactor
[INFO] Did not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:com.sun.jna:5.8.0: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/com.sun.jna/5.8.0/com.sun.jna-5.8.0.jar, groupId=net.java.dev.jna, artifactId=jna, version=5.8.0, type=eclipse-plugin} in reactor
[INFO] Did not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:com.sun.jna.platform:5.8.0: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/com.sun.jna.platform/5.8.0/com.sun.jna.platform-5.8.0.jar, groupId=net.java.dev.jna, artifactId=jna-platform, version=5.8.0, type=eclipse-plugin} in reactor
[INFO] Did not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.felix.scr:2.2.2: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.apache.felix.scr/2.2.2/org.apache.felix.scr-2.2.2.jar, groupId=org.apache.felix, artifactId=org.apache.felix.scr, version=2.2.2, type=eclipse-plugin} in reactor
[INFO] Did not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.component:1.5.0.202109301733: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.osgi.service.component/1.5.0.202109301733/org.osgi.service.component-1.5.0.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.service.component, version=1.5.0, type=eclipse-plugin} in reactor
[INFO] Did not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.util.promise:1.2.0.202109301733: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.osgi.util.promise/1.2.0.202109301733/org.osgi.util.promise-1.2.0.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.util.promise, version=1.2.0, type=eclipse-plugin} in reactor
[INFO] Did not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.event:1.4.1.202109301733: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.service.event, version=1.4.1, type=eclipse-plugin} in reactor
[INFO] Did not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.prefs:1.1.2.202109301733: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.service.prefs, version=1.1.2, type=eclipse-plugin} in reactor
[INFO] Did not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.tukaani.xz:1.9.0: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.tukaani.xz/1.9.0/org.tukaani.xz-1.9.0.jar, groupId=org.tukaani, artifactId=xz, version=1.9, type=eclipse-plugin} in reactor
[INFO] Did not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.util.function:1.2.0.202109301733: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.osgi.util.function/1.2.0.202109301733/org.osgi.util.function-1.2.0.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.util.function, version=1.2.0, type=eclipse-plugin} in reactor
[INFO] Did not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:com.sun.jna:5.8.0: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/com.sun.jna/5.8.0/com.sun.jna-5.8.0.jar, groupId=net.java.dev.jna, artifactId=jna, version=5.8.0, type=eclipse-plugin} in reactor
[INFO] Did not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:com.sun.jna.platform:5.8.0: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/com.sun.jna.platform/5.8.0/com.sun.jna.platform-5.8.0.jar, groupId=net.java.dev.jna, artifactId=jna-platform, version=5.8.0, type=eclipse-plugin} in reactor
[INFO] Did not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.felix.scr:2.2.2: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.apache.felix.scr/2.2.2/org.apache.felix.scr-2.2.2.jar, groupId=org.apache.felix, artifactId=org.apache.felix.scr, version=2.2.2, type=eclipse-plugin} in reactor
[INFO] Did not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.component:1.5.0.202109301733: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.osgi.service.component/1.5.0.202109301733/org.osgi.service.component-1.5.0.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.service.component, version=1.5.0, type=eclipse-plugin} in reactor
[INFO] Did not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.util.promise:1.2.0.202109301733: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.osgi.util.promise/1.2.0.202109301733/org.osgi.util.promise-1.2.0.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.util.promise, version=1.2.0, type=eclipse-plugin} in reactor
[INFO] Did not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.event:1.4.1.202109301733: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.service.event, version=1.4.1, type=eclipse-plugin} in reactor
[INFO] Did not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.prefs:1.1.2.202109301733: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.service.prefs, version=1.1.2, type=eclipse-plugin} in reactor
[INFO] Did not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.tukaani.xz:1.9.0: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.tukaani.xz/1.9.0/org.tukaani.xz-1.9.0.jar, groupId=org.tukaani, artifactId=xz, version=1.9, type=eclipse-plugin} in reactor
[INFO] Did not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.util.function:1.2.0.202109301733: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.osgi.util.function/1.2.0.202109301733/org.osgi.util.function-1.2.0.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.util.function, version=1.2.0, type=eclipse-plugin} in reactor
[INFO] 5 source folders
[INFO] Source folder: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.xtext.ui/src
[INFO] Source folder: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.junit/src
[INFO] Source folder: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.ui/src
[INFO] Source folder: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly/src
[INFO] Source folder: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.xtext/src
[INFO] 117 classpath deps
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.eclipse.xtext.ide/2.28.0.v20220829-0438/org.eclipse.xtext.ide-2.28.0.v20220829-0438.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.eclipse.core.runtime/3.26.0.v20220813-0916/org.eclipse.core.runtime-3.26.0.v20220813-0916.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.eclipse.e4.ui.css.swt.theme/0.13.100.v20220310-1056/org.eclipse.e4.ui.css.swt.theme-0.13.100.v20220310-1056.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.apache.commons.jxpath/1.3.0.v200911051830/org.apache.commons.jxpath-1.3.0.v200911051830.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.eclipse.core.resources/3.18.0.v20220828-0546/org.eclipse.core.resources-3.18.0.v20220828-0546.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.eclipse.e4.ui.services/1.5.0.v20210115-1333/org.eclipse.e4.ui.services-1.5.0.v20210115-1333.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.eclipse.e4.ui.workbench/1.13.200.v20220808-2019/org.eclipse.e4.ui.workbench-1.13.200.v20220808-2019.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.eclipse.compare/3.8.500.v20220812-1406/org.eclipse.compare-3.8.500.v20220812-1406.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.junit/target/classes
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.eclipse.core.databinding.observable/1.12.0.v20211231-1006/org.eclipse.core.databinding.observable-1.12.0.v20211231-1006.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/io.github.classgraph/4.8.138.v20211212-1642/io.github.classgraph-4.8.138.v20211212-1642.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.1.100.v20210108-1832/org.eclipse.e4.ui.swt.gtk-1.1.100.v20210108-1832.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.eclipse.jface.text/3.21.0.v20220817-1340/org.eclipse.jface.text-3.21.0.v20220817-1340.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.eclipse.emf.common/2.26.0.v20220817-1401/org.eclipse.emf.common-2.26.0.v20220817-1401.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.eclipse.ltk.ui.refactoring/3.12.200.v20220808-2221/org.eclipse.ltk.ui.refactoring-3.12.200.v20220808-2221.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.eclipse.e4.core.contexts/1.11.0.v20220716-0839/org.eclipse.e4.core.contexts-1.11.0.v20220716-0839.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.eclipse.equinox.p2.metadata/2.6.300.v20220817-1208/org.eclipse.equinox.p2.metadata-2.6.300.v20220817-1208.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.eclipse.e4.ui.di/1.4.0.v20210621-1133/org.eclipse.e4.ui.di-1.4.0.v20210621-1133.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.eclipse.e4.core.di.annotations/1.7.200.v20220613-1008/org.eclipse.e4.core.di.annotations-1.7.200.v20220613-1008.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt/0.15.600.v20220715-1400/org.eclipse.e4.ui.workbench.renderers.swt-0.15.600.v20220715-1400.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.eclipse.equinox.launcher.gtk.linux.x86_64/1.2.600.v20220720-1916/org.eclipse.equinox.launcher.gtk.linux.x86_64-1.2.600.v20220720-1916.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.eclipse.core.net.linux/1.0.200.v20220812-1406/org.eclipse.core.net.linux-1.0.200.v20220812-1406.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.apache.batik.css/1.14.0.v20210324-0332/org.apache.batik.css-1.14.0.v20210324-0332.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.tests/target/classes
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.eclipse.equinox.security.linux/1.0.200.v20210616-0726/org.eclipse.equinox.security.linux-1.0.200.v20210616-0726.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.eclipse.ui.forms/3.11.400.v20220817-1444/org.eclipse.ui.forms-3.11.400.v20220817-1444.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.eclipse.help/3.9.100.v20210721-0601/org.eclipse.help-3.9.100.v20210721-0601.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.eclipse.equinox.common/3.16.200.v20220817-1601/org.eclipse.equinox.common-3.16.200.v20220817-1601.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.eclipse.jdt.compiler.tool/1.3.200.v20220802-0458/org.eclipse.jdt.compiler.tool-1.3.200.v20220802-0458.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.eclipse.e4.core.commands/1.0.200.v20220629-1225/org.eclipse.e4.core.commands-1.0.200.v20220629-1225.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.13.300.v20220809-1237/org.eclipse.e4.ui.css.core-0.13.300.v20220809-1237.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.eclipse.equinox.registry/3.11.200.v20220817-1601/org.eclipse.equinox.registry-3.11.200.v20220817-1601.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.eclipse.text/3.12.200.v20220817-1340/org.eclipse.text-3.12.200.v20220817-1340.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.eclipse.xtext.logging/1.2.19.v20220829-0502/org.eclipse.xtext.logging-1.2.19.v20220829-0502.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.eclipse.osgi/3.18.100.v20220817-1601/org.eclipse.osgi-3.18.100.v20220817-1601.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/com.sun.jna/5.8.0/com.sun.jna-5.8.0.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.eclipse.ltk.core.refactoring/3.13.0.v20220822-0502/org.eclipse.ltk.core.refactoring-3.13.0.v20220822-0502.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.eclipse.xtext.util/2.28.0.v20220829-0438/org.eclipse.xtext.util-2.28.0.v20220829-0438.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.eclipse.equinox.preferences/3.10.100.v20220710-1223/org.eclipse.equinox.preferences-3.10.100.v20220710-1223.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.eclipse.xtext/2.28.0.v20220829-0438/org.eclipse.xtext-2.28.0.v20220829-0438.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.eclipse.equinox.p2.engine/2.7.500.v20220817-1208/org.eclipse.equinox.p2.engine-2.7.500.v20220817-1208.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/javax.inject/1.0.0.v20220405-0441/javax.inject-1.0.0.v20220405-0441.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.eclipse.core.databinding.property/1.9.0.v20210619-1129/org.eclipse.core.databinding.property-1.9.0.v20210619-1129.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.eclipse.jdt.core/3.31.0.v20220831-1439/org.eclipse.jdt.core-3.31.0.v20220831-1439.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.eclipse.jface.databinding/1.13.0.v20210619-1146/org.eclipse.jface.databinding-1.13.0.v20210619-1146.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.eclipse.e4.core.di.extensions/0.17.200.v20220613-1008/org.eclipse.e4.core.di.extensions-0.17.200.v20220613-1008.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.eclipse.e4.ui.ide/3.16.100.v20220310-1350/org.eclipse.e4.ui.ide-3.16.100.v20220310-1350.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.eclipse.e4.ui.workbench.swt/0.16.600.v20220607-1204/org.eclipse.e4.ui.workbench.swt-0.16.600.v20220607-1204.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.eclipse.emf.edit.ui/2.22.0.v20220619-0533/org.eclipse.emf.edit.ui-2.22.0.v20220619-0533.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.apache.batik.constants/1.14.0.v20210324-0332/org.apache.batik.constants-1.14.0.v20210324-0332.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.eclipse.e4.ui.dialogs/1.3.300.v20220815-1831/org.eclipse.e4.ui.dialogs-1.3.300.v20220815-1831.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.xtext/target/classes
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.eclipse.debug.core/3.20.0.v20220811-0741/org.eclipse.debug.core-3.20.0.v20220811-0741.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.eclipse.ui.workbench/3.126.0.v20220823-0718/org.eclipse.ui.workbench-3.126.0.v20220823-0718.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.eclipse.ui.ide/3.19.100.v20220820-0412/org.eclipse.ui.ide-3.19.100.v20220820-0412.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.eclipse.core.filebuffers/3.7.200.v20220202-1008/org.eclipse.core.filebuffers-3.7.200.v20220202-1008.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.eclipse.e4.core.di/1.8.300.v20220817-1539/org.eclipse.e4.core.di-1.8.300.v20220817-1539.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.eclipse.emf.ecore/2.28.0.v20220817-1401/org.eclipse.emf.ecore-2.28.0.v20220817-1401.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.eclipse.emf.common.ui/2.20.0.v20220226-1304/org.eclipse.emf.common.ui-2.20.0.v20220226-1304.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.eclipse.ui.editors/3.14.400.v20220730-1844/org.eclipse.ui.editors-3.14.400.v20220730-1844.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.xtext.ui/target/classes
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.eclipse.search/3.14.200.v20220817-1340/org.eclipse.search-3.14.200.v20220817-1340.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/com.google.inject/5.0.1.v20210324-2015/com.google.inject-5.0.1.v20210324-2015.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.eclipse.xtend.lib/2.28.0.v20220829-0436/org.eclipse.xtend.lib-2.28.0.v20220829-0436.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.eclipse.swt/3.121.0.v20220829-1402/org.eclipse.swt-3.121.0.v20220829-1402.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.eclipse.e4.ui.workbench.addons.swt/1.4.400.v20211102-0453/org.eclipse.e4.ui.workbench.addons.swt-1.4.400.v20211102-0453.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.eclipse.jface/3.27.0.v20220817-1444/org.eclipse.jface-3.27.0.v20220817-1444.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.2.200.v20220817-1444/org.eclipse.e4.ui.model.workbench-2.2.200.v20220817-1444.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.w3c.css.sac/1.3.1.v200903091627/org.w3c.css.sac-1.3.1.v200903091627.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/com.sun.jna.platform/5.8.0/com.sun.jna.platform-5.8.0.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.eclipse.xtend.lib.macro/2.28.0.v20220829-0436/org.eclipse.xtend.lib.macro-2.28.0.v20220829-0436.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.eclipse.e4.emf.xpath/0.3.0.v20210722-1426/org.eclipse.e4.emf.xpath-0.3.0.v20210722-1426.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.eclipse.emf.edit/2.17.0.v20220201-1551/org.eclipse.emf.edit-2.17.0.v20220201-1551.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.eclipse.core.variables/3.5.100.v20210721-1355/org.eclipse.core.variables-3.5.100.v20210721-1355.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.eclipse.xtext.common.types/2.28.0.v20220829-0445/org.eclipse.xtext.common.types-2.28.0.v20220829-0445.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.eclipse.jdt.compiler.apt/1.4.200.v20220802-0458/org.eclipse.jdt.compiler.apt-1.4.200.v20220802-0458.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.eclipse.ui/3.201.100.v20220826-1037/org.eclipse.ui-3.201.100.v20220826-1037.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.eclipse.team.ui/3.9.400.v20220817-1539/org.eclipse.team.ui-3.9.400.v20220817-1539.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.objectweb.asm/9.3.0.v20220409-0157/org.objectweb.asm-9.3.0.v20220409-0157.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.eclipse.team.core/3.9.500.v20220817-1539/org.eclipse.team.core-3.9.500.v20220817-1539.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.eclipse.core.jobs/3.13.100.v20220817-1539/org.eclipse.core.jobs-3.13.100.v20220817-1539.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.examples/.
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.eclipse.xtext.ui/2.28.0.v20220829-0502/org.eclipse.xtext.ui-2.28.0.v20220829-0502.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.eclipse.ui.workbench.texteditor/3.16.600.v20220809-1658/org.eclipse.ui.workbench.texteditor-3.16.600.v20220809-1658.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.eclipse.equinox.bidi/1.4.200.v20220710-1223/org.eclipse.equinox.bidi-1.4.200.v20220710-1223.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.121.0.v20220829-1402/org.eclipse.swt.gtk.linux.x86_64-3.121.0.v20220829-1402.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.eclipse.jdt.launching/3.19.700.v20220730-1850/org.eclipse.jdt.launching-3.19.700.v20220730-1850.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/.cache/tycho/org.eclipse.jdt.debug-3.19.300.v20220812-1529.jar/jdimodel.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/javax.annotation/1.3.5.v20200909-1856/javax.annotation-1.3.5.v20200909-1856.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.17.0.v20220817-1334/org.eclipse.emf.ecore.xmi-2.17.0.v20220817-1334.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.apache.batik.util/1.14.0.v20210324-0332/org.apache.batik.util-1.14.0.v20210324-0332.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.eclipse.xtext.xbase.lib/2.28.0.v20220829-0436/org.eclipse.xtext.xbase.lib-2.28.0.v20220829-0436.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.eclipse.core.expressions/3.8.200.v20220613-1047/org.eclipse.core.expressions-3.8.200.v20220613-1047.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.700.v20220722-0431/org.eclipse.osgi.compatibility.state-1.2.700.v20220722-0431.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.eclipse.e4.core.services/2.3.300.v20220613-1047/org.eclipse.e4.core.services-2.3.300.v20220613-1047.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.antlr.runtime/3.2.0.v20220404-1927/org.antlr.runtime-3.2.0.v20220404-1927.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.eclipse.core.contenttype/3.8.200.v20220817-1539/org.eclipse.core.contenttype-3.8.200.v20220817-1539.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.14.600.v20220621-1327/org.eclipse.e4.ui.css.swt-0.14.600.v20220621-1327.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.eclipse.ui.navigator/3.10.300.v20220817-1444/org.eclipse.ui.navigator-3.10.300.v20220817-1444.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.eclipse.e4.ui.widgets/1.3.0.v20210621-1136/org.eclipse.e4.ui.widgets-1.3.0.v20210621-1136.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.eclipse.e4.ui.bindings/0.13.100.v20210722-1426/org.eclipse.e4.ui.bindings-0.13.100.v20210722-1426.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.eclipse.urischeme/1.2.100.v20211001-1648/org.eclipse.urischeme-1.2.100.v20211001-1648.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly/target/classes
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.eclipse.equinox.p2.core/2.9.200.v20220817-1208/org.eclipse.equinox.p2.core-2.9.200.v20220817-1208.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.ui/target/classes
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.eclipse.emf.ecore.change/2.14.0.v20190528-0725/org.eclipse.emf.ecore.change-2.14.0.v20190528-0725.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.eclipse.core.filesystem/1.9.500.v20220817-1539/org.eclipse.core.filesystem-1.9.500.v20220817-1539.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.eclipse.core.commands/3.10.200.v20220512-0851/org.eclipse.core.commands-3.10.200.v20220512-0851.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.eclipse.compare.core/3.7.100.v20220812-1406/org.eclipse.compare.core-3.7.100.v20220812-1406.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.eclipse.equinox.app/1.6.200.v20220720-2012/org.eclipse.equinox.app-1.6.200.v20220720-2012.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/com.google.guava/30.1.0.v20210127-2300/com.google.guava-30.1.0.v20210127-2300.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.eclipse.core.databinding/1.11.100.v20220817-1444/org.eclipse.core.databinding-1.11.100.v20220817-1444.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.junit/4.13.2.v20211018-1956/org.junit-4.13.2.v20211018-1956.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.eclipse.e4.ui.workbench3/0.16.0.v20210619-0956/org.eclipse.e4.ui.workbench3-0.16.0.v20210619-0956.jar
[INFO] CP: /home/jenkins/agent/workspace/1.7.x/.maven/repo/p2/osgi/bundle/org.eclipse.ui.views/3.11.200.v20220817-1444/org.eclipse.ui.views-3.11.200.v20220817-1444.jar
[INFO] Including packages matching PackageNameMatcher["org\.eclipse\.handly", "org\.eclipse\.handly\..*"]
[INFO] Excluding packages matching PackageNameMatcher["org\.eclipse\.handly\.internal\..*", "org\.eclipse\.handly\.examples\..*"]
[INFO] Calling: /bin/sh -c cd '/home/jenkins/agent/workspace/1.7.x/repository/target/reference/api' && '/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc' '@/home/jenkins/agent/workspace/1.7.x/repository/target/javadoc.options.txt'
Loading source files for package org.eclipse.handly.xtext.ui.callhierarchy...
Loading source files for package org.eclipse.handly.xtext.ui.editor...
Loading source files for package org.eclipse.handly.xtext.ui.outline...
Loading source files for package org.eclipse.handly.xtext.ui.quickoutline...
Loading source files for package org.eclipse.handly.ui...
Loading source files for package org.eclipse.handly.ui.action...
Loading source files for package org.eclipse.handly.ui.callhierarchy...
Loading source files for package org.eclipse.handly.ui.navigator...
Loading source files for package org.eclipse.handly.ui.outline...
Loading source files for package org.eclipse.handly.ui.preference...
Loading source files for package org.eclipse.handly.ui.quickoutline...
Loading source files for package org.eclipse.handly.ui.search...
Loading source files for package org.eclipse.handly.ui.text.reconciler...
Loading source files for package org.eclipse.handly.ui.texteditor...
Loading source files for package org.eclipse.handly.ui.typehierarchy...
Loading source files for package org.eclipse.handly.ui.viewer...
Loading source files for package org.eclipse.handly.ui.workingset...
Loading source files for package org.eclipse.handly.junit...
Loading source files for package org.eclipse.handly...
Loading source files for package org.eclipse.handly.buffer...
Loading source files for package org.eclipse.handly.context...
Loading source files for package org.eclipse.handly.model...
Loading source files for package org.eclipse.handly.model.adapter...
Loading source files for package org.eclipse.handly.model.impl...
Loading source files for package org.eclipse.handly.model.impl.support...
Loading source files for package org.eclipse.handly.refactoring...
Loading source files for package org.eclipse.handly.snapshot...
Loading source files for package org.eclipse.handly.text...
Loading source files for package org.eclipse.handly.util...
Constructing Javadoc information...
Standard Doclet version 11.0.2
Building tree for all the packages and classes...
Generating ./org/eclipse/handly/ApiLevel.html...
Generating ./org/eclipse/handly/buffer/Buffer.html...
/home/jenkins/agent/workspace/1.7.x/org.eclipse.handly/src/org/eclipse/handly/buffer/Buffer.java:185: warning: no @return
    protected Iterable<IBufferListener> getListeners()
                                        ^
Generating ./org/eclipse/handly/buffer/BufferChange.html...
Generating ./org/eclipse/handly/buffer/BufferChangeOperation.html...
Generating ./org/eclipse/handly/buffer/BufferChangeOperation.ChangeEditProcessor.html...
Generating ./org/eclipse/handly/buffer/BufferChangeOperation.UndoChange.html...
Generating ./org/eclipse/handly/buffer/ChildBuffer.html...
Generating ./org/eclipse/handly/buffer/IBuffer.html...
Generating ./org/eclipse/handly/buffer/IBufferChange.html...
Generating ./org/eclipse/handly/buffer/IBufferListener.html...
Generating ./org/eclipse/handly/buffer/ICoreTextFileBufferProvider.html...
Generating ./org/eclipse/handly/buffer/SaveMode.html...
Generating ./org/eclipse/handly/buffer/TextFileBuffer.html...
Generating ./org/eclipse/handly/buffer/UiBufferChangeRunner.html...
Generating ./org/eclipse/handly/context/Context.html...
/home/jenkins/agent/workspace/1.7.x/org.eclipse.handly/src/org/eclipse/handly/context/IContext.java:34: warning: no @param for <T>
    <T> T get(Property<T> property);
          ^
/home/jenkins/agent/workspace/1.7.x/org.eclipse.handly/src/org/eclipse/handly/context/IContext.java:50: warning: no @param for <T>
    default <T> T getOrDefault(Property<T> property)
                  ^
/home/jenkins/agent/workspace/1.7.x/org.eclipse.handly/src/org/eclipse/handly/context/IContext.java:66: warning: no @param for <T>
    <T> T get(Class<T> clazz);
          ^
/home/jenkins/agent/workspace/1.7.x/org.eclipse.handly/src/org/eclipse/handly/context/Context.java:63: warning: no @param for <T>
    public <T> BindingBuilder<T> bind(Property<T> property)
                                 ^
/home/jenkins/agent/workspace/1.7.x/org.eclipse.handly/src/org/eclipse/handly/context/Context.java:74: warning: no @param for <T>
    public <T> BindingBuilder<T> bind(Class<T> clazz)
                                 ^
Generating ./org/eclipse/handly/context/Context.BindingBuilder.html...
Generating ./org/eclipse/handly/context/Contexts.html...
Generating ./org/eclipse/handly/context/GuiceContext.html...
Generating ./org/eclipse/handly/context/IContext.html...
Generating ./org/eclipse/handly/junit/NoJobsWorkspaceTestCase.html...
/home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.junit/src/org/eclipse/handly/junit/WorkspaceTestCase.java:74: warning: no @param for name
    public WorkspaceTestCase(String name)
           ^
/home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.junit/src/org/eclipse/handly/junit/WorkspaceTestCase.java:110: warning: no @return
    protected final IWorkspace getWorkspace()
                               ^
/home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.junit/src/org/eclipse/handly/junit/WorkspaceTestCase.java:118: warning: no @return
    protected final IWorkspaceRoot getWorkspaceRoot()
                                   ^
/home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.junit/src/org/eclipse/handly/junit/WorkspaceTestCase.java:141: warning: no description for @throws
     * @throws CoreException
       ^
/home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.junit/src/org/eclipse/handly/junit/WorkspaceTestCase.java:142: warning: no description for @throws
     * @throws IOException
       ^
/home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.junit/src/org/eclipse/handly/junit/WorkspaceTestCase.java:181: warning: no description for @throws
     * @throws CoreException
       ^
/home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.junit/src/org/eclipse/handly/junit/WorkspaceTestCase.java:195: warning: no description for @throws
     * @throws CoreException
       ^
/home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.junit/src/org/eclipse/handly/junit/WorkspaceTestCase.java:227: warning: no description for @throws
     * @throws CoreException
       ^
/home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.junit/src/org/eclipse/handly/junit/NoJobsWorkspaceTestCase.java:38: warning: no @param for name
    public NoJobsWorkspaceTestCase(String name)
           ^
Generating ./org/eclipse/handly/junit/WorkspaceTestCase.html...
Generating ./org/eclipse/handly/model/ElementDeltas.html...
Generating ./org/eclipse/handly/model/Elements.html...
/home/jenkins/agent/workspace/1.7.x/org.eclipse.handly/src/org/eclipse/handly/model/Elements.java:266: warning: no @param for <T>
    public static <T extends Collection<? super IElement>> T collectParentChain(
                                                             ^
/home/jenkins/agent/workspace/1.7.x/org.eclipse.handly/src/org/eclipse/handly/model/Elements.java:291: warning: no @param for <T>
    public static <T extends Collection<? super IElement>> T collectParentChainUntil(
                                                             ^
/home/jenkins/agent/workspace/1.7.x/org.eclipse.handly/src/org/eclipse/handly/model/Elements.java:383: warning: no @param for <T>
    public static <T> T findAncestorOfType(IElement element, Class<T> type)
                        ^
/home/jenkins/agent/workspace/1.7.x/org.eclipse.handly/src/org/eclipse/handly/model/Elements.java:405: warning: no @param for <T>
    public static <T> T findAncestorOfTypeUntil(IElement element, Class<T> type,
                        ^
/home/jenkins/agent/workspace/1.7.x/org.eclipse.handly/src/org/eclipse/handly/model/Elements.java:491: warning: no @param for <T>
    public static <T> T findLastAncestorOfType(IElement element, Class<T> type)
                        ^
/home/jenkins/agent/workspace/1.7.x/org.eclipse.handly/src/org/eclipse/handly/model/Elements.java:513: warning: no @param for <T>
    public static <T> T findLastAncestorOfTypeUntil(IElement element,
                        ^
/home/jenkins/agent/workspace/1.7.x/org.eclipse.handly/src/org/eclipse/handly/model/Elements.java:964: warning: no @param for <T>
    public static <T> T[] getChildrenOfType(IElement element, Class<T> type)
                          ^
/home/jenkins/agent/workspace/1.7.x/org.eclipse.handly/src/org/eclipse/handly/model/Elements.java:987: warning: no @param for <T>
    public static <T> T[] getChildrenOfType(IElement element, Class<T> type,
                          ^
/home/jenkins/agent/workspace/1.7.x/org.eclipse.handly/src/org/eclipse/handly/model/Elements.java:1034: warning: no @param for <T>
    public static <T> void fetchChildrenOfType(IElement element, Class<T> type,
                           ^
Generating ./org/eclipse/handly/model/IElement.html...
Generating ./org/eclipse/handly/model/IElementChangeEvent.html...
Generating ./org/eclipse/handly/model/IElementChangeListener.html...
Generating ./org/eclipse/handly/model/IElementDelta.html...
Generating ./org/eclipse/handly/model/IElementDeltaConstants.html...
Generating ./org/eclipse/handly/model/IElementDeltaExtension.html...
Generating ./org/eclipse/handly/model/IElementExtension.html...
/home/jenkins/agent/workspace/1.7.x/org.eclipse.handly/src/org/eclipse/handly/model/IElementExtension.java:82: warning: no @param for <T>
    default <T> T getAncestor(Class<T> ancestorType)
                  ^
/home/jenkins/agent/workspace/1.7.x/org.eclipse.handly/src/org/eclipse/handly/model/IElementExtension.java:159: warning: no @param for <T>
    default <T> T[] getChildren(Class<T> childType) throws CoreException
                    ^
Generating ./org/eclipse/handly/model/IElementHandleFactory.html...
Generating ./org/eclipse/handly/model/IModel.html...
Generating ./org/eclipse/handly/model/IModelExtension.html...
Generating ./org/eclipse/handly/model/ISourceConstruct.html...
Generating ./org/eclipse/handly/model/ISourceElement.html...
Generating ./org/eclipse/handly/model/ISourceElementExtension.html...
Generating ./org/eclipse/handly/model/ISourceElementInfo.html...
/home/jenkins/agent/workspace/1.7.x/org.eclipse.handly/src/org/eclipse/handly/model/ISourceElementInfo.java:57: warning: no @param for <T>
    <T> T get(Property<T> property);
          ^
Generating ./org/eclipse/handly/model/ISourceFile.html...
Generating ./org/eclipse/handly/model/ISourceFileExtension.html...
Generating ./org/eclipse/handly/model/Models.html...
Generating ./org/eclipse/handly/model/adapter/DefaultContentAdapter.html...
Generating ./org/eclipse/handly/model/adapter/IContentAdapter.html...
Generating ./org/eclipse/handly/model/adapter/IContentAdapterProvider.html...
Generating ./org/eclipse/handly/model/adapter/ICorrespondingElementProvider.html...
Generating ./org/eclipse/handly/model/adapter/NullContentAdapter.html...
Generating ./org/eclipse/handly/model/impl/DefaultWorkingCopyCallback.html...
Generating ./org/eclipse/handly/model/impl/IElementDeltaImpl.html...
Generating ./org/eclipse/handly/model/impl/IElementImpl.html...
/home/jenkins/agent/workspace/1.7.x/org.eclipse.handly/src/org/eclipse/handly/model/impl/IElementImpl.java:211: warning: no @param for <T>
    default <T> T[] getChildrenOfType_(Class<T> type, IContext context,
                    ^
/home/jenkins/agent/workspace/1.7.x/org.eclipse.handly/src/org/eclipse/handly/model/impl/IElementImpl.java:270: warning: no @param for <T>
    default <T> void fetchChildrenOfType_(Class<T> type, IContext context,
                     ^
Generating ./org/eclipse/handly/model/impl/IElementImplExtension.html...
Generating ./org/eclipse/handly/model/impl/IElementImplExtension.CloseHint.html...
Generating ./org/eclipse/handly/model/impl/IModelImpl.html...
Generating ./org/eclipse/handly/model/impl/IReconcileStrategy.html...
Generating ./org/eclipse/handly/model/impl/ISourceConstructImpl.html...
Generating ./org/eclipse/handly/model/impl/ISourceConstructImplExtension.html...
Generating ./org/eclipse/handly/model/impl/ISourceElementImpl.html...
Generating ./org/eclipse/handly/model/impl/ISourceFileImpl.html...
Generating ./org/eclipse/handly/model/impl/ISourceFileImplExtension.html...
Generating ./org/eclipse/handly/model/impl/IWorkingCopyCallback.html...
Generating ./org/eclipse/handly/model/impl/IWorkingCopyInfo.html...
Generating ./org/eclipse/handly/model/impl/WorkingCopyCallback.html...
Generating ./org/eclipse/handly/model/impl/support/BaseSourceFile.html...
Generating ./org/eclipse/handly/model/impl/support/Body.html...
Generating ./org/eclipse/handly/model/impl/support/Element.html...
Generating ./org/eclipse/handly/model/impl/support/ElementCache.html...
Generating ./org/eclipse/handly/model/impl/support/ElementChangeEvent.html...
Generating ./org/eclipse/handly/model/impl/support/ElementChangeListenerList.html...
Generating ./org/eclipse/handly/model/impl/support/ElementChangeListenerList.Entry.html...
Generating ./org/eclipse/handly/model/impl/support/ElementChangeRecorder.html...
Generating ./org/eclipse/handly/model/impl/support/ElementDelta.html...
Generating ./org/eclipse/handly/model/impl/support/ElementDelta.Builder.html...
Generating ./org/eclipse/handly/model/impl/support/ElementDelta.Factory.html...
Generating ./org/eclipse/handly/model/impl/support/ElementManager.html...
Generating ./org/eclipse/handly/model/impl/support/FsSourceFile.html...
Generating ./org/eclipse/handly/model/impl/support/IBodyCache.html...
Generating ./org/eclipse/handly/model/impl/support/IElementDeltaBuilder.html...
Generating ./org/eclipse/handly/model/impl/support/IElementImplSupport.html...
Generating ./org/eclipse/handly/model/impl/support/IModelManager.html...
Generating ./org/eclipse/handly/model/impl/support/IModelManager.Provider.html...
Generating ./org/eclipse/handly/model/impl/support/INotificationManager.html...
Generating ./org/eclipse/handly/model/impl/support/ISourceConstructImplSupport.html...
Generating ./org/eclipse/handly/model/impl/support/ISourceElementImplSupport.html...
Generating ./org/eclipse/handly/model/impl/support/ISourceFileImplSupport.html...
Generating ./org/eclipse/handly/model/impl/support/ISourceFileImplSupport.NotifyingReconcileOperation.html...
Generating ./org/eclipse/handly/model/impl/support/ISourceFileImplSupport.ReconcileOperation.html...
Generating ./org/eclipse/handly/model/impl/support/NotificationManager.html...
Generating ./org/eclipse/handly/model/impl/support/SourceConstruct.html...
Generating ./org/eclipse/handly/model/impl/support/SourceElementBody.html...
/home/jenkins/agent/workspace/1.7.x/org.eclipse.handly/src/org/eclipse/handly/model/impl/support/SourceElementBody.java:113: warning: no @param for <T>
    public <T> void set(Property<T> p, T value)
                    ^
Generating ./org/eclipse/handly/model/impl/support/SourceFile.html...
Generating ./org/eclipse/handly/model/impl/support/StructureHelper.html...
Generating ./org/eclipse/handly/model/impl/support/WorkspaceSourceFile.html...
Generating ./org/eclipse/handly/refactoring/SourceFileChange.html...
Generating ./org/eclipse/handly/snapshot/DocumentSnapshot.html...
Generating ./org/eclipse/handly/snapshot/ISnapshot.html...
Generating ./org/eclipse/handly/snapshot/ISnapshotProvider.html...
Generating ./org/eclipse/handly/snapshot/NonExpiringSnapshot.html...
Generating ./org/eclipse/handly/snapshot/Snapshot.html...
Generating ./org/eclipse/handly/snapshot/StaleSnapshotException.html...
Generating ./org/eclipse/handly/snapshot/TextFileBufferSnapshot.html...
Generating ./org/eclipse/handly/snapshot/TextFileSnapshot.html...
Generating ./org/eclipse/handly/snapshot/TextFileSnapshot.Layer.html...
Generating ./org/eclipse/handly/snapshot/TextFileStoreSnapshot.html...
Generating ./org/eclipse/handly/text/DocumentChange.html...
Generating ./org/eclipse/handly/text/DocumentChangeOperation.html...
Generating ./org/eclipse/handly/text/DocumentChangeOperation.UndoChange.html...
Generating ./org/eclipse/handly/text/IDocumentChange.html...
Generating ./org/eclipse/handly/text/UiDocumentChangeRunner.html...
Generating ./org/eclipse/handly/ui/DefaultEditorUtility.html...
Generating ./org/eclipse/handly/ui/EditorOpener.html...
Generating ./org/eclipse/handly/ui/EditorUtility.html...
Generating ./org/eclipse/handly/ui/IInputElementProvider.html...
Generating ./org/eclipse/handly/ui/IWorkingCopyManager.html...
Generating ./org/eclipse/handly/ui/PartListenerAdapter.html...
Generating ./org/eclipse/handly/ui/action/CompositeActionGroup.html...
Generating ./org/eclipse/handly/ui/action/HistoryDropDownAction.html...
Generating ./org/eclipse/handly/ui/action/HistoryDropDownAction.History.html...
Generating ./org/eclipse/handly/ui/action/OpenAction.html...
Generating ./org/eclipse/handly/ui/callhierarchy/CallHierarchy.html...
Generating ./org/eclipse/handly/ui/callhierarchy/CallHierarchyContentProvider.html...
Generating ./org/eclipse/handly/ui/callhierarchy/CallHierarchyKind.html...
Generating ./org/eclipse/handly/ui/callhierarchy/CallHierarchyLabelProvider.html...
Generating ./org/eclipse/handly/ui/callhierarchy/CallHierarchyNode.html...
Generating ./org/eclipse/handly/ui/callhierarchy/CallHierarchyViewManager.html...
Generating ./org/eclipse/handly/ui/callhierarchy/CallHierarchyViewOpener.html...
Generating ./org/eclipse/handly/ui/callhierarchy/CallHierarchyViewPart.html...
Generating ./org/eclipse/handly/ui/callhierarchy/CallHierarchyViewPart.HistoryEntry.html...
Generating ./org/eclipse/handly/ui/callhierarchy/CallLocation.html...
Generating ./org/eclipse/handly/ui/callhierarchy/CallTextInfo.html...
Generating ./org/eclipse/handly/ui/callhierarchy/ICallHierarchy.html...
Generating ./org/eclipse/handly/ui/callhierarchy/ICallHierarchyNode.html...
Generating ./org/eclipse/handly/ui/callhierarchy/ICallLocation.html...
Generating ./org/eclipse/handly/ui/callhierarchy/LocationTableLabelProvider.html...
Generating ./org/eclipse/handly/ui/callhierarchy/LocationTableLabelProvider.Column.html...
Generating ./org/eclipse/handly/ui/navigator/LinkHelper.html...
Generating ./org/eclipse/handly/ui/navigator/OpenActionProvider.html...
Generating ./org/eclipse/handly/ui/outline/CollapseAllActionContribution.html...
Generating ./org/eclipse/handly/ui/outline/CommonOutlinePage.html...
/home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.ui/src/org/eclipse/handly/ui/outline/CommonOutlinePage.java:240: warning: no @return
    protected boolean shouldUseHashlookup()
                      ^
Generating ./org/eclipse/handly/ui/outline/CommonOutlinePage.OutlineTreeViewer.html...
Generating ./org/eclipse/handly/ui/outline/EditorInputListenerContribution.html...
Generating ./org/eclipse/handly/ui/outline/ElementChangeListenerContribution.html...
Generating ./org/eclipse/handly/ui/outline/ExpandableCheckFiltersContribution.html...
Generating ./org/eclipse/handly/ui/outline/ExpandAllActionContribution.html...
Generating ./org/eclipse/handly/ui/outline/HandlyOutlinePage.html...
Generating ./org/eclipse/handly/ui/outline/ICommonOutlinePage.html...
Generating ./org/eclipse/handly/ui/outline/IOutlineContribution.html...
Generating ./org/eclipse/handly/ui/outline/IOutlineInputChangeListener.html...
Generating ./org/eclipse/handly/ui/outline/LexicalSortActionContribution.html...
Generating ./org/eclipse/handly/ui/outline/LexicalSortContribution.html...
Generating ./org/eclipse/handly/ui/outline/LinkWithEditorActionContribution.html...
Generating ./org/eclipse/handly/ui/outline/LinkWithEditorContribution.html...
Generating ./org/eclipse/handly/ui/outline/OutlineActionContribution.html...
Generating ./org/eclipse/handly/ui/outline/OutlineContextMenuContribution.html...
/home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.ui/src/org/eclipse/handly/ui/outline/OutlineContextMenuContribution.java:92: warning: no @return
    protected String getContextMenuId()
                     ^
/home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.ui/src/org/eclipse/handly/ui/outline/OutlineContextMenuContribution.java:106: warning: no @return
    protected String getContextMenuExtensionId()
                     ^
Generating ./org/eclipse/handly/ui/outline/OutlineContribution.html...
Generating ./org/eclipse/handly/ui/outline/OutlineDragAndDropContribution.html...
Generating ./org/eclipse/handly/ui/outline/OutlineFilterContribution.html...
Generating ./org/eclipse/handly/ui/outline/OutlineLinkingHelper.html...
Generating ./org/eclipse/handly/ui/outline/OutlineSorterContribution.html...
Generating ./org/eclipse/handly/ui/outline/ProblemMarkerListenerContribution.html...
Generating ./org/eclipse/handly/ui/outline/ResourceChangeListenerContribution.html...
Generating ./org/eclipse/handly/ui/outline/SourceElementLinkingHelper.html...
Generating ./org/eclipse/handly/ui/outline/ToggleActionContribution.html...
Generating ./org/eclipse/handly/ui/preference/AbstractPreference.html...
Generating ./org/eclipse/handly/ui/preference/BooleanPreference.html...
Generating ./org/eclipse/handly/ui/preference/DoublePreference.html...
Generating ./org/eclipse/handly/ui/preference/DualPreferenceStore.html...
Generating ./org/eclipse/handly/ui/preference/FloatPreference.html...
Generating ./org/eclipse/handly/ui/preference/FlushingPreferenceStore.html...
Generating ./org/eclipse/handly/ui/preference/IBooleanPreference.html...
Generating ./org/eclipse/handly/ui/preference/IDoublePreference.html...
Generating ./org/eclipse/handly/ui/preference/IFloatPreference.html...
Generating ./org/eclipse/handly/ui/preference/IIntPreference.html...
Generating ./org/eclipse/handly/ui/preference/ILongPreference.html...
Generating ./org/eclipse/handly/ui/preference/IntPreference.html...
Generating ./org/eclipse/handly/ui/preference/IPreference.html...
Generating ./org/eclipse/handly/ui/preference/IPreferenceListener.html...
Generating ./org/eclipse/handly/ui/preference/IStringPreference.html...
Generating ./org/eclipse/handly/ui/preference/LongPreference.html...
Generating ./org/eclipse/handly/ui/preference/PreferenceChangeEvent.html...
Generating ./org/eclipse/handly/ui/preference/ScopedPreferenceStore.html...
Generating ./org/eclipse/handly/ui/preference/StringPreference.html...
Generating ./org/eclipse/handly/ui/preference/ToggleAction.html...
Generating ./org/eclipse/handly/ui/quickoutline/EditorOutlinePopupHost.html...
Generating ./org/eclipse/handly/ui/quickoutline/FilteringOutlinePopup.html...
/home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.ui/src/org/eclipse/handly/ui/quickoutline/OutlinePopup.java:297: warning: no @return
    protected boolean shouldUseHashlookup()
                      ^
Generating ./org/eclipse/handly/ui/quickoutline/FilteringOutlinePopup.ElementMatcher.html...
Generating ./org/eclipse/handly/ui/quickoutline/FilteringOutlinePopup.FilteringOutlineTreeViewer.html...
Generating ./org/eclipse/handly/ui/quickoutline/FilteringOutlinePopup.StringMatcher.html...
Generating ./org/eclipse/handly/ui/quickoutline/HandlyOutlinePopup.html...
Generating ./org/eclipse/handly/ui/quickoutline/IOutlinePopupHost.html...
Generating ./org/eclipse/handly/ui/quickoutline/OutlinePopup.html...
Generating ./org/eclipse/handly/ui/quickoutline/OutlinePopup.OutlineTreeViewer.html...
Generating ./org/eclipse/handly/ui/quickoutline/OutlinePopupHandler.html...
Generating ./org/eclipse/handly/ui/search/AbstractHandlySearchResult.html...
Generating ./org/eclipse/handly/ui/search/AbstractSearchResultPage.html...
Generating ./org/eclipse/handly/ui/search/AbstractSearchTreeContentProvider.html...
Generating ./org/eclipse/handly/ui/search/BaseSearchLabelProvider.html...
Generating ./org/eclipse/handly/ui/search/HandlySearchResultUpdater.html...
Generating ./org/eclipse/handly/ui/search/ISearchContentProvider.html...
Generating ./org/eclipse/handly/ui/search/OpenSearchPreferencesAction.html...
Generating ./org/eclipse/handly/ui/search/QueryListenerAdapter.html...
Generating ./org/eclipse/handly/ui/search/SearchEditorOpener.html...
Generating ./org/eclipse/handly/ui/search/SearchTableContentProvider.html...
Generating ./org/eclipse/handly/ui/text/reconciler/CompositeReconcilingStrategy.html...
Generating ./org/eclipse/handly/ui/text/reconciler/EditorWorkingCopyReconciler.html...
Generating ./org/eclipse/handly/ui/text/reconciler/WorkingCopyReconciler.html...
Generating ./org/eclipse/handly/ui/text/reconciler/WorkingCopyReconcilingStrategy.html...
Generating ./org/eclipse/handly/ui/texteditor/DeferredSourceFileDocumentProvider.html...
Generating ./org/eclipse/handly/ui/texteditor/DeferredSourceFileDocumentProvider.SourceFileInfo.html...
Generating ./org/eclipse/handly/ui/texteditor/SourceFileDocumentProvider.html...
Generating ./org/eclipse/handly/ui/texteditor/SourceFileDocumentProvider.SourceFileInfo.html...
Generating ./org/eclipse/handly/ui/texteditor/TextEditorBuffer.html...
Generating ./org/eclipse/handly/ui/typehierarchy/TypeHierarchyKind.html...
Generating ./org/eclipse/handly/ui/typehierarchy/TypeHierarchyViewPart.html...
Generating ./org/eclipse/handly/ui/typehierarchy/TypeHierarchyViewPart.HistoryEntry.html...
Generating ./org/eclipse/handly/ui/typehierarchy/TypeHierarchyViewPart.OpenEditorHelper.html...
Generating ./org/eclipse/handly/ui/viewer/ColumnDescription.html...
Generating ./org/eclipse/handly/ui/viewer/CompositeLabelDecorator.html...
Generating ./org/eclipse/handly/ui/viewer/DeferredElementTreeContentProvider.html...
Generating ./org/eclipse/handly/ui/viewer/DeferredTreeContentProvider.html...
Generating ./org/eclipse/handly/ui/viewer/DelegatingSelectionProvider.html...
Generating ./org/eclipse/handly/ui/viewer/ElementLabelProvider.html...
Generating ./org/eclipse/handly/ui/viewer/ElementTreeContentProvider.html...
Generating ./org/eclipse/handly/ui/viewer/LabelComparator.html...
Generating ./org/eclipse/handly/ui/viewer/ProblemLabelDecorator.html...
Generating ./org/eclipse/handly/ui/viewer/ProblemLabelDecorator.Severity.html...
Generating ./org/eclipse/handly/ui/viewer/ProblemMarkerLabelDecorator.html...
Generating ./org/eclipse/handly/ui/viewer/ViewerDragSupport.html...
Generating ./org/eclipse/handly/ui/viewer/ViewerDropSupport.html...
Generating ./org/eclipse/handly/ui/viewer/ViewerFocusTracker.html...
Generating ./org/eclipse/handly/ui/workingset/AbstractContainmentAdapter.html...
Generating ./org/eclipse/handly/ui/workingset/AbstractWorkingSetElementAdapter.html...
Generating ./org/eclipse/handly/ui/workingset/AbstractWorkingSetPage.html...
Generating ./org/eclipse/handly/ui/workingset/AbstractWorkingSetUpdater.html...
Generating ./org/eclipse/handly/ui/workingset/AbstractWorkingSetUpdater.WorkingSetDelta.html...
Generating ./org/eclipse/handly/util/ArrayUtil.html...
/home/jenkins/agent/workspace/1.7.x/org.eclipse.handly/src/org/eclipse/handly/util/ArrayUtil.java:90: warning: no @param for <T>
    public static <T> boolean containsMatching(T[] a, Predicate<? super T> p)
                              ^
/home/jenkins/agent/workspace/1.7.x/org.eclipse.handly/src/org/eclipse/handly/util/ArrayUtil.java:108: warning: no @param for <T>
    public static <T> int indexOfMatching(T[] a, Predicate<? super T> p)
                          ^
/home/jenkins/agent/workspace/1.7.x/org.eclipse.handly/src/org/eclipse/handly/util/ArrayUtil.java:131: warning: no @param for <T>
    public static <T> int lastIndexOfMatching(T[] a, Predicate<? super T> p)
                          ^
/home/jenkins/agent/workspace/1.7.x/org.eclipse.handly/src/org/eclipse/handly/util/ArrayUtil.java:151: warning: no @param for <T>
    public static <T, C extends Collection<? super T>> C collectMatching(T[] a,
                                                         ^
/home/jenkins/agent/workspace/1.7.x/org.eclipse.handly/src/org/eclipse/handly/util/ArrayUtil.java:151: warning: no @param for <C>
    public static <T, C extends Collection<? super T>> C collectMatching(T[] a,
                                                         ^
/home/jenkins/agent/workspace/1.7.x/org.eclipse.handly/src/org/eclipse/handly/util/ArrayUtil.java:173: warning: no @param for <T>
    public static <T> List<T> elementsOfType(Object[] a,
                              ^
/home/jenkins/agent/workspace/1.7.x/org.eclipse.handly/src/org/eclipse/handly/util/ArrayUtil.java:234: warning: no @param for <T>
    public static <T> List<T> concat(T[] a, Collection<? extends T> b)
                              ^
/home/jenkins/agent/workspace/1.7.x/org.eclipse.handly/src/org/eclipse/handly/util/ArrayUtil.java:253: warning: no @param for <T>
    public static <T> Set<T> union(T[] a, Collection<? extends T> b)
                             ^
/home/jenkins/agent/workspace/1.7.x/org.eclipse.handly/src/org/eclipse/handly/util/ArrayUtil.java:272: warning: no @param for <T>
    public static <T> Set<T> setMinus(T[] a, Collection<?> b)
                             ^
Generating ./org/eclipse/handly/util/BoundedLruCache.html...
Generating ./org/eclipse/handly/util/ICollector.html...
Generating ./org/eclipse/handly/util/IndentPolicy.html...
Generating ./org/eclipse/handly/util/IReferenceCountable.html...
Generating ./org/eclipse/handly/util/IStatusAcceptor.html...
Generating ./org/eclipse/handly/util/LruCache.html...
Generating ./org/eclipse/handly/util/LruCache.Entry.html...
Generating ./org/eclipse/handly/util/Property.html...
Generating ./org/eclipse/handly/util/SavedStateJob.html...
Generating ./org/eclipse/handly/util/SerialPerObjectRule.html...
Generating ./org/eclipse/handly/util/TextRange.html...
Generating ./org/eclipse/handly/util/ToStringOptions.html...
Generating ./org/eclipse/handly/util/ToStringOptions.FormatStyle.html...
Generating ./org/eclipse/handly/util/UiSynchronizer.html...
/home/jenkins/agent/workspace/1.7.x/org.eclipse.handly/src/org/eclipse/handly/util/UiSynchronizer.java:33: warning: no @return
    public static UiSynchronizer getDefault()
                                 ^
Generating ./org/eclipse/handly/xtext/ui/callhierarchy/XtextCallHierarchyNode.html...
/home/jenkins/agent/workspace/1.7.x/org.eclipse.handly.xtext.ui/src/org/eclipse/handly/xtext/ui/callhierarchy/XtextCallHierarchyUtility.java:276: warning: no @param for <R>
    protected <R> R readOnly(URI objectUri, IUnitOfWork<R, EObject> work)
                    ^
Generating ./org/eclipse/handly/xtext/ui/callhierarchy/XtextCallHierarchyUtility.html...
Generating ./org/eclipse/handly/xtext/ui/editor/HandlyDirtyStateEditorSupport.html...
Generating ./org/eclipse/handly/xtext/ui/editor/HandlyJvmTypesAwareDirtyStateEditorSupport.html...
Generating ./org/eclipse/handly/xtext/ui/editor/HandlyXtextDocument.html...
Generating ./org/eclipse/handly/xtext/ui/editor/HandlyXtextEditorCallback.html...
Generating ./org/eclipse/handly/xtext/ui/editor/HandlyXtextReconciler.html...
Generating ./org/eclipse/handly/xtext/ui/editor/IHandlyXtextDocument.html...
Generating ./org/eclipse/handly/xtext/ui/editor/IHandlyXtextDocument.IUndoableUnitOfWork.html...
Generating ./org/eclipse/handly/xtext/ui/editor/NoXtextResourceException.html...
Generating ./org/eclipse/handly/xtext/ui/editor/XtextWorkingCopyCallback.html...
Generating ./org/eclipse/handly/xtext/ui/outline/HandlyXtextOutlinePage.html...
Generating ./org/eclipse/handly/xtext/ui/outline/LexicalSortPreference.html...
Generating ./org/eclipse/handly/xtext/ui/outline/LinkWithEditorPreference.html...
Generating ./org/eclipse/handly/xtext/ui/quickoutline/HandlyXtextOutlinePopup.html...
Generating ./org/eclipse/handly/xtext/ui/quickoutline/HandlyXtextOutlinePopupHandler.html...
Generating ./org/eclipse/handly/package-summary.html...
Generating ./org/eclipse/handly/package-tree.html...
Generating ./org/eclipse/handly/buffer/package-summary.html...
Generating ./org/eclipse/handly/buffer/package-tree.html...
Generating ./org/eclipse/handly/context/package-summary.html...
Generating ./org/eclipse/handly/context/package-tree.html...
Generating ./org/eclipse/handly/junit/package-summary.html...
Generating ./org/eclipse/handly/junit/package-tree.html...
Generating ./org/eclipse/handly/model/package-summary.html...
Generating ./org/eclipse/handly/model/package-tree.html...
Generating ./org/eclipse/handly/model/adapter/package-summary.html...
Generating ./org/eclipse/handly/model/adapter/package-tree.html...
Generating ./org/eclipse/handly/model/impl/package-summary.html...
Generating ./org/eclipse/handly/model/impl/package-tree.html...
Generating ./org/eclipse/handly/model/impl/support/package-summary.html...
Generating ./org/eclipse/handly/model/impl/support/package-tree.html...
Generating ./org/eclipse/handly/refactoring/package-summary.html...
Generating ./org/eclipse/handly/refactoring/package-tree.html...
Generating ./org/eclipse/handly/snapshot/package-summary.html...
Generating ./org/eclipse/handly/snapshot/package-tree.html...
Generating ./org/eclipse/handly/text/package-summary.html...
Generating ./org/eclipse/handly/text/package-tree.html...
Generating ./org/eclipse/handly/ui/package-summary.html...
Generating ./org/eclipse/handly/ui/package-tree.html...
Generating ./org/eclipse/handly/ui/action/package-summary.html...
Generating ./org/eclipse/handly/ui/action/package-tree.html...
Generating ./org/eclipse/handly/ui/callhierarchy/package-summary.html...
Generating ./org/eclipse/handly/ui/callhierarchy/package-tree.html...
Generating ./org/eclipse/handly/ui/navigator/package-summary.html...
Generating ./org/eclipse/handly/ui/navigator/package-tree.html...
Generating ./org/eclipse/handly/ui/outline/package-summary.html...
Generating ./org/eclipse/handly/ui/outline/package-tree.html...
Generating ./org/eclipse/handly/ui/preference/package-summary.html...
Generating ./org/eclipse/handly/ui/preference/package-tree.html...
Generating ./org/eclipse/handly/ui/quickoutline/package-summary.html...
Generating ./org/eclipse/handly/ui/quickoutline/package-tree.html...
Generating ./org/eclipse/handly/ui/search/package-summary.html...
Generating ./org/eclipse/handly/ui/search/package-tree.html...
Generating ./org/eclipse/handly/ui/text/reconciler/package-summary.html...
Generating ./org/eclipse/handly/ui/text/reconciler/package-tree.html...
Generating ./org/eclipse/handly/ui/texteditor/package-summary.html...
Generating ./org/eclipse/handly/ui/texteditor/package-tree.html...
Generating ./org/eclipse/handly/ui/typehierarchy/package-summary.html...
Generating ./org/eclipse/handly/ui/typehierarchy/package-tree.html...
Generating ./org/eclipse/handly/ui/viewer/package-summary.html...
Generating ./org/eclipse/handly/ui/viewer/package-tree.html...
Generating ./org/eclipse/handly/ui/workingset/package-summary.html...
Generating ./org/eclipse/handly/ui/workingset/package-tree.html...
Generating ./org/eclipse/handly/util/package-summary.html...
Generating ./org/eclipse/handly/util/package-tree.html...
Generating ./org/eclipse/handly/xtext/ui/callhierarchy/package-summary.html...
Generating ./org/eclipse/handly/xtext/ui/callhierarchy/package-tree.html...
Generating ./org/eclipse/handly/xtext/ui/editor/package-summary.html...
Generating ./org/eclipse/handly/xtext/ui/editor/package-tree.html...
Generating ./org/eclipse/handly/xtext/ui/outline/package-summary.html...
Generating ./org/eclipse/handly/xtext/ui/outline/package-tree.html...
Generating ./org/eclipse/handly/xtext/ui/quickoutline/package-summary.html...
Generating ./org/eclipse/handly/xtext/ui/quickoutline/package-tree.html...
Generating ./constant-values.html...
Generating ./serialized-form.html...
Building index for all the packages and classes...
Generating ./overview-tree.html...
Generating ./index-all.html...
Building index for all classes...
Generating ./allclasses-index.html...
Generating ./allpackages-index.html...
Generating ./deprecated-list.html...
Building index for all classes...
Generating ./allclasses.html...
Generating ./allclasses.html...
Generating ./index.html...
Generating ./overview-summary.html...
Generating ./help-doc.html...
Note: Custom tags that could override future standard tags:  @noinstantiate, @noreference, @noextend, @noimplement. To avoid potential overrides, use at least one period character (.) in custom tag names.
Note: Custom tags that were not seen:  @noreference
45 warnings
[INFO] Make relative - base: /home/jenkins/agent/workspace/1.7.x/repository, file: /home/jenkins/agent/workspace/1.7.x/repository/target/reference/api/overview-summary.html -> target/reference/api/overview-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/1.7.x/repository, file: /home/jenkins/agent/workspace/1.7.x/repository/target/reference/api/constant-values.html -> target/reference/api/constant-values.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/1.7.x/repository, file: /home/jenkins/agent/workspace/1.7.x/repository/target/reference/api/deprecated-list.html -> target/reference/api/deprecated-list.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/1.7.x/repository, file: /home/jenkins/agent/workspace/1.7.x/repository/target/reference/api/org/eclipse/handly/package-summary.html -> target/reference/api/org/eclipse/handly/package-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/1.7.x/repository, file: /home/jenkins/agent/workspace/1.7.x/repository/target/reference/api/org/eclipse/handly/buffer/package-summary.html -> target/reference/api/org/eclipse/handly/buffer/package-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/1.7.x/repository, file: /home/jenkins/agent/workspace/1.7.x/repository/target/reference/api/org/eclipse/handly/context/package-summary.html -> target/reference/api/org/eclipse/handly/context/package-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/1.7.x/repository, file: /home/jenkins/agent/workspace/1.7.x/repository/target/reference/api/org/eclipse/handly/junit/package-summary.html -> target/reference/api/org/eclipse/handly/junit/package-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/1.7.x/repository, file: /home/jenkins/agent/workspace/1.7.x/repository/target/reference/api/org/eclipse/handly/model/package-summary.html -> target/reference/api/org/eclipse/handly/model/package-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/1.7.x/repository, file: /home/jenkins/agent/workspace/1.7.x/repository/target/reference/api/org/eclipse/handly/model/adapter/package-summary.html -> target/reference/api/org/eclipse/handly/model/adapter/package-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/1.7.x/repository, file: /home/jenkins/agent/workspace/1.7.x/repository/target/reference/api/org/eclipse/handly/model/impl/package-summary.html -> target/reference/api/org/eclipse/handly/model/impl/package-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/1.7.x/repository, file: /home/jenkins/agent/workspace/1.7.x/repository/target/reference/api/org/eclipse/handly/model/impl/support/package-summary.html -> target/reference/api/org/eclipse/handly/model/impl/support/package-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/1.7.x/repository, file: /home/jenkins/agent/workspace/1.7.x/repository/target/reference/api/org/eclipse/handly/refactoring/package-summary.html -> target/reference/api/org/eclipse/handly/refactoring/package-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/1.7.x/repository, file: /home/jenkins/agent/workspace/1.7.x/repository/target/reference/api/org/eclipse/handly/snapshot/package-summary.html -> target/reference/api/org/eclipse/handly/snapshot/package-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/1.7.x/repository, file: /home/jenkins/agent/workspace/1.7.x/repository/target/reference/api/org/eclipse/handly/text/package-summary.html -> target/reference/api/org/eclipse/handly/text/package-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/1.7.x/repository, file: /home/jenkins/agent/workspace/1.7.x/repository/target/reference/api/org/eclipse/handly/ui/package-summary.html -> target/reference/api/org/eclipse/handly/ui/package-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/1.7.x/repository, file: /home/jenkins/agent/workspace/1.7.x/repository/target/reference/api/org/eclipse/handly/ui/action/package-summary.html -> target/reference/api/org/eclipse/handly/ui/action/package-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/1.7.x/repository, file: /home/jenkins/agent/workspace/1.7.x/repository/target/reference/api/org/eclipse/handly/ui/callhierarchy/package-summary.html -> target/reference/api/org/eclipse/handly/ui/callhierarchy/package-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/1.7.x/repository, file: /home/jenkins/agent/workspace/1.7.x/repository/target/reference/api/org/eclipse/handly/ui/navigator/package-summary.html -> target/reference/api/org/eclipse/handly/ui/navigator/package-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/1.7.x/repository, file: /home/jenkins/agent/workspace/1.7.x/repository/target/reference/api/org/eclipse/handly/ui/outline/package-summary.html -> target/reference/api/org/eclipse/handly/ui/outline/package-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/1.7.x/repository, file: /home/jenkins/agent/workspace/1.7.x/repository/target/reference/api/org/eclipse/handly/ui/preference/package-summary.html -> target/reference/api/org/eclipse/handly/ui/preference/package-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/1.7.x/repository, file: /home/jenkins/agent/workspace/1.7.x/repository/target/reference/api/org/eclipse/handly/ui/quickoutline/package-summary.html -> target/reference/api/org/eclipse/handly/ui/quickoutline/package-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/1.7.x/repository, file: /home/jenkins/agent/workspace/1.7.x/repository/target/reference/api/org/eclipse/handly/ui/search/package-summary.html -> target/reference/api/org/eclipse/handly/ui/search/package-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/1.7.x/repository, file: /home/jenkins/agent/workspace/1.7.x/repository/target/reference/api/org/eclipse/handly/ui/text/reconciler/package-summary.html -> target/reference/api/org/eclipse/handly/ui/text/reconciler/package-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/1.7.x/repository, file: /home/jenkins/agent/workspace/1.7.x/repository/target/reference/api/org/eclipse/handly/ui/texteditor/package-summary.html -> target/reference/api/org/eclipse/handly/ui/texteditor/package-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/1.7.x/repository, file: /home/jenkins/agent/workspace/1.7.x/repository/target/reference/api/org/eclipse/handly/ui/typehierarchy/package-summary.html -> target/reference/api/org/eclipse/handly/ui/typehierarchy/package-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/1.7.x/repository, file: /home/jenkins/agent/workspace/1.7.x/repository/target/reference/api/org/eclipse/handly/ui/viewer/package-summary.html -> target/reference/api/org/eclipse/handly/ui/viewer/package-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/1.7.x/repository, file: /home/jenkins/agent/workspace/1.7.x/repository/target/reference/api/org/eclipse/handly/ui/workingset/package-summary.html -> target/reference/api/org/eclipse/handly/ui/workingset/package-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/1.7.x/repository, file: /home/jenkins/agent/workspace/1.7.x/repository/target/reference/api/org/eclipse/handly/util/package-summary.html -> target/reference/api/org/eclipse/handly/util/package-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/1.7.x/repository, file: /home/jenkins/agent/workspace/1.7.x/repository/target/reference/api/org/eclipse/handly/xtext/ui/callhierarchy/package-summary.html -> target/reference/api/org/eclipse/handly/xtext/ui/callhierarchy/package-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/1.7.x/repository, file: /home/jenkins/agent/workspace/1.7.x/repository/target/reference/api/org/eclipse/handly/xtext/ui/editor/package-summary.html -> target/reference/api/org/eclipse/handly/xtext/ui/editor/package-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/1.7.x/repository, file: /home/jenkins/agent/workspace/1.7.x/repository/target/reference/api/org/eclipse/handly/xtext/ui/outline/package-summary.html -> target/reference/api/org/eclipse/handly/xtext/ui/outline/package-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/1.7.x/repository, file: /home/jenkins/agent/workspace/1.7.x/repository/target/reference/api/org/eclipse/handly/xtext/ui/quickoutline/package-summary.html -> target/reference/api/org/eclipse/handly/xtext/ui/quickoutline/package-summary.html
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ repository ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (test-report) @ repository ---
[INFO] Executing tasks

main:
[junitreport] Using Xalan version: Xalan Java 2.7.2
[junitreport] Transform time: 3527ms
[INFO] Executed tasks
[INFO] 
[INFO] ---------------------< org.eclipse.handly:targets >---------------------
[INFO] Building targets 1.7.0-SNAPSHOT                                  [24/26]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ targets ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.3:plugin-source (plugin-source) @ targets ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.3:feature-source (feature-source) @ targets ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ targets ---
[INFO] 
[INFO] ------------------< org.eclipse.handly.targets:base >-------------------
[INFO] Building base.target 1.7.0-SNAPSHOT                              [25/26]
[INFO] ---------------------[ eclipse-target-definition ]----------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ base ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.3:plugin-source (plugin-source) @ base ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:package-target-definition (default-package-target-definition) @ base ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.3:feature-source (feature-source) @ base ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ base ---
[INFO] 
[INFO] -----------------< org.eclipse.handly.targets:latest >------------------
[INFO] Building latest.target 1.7.0-SNAPSHOT                            [26/26]
[INFO] ---------------------[ eclipse-target-definition ]----------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ latest ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.3:plugin-source (plugin-source) @ latest ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.3:package-target-definition (default-package-target-definition) @ latest ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.3:feature-source (feature-source) @ latest ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ latest ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for releng 1.7.0-SNAPSHOT:
[INFO] 
[INFO] releng ............................................. SUCCESS [  2.840 s]
[INFO] org.eclipse.handly ................................. SUCCESS [ 14.880 s]
[INFO] org.eclipse.handly.junit ........................... SUCCESS [  2.619 s]
[INFO] org.eclipse.handly.tests ........................... SUCCESS [ 12.696 s]
[INFO] org.eclipse.handly.ui .............................. SUCCESS [  3.828 s]
[INFO] org.eclipse.handly.xtext ........................... SUCCESS [  2.338 s]
[INFO] org.eclipse.handly.xtext.ui ........................ SUCCESS [  3.852 s]
[INFO] org.eclipse.handly.examples ........................ SUCCESS [  3.055 s]
[INFO] org.eclipse.handly.examples.adapter ................ SUCCESS [  2.633 s]
[INFO] org.eclipse.handly.examples.adapter.ui ............. SUCCESS [  2.762 s]
[INFO] org.eclipse.handly.examples.basic .................. SUCCESS [  2.658 s]
[INFO] org.eclipse.handly.examples.basic.ide .............. SUCCESS [  2.738 s]
[INFO] org.eclipse.handly.examples.basic.ui ............... SUCCESS [  3.067 s]
[INFO] org.eclipse.handly.examples.basic.ui.tests ......... SUCCESS [  9.226 s]
[INFO] org.eclipse.handly.examples.jmodel ................. SUCCESS [  2.355 s]
[INFO] org.eclipse.handly.examples.jmodel.tests ........... SUCCESS [  9.178 s]
[INFO] org.eclipse.handly.examples.jmodel.ui .............. SUCCESS [  2.643 s]
[INFO] org.eclipse.handly.examples.xtext.xtext.ui ......... SUCCESS [  3.520 s]
[INFO] org.eclipse.handly-feature ......................... SUCCESS [  1.829 s]
[INFO] org.eclipse.handly.xtext-feature ................... SUCCESS [  2.073 s]
[INFO] org.eclipse.handly.examples-feature ................ SUCCESS [  1.767 s]
[INFO] org.eclipse.handly.tests-feature ................... SUCCESS [  2.098 s]
[INFO] repository ......................................... SUCCESS [ 14.345 s]
[INFO] targets ............................................ SUCCESS [  0.026 s]
[INFO] base.target ........................................ SUCCESS [  0.003 s]
[INFO] latest.target ...................................... SUCCESS [  0.002 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  02:22 min
[INFO] Finished at: 2022-09-10T10:02:52Z
[INFO] ------------------------------------------------------------------------
[1.7.x] $ /bin/sh -xe /tmp/jenkins10450521230210514854.sh
+ cp -r repository/target/repository build
+ cp repository/target/VERSION build
+ cp repository/target/handly-repository-1.7.0.v20220910-1000.zip build/packages
+ cp repository/target/junit-noframes.html build/tests/test-results.html
+ cp repository/target/TESTS-TestSuites.xml build/tests/test-results.xml
Terminating xvnc.
Recording test results
[Checks API] No suitable checks publisher found.
Publishing Javadoc
Archiving artifacts
Finished: SUCCESS