Skip to content
Success

Console Output

Started by an SCM change
Running as SYSTEM
Agent centos-7-dn338 is provisioned from template centos-7
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30"
    jenkins/label: "migration_jipp-migration_centos-7"
  name: "centos-7-dn338"
  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-dn338"
    - 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-dn338"
    - 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-3160.vd76b_9ddd10cc"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        cpu: "2000m"
        memory: "4096Mi"
      requests:
        cpu: "1000m"
        memory: "4096Mi"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/wrapper"
      name: "volume-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
      subPath: ""
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-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-dn338 (centos-7 jipp-migration migration) in workspace /home/jenkins/agent/workspace/1.8.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.8.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.6'
 > 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 80198bda0f2e64b9a3906c47622bb0bb68a857c6 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 80198bda0f2e64b9a3906c47622bb0bb68a857c6 # timeout=10
Commit message: "Bug 582973 - Upgrade latest target to 2024-03"
 > git rev-list --no-walk fdf523fe46546a252e4784d104a3cc799806dd59 # timeout=10
$ pkill Xvnc
$ pkill Xrealvnc
$ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*"
[1.8.x] $ Xvnc -help
Starting xvnc
[1.8.x] $ Xvnc :95 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset

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


Thu Mar  7 19:00:30 2024
 vncext:      VNC extension running!
 vncext:      Listening for VNC connections on all interface(s), port 5995
 vncext:      created VNC server for screen 0
[1.8.x] $ /bin/sh -xe /tmp/jenkins2721224637072617381.sh
+ rm -rf build
+ mkdir build
+ mkdir build/packages
+ mkdir build/tests
[1.8.x] $ /opt/tools/apache-maven/latest/bin/mvn -f releng/pom.xml -Dmaven.repo.local=/home/jenkins/agent/workspace/1.8.x/.maven/repo clean verify -Psign -Pbree-libs -Pjavadoc -B
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/tools/apache-maven/latest
Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] Tycho Version:  4.0.4 (868454bf476f18ad997abdfd7ef5f88a8fa2d67f)
[INFO] Tycho Mode:     project
[INFO] Tycho Builder:  maven
[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.
[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.
[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] ------------------------------------------------------------------------
[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.8.0-SNAPSHOT                                    [1/26]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ releng ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ releng ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ releng ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ releng ---
[INFO] 
[INFO] -----------< org.eclipse.handly.bundles:org.eclipse.handly >------------
[INFO] Building org.eclipse.handly 1.8.0-SNAPSHOT                        [2/26]
[INFO]   from /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving target definition file:/home/jenkins/agent/workspace/1.8.x/targets/latest/latest.target for environments=[linux/gtk/x86_64], include source mode=honor, referenced repository mode =ignore, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@2b5747f0
[INFO] ### Using TychoRepositoryTransport for remote P2 access ###
[INFO]     Cache location:         /home/jenkins/agent/workspace/1.8.x/.maven/repo/.cache/tycho
[INFO]     Transport mode:         online
[INFO]     Http Transport type:    Java11Client
[INFO]     Update mode:            cache first
[INFO]     Minimum cache duration: 60 minutes
[INFO]       (you can configure this with -Dtycho.p2.transport.min-cache-minutes=<desired minimum cache duration>)
[INFO] Resolving dependencies of MavenProject: org.eclipse.handly.bundles:org.eclipse.handly:1.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly/pom.xml
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.handly ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.handly ---
[INFO] The project's OSGi version is 1.8.0.v20240307-1900
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.handly ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.handly ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.handly ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.handly ---
[INFO] Resolving class path of org.eclipse.handly
[INFO] 
[INFO] --- resources: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.8.x/org.eclipse.handly/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.handly ---
[INFO] Compiling 126 source files to /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.handly ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.handly ---
[INFO] 
[INFO] --- resources: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.8.x/org.eclipse.handly/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.handly ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.handly ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.handly ---
[INFO] Building jar: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly/target/org.eclipse.handly-1.8.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.handly ---
[INFO] Building jar: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly/target/org.eclipse.handly-1.8.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.handly ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.handly ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.handly ---
[INFO] Signing jar: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly/target/org.eclipse.handly-1.8.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly/target/org.eclipse.handly-1.8.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------< org.eclipse.handly.bundles:org.eclipse.handly.junit >---------
[INFO] Building org.eclipse.handly.junit 1.8.0-SNAPSHOT                  [3/26]
[INFO]   from /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.junit/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.handly.bundles:org.eclipse.handly.junit:1.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.junit/pom.xml
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.handly.junit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.handly.junit ---
[INFO] The project's OSGi version is 1.8.0.v20240307-1900
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.handly.junit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.handly.junit ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.handly.junit ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.handly.junit ---
[INFO] Resolving class path of org.eclipse.handly.junit
[INFO] 
[INFO] --- resources: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.8.x/org.eclipse.handly.junit/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.handly.junit ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.junit/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.handly.junit ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.handly.junit ---
[INFO] 
[INFO] --- resources: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.8.x/org.eclipse.handly.junit/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.handly.junit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.handly.junit ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.handly.junit ---
[INFO] Building jar: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.junit/target/org.eclipse.handly.junit-1.8.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.handly.junit ---
[INFO] Building jar: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.junit/target/org.eclipse.handly.junit-1.8.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.handly.junit ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.handly.junit ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.handly.junit ---
[INFO] Signing jar: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.junit/target/org.eclipse.handly.junit-1.8.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.junit/target/org.eclipse.handly.junit-1.8.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------< org.eclipse.handly.bundles:org.eclipse.handly.tests >---------
[INFO] Building org.eclipse.handly.tests 1.8.0-SNAPSHOT                  [4/26]
[INFO]   from /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.handly.bundles:org.eclipse.handly.tests:1.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.tests/pom.xml
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.handly.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.handly.tests ---
[INFO] The project's OSGi version is 1.8.0.v20240307-1900
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.handly.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.handly.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.handly.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.handly.tests ---
[INFO] Resolving class path of org.eclipse.handly.tests
[INFO] 
[INFO] --- resources: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.8.x/org.eclipse.handly.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.handly.tests ---
[INFO] Compiling 51 source files to /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.tests/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.handly.tests ---
[INFO] 
[INFO] --- resources: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.8.x/org.eclipse.handly.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.handly.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.handly.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.tests/target/org.eclipse.handly.tests-1.8.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.handly.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.tests/target/org.eclipse.handly.tests-1.8.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.handly.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.handly.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.4:test (default-test) @ org.eclipse.handly.tests ---
[INFO] Executing test runtime with timeout (seconds): 0, logs, if any, will be placed at: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.700.v20240213-1244/org.eclipse.equinox.launcher-1.6.700.v20240213-1244.jar, -data, /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.tests/target/work/data, -install, /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.tests/target/work, -configuration, /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.tests/target/surefire.properties]
Running org.eclipse.handly.util.TextRangeTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.handly.util.TextRangeTest
org.eclipse.handly.util.TextRangeTest.test1 -- Time elapsed: 0 s
org.eclipse.handly.util.TextRangeTest.test2 -- Time elapsed: 0 s
org.eclipse.handly.util.TextRangeTest.test3 -- Time elapsed: 0 s
org.eclipse.handly.util.TextRangeTest.test4 -- Time elapsed: 0 s
org.eclipse.handly.util.TextRangeTest.test5 -- Time elapsed: 0 s
org.eclipse.handly.util.TextRangeTest.test6 -- Time elapsed: 0 s
Running org.eclipse.handly.util.LruCacheTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.handly.util.LruCacheTest
org.eclipse.handly.util.LruCacheTest.test1 -- Time elapsed: 0 s
org.eclipse.handly.util.LruCacheTest.test2 -- Time elapsed: 0.001 s
org.eclipse.handly.util.LruCacheTest.test3 -- Time elapsed: 0 s
Running org.eclipse.handly.util.PropertyTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.handly.util.PropertyTest
org.eclipse.handly.util.PropertyTest.test1 -- Time elapsed: 0 s
org.eclipse.handly.util.PropertyTest.test2 -- Time elapsed: 0 s
org.eclipse.handly.util.PropertyTest.test3 -- Time elapsed: 0.001 s
org.eclipse.handly.util.PropertyTest.test4 -- Time elapsed: 0 s
org.eclipse.handly.util.PropertyTest.test5 -- Time elapsed: 0 s
org.eclipse.handly.util.PropertyTest.test6 -- Time elapsed: 0 s
Running org.eclipse.handly.util.BoundedLruCacheTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.handly.util.BoundedLruCacheTest
org.eclipse.handly.util.BoundedLruCacheTest.test1 -- Time elapsed: 0.001 s
org.eclipse.handly.util.BoundedLruCacheTest.test2 -- Time elapsed: 0 s
org.eclipse.handly.util.BoundedLruCacheTest.test3 -- Time elapsed: 0 s
Running org.eclipse.handly.util.SimpleSynchronizerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.handly.util.SimpleSynchronizerTest
org.eclipse.handly.util.SimpleSynchronizerTest.test1 -- Time elapsed: 0.002 s
Running org.eclipse.handly.util.ArrayUtilTest
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.handly.util.ArrayUtilTest
org.eclipse.handly.util.ArrayUtilTest.testLastIndexOfMatching -- Time elapsed: 0.001 s
org.eclipse.handly.util.ArrayUtilTest.testOnlyElementsOfType -- Time elapsed: 0.001 s
org.eclipse.handly.util.ArrayUtilTest.testContainsMatching -- Time elapsed: 0 s
org.eclipse.handly.util.ArrayUtilTest.testUnion -- Time elapsed: 0.001 s
org.eclipse.handly.util.ArrayUtilTest.testLastIndexOf -- Time elapsed: 0 s
org.eclipse.handly.util.ArrayUtilTest.testHasElementsNotOfType -- Time elapsed: 0 s
org.eclipse.handly.util.ArrayUtilTest.testCollectMatching -- Time elapsed: 0.001 s
org.eclipse.handly.util.ArrayUtilTest.testContains -- Time elapsed: 0 s
org.eclipse.handly.util.ArrayUtilTest.testConcat -- Time elapsed: 0 s
org.eclipse.handly.util.ArrayUtilTest.testElementsOfType -- Time elapsed: 0 s
org.eclipse.handly.util.ArrayUtilTest.testIndexOf -- Time elapsed: 0 s
org.eclipse.handly.util.ArrayUtilTest.testIndexOfMatching -- Time elapsed: 0.001 s
org.eclipse.handly.util.ArrayUtilTest.testHasElementsOfType -- Time elapsed: 0 s
org.eclipse.handly.util.ArrayUtilTest.testSetMinus -- Time elapsed: 0 s
Running org.eclipse.handly.model.impl.support.WorkingCopyTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.179 s -- in org.eclipse.handly.model.impl.support.WorkingCopyTest
org.eclipse.handly.model.impl.support.WorkingCopyTest.testCallbackLifecycle -- Time elapsed: 0.177 s
org.eclipse.handly.model.impl.support.WorkingCopyTest.testBug479623 -- Time elapsed: 0.001 s
Running org.eclipse.handly.model.impl.support.ElementDeltaPerformanceTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.145 s -- in org.eclipse.handly.model.impl.support.ElementDeltaPerformanceTest
org.eclipse.handly.model.impl.support.ElementDeltaPerformanceTest.testFindDeltaPerformance -- Time elapsed: 0.144 s
Running org.eclipse.handly.model.impl.support.WorkingCopyNotificationTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.208 s -- in org.eclipse.handly.model.impl.support.WorkingCopyNotificationTest
org.eclipse.handly.model.impl.support.WorkingCopyNotificationTest.test1 -- Time elapsed: 0.081 s
org.eclipse.handly.model.impl.support.WorkingCopyNotificationTest.test2 -- Time elapsed: 0.099 s
org.eclipse.handly.model.impl.support.WorkingCopyNotificationTest.test3 -- Time elapsed: 0.010 s
org.eclipse.handly.model.impl.support.WorkingCopyNotificationTest.test4 -- Time elapsed: 0.015 s
Running org.eclipse.handly.model.impl.support.BodyTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.handly.model.impl.support.BodyTest
org.eclipse.handly.model.impl.support.BodyTest.test1 -- Time elapsed: 0 s
org.eclipse.handly.model.impl.support.BodyTest.test2 -- Time elapsed: 0 s
org.eclipse.handly.model.impl.support.BodyTest.test3 -- Time elapsed: 0 s
Running org.eclipse.handly.model.impl.support.ElementTest
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.handly.model.impl.support.ElementTest
org.eclipse.handly.model.impl.support.ElementTest.test01 -- Time elapsed: 0.001 s
org.eclipse.handly.model.impl.support.ElementTest.test02 -- Time elapsed: 0 s
org.eclipse.handly.model.impl.support.ElementTest.test03 -- Time elapsed: 0 s
org.eclipse.handly.model.impl.support.ElementTest.test04 -- Time elapsed: 0 s
org.eclipse.handly.model.impl.support.ElementTest.test05 -- Time elapsed: 0.001 s
org.eclipse.handly.model.impl.support.ElementTest.test06 -- Time elapsed: 0 s
org.eclipse.handly.model.impl.support.ElementTest.test07 -- Time elapsed: 0 s
org.eclipse.handly.model.impl.support.ElementTest.test08 -- Time elapsed: 0 s
org.eclipse.handly.model.impl.support.ElementTest.test09 -- Time elapsed: 0 s
org.eclipse.handly.model.impl.support.ElementTest.test10 -- Time elapsed: 0 s
org.eclipse.handly.model.impl.support.ElementTest.test11 -- Time elapsed: 0 s
org.eclipse.handly.model.impl.support.ElementTest.test12 -- Time elapsed: 0.001 s
org.eclipse.handly.model.impl.support.ElementTest.test13 -- Time elapsed: 0 s
org.eclipse.handly.model.impl.support.ElementTest.test14 -- Time elapsed: 0 s
org.eclipse.handly.model.impl.support.ElementTest.testBug530821 -- Time elapsed: 0.001 s
Running org.eclipse.handly.model.impl.support.ElementManagerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.handly.model.impl.support.ElementManagerTest
org.eclipse.handly.model.impl.support.ElementManagerTest.test1 -- Time elapsed: 0.001 s
org.eclipse.handly.model.impl.support.ElementManagerTest.test2 -- Time elapsed: 0.001 s
Running org.eclipse.handly.model.impl.support.OutOfSyncSourceFileTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.eclipse.handly.model.impl.support.OutOfSyncSourceFileTest
org.eclipse.handly.model.impl.support.OutOfSyncSourceFileTest.testInSync -- Time elapsed: 0.011 s
org.eclipse.handly.model.impl.support.OutOfSyncSourceFileTest.testOutOfSync -- Time elapsed: 0.008 s
Running org.eclipse.handly.model.impl.support.SourceElementTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.handly.model.impl.support.SourceElementTest
org.eclipse.handly.model.impl.support.SourceElementTest.test1 -- Time elapsed: 0 s
org.eclipse.handly.model.impl.support.SourceElementTest.test2 -- Time elapsed: 0.001 s
Running org.eclipse.handly.model.impl.support.ElementDeltaTest
Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s -- in org.eclipse.handly.model.impl.support.ElementDeltaTest
org.eclipse.handly.model.impl.support.ElementDeltaTest.test00 -- Time elapsed: 0 s
org.eclipse.handly.model.impl.support.ElementDeltaTest.test01 -- Time elapsed: 0 s
org.eclipse.handly.model.impl.support.ElementDeltaTest.test02 -- Time elapsed: 0 s
org.eclipse.handly.model.impl.support.ElementDeltaTest.test03 -- Time elapsed: 0 s
org.eclipse.handly.model.impl.support.ElementDeltaTest.test04 -- Time elapsed: 0 s
org.eclipse.handly.model.impl.support.ElementDeltaTest.test05 -- Time elapsed: 0 s
org.eclipse.handly.model.impl.support.ElementDeltaTest.test06 -- Time elapsed: 0.001 s
org.eclipse.handly.model.impl.support.ElementDeltaTest.test07 -- Time elapsed: 0 s
org.eclipse.handly.model.impl.support.ElementDeltaTest.test08 -- Time elapsed: 0 s
org.eclipse.handly.model.impl.support.ElementDeltaTest.test09 -- Time elapsed: 0 s
org.eclipse.handly.model.impl.support.ElementDeltaTest.test10 -- Time elapsed: 0 s
org.eclipse.handly.model.impl.support.ElementDeltaTest.test11 -- Time elapsed: 0 s
org.eclipse.handly.model.impl.support.ElementDeltaTest.test12 -- Time elapsed: 0 s
org.eclipse.handly.model.impl.support.ElementDeltaTest.test13 -- Time elapsed: 0 s
org.eclipse.handly.model.impl.support.ElementDeltaTest.test14 -- Time elapsed: 0 s
org.eclipse.handly.model.impl.support.ElementDeltaTest.test15 -- Time elapsed: 0 s
org.eclipse.handly.model.impl.support.ElementDeltaTest.test16 -- Time elapsed: 0 s
org.eclipse.handly.model.impl.support.ElementDeltaTest.test17 -- Time elapsed: 0 s
org.eclipse.handly.model.impl.support.ElementDeltaTest.test18 -- Time elapsed: 0.001 s
org.eclipse.handly.model.impl.support.ElementDeltaTest.test19 -- Time elapsed: 0 s
org.eclipse.handly.model.impl.support.ElementDeltaTest.test20 -- Time elapsed: 0 s
org.eclipse.handly.model.impl.support.ElementDeltaTest.test21 -- Time elapsed: 0 s
org.eclipse.handly.model.impl.support.ElementDeltaTest.test22 -- Time elapsed: 0 s
org.eclipse.handly.model.impl.support.ElementDeltaTest.test23 -- Time elapsed: 0 s
org.eclipse.handly.model.impl.support.ElementDeltaTest.test24 -- Time elapsed: 0 s
org.eclipse.handly.model.impl.support.ElementDeltaTest.test25 -- Time elapsed: 0 s
org.eclipse.handly.model.impl.support.ElementDeltaTest.test26 -- Time elapsed: 0 s
org.eclipse.handly.model.impl.support.ElementDeltaTest.test27 -- Time elapsed: 0 s
org.eclipse.handly.model.impl.support.ElementDeltaTest.test28 -- Time elapsed: 0 s
org.eclipse.handly.model.impl.support.ElementDeltaTest.test29 -- Time elapsed: 0.001 s
org.eclipse.handly.model.impl.support.ElementDeltaTest.test30 -- Time elapsed: 0 s
org.eclipse.handly.model.impl.support.ElementDeltaTest.test31 -- Time elapsed: 0 s
org.eclipse.handly.model.impl.support.ElementDeltaTest.test32 -- Time elapsed: 0.002 s
org.eclipse.handly.model.impl.support.ElementDeltaTest.test33 -- Time elapsed: 0.002 s
org.eclipse.handly.model.impl.support.ElementDeltaTest.testMalformedDeltaTree -- Time elapsed: 0 s
org.eclipse.handly.model.impl.support.ElementDeltaTest.testBug456060 -- Time elapsed: 0.001 s
org.eclipse.handly.model.impl.support.ElementDeltaTest.testDefaultFindDelta -- Time elapsed: 0.022 s
Running org.eclipse.handly.model.impl.support.ElementChangeListenerListTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.handly.model.impl.support.ElementChangeListenerListTest
org.eclipse.handly.model.impl.support.ElementChangeListenerListTest.test1 -- Time elapsed: 0 s
org.eclipse.handly.model.impl.support.ElementChangeListenerListTest.test2 -- Time elapsed: 0 s
org.eclipse.handly.model.impl.support.ElementChangeListenerListTest.test3 -- Time elapsed: 0.001 s
Running org.eclipse.handly.model.impl.support.ElementCacheTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.handly.model.impl.support.ElementCacheTest
org.eclipse.handly.model.impl.support.ElementCacheTest.test1 -- Time elapsed: 0 s
org.eclipse.handly.model.impl.support.ElementCacheTest.test2 -- Time elapsed: 0 s
org.eclipse.handly.model.impl.support.ElementCacheTest.test3 -- Time elapsed: 0 s
org.eclipse.handly.model.impl.support.ElementCacheTest.test4 -- Time elapsed: 0.001 s
org.eclipse.handly.model.impl.support.ElementCacheTest.test5 -- Time elapsed: 0 s
Running org.eclipse.handly.model.impl.support.NotificationManagerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.handly.model.impl.support.NotificationManagerTest
org.eclipse.handly.model.impl.support.NotificationManagerTest.test1 -- Time elapsed: 0 s
org.eclipse.handly.model.impl.support.NotificationManagerTest.test2 -- Time elapsed: 0 s
org.eclipse.handly.model.impl.support.NotificationManagerTest.test3 -- 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.096 s -- in org.eclipse.handly.model.impl.support.SourceFileTest
org.eclipse.handly.model.impl.support.SourceFileTest.test01 -- Time elapsed: 0.009 s
org.eclipse.handly.model.impl.support.SourceFileTest.test02 -- Time elapsed: 0.007 s
org.eclipse.handly.model.impl.support.SourceFileTest.test03 -- Time elapsed: 0.009 s
org.eclipse.handly.model.impl.support.SourceFileTest.test04 -- Time elapsed: 0.008 s
org.eclipse.handly.model.impl.support.SourceFileTest.test05 -- Time elapsed: 0.009 s
org.eclipse.handly.model.impl.support.SourceFileTest.test06 -- Time elapsed: 0.007 s
org.eclipse.handly.model.impl.support.SourceFileTest.test07 -- Time elapsed: 0.030 s
org.eclipse.handly.model.impl.support.SourceFileTest.test08 -- Time elapsed: 0.008 s
org.eclipse.handly.model.impl.support.SourceFileTest.test09 -- Time elapsed: 0.008 s
Running org.eclipse.handly.model.impl.support.SourceElementBodyTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.handly.model.impl.support.SourceElementBodyTest
org.eclipse.handly.model.impl.support.SourceElementBodyTest.test1 -- Time elapsed: 0 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
org.eclipse.handly.model.impl.support.StructureHelperTest.test1 -- Time elapsed: 0 s
Running org.eclipse.handly.model.impl.support.ElementChangeRecorderTest
Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.handly.model.impl.support.ElementChangeRecorderTest
org.eclipse.handly.model.impl.support.ElementChangeRecorderTest.test01 -- Time elapsed: 0 s
org.eclipse.handly.model.impl.support.ElementChangeRecorderTest.test02 -- Time elapsed: 0.001 s
org.eclipse.handly.model.impl.support.ElementChangeRecorderTest.test03 -- Time elapsed: 0 s
org.eclipse.handly.model.impl.support.ElementChangeRecorderTest.test04 -- Time elapsed: 0 s
org.eclipse.handly.model.impl.support.ElementChangeRecorderTest.test05 -- Time elapsed: 0 s
org.eclipse.handly.model.impl.support.ElementChangeRecorderTest.test06 -- Time elapsed: 0 s
org.eclipse.handly.model.impl.support.ElementChangeRecorderTest.test07 -- Time elapsed: 0 s
org.eclipse.handly.model.impl.support.ElementChangeRecorderTest.test08 -- Time elapsed: 0 s
org.eclipse.handly.model.impl.support.ElementChangeRecorderTest.test09 -- Time elapsed: 0 s
org.eclipse.handly.model.impl.support.ElementChangeRecorderTest.test10 -- Time elapsed: 0.001 s
org.eclipse.handly.model.impl.support.ElementChangeRecorderTest.test11 -- Time elapsed: 0 s
org.eclipse.handly.model.impl.support.ElementChangeRecorderTest.test12 -- Time elapsed: 0 s
org.eclipse.handly.model.impl.support.ElementChangeRecorderTest.test13 -- Time elapsed: 0 s
org.eclipse.handly.model.impl.support.ElementChangeRecorderTest.test14 -- Time elapsed: 0 s
org.eclipse.handly.model.impl.support.ElementChangeRecorderTest.test15 -- Time elapsed: 0 s
org.eclipse.handly.model.impl.support.ElementChangeRecorderTest.test16 -- Time elapsed: 0 s
org.eclipse.handly.model.impl.support.ElementChangeRecorderTest.test17 -- Time elapsed: 0 s
org.eclipse.handly.model.impl.support.ElementChangeRecorderTest.test18 -- Time elapsed: 0 s
org.eclipse.handly.model.impl.support.ElementChangeRecorderTest.test19 -- Time elapsed: 0 s
org.eclipse.handly.model.impl.support.ElementChangeRecorderTest.test20 -- Time elapsed: 0 s
org.eclipse.handly.model.impl.support.ElementChangeRecorderTest.test21 -- Time elapsed: 0.001 s
org.eclipse.handly.model.impl.support.ElementChangeRecorderTest.test22 -- Time elapsed: 0 s
org.eclipse.handly.model.impl.support.ElementChangeRecorderTest.test23 -- Time elapsed: 0 s
org.eclipse.handly.model.impl.support.ElementChangeRecorderTest.test24 -- Time elapsed: 0 s
org.eclipse.handly.model.impl.support.ElementChangeRecorderTest.test25 -- Time elapsed: 0 s
org.eclipse.handly.model.impl.support.ElementChangeRecorderTest.test26 -- Time elapsed: 0 s
org.eclipse.handly.model.impl.support.ElementChangeRecorderTest.test27 -- Time elapsed: 0 s
org.eclipse.handly.model.impl.support.ElementChangeRecorderTest.test28 -- Time elapsed: 0 s
org.eclipse.handly.model.impl.support.ElementChangeRecorderTest.test29 -- Time elapsed: 0 s
org.eclipse.handly.model.impl.support.ElementChangeRecorderTest.test30 -- Time elapsed: 0 s
org.eclipse.handly.model.impl.support.ElementChangeRecorderTest.test31 -- Time elapsed: 0 s
org.eclipse.handly.model.impl.support.ElementChangeRecorderTest.test32 -- Time elapsed: 0 s
org.eclipse.handly.model.impl.support.ElementChangeRecorderTest.test33 -- Time elapsed: 0 s
org.eclipse.handly.model.impl.support.ElementChangeRecorderTest.test34 -- Time elapsed: 0 s
org.eclipse.handly.model.impl.support.ElementChangeRecorderTest.test35 -- Time elapsed: 0 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
org.eclipse.handly.model.adapter.NullContentAdapterTest.test1 -- Time elapsed: 0 s
org.eclipse.handly.model.adapter.NullContentAdapterTest.test2 -- 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
org.eclipse.handly.model.adapter.DefaultContentAdapterTest.test1 -- Time elapsed: 0.006 s
org.eclipse.handly.model.adapter.DefaultContentAdapterTest.test2 -- Time elapsed: 0 s
Running org.eclipse.handly.model.ElementDeltasTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.handly.model.ElementDeltasTest
org.eclipse.handly.model.ElementDeltasTest.test01 -- Time elapsed: 0 s
org.eclipse.handly.model.ElementDeltasTest.test02 -- Time elapsed: 0 s
org.eclipse.handly.model.ElementDeltasTest.test03 -- Time elapsed: 0 s
org.eclipse.handly.model.ElementDeltasTest.test04 -- Time elapsed: 0 s
org.eclipse.handly.model.ElementDeltasTest.test05 -- Time elapsed: 0 s
org.eclipse.handly.model.ElementDeltasTest.test06 -- Time elapsed: 0 s
org.eclipse.handly.model.ElementDeltasTest.test07 -- Time elapsed: 0 s
org.eclipse.handly.model.ElementDeltasTest.test08 -- Time elapsed: 0 s
Running org.eclipse.handly.model.ElementsTest
Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s -- in org.eclipse.handly.model.ElementsTest
org.eclipse.handly.model.ElementsTest.testEnsureReconciled -- Time elapsed: 0.002 s
org.eclipse.handly.model.ElementsTest.testNoSourceElementInfo -- Time elapsed: 0 s
org.eclipse.handly.model.ElementsTest.testFindLastMatchingAncestorUntil -- Time elapsed: 0.001 s
org.eclipse.handly.model.ElementsTest.testFindCommonAncestor -- Time elapsed: 0 s
org.eclipse.handly.model.ElementsTest.testFindAncestorOfType -- Time elapsed: 0 s
org.eclipse.handly.model.ElementsTest.testIsOfModel -- Time elapsed: 0 s
org.eclipse.handly.model.ElementsTest.testCollectParentChainUntil -- Time elapsed: 0 s
org.eclipse.handly.model.ElementsTest.testSplitIntoElementsAndResources -- Time elapsed: 0.001 s
org.eclipse.handly.model.ElementsTest.testGetParentChain -- Time elapsed: 0.027 s
org.eclipse.handly.model.ElementsTest.testGetSourceElementInfo2 -- Time elapsed: 0.001 s
org.eclipse.handly.model.ElementsTest.testIsAncestorOf -- Time elapsed: 0 s
org.eclipse.handly.model.ElementsTest.testRemoveDescendants -- Time elapsed: 0.001 s
org.eclipse.handly.model.ElementsTest.testGetName -- Time elapsed: 0 s
org.eclipse.handly.model.ElementsTest.testGetRoot -- Time elapsed: 0 s
org.eclipse.handly.model.ElementsTest.testFindAncestorOfTypeUntil -- Time elapsed: 0 s
org.eclipse.handly.model.ElementsTest.testFindLastAncestorOfTypeUntil -- Time elapsed: 0.001 s
org.eclipse.handly.model.ElementsTest.testFindMatchingAncestorUntil -- Time elapsed: 0 s
org.eclipse.handly.model.ElementsTest.testGetSourceFile -- Time elapsed: 0.001 s
org.eclipse.handly.model.ElementsTest.testCollectParentChain -- Time elapsed: 0 s
org.eclipse.handly.model.ElementsTest.testFindLastMatchingAncestor -- Time elapsed: 0 s
org.eclipse.handly.model.ElementsTest.testFindCommonAncestor2 -- Time elapsed: 0 s
org.eclipse.handly.model.ElementsTest.testFindLastAncestorOfType -- Time elapsed: 0 s
org.eclipse.handly.model.ElementsTest.testStreamParentChainUntil -- Time elapsed: 0 s
org.eclipse.handly.model.ElementsTest.testFindCommonAncestorUntil -- Time elapsed: 0 s
org.eclipse.handly.model.ElementsTest.testGetSourceElementAt2 -- Time elapsed: 0.002 s
org.eclipse.handly.model.ElementsTest.testStreamParentChain -- Time elapsed: 0 s
org.eclipse.handly.model.ElementsTest.testGetParent -- Time elapsed: 0 s
org.eclipse.handly.model.ElementsTest.testFindMatchingAncestor -- Time elapsed: 0.001 s
org.eclipse.handly.model.ElementsTest.testGetParentChainUntil -- Time elapsed: 0 s
org.eclipse.handly.model.ElementsTest.testFindCommonAncestorUntil2 -- Time elapsed: 0 s
Running org.eclipse.handly.snapshot.TextFileSnapshotTest
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.135 s -- in org.eclipse.handly.snapshot.TextFileSnapshotTest
org.eclipse.handly.snapshot.TextFileSnapshotTest.test01 -- Time elapsed: 0.011 s
org.eclipse.handly.snapshot.TextFileSnapshotTest.test02 -- Time elapsed: 0.008 s
org.eclipse.handly.snapshot.TextFileSnapshotTest.test03 -- Time elapsed: 0.005 s
org.eclipse.handly.snapshot.TextFileSnapshotTest.test04 -- Time elapsed: 0.010 s
org.eclipse.handly.snapshot.TextFileSnapshotTest.test05 -- Time elapsed: 0.005 s
org.eclipse.handly.snapshot.TextFileSnapshotTest.test06 -- Time elapsed: 0.005 s
org.eclipse.handly.snapshot.TextFileSnapshotTest.test07 -- Time elapsed: 0.010 s
org.eclipse.handly.snapshot.TextFileSnapshotTest.test08 -- Time elapsed: 0.036 s
org.eclipse.handly.snapshot.TextFileSnapshotTest.test09 -- Time elapsed: 0.007 s
org.eclipse.handly.snapshot.TextFileSnapshotTest.test10 -- Time elapsed: 0.006 s
org.eclipse.handly.snapshot.TextFileSnapshotTest.test11 -- Time elapsed: 0.005 s
org.eclipse.handly.snapshot.TextFileSnapshotTest.test12 -- Time elapsed: 0.008 s
org.eclipse.handly.snapshot.TextFileSnapshotTest.test13 -- Time elapsed: 0.006 s
org.eclipse.handly.snapshot.TextFileSnapshotTest.test14 -- Time elapsed: 0.006 s
org.eclipse.handly.snapshot.TextFileSnapshotTest.test15 -- Time elapsed: 0.006 s
Running org.eclipse.handly.snapshot.ResourceTextFileBufferSnapshotTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 s -- in org.eclipse.handly.snapshot.ResourceTextFileBufferSnapshotTest
org.eclipse.handly.snapshot.ResourceTextFileBufferSnapshotTest.test1 -- Time elapsed: 0.044 s
org.eclipse.handly.snapshot.ResourceTextFileBufferSnapshotTest.test2 -- Time elapsed: 0.007 s
org.eclipse.handly.snapshot.ResourceTextFileBufferSnapshotTest.test3 -- Time elapsed: 0.008 s
org.eclipse.handly.snapshot.ResourceTextFileBufferSnapshotTest.test4 -- Time elapsed: 0.006 s
org.eclipse.handly.snapshot.ResourceTextFileBufferSnapshotTest.test5 -- Time elapsed: 0.009 s
org.eclipse.handly.snapshot.ResourceTextFileBufferSnapshotTest.test6 -- Time elapsed: 0.026 s
Running org.eclipse.handly.snapshot.TextFileSnapshotWsTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s -- in org.eclipse.handly.snapshot.TextFileSnapshotWsTest
org.eclipse.handly.snapshot.TextFileSnapshotWsTest.test1 -- Time elapsed: 0.005 s
org.eclipse.handly.snapshot.TextFileSnapshotWsTest.test2 -- Time elapsed: 0.006 s
org.eclipse.handly.snapshot.TextFileSnapshotWsTest.test3 -- Time elapsed: 0.006 s
org.eclipse.handly.snapshot.TextFileSnapshotWsTest.test4 -- Time elapsed: 0.024 s
org.eclipse.handly.snapshot.TextFileSnapshotWsTest.test5 -- Time elapsed: 0.006 s
Running org.eclipse.handly.snapshot.EqualityPredictionTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 s -- in org.eclipse.handly.snapshot.EqualityPredictionTest
org.eclipse.handly.snapshot.EqualityPredictionTest.test01 -- Time elapsed: 0.006 s
org.eclipse.handly.snapshot.EqualityPredictionTest.test02 -- Time elapsed: 0.007 s
org.eclipse.handly.snapshot.EqualityPredictionTest.test03 -- Time elapsed: 0.006 s
org.eclipse.handly.snapshot.EqualityPredictionTest.test04 -- Time elapsed: 0.006 s
org.eclipse.handly.snapshot.EqualityPredictionTest.test05 -- Time elapsed: 0.007 s
org.eclipse.handly.snapshot.EqualityPredictionTest.test06 -- Time elapsed: 0.006 s
org.eclipse.handly.snapshot.EqualityPredictionTest.test07 -- Time elapsed: 0.006 s
org.eclipse.handly.snapshot.EqualityPredictionTest.test08 -- Time elapsed: 0.007 s
org.eclipse.handly.snapshot.EqualityPredictionTest.test09 -- Time elapsed: 0.007 s
org.eclipse.handly.snapshot.EqualityPredictionTest.test10 -- Time elapsed: 0.033 s
Running org.eclipse.handly.snapshot.FileStoreTextFileBufferSnapshotTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 s -- in org.eclipse.handly.snapshot.FileStoreTextFileBufferSnapshotTest
org.eclipse.handly.snapshot.FileStoreTextFileBufferSnapshotTest.test1 -- Time elapsed: 0.006 s
org.eclipse.handly.snapshot.FileStoreTextFileBufferSnapshotTest.test2 -- Time elapsed: 0.006 s
org.eclipse.handly.snapshot.FileStoreTextFileBufferSnapshotTest.test3 -- Time elapsed: 0.005 s
org.eclipse.handly.snapshot.FileStoreTextFileBufferSnapshotTest.test4 -- Time elapsed: 0.006 s
org.eclipse.handly.snapshot.FileStoreTextFileBufferSnapshotTest.test5 -- Time elapsed: 0.005 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
org.eclipse.handly.snapshot.TextFileStoreSnapshotTest.test1 -- Time elapsed: 0.005 s
Running org.eclipse.handly.text.DocumentChangeOperationTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.handly.text.DocumentChangeOperationTest
org.eclipse.handly.text.DocumentChangeOperationTest.test1 -- Time elapsed: 0.001 s
org.eclipse.handly.text.DocumentChangeOperationTest.test2 -- Time elapsed: 0.001 s
org.eclipse.handly.text.DocumentChangeOperationTest.test3 -- Time elapsed: 0 s
org.eclipse.handly.text.DocumentChangeOperationTest.test4 -- 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
org.eclipse.handly.text.UiDocumentChangeRunnerTest.test1 -- Time elapsed: 0.001 s
org.eclipse.handly.text.UiDocumentChangeRunnerTest.test2 -- Time elapsed: 0.001 s
org.eclipse.handly.text.UiDocumentChangeRunnerTest.test3 -- Time elapsed: 0.001 s
Running org.eclipse.handly.refactoring.SourceFileChangeTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s -- in org.eclipse.handly.refactoring.SourceFileChangeTest
org.eclipse.handly.refactoring.SourceFileChangeTest.test01 -- Time elapsed: 0.009 s
org.eclipse.handly.refactoring.SourceFileChangeTest.test02 -- Time elapsed: 0.027 s
org.eclipse.handly.refactoring.SourceFileChangeTest.test03 -- Time elapsed: 0.007 s
org.eclipse.handly.refactoring.SourceFileChangeTest.test04 -- Time elapsed: 0.006 s
org.eclipse.handly.refactoring.SourceFileChangeTest.test05 -- Time elapsed: 0.006 s
org.eclipse.handly.refactoring.SourceFileChangeTest.test06 -- Time elapsed: 0.014 s
org.eclipse.handly.refactoring.SourceFileChangeTest.test07 -- Time elapsed: 0.008 s
org.eclipse.handly.refactoring.SourceFileChangeTest.test08 -- Time elapsed: 0.005 s
org.eclipse.handly.refactoring.SourceFileChangeTest.test09 -- Time elapsed: 0.005 s
org.eclipse.handly.refactoring.SourceFileChangeTest.test10 -- Time elapsed: 0.005 s
Running org.eclipse.handly.context.GuiceContextTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.168 s -- in org.eclipse.handly.context.GuiceContextTest
org.eclipse.handly.context.GuiceContextTest.test01 -- Time elapsed: 0.001 s
org.eclipse.handly.context.GuiceContextTest.test02 -- Time elapsed: 0.001 s
org.eclipse.handly.context.GuiceContextTest.test03 -- Time elapsed: 0 s
org.eclipse.handly.context.GuiceContextTest.test04 -- Time elapsed: 0.005 s
org.eclipse.handly.context.GuiceContextTest.test05 -- Time elapsed: 0 s
org.eclipse.handly.context.GuiceContextTest.test06 -- Time elapsed: 0.001 s
org.eclipse.handly.context.GuiceContextTest.test07 -- Time elapsed: 0 s
org.eclipse.handly.context.GuiceContextTest.test08 -- Time elapsed: 0.001 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
org.eclipse.handly.context.ContextsTest.testCompositeContext1 -- Time elapsed: 0 s
org.eclipse.handly.context.ContextsTest.testCompositeContext2 -- Time elapsed: 0 s
org.eclipse.handly.context.ContextsTest.testCompositeContext3 -- Time elapsed: 0 s
org.eclipse.handly.context.ContextsTest.testCompositeContext4 -- Time elapsed: 0 s
org.eclipse.handly.context.ContextsTest.testCompositeContext5 -- Time elapsed: 0 s
org.eclipse.handly.context.ContextsTest.testCompositeContext6 -- Time elapsed: 0 s
org.eclipse.handly.context.ContextsTest.testCompositeContext7 -- Time elapsed: 0.001 s
org.eclipse.handly.context.ContextsTest.testCompositeContext8 -- Time elapsed: 0 s
org.eclipse.handly.context.ContextsTest.testSingletonContext1 -- Time elapsed: 0 s
org.eclipse.handly.context.ContextsTest.testSingletonContext2 -- Time elapsed: 0 s
org.eclipse.handly.context.ContextsTest.testSingletonContext3 -- Time elapsed: 0 s
org.eclipse.handly.context.ContextsTest.testSingletonContext4 -- Time elapsed: 0 s
org.eclipse.handly.context.ContextsTest.testEmptyContext -- Time elapsed: 0 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
org.eclipse.handly.context.ContextTest.test01 -- Time elapsed: 0.001 s
org.eclipse.handly.context.ContextTest.test02 -- Time elapsed: 0 s
org.eclipse.handly.context.ContextTest.test03 -- Time elapsed: 0 s
org.eclipse.handly.context.ContextTest.test04 -- Time elapsed: 0 s
org.eclipse.handly.context.ContextTest.test05 -- Time elapsed: 0 s
org.eclipse.handly.context.ContextTest.test06 -- Time elapsed: 0 s
org.eclipse.handly.context.ContextTest.test07 -- Time elapsed: 0 s
org.eclipse.handly.context.ContextTest.test08 -- Time elapsed: 0 s
org.eclipse.handly.context.ContextTest.test09 -- Time elapsed: 0 s
org.eclipse.handly.context.ContextTest.test10 -- Time elapsed: 0 s
org.eclipse.handly.context.ContextTest.test11 -- Time elapsed: 0 s
org.eclipse.handly.context.ContextTest.test12 -- Time elapsed: 0 s
org.eclipse.handly.context.ContextTest.test13 -- Time elapsed: 0 s
org.eclipse.handly.context.ContextTest.test14 -- Time elapsed: 0 s
org.eclipse.handly.context.ContextTest.test15 -- Time elapsed: 0.001 s
org.eclipse.handly.context.ContextTest.test16 -- Time elapsed: 0 s
Running org.eclipse.handly.buffer.CoreTextFileBufferProviderTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.handly.buffer.CoreTextFileBufferProviderTest
org.eclipse.handly.buffer.CoreTextFileBufferProviderTest.test1 -- Time elapsed: 0.009 s
org.eclipse.handly.buffer.CoreTextFileBufferProviderTest.test2 -- Time elapsed: 0.002 s
org.eclipse.handly.buffer.CoreTextFileBufferProviderTest.test3 -- Time elapsed: 0.001 s
Running org.eclipse.handly.buffer.BufferChangeOperationTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.handly.buffer.BufferChangeOperationTest
org.eclipse.handly.buffer.BufferChangeOperationTest.test1 -- Time elapsed: 0.001 s
org.eclipse.handly.buffer.BufferChangeOperationTest.test2 -- Time elapsed: 0 s
org.eclipse.handly.buffer.BufferChangeOperationTest.test3 -- Time elapsed: 0 s
org.eclipse.handly.buffer.BufferChangeOperationTest.test4 -- Time elapsed: 0 s
Running org.eclipse.handly.buffer.UiBufferChangeRunnerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.eclipse.handly.buffer.UiBufferChangeRunnerTest
org.eclipse.handly.buffer.UiBufferChangeRunnerTest.test1 -- Time elapsed: 0.020 s
org.eclipse.handly.buffer.UiBufferChangeRunnerTest.test2 -- Time elapsed: 0.001 s
org.eclipse.handly.buffer.UiBufferChangeRunnerTest.test3 -- Time elapsed: 0.001 s
Running org.eclipse.handly.buffer.TextFileBufferTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.414 s -- in org.eclipse.handly.buffer.TextFileBufferTest
org.eclipse.handly.buffer.TextFileBufferTest.testSaveListener -- Time elapsed: 2.010 s
org.eclipse.handly.buffer.TextFileBufferTest.testBug496840 -- Time elapsed: 1.378 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
org.eclipse.handly.buffer.ChildBufferTest.test1 -- Time elapsed: 0.001 s
org.eclipse.handly.buffer.ChildBufferTest.test2 -- Time elapsed: 0 s
org.eclipse.handly.buffer.ChildBufferTest.test3 -- Time elapsed: 0 s
org.eclipse.handly.buffer.ChildBufferTest.test4 -- Time elapsed: 0.001 s
org.eclipse.handly.buffer.ChildBufferTest.test5 -- Time elapsed: 0 s
Running org.eclipse.handly.internal.DisplaySynchronizerTest

(SWT:701): Gdk-CRITICAL **: 19:01:22.246: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed

(SWT:701): Gdk-CRITICAL **: 19:01:22.296: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed

(SWT:701): Gdk-CRITICAL **: 19:01:22.354: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed

(SWT:701): Gdk-CRITICAL **: 19:01:22.406: 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.205 s -- in org.eclipse.handly.internal.DisplaySynchronizerTest
org.eclipse.handly.internal.DisplaySynchronizerTest.test1 -- Time elapsed: 0.050 s
org.eclipse.handly.internal.DisplaySynchronizerTest.test2 -- Time elapsed: 0.058 s
org.eclipse.handly.internal.DisplaySynchronizerTest.test3 -- Time elapsed: 0.052 s
org.eclipse.handly.internal.DisplaySynchronizerTest.test4 -- Time elapsed: 0.044 s

Results:

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

[INFO] All tests passed
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.handly.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.tests/target/org.eclipse.handly.tests-1.8.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.tests/target/org.eclipse.handly.tests-1.8.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] ----------< org.eclipse.handly.bundles:org.eclipse.handly.ui >----------
[INFO] Building org.eclipse.handly.ui 1.8.0-SNAPSHOT                     [5/26]
[INFO]   from /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.handly.bundles:org.eclipse.handly.ui:1.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.ui/pom.xml
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.handly.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.handly.ui ---
[INFO] The project's OSGi version is 1.8.0.v20240307-1900
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.handly.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.handly.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.handly.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.handly.ui ---
[INFO] Resolving class path of org.eclipse.handly.ui
[INFO] 
[INFO] --- resources: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.8.x/org.eclipse.handly.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.handly.ui ---
[INFO] Compiling 138 source files to /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.ui/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.handly.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.handly.ui ---
[INFO] 
[INFO] --- resources: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.8.x/org.eclipse.handly.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.handly.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.handly.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.handly.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.ui/target/org.eclipse.handly.ui-1.8.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.handly.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.ui/target/org.eclipse.handly.ui-1.8.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.handly.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.handly.ui ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.handly.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.ui/target/org.eclipse.handly.ui-1.8.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.ui/target/org.eclipse.handly.ui-1.8.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------< org.eclipse.handly.bundles:org.eclipse.handly.xtext >---------
[INFO] Building org.eclipse.handly.xtext 1.8.0-SNAPSHOT                  [6/26]
[INFO]   from /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.xtext/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.handly.bundles:org.eclipse.handly.xtext:1.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.xtext/pom.xml
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.handly.xtext ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.handly.xtext ---
[INFO] The project's OSGi version is 1.8.0.v20240307-1900
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.handly.xtext ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.handly.xtext ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.handly.xtext ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.handly.xtext ---
[INFO] Resolving class path of org.eclipse.handly.xtext
[INFO] 
[INFO] --- resources: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.8.x/org.eclipse.handly.xtext/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.handly.xtext ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.handly.xtext ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.handly.xtext ---
[INFO] 
[INFO] --- resources: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.8.x/org.eclipse.handly.xtext/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.handly.xtext ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.handly.xtext ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.handly.xtext ---
[INFO] Building jar: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.xtext/target/org.eclipse.handly.xtext-1.8.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.handly.xtext ---
[INFO] Building jar: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.xtext/target/org.eclipse.handly.xtext-1.8.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.handly.xtext ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.handly.xtext ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.handly.xtext ---
[INFO] Signing jar: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.xtext/target/org.eclipse.handly.xtext-1.8.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.xtext/target/org.eclipse.handly.xtext-1.8.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------< org.eclipse.handly.bundles:org.eclipse.handly.xtext.ui >-------
[INFO] Building org.eclipse.handly.xtext.ui 1.8.0-SNAPSHOT               [7/26]
[INFO]   from /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.xtext.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.handly.bundles:org.eclipse.handly.xtext.ui:1.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.xtext.ui/pom.xml
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.handly.xtext.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.handly.xtext.ui ---
[INFO] The project's OSGi version is 1.8.0.v20240307-1900
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.handly.xtext.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.handly.xtext.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.handly.xtext.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.handly.xtext.ui ---
[INFO] Resolving class path of org.eclipse.handly.xtext.ui
[INFO] 
[INFO] --- resources: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.8.x/org.eclipse.handly.xtext.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.handly.xtext.ui ---
[INFO] Compiling 20 source files to /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.xtext.ui/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.handly.xtext.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.handly.xtext.ui ---
[INFO] 
[INFO] --- resources: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.8.x/org.eclipse.handly.xtext.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.handly.xtext.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.handly.xtext.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.handly.xtext.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.xtext.ui/target/org.eclipse.handly.xtext.ui-1.8.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.handly.xtext.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.xtext.ui/target/org.eclipse.handly.xtext.ui-1.8.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.handly.xtext.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.handly.xtext.ui ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.handly.xtext.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.xtext.ui/target/org.eclipse.handly.xtext.ui-1.8.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.xtext.ui/target/org.eclipse.handly.xtext.ui-1.8.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------< org.eclipse.handly.bundles:org.eclipse.handly.examples >-------
[INFO] Building org.eclipse.handly.examples 1.8.0-SNAPSHOT               [8/26]
[INFO]   from /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.handly.bundles:org.eclipse.handly.examples:1.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples/pom.xml
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.handly.examples ---
[INFO] 
[INFO] --- antrun:1.8:run (clean-examples) @ org.eclipse.handly.examples ---
[INFO] Executing tasks

main:

clean_all_examples:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.handly.examples ---
[INFO] The project's OSGi version is 1.8.0.v20240307-1900
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.handly.examples ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.handly.examples ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.handly.examples ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.handly.examples ---
[INFO] Resolving class path of org.eclipse.handly.examples
[INFO] 
[INFO] --- resources: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.8.x/org.eclipse.handly.examples/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.handly.examples ---
[INFO] 
[INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.handly.examples ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.handly.examples ---
[INFO] 
[INFO] --- resources: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.8.x/org.eclipse.handly.examples/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.handly.examples ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.handly.examples ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.handly.examples ---
[INFO] Building jar: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples/target/org.eclipse.handly.examples-1.8.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- antrun:1.8:run (package-examples) @ org.eclipse.handly.examples ---
[INFO] Executing tasks

main:

zip_all_examples:
      [zip] Building zip: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples/contents/org.eclipse.handly.examples.adapter.zip
      [zip] Building zip: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples/contents/org.eclipse.handly.examples.adapter.ui.zip
      [zip] Building zip: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples/contents/org.eclipse.handly.examples.basic.zip
      [zip] Building zip: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples/contents/org.eclipse.handly.examples.basic.ide.zip
      [zip] Building zip: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples/contents/org.eclipse.handly.examples.basic.ui.zip
      [zip] Building zip: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples/contents/org.eclipse.handly.examples.basic.ui.tests.zip
      [zip] Building zip: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples/contents/org.eclipse.handly.examples.jmodel.zip
      [zip] Building zip: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples/contents/org.eclipse.handly.examples.jmodel.tests.zip
      [zip] Building zip: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples/contents/org.eclipse.handly.examples.jmodel.ui.zip
      [zip] Building zip: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples/contents/org.eclipse.handly.examples.xtext.xtext.ui.zip
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.handly.examples ---
[INFO] Building jar: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples/target/org.eclipse.handly.examples-1.8.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.handly.examples ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.handly.examples ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.handly.examples ---
[INFO] Signing jar: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples/target/org.eclipse.handly.examples-1.8.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples/target/org.eclipse.handly.examples-1.8.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---< org.eclipse.handly.bundles:org.eclipse.handly.examples.adapter >---
[INFO] Building org.eclipse.handly.examples.adapter 1.8.0-SNAPSHOT       [9/26]
[INFO]   from /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples.adapter/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.handly.bundles:org.eclipse.handly.examples.adapter:1.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples.adapter/pom.xml
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.handly.examples.adapter ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.handly.examples.adapter ---
[INFO] The project's OSGi version is 1.8.0.v20240307-1900
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.handly.examples.adapter ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.handly.examples.adapter ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.handly.examples.adapter ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.handly.examples.adapter ---
[INFO] Resolving class path of org.eclipse.handly.examples.adapter
[INFO] 
[INFO] --- resources: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.8.x/org.eclipse.handly.examples.adapter/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.handly.examples.adapter ---
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples.adapter/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.handly.examples.adapter ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.handly.examples.adapter ---
[INFO] 
[INFO] --- resources: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.8.x/org.eclipse.handly.examples.adapter/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.handly.examples.adapter ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.handly.examples.adapter ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.handly.examples.adapter ---
[INFO] Building jar: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples.adapter/target/org.eclipse.handly.examples.adapter-1.8.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.handly.examples.adapter ---
[INFO] Building jar: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples.adapter/target/org.eclipse.handly.examples.adapter-1.8.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.handly.examples.adapter ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.handly.examples.adapter ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.handly.examples.adapter ---
[INFO] Signing jar: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples.adapter/target/org.eclipse.handly.examples.adapter-1.8.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples.adapter/target/org.eclipse.handly.examples.adapter-1.8.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.8.0-SNAPSHOT   [10/26]
[INFO]   from /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples.adapter.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.handly.bundles:org.eclipse.handly.examples.adapter.ui:1.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples.adapter.ui/pom.xml
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.handly.examples.adapter.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.handly.examples.adapter.ui ---
[INFO] The project's OSGi version is 1.8.0.v20240307-1900
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.handly.examples.adapter.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.handly.examples.adapter.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.handly.examples.adapter.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.handly.examples.adapter.ui ---
[INFO] Resolving class path of org.eclipse.handly.examples.adapter.ui
[INFO] 
[INFO] --- resources: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.8.x/org.eclipse.handly.examples.adapter.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.handly.examples.adapter.ui ---
[INFO] Compiling 23 source files to /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples.adapter.ui/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.handly.examples.adapter.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.handly.examples.adapter.ui ---
[INFO] 
[INFO] --- resources: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.8.x/org.eclipse.handly.examples.adapter.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.handly.examples.adapter.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.handly.examples.adapter.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.handly.examples.adapter.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples.adapter.ui/target/org.eclipse.handly.examples.adapter.ui-1.8.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.handly.examples.adapter.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples.adapter.ui/target/org.eclipse.handly.examples.adapter.ui-1.8.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.handly.examples.adapter.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.handly.examples.adapter.ui ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.handly.examples.adapter.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples.adapter.ui/target/org.eclipse.handly.examples.adapter.ui-1.8.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples.adapter.ui/target/org.eclipse.handly.examples.adapter.ui-1.8.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] ----< org.eclipse.handly.bundles:org.eclipse.handly.examples.basic >----
[INFO] Building org.eclipse.handly.examples.basic 1.8.0-SNAPSHOT        [11/26]
[INFO]   from /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples.basic/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.handly.bundles:org.eclipse.handly.examples.basic:1.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples.basic/pom.xml
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.handly.examples.basic ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.handly.examples.basic ---
[INFO] The project's OSGi version is 1.8.0.v20240307-1900
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.handly.examples.basic ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.handly.examples.basic ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.handly.examples.basic ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.handly.examples.basic ---
[INFO] Resolving class path of org.eclipse.handly.examples.basic
[INFO] 
[INFO] --- resources: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.8.x/org.eclipse.handly.examples.basic/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.handly.examples.basic ---
[INFO] Compiling 23 source files to /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples.basic/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.handly.examples.basic ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.handly.examples.basic ---
[INFO] 
[INFO] --- resources: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.8.x/org.eclipse.handly.examples.basic/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.handly.examples.basic ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.handly.examples.basic ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.handly.examples.basic ---
[INFO] Building jar: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples.basic/target/org.eclipse.handly.examples.basic-1.8.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.handly.examples.basic ---
[INFO] Building jar: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples.basic/target/org.eclipse.handly.examples.basic-1.8.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.handly.examples.basic ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.handly.examples.basic ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.handly.examples.basic ---
[INFO] Signing jar: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples.basic/target/org.eclipse.handly.examples.basic-1.8.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples.basic/target/org.eclipse.handly.examples.basic-1.8.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.8.0-SNAPSHOT    [12/26]
[INFO]   from /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples.basic.ide/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.handly.bundles:org.eclipse.handly.examples.basic.ide:1.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples.basic.ide/pom.xml
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.handly.examples.basic.ide ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.handly.examples.basic.ide ---
[INFO] The project's OSGi version is 1.8.0.v20240307-1900
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.handly.examples.basic.ide ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.handly.examples.basic.ide ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.handly.examples.basic.ide ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.handly.examples.basic.ide ---
[INFO] Resolving class path of org.eclipse.handly.examples.basic.ide
[INFO] 
[INFO] --- resources: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.8.x/org.eclipse.handly.examples.basic.ide/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.handly.examples.basic.ide ---
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples.basic.ide/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.handly.examples.basic.ide ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.handly.examples.basic.ide ---
[INFO] 
[INFO] --- resources: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.8.x/org.eclipse.handly.examples.basic.ide/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.handly.examples.basic.ide ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.handly.examples.basic.ide ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.handly.examples.basic.ide ---
[INFO] Building jar: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples.basic.ide/target/org.eclipse.handly.examples.basic.ide-1.8.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.handly.examples.basic.ide ---
[INFO] Building jar: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples.basic.ide/target/org.eclipse.handly.examples.basic.ide-1.8.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.handly.examples.basic.ide ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.handly.examples.basic.ide ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.handly.examples.basic.ide ---
[INFO] Signing jar: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples.basic.ide/target/org.eclipse.handly.examples.basic.ide-1.8.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples.basic.ide/target/org.eclipse.handly.examples.basic.ide-1.8.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.8.0-SNAPSHOT     [13/26]
[INFO]   from /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples.basic.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.handly.bundles:org.eclipse.handly.examples.basic.ui:1.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples.basic.ui/pom.xml
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.handly.examples.basic.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.handly.examples.basic.ui ---
[INFO] The project's OSGi version is 1.8.0.v20240307-1900
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.handly.examples.basic.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.handly.examples.basic.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.handly.examples.basic.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.handly.examples.basic.ui ---
[INFO] Resolving class path of org.eclipse.handly.examples.basic.ui
[INFO] 
[INFO] --- resources: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.8.x/org.eclipse.handly.examples.basic.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.handly.examples.basic.ui ---
[INFO] Compiling 42 source files to /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples.basic.ui/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.handly.examples.basic.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.handly.examples.basic.ui ---
[INFO] 
[INFO] --- resources: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.8.x/org.eclipse.handly.examples.basic.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.handly.examples.basic.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.handly.examples.basic.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.handly.examples.basic.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples.basic.ui/target/org.eclipse.handly.examples.basic.ui-1.8.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.handly.examples.basic.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples.basic.ui/target/org.eclipse.handly.examples.basic.ui-1.8.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.handly.examples.basic.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.handly.examples.basic.ui ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.handly.examples.basic.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples.basic.ui/target/org.eclipse.handly.examples.basic.ui-1.8.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples.basic.ui/target/org.eclipse.handly.examples.basic.ui-1.8.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.8.0-SNAPSHOT [14/26]
[INFO]   from /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples.basic.ui.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.handly.bundles:org.eclipse.handly.examples.basic.ui.tests:1.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples.basic.ui.tests/pom.xml
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.handly.examples.basic.ui.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.handly.examples.basic.ui.tests ---
[INFO] The project's OSGi version is 1.8.0.v20240307-1900
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.handly.examples.basic.ui.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.handly.examples.basic.ui.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.handly.examples.basic.ui.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4: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] --- resources: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.8.x/org.eclipse.handly.examples.basic.ui.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.handly.examples.basic.ui.tests ---
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples.basic.ui.tests/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.handly.examples.basic.ui.tests ---
[INFO] 
[INFO] --- resources: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.8.x/org.eclipse.handly.examples.basic.ui.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.handly.examples.basic.ui.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.handly.examples.basic.ui.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples.basic.ui.tests/target/org.eclipse.handly.examples.basic.ui.tests-1.8.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.handly.examples.basic.ui.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples.basic.ui.tests/target/org.eclipse.handly.examples.basic.ui.tests-1.8.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.handly.examples.basic.ui.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.handly.examples.basic.ui.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.4:test (default-test) @ org.eclipse.handly.examples.basic.ui.tests ---
[INFO] Executing test runtime with timeout (seconds): 0, logs, if any, will be placed at: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples.basic.ui.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.700.v20240213-1244/org.eclipse.equinox.launcher-1.6.700.v20240213-1244.jar, -data, /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples.basic.ui.tests/target/work/data, -install, /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples.basic.ui.tests/target/work, -configuration, /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples.basic.ui.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples.basic.ui.tests/target/surefire.properties]
Running org.eclipse.handly.internal.examples.basic.ui.model.FooFileTest
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: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.779 s -- in org.eclipse.handly.internal.examples.basic.ui.model.FooFileTest
org.eclipse.handly.internal.examples.basic.ui.model.FooFileTest.testFooFile -- Time elapsed: 1.759 s
Running org.eclipse.handly.internal.examples.basic.ui.model.FooModelNotificationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 s -- in org.eclipse.handly.internal.examples.basic.ui.model.FooModelNotificationTest
org.eclipse.handly.internal.examples.basic.ui.model.FooModelNotificationTest.testFooModelNotification -- Time elapsed: 0.076 s
Running org.eclipse.handly.internal.examples.basic.ui.model.FooProjectTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.eclipse.handly.internal.examples.basic.ui.model.FooProjectTest
org.eclipse.handly.internal.examples.basic.ui.model.FooProjectTest.testProjectCreation -- Time elapsed: 0.017 s
org.eclipse.handly.internal.examples.basic.ui.model.FooProjectTest.testHandleOnly -- Time elapsed: 0.002 s
Running org.eclipse.handly.internal.examples.basic.ui.model.FooModelTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s -- in org.eclipse.handly.internal.examples.basic.ui.model.FooModelTest
org.eclipse.handly.internal.examples.basic.ui.model.FooModelTest.testFooModel -- Time elapsed: 0.071 s
Running org.eclipse.handly.internal.examples.basic.ui.model.FooWorkingCopyNotificationTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.131 s -- in org.eclipse.handly.internal.examples.basic.ui.model.FooWorkingCopyNotificationTest
org.eclipse.handly.internal.examples.basic.ui.model.FooWorkingCopyNotificationTest.test1 -- Time elapsed: 0.071 s
org.eclipse.handly.internal.examples.basic.ui.model.FooWorkingCopyNotificationTest.test2 -- Time elapsed: 0.024 s
org.eclipse.handly.internal.examples.basic.ui.model.FooWorkingCopyNotificationTest.test3 -- Time elapsed: 0.018 s
org.eclipse.handly.internal.examples.basic.ui.model.FooWorkingCopyNotificationTest.test4 -- Time elapsed: 0.015 s
Running org.eclipse.handly.internal.examples.basic.ui.model.FooWorkingCopyTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s -- in org.eclipse.handly.internal.examples.basic.ui.model.FooWorkingCopyTest
org.eclipse.handly.internal.examples.basic.ui.model.FooWorkingCopyTest.test1 -- Time elapsed: 0.015 s
org.eclipse.handly.internal.examples.basic.ui.model.FooWorkingCopyTest.test2 -- Time elapsed: 0.015 s
org.eclipse.handly.internal.examples.basic.ui.model.FooWorkingCopyTest.testBug480397_1 -- Time elapsed: 0.010 s
org.eclipse.handly.internal.examples.basic.ui.model.FooWorkingCopyTest.testBug480397_2 -- Time elapsed: 0.012 s
org.eclipse.handly.internal.examples.basic.ui.model.FooWorkingCopyTest.testBug480397_3 -- Time elapsed: 0.012 s

Results:

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

[INFO] All tests passed
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.handly.examples.basic.ui.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples.basic.ui.tests/target/org.eclipse.handly.examples.basic.ui.tests-1.8.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples.basic.ui.tests/target/org.eclipse.handly.examples.basic.ui.tests-1.8.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---< org.eclipse.handly.bundles:org.eclipse.handly.examples.jmodel >----
[INFO] Building org.eclipse.handly.examples.jmodel 1.8.0-SNAPSHOT       [15/26]
[INFO]   from /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples.jmodel/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.handly.bundles:org.eclipse.handly.examples.jmodel:1.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples.jmodel/pom.xml
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.handly.examples.jmodel ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.handly.examples.jmodel ---
[INFO] The project's OSGi version is 1.8.0.v20240307-1900
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.handly.examples.jmodel ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.handly.examples.jmodel ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.handly.examples.jmodel ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.handly.examples.jmodel ---
[INFO] Resolving class path of org.eclipse.handly.examples.jmodel
[INFO] 
[INFO] --- resources: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.8.x/org.eclipse.handly.examples.jmodel/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.handly.examples.jmodel ---
[INFO] Compiling 47 source files to /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples.jmodel/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.handly.examples.jmodel ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.handly.examples.jmodel ---
[INFO] 
[INFO] --- resources: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.8.x/org.eclipse.handly.examples.jmodel/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.handly.examples.jmodel ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.handly.examples.jmodel ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.handly.examples.jmodel ---
[INFO] Building jar: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples.jmodel/target/org.eclipse.handly.examples.jmodel-1.8.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.handly.examples.jmodel ---
[INFO] Building jar: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples.jmodel/target/org.eclipse.handly.examples.jmodel-1.8.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.handly.examples.jmodel ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.handly.examples.jmodel ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.handly.examples.jmodel ---
[INFO] Signing jar: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples.jmodel/target/org.eclipse.handly.examples.jmodel-1.8.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples.jmodel/target/org.eclipse.handly.examples.jmodel-1.8.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.8.0-SNAPSHOT [16/26]
[INFO]   from /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples.jmodel.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.handly.bundles:org.eclipse.handly.examples.jmodel.tests:1.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples.jmodel.tests/pom.xml
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.handly.examples.jmodel.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.handly.examples.jmodel.tests ---
[INFO] The project's OSGi version is 1.8.0.v20240307-1900
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.handly.examples.jmodel.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.handly.examples.jmodel.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.handly.examples.jmodel.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.handly.examples.jmodel.tests ---
[INFO] Resolving class path of org.eclipse.handly.examples.jmodel.tests
[INFO] 
[INFO] --- resources: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.8.x/org.eclipse.handly.examples.jmodel.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.handly.examples.jmodel.tests ---
[INFO] Compiling 16 source files to /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples.jmodel.tests/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.handly.examples.jmodel.tests ---
[INFO] 
[INFO] --- resources: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.8.x/org.eclipse.handly.examples.jmodel.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.handly.examples.jmodel.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.handly.examples.jmodel.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples.jmodel.tests/target/org.eclipse.handly.examples.jmodel.tests-1.8.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.handly.examples.jmodel.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples.jmodel.tests/target/org.eclipse.handly.examples.jmodel.tests-1.8.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.handly.examples.jmodel.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.handly.examples.jmodel.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.4:test (default-test) @ org.eclipse.handly.examples.jmodel.tests ---
[INFO] Executing test runtime with timeout (seconds): 0, logs, if any, will be placed at: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples.jmodel.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.700.v20240213-1244/org.eclipse.equinox.launcher-1.6.700.v20240213-1244.jar, -data, /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples.jmodel.tests/target/work/data, -install, /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples.jmodel.tests/target/work, -configuration, /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples.jmodel.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples.jmodel.tests/target/surefire.properties]
Running org.eclipse.handly.internal.examples.jmodel.PackageFragmentRootNotificationTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.576 s -- in org.eclipse.handly.internal.examples.jmodel.PackageFragmentRootNotificationTest
org.eclipse.handly.internal.examples.jmodel.PackageFragmentRootNotificationTest.test001 -- Time elapsed: 0.442 s
org.eclipse.handly.internal.examples.jmodel.PackageFragmentRootNotificationTest.test002 -- Time elapsed: 0.051 s
org.eclipse.handly.internal.examples.jmodel.PackageFragmentRootNotificationTest.test003 -- Time elapsed: 0.020 s
org.eclipse.handly.internal.examples.jmodel.PackageFragmentRootNotificationTest.test004 -- Time elapsed: 0.023 s
org.eclipse.handly.internal.examples.jmodel.PackageFragmentRootNotificationTest.test005 -- Time elapsed: 0.025 s
Running org.eclipse.handly.internal.examples.jmodel.PackageFragmentTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 s -- in org.eclipse.handly.internal.examples.jmodel.PackageFragmentTest
org.eclipse.handly.internal.examples.jmodel.PackageFragmentTest.test001 -- Time elapsed: 0.029 s
org.eclipse.handly.internal.examples.jmodel.PackageFragmentTest.test002 -- Time elapsed: 0.056 s
org.eclipse.handly.internal.examples.jmodel.PackageFragmentTest.test003 -- Time elapsed: 0.012 s
org.eclipse.handly.internal.examples.jmodel.PackageFragmentTest.test004 -- Time elapsed: 0.016 s
Running org.eclipse.handly.internal.examples.jmodel.CompilationUnitTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.248 s -- in org.eclipse.handly.internal.examples.jmodel.CompilationUnitTest
org.eclipse.handly.internal.examples.jmodel.CompilationUnitTest.test001 -- Time elapsed: 0.146 s
org.eclipse.handly.internal.examples.jmodel.CompilationUnitTest.test002 -- Time elapsed: 0.020 s
org.eclipse.handly.internal.examples.jmodel.CompilationUnitTest.test003 -- Time elapsed: 0.025 s
org.eclipse.handly.internal.examples.jmodel.CompilationUnitTest.test004 -- Time elapsed: 0.016 s
org.eclipse.handly.internal.examples.jmodel.CompilationUnitTest.test005 -- 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.212 s -- in org.eclipse.handly.internal.examples.jmodel.MemberTest
org.eclipse.handly.internal.examples.jmodel.MemberTest.test001 -- Time elapsed: 0.047 s
org.eclipse.handly.internal.examples.jmodel.MemberTest.test002 -- Time elapsed: 0.056 s
org.eclipse.handly.internal.examples.jmodel.MemberTest.test003 -- Time elapsed: 0.017 s
org.eclipse.handly.internal.examples.jmodel.MemberTest.test004 -- Time elapsed: 0.022 s
org.eclipse.handly.internal.examples.jmodel.MemberTest.test005 -- Time elapsed: 0.048 s
org.eclipse.handly.internal.examples.jmodel.MemberTest.test006 -- Time elapsed: 0.018 s
Running org.eclipse.handly.internal.examples.jmodel.WorkingCopyNotificationTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.286 s -- in org.eclipse.handly.internal.examples.jmodel.WorkingCopyNotificationTest
org.eclipse.handly.internal.examples.jmodel.WorkingCopyNotificationTest.test001 -- Time elapsed: 0.038 s
org.eclipse.handly.internal.examples.jmodel.WorkingCopyNotificationTest.test002 -- Time elapsed: 0.046 s
org.eclipse.handly.internal.examples.jmodel.WorkingCopyNotificationTest.test003 -- Time elapsed: 0.031 s
org.eclipse.handly.internal.examples.jmodel.WorkingCopyNotificationTest.test004 -- Time elapsed: 0.022 s
org.eclipse.handly.internal.examples.jmodel.WorkingCopyNotificationTest.test005 -- Time elapsed: 0.041 s
org.eclipse.handly.internal.examples.jmodel.WorkingCopyNotificationTest.test006 -- Time elapsed: 0.018 s
org.eclipse.handly.internal.examples.jmodel.WorkingCopyNotificationTest.test007 -- Time elapsed: 0.024 s
org.eclipse.handly.internal.examples.jmodel.WorkingCopyNotificationTest.test008 -- Time elapsed: 0.062 s
Running org.eclipse.handly.internal.examples.jmodel.PackageFragmentRootTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 s -- in org.eclipse.handly.internal.examples.jmodel.PackageFragmentRootTest
org.eclipse.handly.internal.examples.jmodel.PackageFragmentRootTest.test001 -- Time elapsed: 0.022 s
org.eclipse.handly.internal.examples.jmodel.PackageFragmentRootTest.test002 -- Time elapsed: 0.017 s
org.eclipse.handly.internal.examples.jmodel.PackageFragmentRootTest.test003 -- Time elapsed: 0.046 s
org.eclipse.handly.internal.examples.jmodel.PackageFragmentRootTest.test004 -- Time elapsed: 0.021 s
Running org.eclipse.handly.internal.examples.jmodel.JavaModelTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 s -- in org.eclipse.handly.internal.examples.jmodel.JavaModelTest
org.eclipse.handly.internal.examples.jmodel.JavaModelTest.test001 -- Time elapsed: 0.033 s
org.eclipse.handly.internal.examples.jmodel.JavaModelTest.test002 -- Time elapsed: 0.037 s
org.eclipse.handly.internal.examples.jmodel.JavaModelTest.test003 -- Time elapsed: 0.016 s
org.eclipse.handly.internal.examples.jmodel.JavaModelTest.test004 -- Time elapsed: 0.014 s
org.eclipse.handly.internal.examples.jmodel.JavaModelTest.test005 -- Time elapsed: 0.011 s
Running org.eclipse.handly.internal.examples.jmodel.JavaProjectTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s -- in org.eclipse.handly.internal.examples.jmodel.JavaProjectTest
org.eclipse.handly.internal.examples.jmodel.JavaProjectTest.test001 -- Time elapsed: 0.020 s
org.eclipse.handly.internal.examples.jmodel.JavaProjectTest.test002 -- Time elapsed: 0.009 s
org.eclipse.handly.internal.examples.jmodel.JavaProjectTest.test003 -- Time elapsed: 0.027 s
org.eclipse.handly.internal.examples.jmodel.JavaProjectTest.test004 -- Time elapsed: 0.041 s
Running org.eclipse.handly.internal.examples.jmodel.JavaModelNotificationTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.182 s -- in org.eclipse.handly.internal.examples.jmodel.JavaModelNotificationTest
org.eclipse.handly.internal.examples.jmodel.JavaModelNotificationTest.test001 -- Time elapsed: 0.054 s
org.eclipse.handly.internal.examples.jmodel.JavaModelNotificationTest.test002 -- Time elapsed: 0.014 s
org.eclipse.handly.internal.examples.jmodel.JavaModelNotificationTest.test003 -- Time elapsed: 0.013 s
org.eclipse.handly.internal.examples.jmodel.JavaModelNotificationTest.test004 -- Time elapsed: 0.014 s
org.eclipse.handly.internal.examples.jmodel.JavaModelNotificationTest.test005 -- Time elapsed: 0.048 s
org.eclipse.handly.internal.examples.jmodel.JavaModelNotificationTest.test006 -- Time elapsed: 0.017 s
org.eclipse.handly.internal.examples.jmodel.JavaModelNotificationTest.test007 -- Time elapsed: 0.011 s
org.eclipse.handly.internal.examples.jmodel.JavaModelNotificationTest.test008 -- Time elapsed: 0.010 s
Running org.eclipse.handly.internal.examples.jmodel.MementoTests
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.handly.internal.examples.jmodel.MementoTests
org.eclipse.handly.internal.examples.jmodel.MementoTests.testImportContainerMemento -- Time elapsed: 0.001 s
org.eclipse.handly.internal.examples.jmodel.MementoTests.testImportDeclarationMemento -- Time elapsed: 0 s
org.eclipse.handly.internal.examples.jmodel.MementoTests.testRestoreBogusMemento -- Time elapsed: 0 s
org.eclipse.handly.internal.examples.jmodel.MementoTests.testProjectMemento2 -- Time elapsed: 0.001 s
org.eclipse.handly.internal.examples.jmodel.MementoTests.testSourceFieldMemento -- Time elapsed: 0 s
org.eclipse.handly.internal.examples.jmodel.MementoTests.testCompilationUnitMemento1 -- Time elapsed: 0 s
org.eclipse.handly.internal.examples.jmodel.MementoTests.testPackageFragmentMemento -- Time elapsed: 0 s
org.eclipse.handly.internal.examples.jmodel.MementoTests.testSourceMethodMemento1 -- Time elapsed: 0 s
org.eclipse.handly.internal.examples.jmodel.MementoTests.testSourceMethodMemento2 -- Time elapsed: 0.001 s
org.eclipse.handly.internal.examples.jmodel.MementoTests.testSourceMethodMemento3 -- Time elapsed: 0 s
org.eclipse.handly.internal.examples.jmodel.MementoTests.testProjectMemento -- Time elapsed: 0 s
org.eclipse.handly.internal.examples.jmodel.MementoTests.testPackageFragmentRootMemento1 -- Time elapsed: 0 s
org.eclipse.handly.internal.examples.jmodel.MementoTests.testPackageFragmentRootMemento2 -- Time elapsed: 0 s
org.eclipse.handly.internal.examples.jmodel.MementoTests.testSourceTypeMemento -- Time elapsed: 0 s
org.eclipse.handly.internal.examples.jmodel.MementoTests.testPackageDeclarationMemento -- Time elapsed: 0.001 s
org.eclipse.handly.internal.examples.jmodel.MementoTests.testSourceInnerTypeMemento -- Time elapsed: 0 s
Running org.eclipse.handly.internal.examples.jmodel.WorkingCopyTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.298 s -- in org.eclipse.handly.internal.examples.jmodel.WorkingCopyTest
org.eclipse.handly.internal.examples.jmodel.WorkingCopyTest.test001 -- Time elapsed: 0.041 s
org.eclipse.handly.internal.examples.jmodel.WorkingCopyTest.test002 -- Time elapsed: 0.019 s
org.eclipse.handly.internal.examples.jmodel.WorkingCopyTest.test003 -- Time elapsed: 0.014 s
org.eclipse.handly.internal.examples.jmodel.WorkingCopyTest.test004 -- Time elapsed: 0.016 s
org.eclipse.handly.internal.examples.jmodel.WorkingCopyTest.test005 -- Time elapsed: 0.109 s
org.eclipse.handly.internal.examples.jmodel.WorkingCopyTest.test006 -- Time elapsed: 0.017 s
org.eclipse.handly.internal.examples.jmodel.WorkingCopyTest.test007 -- Time elapsed: 0.027 s
org.eclipse.handly.internal.examples.jmodel.WorkingCopyTest.test008 -- Time elapsed: 0.019 s
org.eclipse.handly.internal.examples.jmodel.WorkingCopyTest.test009 -- Time elapsed: 0.015 s
org.eclipse.handly.internal.examples.jmodel.WorkingCopyTest.test010 -- Time elapsed: 0.019 s
Running org.eclipse.handly.internal.examples.jmodel.PackageFragmentNotificationTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s -- in org.eclipse.handly.internal.examples.jmodel.PackageFragmentNotificationTest
org.eclipse.handly.internal.examples.jmodel.PackageFragmentNotificationTest.test001 -- Time elapsed: 0.040 s
org.eclipse.handly.internal.examples.jmodel.PackageFragmentNotificationTest.test002 -- Time elapsed: 0.010 s
org.eclipse.handly.internal.examples.jmodel.PackageFragmentNotificationTest.test003 -- Time elapsed: 0.013 s
org.eclipse.handly.internal.examples.jmodel.PackageFragmentNotificationTest.test004 -- Time elapsed: 0.009 s
org.eclipse.handly.internal.examples.jmodel.PackageFragmentNotificationTest.test005 -- Time elapsed: 0.013 s
Running org.eclipse.handly.internal.examples.jmodel.JavaProjectNotificationTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 s -- in org.eclipse.handly.internal.examples.jmodel.JavaProjectNotificationTest
org.eclipse.handly.internal.examples.jmodel.JavaProjectNotificationTest.test001 -- Time elapsed: 0.011 s
org.eclipse.handly.internal.examples.jmodel.JavaProjectNotificationTest.test002 -- Time elapsed: 0.039 s
org.eclipse.handly.internal.examples.jmodel.JavaProjectNotificationTest.test003 -- Time elapsed: 0.019 s
org.eclipse.handly.internal.examples.jmodel.JavaProjectNotificationTest.test004 -- Time elapsed: 0.010 s
org.eclipse.handly.internal.examples.jmodel.JavaProjectNotificationTest.test005 -- Time elapsed: 0.020 s
Running org.eclipse.handly.internal.examples.jmodel.JavaModelCoreTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 s -- in org.eclipse.handly.internal.examples.jmodel.JavaModelCoreTest
org.eclipse.handly.internal.examples.jmodel.JavaModelCoreTest.test001 -- Time elapsed: 0.041 s
org.eclipse.handly.internal.examples.jmodel.JavaModelCoreTest.test002 -- Time elapsed: 0.031 s
org.eclipse.handly.internal.examples.jmodel.JavaModelCoreTest.test003 -- Time elapsed: 0.015 s
org.eclipse.handly.internal.examples.jmodel.JavaModelCoreTest.test004 -- Time elapsed: 0.011 s
org.eclipse.handly.internal.examples.jmodel.JavaModelCoreTest.test005 -- Time elapsed: 0.015 s
Running org.eclipse.handly.internal.examples.jmodel.JavaElementDeltaTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.handly.internal.examples.jmodel.JavaElementDeltaTest
org.eclipse.handly.internal.examples.jmodel.JavaElementDeltaTest.test1 -- Time elapsed: 0 s

Results:

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

[INFO] All tests passed
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.handly.examples.jmodel.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples.jmodel.tests/target/org.eclipse.handly.examples.jmodel.tests-1.8.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples.jmodel.tests/target/org.eclipse.handly.examples.jmodel.tests-1.8.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.8.0-SNAPSHOT    [17/26]
[INFO]   from /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples.jmodel.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.handly.bundles:org.eclipse.handly.examples.jmodel.ui:1.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples.jmodel.ui/pom.xml
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.handly.examples.jmodel.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.handly.examples.jmodel.ui ---
[INFO] The project's OSGi version is 1.8.0.v20240307-1900
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.handly.examples.jmodel.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.handly.examples.jmodel.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.handly.examples.jmodel.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.handly.examples.jmodel.ui ---
[INFO] Resolving class path of org.eclipse.handly.examples.jmodel.ui
[INFO] 
[INFO] --- resources: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.8.x/org.eclipse.handly.examples.jmodel.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.handly.examples.jmodel.ui ---
[INFO] Compiling 33 source files to /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples.jmodel.ui/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.handly.examples.jmodel.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.handly.examples.jmodel.ui ---
[INFO] 
[INFO] --- resources: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.8.x/org.eclipse.handly.examples.jmodel.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.handly.examples.jmodel.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.handly.examples.jmodel.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.handly.examples.jmodel.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples.jmodel.ui/target/org.eclipse.handly.examples.jmodel.ui-1.8.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.handly.examples.jmodel.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples.jmodel.ui/target/org.eclipse.handly.examples.jmodel.ui-1.8.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.handly.examples.jmodel.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.handly.examples.jmodel.ui ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.handly.examples.jmodel.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples.jmodel.ui/target/org.eclipse.handly.examples.jmodel.ui-1.8.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples.jmodel.ui/target/org.eclipse.handly.examples.jmodel.ui-1.8.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.8.0-SNAPSHOT [18/26]
[INFO]   from /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples.xtext.xtext.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.handly.bundles:org.eclipse.handly.examples.xtext.xtext.ui:1.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples.xtext.xtext.ui/pom.xml
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.handly.examples.xtext.xtext.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.handly.examples.xtext.xtext.ui ---
[INFO] The project's OSGi version is 1.8.0.v20240307-1900
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.handly.examples.xtext.xtext.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.handly.examples.xtext.xtext.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.handly.examples.xtext.xtext.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4: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] --- resources: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.8.x/org.eclipse.handly.examples.xtext.xtext.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.handly.examples.xtext.xtext.ui ---
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples.xtext.xtext.ui/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.handly.examples.xtext.xtext.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.handly.examples.xtext.xtext.ui ---
[INFO] 
[INFO] --- resources: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.8.x/org.eclipse.handly.examples.xtext.xtext.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.handly.examples.xtext.xtext.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.handly.examples.xtext.xtext.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.handly.examples.xtext.xtext.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples.xtext.xtext.ui/target/org.eclipse.handly.examples.xtext.xtext.ui-1.8.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.handly.examples.xtext.xtext.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples.xtext.xtext.ui/target/org.eclipse.handly.examples.xtext.xtext.ui-1.8.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.handly.examples.xtext.xtext.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.handly.examples.xtext.xtext.ui ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.handly.examples.xtext.xtext.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples.xtext.xtext.ui/target/org.eclipse.handly.examples.xtext.xtext.ui-1.8.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples.xtext.xtext.ui/target/org.eclipse.handly.examples.xtext.xtext.ui-1.8.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] -----------< org.eclipse.handly.features:org.eclipse.handly >-----------
[INFO] Building org.eclipse.handly-feature 1.8.0-SNAPSHOT               [19/26]
[INFO]   from /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly-feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.handly.features:org.eclipse.handly:1.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly-feature/pom.xml
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.handly ---
[INFO] Deleting /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly-feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.handly ---
[INFO] The project's OSGi version is 1.8.0.v20240307-1900
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.handly ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.handly ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.handly ---
[INFO] 
[INFO] --- resources: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.8.x/org.eclipse.handly-feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.handly ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.handly ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-feature (default-package-feature) @ org.eclipse.handly ---
[INFO] Building jar: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly-feature/target/org.eclipse.handly-1.8.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.handly ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.handly ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.handly ---
[INFO] Building jar: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly-feature/target/org.eclipse.handly-1.8.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.handly ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.handly ---
[INFO] Signing jar: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly-feature/target/org.eclipse.handly-1.8.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly-feature/target/org.eclipse.handly-1.8.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --------< org.eclipse.handly.features:org.eclipse.handly.xtext >--------
[INFO] Building org.eclipse.handly.xtext-feature 1.8.0-SNAPSHOT         [20/26]
[INFO]   from /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.xtext-feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.handly.features:org.eclipse.handly.xtext:1.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.xtext-feature/pom.xml
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.handly.xtext ---
[INFO] Deleting /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.xtext-feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.handly.xtext ---
[INFO] The project's OSGi version is 1.8.0.v20240307-1900
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.handly.xtext ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.handly.xtext ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.handly.xtext ---
[INFO] 
[INFO] --- resources: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.8.x/org.eclipse.handly.xtext-feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.handly.xtext ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.handly.xtext ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-feature (default-package-feature) @ org.eclipse.handly.xtext ---
[INFO] Building jar: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.xtext-feature/target/org.eclipse.handly.xtext-1.8.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.handly.xtext ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.handly.xtext ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.handly.xtext ---
[INFO] Building jar: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.xtext-feature/target/org.eclipse.handly.xtext-1.8.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.handly.xtext ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.handly.xtext ---
[INFO] Signing jar: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.xtext-feature/target/org.eclipse.handly.xtext-1.8.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.xtext-feature/target/org.eclipse.handly.xtext-1.8.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] ------< org.eclipse.handly.features:org.eclipse.handly.examples >-------
[INFO] Building org.eclipse.handly.examples-feature 1.8.0-SNAPSHOT      [21/26]
[INFO]   from /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples-feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.handly.features:org.eclipse.handly.examples:1.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples-feature/pom.xml
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.handly.examples ---
[INFO] Deleting /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples-feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.handly.examples ---
[INFO] The project's OSGi version is 1.8.0.v20240307-1900
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.handly.examples ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.handly.examples ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.handly.examples ---
[INFO] 
[INFO] --- resources: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.8.x/org.eclipse.handly.examples-feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.handly.examples ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.handly.examples ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-feature (default-package-feature) @ org.eclipse.handly.examples ---
[INFO] Building jar: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples-feature/target/org.eclipse.handly.examples-1.8.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.handly.examples ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.handly.examples ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.handly.examples ---
[INFO] Building jar: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples-feature/target/org.eclipse.handly.examples-1.8.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.handly.examples ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.handly.examples ---
[INFO] Signing jar: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples-feature/target/org.eclipse.handly.examples-1.8.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples-feature/target/org.eclipse.handly.examples-1.8.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --------< org.eclipse.handly.features:org.eclipse.handly.tests >--------
[INFO] Building org.eclipse.handly.tests-feature 1.8.0-SNAPSHOT         [22/26]
[INFO]   from /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.tests-feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.handly.features:org.eclipse.handly.tests:1.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.tests-feature/pom.xml
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.handly.tests ---
[INFO] Deleting /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.tests-feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.handly.tests ---
[INFO] The project's OSGi version is 1.8.0.v20240307-1900
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.handly.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.handly.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.handly.tests ---
[INFO] 
[INFO] --- resources: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.8.x/org.eclipse.handly.tests-feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.handly.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.handly.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-feature (default-package-feature) @ org.eclipse.handly.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.tests-feature/target/org.eclipse.handly.tests-1.8.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.handly.tests ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.handly.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.handly.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.tests-feature/target/org.eclipse.handly.tests-1.8.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.handly.tests ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.handly.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.tests-feature/target/org.eclipse.handly.tests-1.8.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.tests-feature/target/org.eclipse.handly.tests-1.8.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] -------------------< org.eclipse.handly:repository >--------------------
[INFO] Building repository 1.8.0-SNAPSHOT                               [23/26]
[INFO]   from /home/jenkins/agent/workspace/1.8.x/repository/pom.xml
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.handly:repository:1.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/1.8.x/repository/pom.xml
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ repository ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ repository ---
[INFO] The project's OSGi version is 1.8.0.v20240307-1900
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean-1) @ repository ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ repository ---
[INFO] 
[INFO] --- resources: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.8.x/repository/src/main/resources
[INFO] 
[INFO] --- tycho-p2-publisher:4.0.4:publish-osgi-ee (default-publish-osgi-ee) @ repository ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-publisher:4.0.4:publish-products (default-publish-products) @ repository ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-publisher:4.0.4:publish-categories (default-publish-categories) @ repository ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-publisher:4.0.4:attach-artifacts (default-attach-artifacts) @ repository ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-repository:4.0.4:assemble-repository (default-assemble-repository) @ repository ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ repository ---
[INFO] 
[INFO] --- tycho-p2-repository:4.0.4:archive-repository (default-archive-repository) @ repository ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Building zip: /home/jenkins/agent/workspace/1.8.x/repository/target/handly-repository-1.8.0.v20240307-1900.zip
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ repository ---
[INFO] 
[INFO] --- antrun:1.8:run (version) @ repository ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-document-bundle:4.0.4:javadoc (javadoc) @ repository ---
[INFO] Scopes: [compile, provided]
[INFO] Output directory: /home/jenkins/agent/workspace/1.8.x/repository/target/reference/api
[INFO] Basedir: /home/jenkins/agent/workspace/1.8.x/repository
[INFO] Cleaning up first
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:com.google.guava:33.0.0.jre: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/com.google.guava/33.0.0.jre/com.google.guava-33.0.0.jre.jar, groupId=com.google.guava, artifactId=guava, version=33.0.0-jre, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:com.google.guava.failureaccess:1.0.2: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/com.google.guava.failureaccess/1.0.2/com.google.guava.failureaccess-1.0.2.jar, groupId=com.google.guava, artifactId=failureaccess, version=1.0.2, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:com.google.inject:7.0.0: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/com.google.inject/7.0.0/com.google.inject-7.0.0.jar, groupId=com.google.inject, artifactId=guice, version=7.0.0, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:jakarta.inject.jakarta.inject-api:2.0.1: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/jakarta.inject.jakarta.inject-api/2.0.1/jakarta.inject.jakarta.inject-api-2.0.1.jar, groupId=jakarta.inject, artifactId=jakarta.inject-api, version=2.0.1, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:com.ibm.icu:74.2.0: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/com.ibm.icu/74.2.0/com.ibm.icu-74.2.0.jar, groupId=com.ibm.icu, artifactId=icu4j, version=74.2, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:com.sun.jna.platform:5.14.0: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/com.sun.jna.platform/5.14.0/com.sun.jna.platform-5.14.0.jar, groupId=net.java.dev.jna, artifactId=jna-platform, version=5.14.0, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:jakarta.annotation-api:2.1.1: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.jar, groupId=jakarta.annotation, artifactId=jakarta.annotation-api, version=2.1.1, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.commons.commons-io:2.15.1: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.apache.commons.commons-io/2.15.1/org.apache.commons.commons-io-2.15.1.jar, groupId=commons-io, artifactId=commons-io, version=2.15.1, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.felix.scr:2.2.10: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.apache.felix.scr/2.2.10/org.apache.felix.scr-2.2.10.jar, groupId=org.apache.felix, artifactId=org.apache.felix.scr, version=2.2.10, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.component:1.5.1.202212101352: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.osgi.service.component/1.5.1.202212101352/org.osgi.service.component-1.5.1.202212101352.jar, groupId=org.osgi, artifactId=org.osgi.service.component, version=1.5.1, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.util.promise:1.3.0.202212101352: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.osgi.util.promise/1.3.0.202212101352/org.osgi.util.promise-1.3.0.202212101352.jar, groupId=org.osgi, artifactId=org.osgi.util.promise, version=1.3.0, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.event:1.4.1.202109301733: /home/jenkins/agent/workspace/1.8.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=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.prefs:1.1.2.202109301733: /home/jenkins/agent/workspace/1.8.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=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.util.function:1.2.0.202109301733: /home/jenkins/agent/workspace/1.8.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=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:bcpg:1.77.0: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/bcpg/1.77.0/bcpg-1.77.0.jar, groupId=org.bouncycastle, artifactId=bcpg-jdk18on, version=1.77, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:bcprov:1.77.0: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/bcprov/1.77.0/bcprov-1.77.0.jar, groupId=org.bouncycastle, artifactId=bcprov-jdk18on, version=1.77, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:com.ibm.icu:74.2.0: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/com.ibm.icu/74.2.0/com.ibm.icu-74.2.0.jar, groupId=com.ibm.icu, artifactId=icu4j, version=74.2, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:com.sun.jna.platform:5.14.0: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/com.sun.jna.platform/5.14.0/com.sun.jna.platform-5.14.0.jar, groupId=net.java.dev.jna, artifactId=jna-platform, version=5.14.0, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:jakarta.annotation-api:2.1.1: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.jar, groupId=jakarta.annotation, artifactId=jakarta.annotation-api, version=2.1.1, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:jakarta.inject.jakarta.inject-api:2.0.1: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/jakarta.inject.jakarta.inject-api/2.0.1/jakarta.inject.jakarta.inject-api-2.0.1.jar, groupId=jakarta.inject, artifactId=jakarta.inject-api, version=2.0.1, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.commons.commons-io:2.15.1: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.apache.commons.commons-io/2.15.1/org.apache.commons.commons-io-2.15.1.jar, groupId=commons-io, artifactId=commons-io, version=2.15.1, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.felix.scr:2.2.10: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.apache.felix.scr/2.2.10/org.apache.felix.scr-2.2.10.jar, groupId=org.apache.felix, artifactId=org.apache.felix.scr, version=2.2.10, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.component:1.5.1.202212101352: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.osgi.service.component/1.5.1.202212101352/org.osgi.service.component-1.5.1.202212101352.jar, groupId=org.osgi, artifactId=org.osgi.service.component, version=1.5.1, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.util.promise:1.3.0.202212101352: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.osgi.util.promise/1.3.0.202212101352/org.osgi.util.promise-1.3.0.202212101352.jar, groupId=org.osgi, artifactId=org.osgi.util.promise, version=1.3.0, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.event:1.4.1.202109301733: /home/jenkins/agent/workspace/1.8.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=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.prefs:1.1.2.202109301733: /home/jenkins/agent/workspace/1.8.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=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.tukaani.xz:1.9.0: /home/jenkins/agent/workspace/1.8.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=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.util.function:1.2.0.202109301733: /home/jenkins/agent/workspace/1.8.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=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:bcpg:1.77.0: null, groupId=org.bouncycastle, artifactId=bcpg-jdk18on, version=1.77, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:bcprov:1.77.0: null, groupId=org.bouncycastle, artifactId=bcprov-jdk18on, version=1.77, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:com.ibm.icu:74.2.0: null, groupId=com.ibm.icu, artifactId=icu4j, version=74.2, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:com.sun.jna.platform:5.14.0: null, groupId=net.java.dev.jna, artifactId=jna-platform, version=5.14.0, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:jakarta.annotation-api:2.1.1: null, groupId=jakarta.annotation, artifactId=jakarta.annotation-api, version=2.1.1, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:jakarta.inject.jakarta.inject-api:2.0.1: null, groupId=jakarta.inject, artifactId=jakarta.inject-api, version=2.0.1, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.commons.commons-io:2.15.1: null, groupId=commons-io, artifactId=commons-io, version=2.15.1, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.felix.scr:2.2.10: null, groupId=org.apache.felix, artifactId=org.apache.felix.scr, version=2.2.10, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.component:1.5.1.202212101352: null, groupId=org.osgi, artifactId=org.osgi.service.component, version=1.5.1, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.util.promise:1.3.0.202212101352: null, groupId=org.osgi, artifactId=org.osgi.util.promise, version=1.3.0, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.event:1.4.1.202109301733: null, groupId=org.osgi, artifactId=org.osgi.service.event, version=1.4.1, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.prefs:1.1.2.202109301733: null, groupId=org.osgi, artifactId=org.osgi.service.prefs, version=1.1.2, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.tukaani.xz:1.9.0: null, groupId=org.tukaani, artifactId=xz, version=1.9, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.util.function:1.2.0.202109301733: null, groupId=org.osgi, artifactId=org.osgi.util.function, version=1.2.0, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:bcpg:1.77.0: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/bcpg/1.77.0/bcpg-1.77.0.jar, groupId=org.bouncycastle, artifactId=bcpg-jdk18on, version=1.77, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:bcprov:1.77.0: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/bcprov/1.77.0/bcprov-1.77.0.jar, groupId=org.bouncycastle, artifactId=bcprov-jdk18on, version=1.77, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:com.ibm.icu:74.2.0: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/com.ibm.icu/74.2.0/com.ibm.icu-74.2.0.jar, groupId=com.ibm.icu, artifactId=icu4j, version=74.2, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:com.sun.jna.platform:5.14.0: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/com.sun.jna.platform/5.14.0/com.sun.jna.platform-5.14.0.jar, groupId=net.java.dev.jna, artifactId=jna-platform, version=5.14.0, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:jakarta.annotation-api:2.1.1: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.jar, groupId=jakarta.annotation, artifactId=jakarta.annotation-api, version=2.1.1, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:jakarta.inject.jakarta.inject-api:2.0.1: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/jakarta.inject.jakarta.inject-api/2.0.1/jakarta.inject.jakarta.inject-api-2.0.1.jar, groupId=jakarta.inject, artifactId=jakarta.inject-api, version=2.0.1, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.commons.commons-io:2.15.1: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.apache.commons.commons-io/2.15.1/org.apache.commons.commons-io-2.15.1.jar, groupId=commons-io, artifactId=commons-io, version=2.15.1, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.felix.scr:2.2.10: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.apache.felix.scr/2.2.10/org.apache.felix.scr-2.2.10.jar, groupId=org.apache.felix, artifactId=org.apache.felix.scr, version=2.2.10, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.component:1.5.1.202212101352: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.osgi.service.component/1.5.1.202212101352/org.osgi.service.component-1.5.1.202212101352.jar, groupId=org.osgi, artifactId=org.osgi.service.component, version=1.5.1, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.util.promise:1.3.0.202212101352: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.osgi.util.promise/1.3.0.202212101352/org.osgi.util.promise-1.3.0.202212101352.jar, groupId=org.osgi, artifactId=org.osgi.util.promise, version=1.3.0, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.event:1.4.1.202109301733: /home/jenkins/agent/workspace/1.8.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=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.prefs:1.1.2.202109301733: /home/jenkins/agent/workspace/1.8.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=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.tukaani.xz:1.9.0: /home/jenkins/agent/workspace/1.8.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=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.util.function:1.2.0.202109301733: /home/jenkins/agent/workspace/1.8.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=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:bcpg:1.77.0: null, groupId=org.bouncycastle, artifactId=bcpg-jdk18on, version=1.77, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:bcprov:1.77.0: null, groupId=org.bouncycastle, artifactId=bcprov-jdk18on, version=1.77, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:com.ibm.icu:74.2.0: null, groupId=com.ibm.icu, artifactId=icu4j, version=74.2, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:com.sun.jna.platform:5.14.0: null, groupId=net.java.dev.jna, artifactId=jna-platform, version=5.14.0, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:jakarta.annotation-api:2.1.1: null, groupId=jakarta.annotation, artifactId=jakarta.annotation-api, version=2.1.1, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:jakarta.inject.jakarta.inject-api:2.0.1: null, groupId=jakarta.inject, artifactId=jakarta.inject-api, version=2.0.1, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.commons.commons-io:2.15.1: null, groupId=commons-io, artifactId=commons-io, version=2.15.1, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.felix.scr:2.2.10: null, groupId=org.apache.felix, artifactId=org.apache.felix.scr, version=2.2.10, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.component:1.5.1.202212101352: null, groupId=org.osgi, artifactId=org.osgi.service.component, version=1.5.1, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.util.promise:1.3.0.202212101352: null, groupId=org.osgi, artifactId=org.osgi.util.promise, version=1.3.0, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.event:1.4.1.202109301733: null, groupId=org.osgi, artifactId=org.osgi.service.event, version=1.4.1, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.prefs:1.1.2.202109301733: null, groupId=org.osgi, artifactId=org.osgi.service.prefs, version=1.1.2, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.tukaani.xz:1.9.0: null, groupId=org.tukaani, artifactId=xz, version=1.9, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.util.function:1.2.0.202109301733: null, groupId=org.osgi, artifactId=org.osgi.util.function, version=1.2.0, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.prefs:1.1.2.202109301733: /home/jenkins/agent/workspace/1.8.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=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.hamcrest:2.2.0: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.hamcrest/2.2.0/org.hamcrest-2.2.0.jar, groupId=org.hamcrest, artifactId=hamcrest, version=2.2, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:bcpg:1.77.0: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/bcpg/1.77.0/bcpg-1.77.0.jar, groupId=org.bouncycastle, artifactId=bcpg-jdk18on, version=1.77, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:bcprov:1.77.0: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/bcprov/1.77.0/bcprov-1.77.0.jar, groupId=org.bouncycastle, artifactId=bcprov-jdk18on, version=1.77, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:com.google.guava:33.0.0.jre: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/com.google.guava/33.0.0.jre/com.google.guava-33.0.0.jre.jar, groupId=com.google.guava, artifactId=guava, version=33.0.0-jre, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:com.google.guava.failureaccess:1.0.2: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/com.google.guava.failureaccess/1.0.2/com.google.guava.failureaccess-1.0.2.jar, groupId=com.google.guava, artifactId=failureaccess, version=1.0.2, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:com.google.inject:7.0.0: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/com.google.inject/7.0.0/com.google.inject-7.0.0.jar, groupId=com.google.inject, artifactId=guice, version=7.0.0, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:jakarta.inject.jakarta.inject-api:2.0.1: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/jakarta.inject.jakarta.inject-api/2.0.1/jakarta.inject.jakarta.inject-api-2.0.1.jar, groupId=jakarta.inject, artifactId=jakarta.inject-api, version=2.0.1, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:com.ibm.icu:74.2.0: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/com.ibm.icu/74.2.0/com.ibm.icu-74.2.0.jar, groupId=com.ibm.icu, artifactId=icu4j, version=74.2, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:com.sun.jna.platform:5.14.0: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/com.sun.jna.platform/5.14.0/com.sun.jna.platform-5.14.0.jar, groupId=net.java.dev.jna, artifactId=jna-platform, version=5.14.0, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:jakarta.annotation-api:2.1.1: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.jar, groupId=jakarta.annotation, artifactId=jakarta.annotation-api, version=2.1.1, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.commons.commons-io:2.15.1: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.apache.commons.commons-io/2.15.1/org.apache.commons.commons-io-2.15.1.jar, groupId=commons-io, artifactId=commons-io, version=2.15.1, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.felix.scr:2.2.10: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.apache.felix.scr/2.2.10/org.apache.felix.scr-2.2.10.jar, groupId=org.apache.felix, artifactId=org.apache.felix.scr, version=2.2.10, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.component:1.5.1.202212101352: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.osgi.service.component/1.5.1.202212101352/org.osgi.service.component-1.5.1.202212101352.jar, groupId=org.osgi, artifactId=org.osgi.service.component, version=1.5.1, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.util.promise:1.3.0.202212101352: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.osgi.util.promise/1.3.0.202212101352/org.osgi.util.promise-1.3.0.202212101352.jar, groupId=org.osgi, artifactId=org.osgi.util.promise, version=1.3.0, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.event:1.4.1.202109301733: /home/jenkins/agent/workspace/1.8.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=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.prefs:1.1.2.202109301733: /home/jenkins/agent/workspace/1.8.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=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.tukaani.xz:1.9.0: /home/jenkins/agent/workspace/1.8.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=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.hamcrest:2.2.0: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.hamcrest/2.2.0/org.hamcrest-2.2.0.jar, groupId=org.hamcrest, artifactId=hamcrest, version=2.2, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.util.function:1.2.0.202109301733: /home/jenkins/agent/workspace/1.8.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=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:com.google.guava:33.0.0.jre: null, groupId=com.google.guava, artifactId=guava, version=33.0.0-jre, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:com.google.guava.failureaccess:1.0.2: null, groupId=com.google.guava, artifactId=failureaccess, version=1.0.2, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.prefs:1.1.2.202109301733: null, groupId=org.osgi, artifactId=org.osgi.service.prefs, version=1.1.2, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.hamcrest:2.2.0: null, groupId=org.hamcrest, artifactId=hamcrest, version=2.2, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:bcpg:1.77.0: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/bcpg/1.77.0/bcpg-1.77.0.jar, groupId=org.bouncycastle, artifactId=bcpg-jdk18on, version=1.77, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:bcprov:1.77.0: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/bcprov/1.77.0/bcprov-1.77.0.jar, groupId=org.bouncycastle, artifactId=bcprov-jdk18on, version=1.77, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:com.google.guava:33.0.0.jre: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/com.google.guava/33.0.0.jre/com.google.guava-33.0.0.jre.jar, groupId=com.google.guava, artifactId=guava, version=33.0.0-jre, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:com.google.guava.failureaccess:1.0.2: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/com.google.guava.failureaccess/1.0.2/com.google.guava.failureaccess-1.0.2.jar, groupId=com.google.guava, artifactId=failureaccess, version=1.0.2, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:com.google.inject:7.0.0: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/com.google.inject/7.0.0/com.google.inject-7.0.0.jar, groupId=com.google.inject, artifactId=guice, version=7.0.0, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:jakarta.inject.jakarta.inject-api:2.0.1: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/jakarta.inject.jakarta.inject-api/2.0.1/jakarta.inject.jakarta.inject-api-2.0.1.jar, groupId=jakarta.inject, artifactId=jakarta.inject-api, version=2.0.1, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:com.ibm.icu:74.2.0: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/com.ibm.icu/74.2.0/com.ibm.icu-74.2.0.jar, groupId=com.ibm.icu, artifactId=icu4j, version=74.2, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:com.sun.jna.platform:5.14.0: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/com.sun.jna.platform/5.14.0/com.sun.jna.platform-5.14.0.jar, groupId=net.java.dev.jna, artifactId=jna-platform, version=5.14.0, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:io.github.classgraph.classgraph:4.8.165: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/io.github.classgraph.classgraph/4.8.165/io.github.classgraph.classgraph-4.8.165.jar, groupId=io.github.classgraph, artifactId=classgraph, version=4.8.165, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:jakarta.annotation-api:2.1.1: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.jar, groupId=jakarta.annotation, artifactId=jakarta.annotation-api, version=2.1.1, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.commons.commons-io:2.15.1: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.apache.commons.commons-io/2.15.1/org.apache.commons.commons-io-2.15.1.jar, groupId=commons-io, artifactId=commons-io, version=2.15.1, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.felix.scr:2.2.10: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.apache.felix.scr/2.2.10/org.apache.felix.scr-2.2.10.jar, groupId=org.apache.felix, artifactId=org.apache.felix.scr, version=2.2.10, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.component:1.5.1.202212101352: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.osgi.service.component/1.5.1.202212101352/org.osgi.service.component-1.5.1.202212101352.jar, groupId=org.osgi, artifactId=org.osgi.service.component, version=1.5.1, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.util.promise:1.3.0.202212101352: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.osgi.util.promise/1.3.0.202212101352/org.osgi.util.promise-1.3.0.202212101352.jar, groupId=org.osgi, artifactId=org.osgi.util.promise, version=1.3.0, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.event:1.4.1.202109301733: /home/jenkins/agent/workspace/1.8.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=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.prefs:1.1.2.202109301733: /home/jenkins/agent/workspace/1.8.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=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.tukaani.xz:1.9.0: /home/jenkins/agent/workspace/1.8.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=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.objectweb.asm:9.6.0: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.objectweb.asm/9.6.0/org.objectweb.asm-9.6.0.jar, groupId=org.ow2.asm, artifactId=asm, version=9.6, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.util.function:1.2.0.202109301733: /home/jenkins/agent/workspace/1.8.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=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:bcpg:1.77.0: null, groupId=org.bouncycastle, artifactId=bcpg-jdk18on, version=1.77, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:bcprov:1.77.0: null, groupId=org.bouncycastle, artifactId=bcprov-jdk18on, version=1.77, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:com.google.guava:33.0.0.jre: null, groupId=com.google.guava, artifactId=guava, version=33.0.0-jre, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:com.google.guava.failureaccess:1.0.2: null, groupId=com.google.guava, artifactId=failureaccess, version=1.0.2, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:com.google.inject:7.0.0: null, groupId=com.google.inject, artifactId=guice, version=7.0.0, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:jakarta.inject.jakarta.inject-api:2.0.1: null, groupId=jakarta.inject, artifactId=jakarta.inject-api, version=2.0.1, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:com.ibm.icu:74.2.0: null, groupId=com.ibm.icu, artifactId=icu4j, version=74.2, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:com.sun.jna.platform:5.14.0: null, groupId=net.java.dev.jna, artifactId=jna-platform, version=5.14.0, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:io.github.classgraph.classgraph:4.8.165: null, groupId=io.github.classgraph, artifactId=classgraph, version=4.8.165, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:jakarta.annotation-api:2.1.1: null, groupId=jakarta.annotation, artifactId=jakarta.annotation-api, version=2.1.1, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.commons.commons-io:2.15.1: null, groupId=commons-io, artifactId=commons-io, version=2.15.1, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.felix.scr:2.2.10: null, groupId=org.apache.felix, artifactId=org.apache.felix.scr, version=2.2.10, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.component:1.5.1.202212101352: null, groupId=org.osgi, artifactId=org.osgi.service.component, version=1.5.1, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.util.promise:1.3.0.202212101352: null, groupId=org.osgi, artifactId=org.osgi.util.promise, version=1.3.0, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.event:1.4.1.202109301733: null, groupId=org.osgi, artifactId=org.osgi.service.event, version=1.4.1, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.prefs:1.1.2.202109301733: null, groupId=org.osgi, artifactId=org.osgi.service.prefs, version=1.1.2, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.tukaani.xz:1.9.0: null, groupId=org.tukaani, artifactId=xz, version=1.9, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.objectweb.asm:9.6.0: null, groupId=org.ow2.asm, artifactId=asm, version=9.6, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.util.function:1.2.0.202109301733: null, groupId=org.osgi, artifactId=org.osgi.util.function, version=1.2.0, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:bcpg:1.77.0: null, groupId=org.bouncycastle, artifactId=bcpg-jdk18on, version=1.77, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:bcprov:1.77.0: null, groupId=org.bouncycastle, artifactId=bcprov-jdk18on, version=1.77, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:com.google.guava:33.0.0.jre: null, groupId=com.google.guava, artifactId=guava, version=33.0.0-jre, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:com.google.guava.failureaccess:1.0.2: null, groupId=com.google.guava, artifactId=failureaccess, version=1.0.2, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:com.google.inject:7.0.0: null, groupId=com.google.inject, artifactId=guice, version=7.0.0, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:jakarta.inject.jakarta.inject-api:2.0.1: null, groupId=jakarta.inject, artifactId=jakarta.inject-api, version=2.0.1, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:com.ibm.icu:74.2.0: null, groupId=com.ibm.icu, artifactId=icu4j, version=74.2, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:com.sun.jna.platform:5.14.0: null, groupId=net.java.dev.jna, artifactId=jna-platform, version=5.14.0, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:io.github.classgraph.classgraph:4.8.165: null, groupId=io.github.classgraph, artifactId=classgraph, version=4.8.165, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:jakarta.annotation-api:2.1.1: null, groupId=jakarta.annotation, artifactId=jakarta.annotation-api, version=2.1.1, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.commons.commons-io:2.15.1: null, groupId=commons-io, artifactId=commons-io, version=2.15.1, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.felix.scr:2.2.10: null, groupId=org.apache.felix, artifactId=org.apache.felix.scr, version=2.2.10, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.component:1.5.1.202212101352: null, groupId=org.osgi, artifactId=org.osgi.service.component, version=1.5.1, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.util.promise:1.3.0.202212101352: null, groupId=org.osgi, artifactId=org.osgi.util.promise, version=1.3.0, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.event:1.4.1.202109301733: null, groupId=org.osgi, artifactId=org.osgi.service.event, version=1.4.1, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.prefs:1.1.2.202109301733: null, groupId=org.osgi, artifactId=org.osgi.service.prefs, version=1.1.2, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.tukaani.xz:1.9.0: null, groupId=org.tukaani, artifactId=xz, version=1.9, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.objectweb.asm:9.6.0: null, groupId=org.ow2.asm, artifactId=asm, version=9.6, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.hamcrest:2.2.0: null, groupId=org.hamcrest, artifactId=hamcrest, version=2.2, type=jar, classifier=null} in reactor
[INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.util.function:1.2.0.202109301733: null, groupId=org.osgi, artifactId=org.osgi.util.function, version=1.2.0, type=jar, classifier=null} in reactor
[INFO] 5 source folders
[INFO] Source folder: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly/src
[INFO] Source folder: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.ui/src
[INFO] Source folder: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.junit/src
[INFO] Source folder: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.xtext.ui/src
[INFO] Source folder: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.xtext/src
[INFO] 115 classpath dependencies
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly/target/classes
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.core.databinding.observable/1.13.200.v20240104-1240/org.eclipse.core.databinding.observable-1.13.200.v20240104-1240.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.nebula.widgets.cdatetime/1.5.0.202312260654/org.eclipse.nebula.widgets.cdatetime-1.5.0.202312260654.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.equinox.launcher.gtk.linux.x86_64/1.2.900.v20240129-1338/org.eclipse.equinox.launcher.gtk.linux.x86_64-1.2.900.v20240129-1338.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.15.300.v20240207-1054/org.eclipse.e4.ui.css.swt-0.15.300.v20240207-1054.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.e4.ui.services/1.6.300.v20231201-1637/org.eclipse.e4.ui.services-1.6.300.v20231201-1637.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.apache.batik.css/1.17.0.v20231215-1130/org.apache.batik.css-1.17.0.v20231215-1130.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.ui.editors/3.17.200.v20240207-1054/org.eclipse.ui.editors-3.17.200.v20240207-1054.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.compare/3.10.0.v20240208-0728/org.eclipse.compare-3.10.0.v20240208-0728.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.core.resources/3.20.100.v20240209-1706/org.eclipse.core.resources-3.20.100.v20240209-1706.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.emf.edit/2.21.0.v20231208-1346/org.eclipse.emf.edit-2.21.0.v20231208-1346.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.osgi/3.19.0.v20240213-1246/org.eclipse.osgi-3.19.0.v20240213-1246.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.jdt.launching/3.21.100.v20240214-1729/org.eclipse.jdt.launching-3.21.100.v20240214-1729.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.e4.core.contexts/1.12.500.v20231220-1554/org.eclipse.e4.core.contexts-1.12.500.v20231220-1554.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.jface/3.33.0.v20240214-1640/org.eclipse.jface-3.33.0.v20240214-1640.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.core.jobs/3.15.200.v20231214-1526/org.eclipse.core.jobs-3.15.200.v20231214-1526.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.0.v20240210-0844/org.eclipse.equinox.preferences-3.11.0.v20240210-0844.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.jdt.core.compiler.batch/3.37.0.v20240215-1558/org.eclipse.jdt.core.compiler.batch-3.37.0.v20240215-1558.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.equinox.app/1.7.0.v20240213-1427/org.eclipse.equinox.app-1.7.0.v20240213-1427.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/com.sun.jna/5.14.0.v20231211-1200/com.sun.jna-5.14.0.v20231211-1200.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.compare.core/3.8.400.v20240124-0947/org.eclipse.compare.core-3.8.400.v20240124-0947.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.300.v20231218-0909/org.eclipse.core.contenttype-3.9.300.v20231218-0909.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.core.databinding/1.13.200.v20240104-1240/org.eclipse.core.databinding-1.13.200.v20240104-1240.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.jface.text/3.25.0.v20240207-1054/org.eclipse.jface.text-3.25.0.v20240207-1054.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.ui.workbench.texteditor/3.17.300.v20240207-1054/org.eclipse.ui.workbench.texteditor-3.17.300.v20240207-1054.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.300.v20231214-1513/org.eclipse.e4.ui.css.core-0.14.300.v20231214-1513.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.xtext.ide/2.34.0.v20240227-0940/org.eclipse.xtext.ide-2.34.0.v20240227-0940.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.team.core/3.10.300.v20240125-0912/org.eclipse.team.core-3.10.300.v20240125-0912.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.ui.workbench/3.131.100.v20240221-2107/org.eclipse.ui.workbench-3.131.100.v20240221-2107.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.ui.forms/3.13.200.v20240108-1539/org.eclipse.ui.forms-3.13.200.v20240108-1539.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.nebula.cwt/1.1.0.202312260654/org.eclipse.nebula.cwt-1.1.0.202312260654.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.jdt.core/3.37.0.v20240215-1452/org.eclipse.jdt.core-3.37.0.v20240215-1452.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.debug.core/3.21.300.v20240109-1022/org.eclipse.debug.core-3.21.300.v20240109-1022.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.xtext.util/2.34.0.v20240227-0940/org.eclipse.xtext.util-2.34.0.v20240227-0940.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.ui.views/3.12.200.v20231214-1513/org.eclipse.ui.views-3.12.200.v20231214-1513.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.team.ui/3.10.300.v20240207-1044/org.eclipse.team.ui-3.10.300.v20240207-1044.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.antlr.runtime/3.2.0.v20230929-1400/org.antlr.runtime-3.2.0.v20230929-1400.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/com.google.guava.failureaccess/1.0.2/com.google.guava.failureaccess-1.0.2.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.ui/3.205.100.v20240131-1023/org.eclipse.ui-3.205.100.v20240131-1023.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.4.200.v20240109-1025/org.eclipse.e4.ui.model.workbench-2.4.200.v20240109-1025.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.swt/3.125.0.v20240227-1638/org.eclipse.swt-3.125.0.v20240227-1638.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt/0.16.300.v20240223-1002/org.eclipse.e4.ui.workbench.renderers.swt-0.16.300.v20240223-1002.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.xtext.ui/target/classes
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.help/3.10.300.v20240107-2054/org.eclipse.help-3.10.300.v20240107-2054.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/jakarta.inject.jakarta.inject-api/2.0.1/jakarta.inject.jakarta.inject-api-2.0.1.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.equinox.p2.engine/2.10.0.v20240210-0918/org.eclipse.equinox.p2.engine-2.10.0.v20240210-0918.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.e4.ui.widgets/1.4.100.v20231201-1637/org.eclipse.e4.ui.widgets-1.4.100.v20231201-1637.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.e4.core.commands/1.1.300.v20240131-1308/org.eclipse.e4.core.commands-1.1.300.v20240131-1308.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.core.variables/3.6.300.v20231214-1012/org.eclipse.core.variables-3.6.300.v20231214-1012.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.emf.common/2.30.0.v20231210-0956/org.eclipse.emf.common-2.30.0.v20231210-0956.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.search.core/3.16.100.v20240207-1054/org.eclipse.search.core-3.16.100.v20240207-1054.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.jface.databinding/1.15.200.v20240104-1240/org.eclipse.jface.databinding-1.15.200.v20240104-1240.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.xtext/target/classes
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.ui.navigator/3.12.300.v20240205-1417/org.eclipse.ui.navigator-3.12.300.v20240205-1417.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.e4.ui.workbench.addons.swt/1.5.300.v20240124-0948/org.eclipse.e4.ui.workbench.addons.swt-1.5.300.v20240124-0948.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.xtext.logging/2.34.0.v20240227-0940/org.eclipse.xtext.logging-2.34.0.v20240227-0940.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.search/3.16.100.v20240125-0858/org.eclipse.search-3.16.100.v20240125-0858.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.equinox.security.linux/1.1.200.v20231214-1607/org.eclipse.equinox.security.linux-1.1.200.v20231214-1607.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.core.runtime/3.31.0.v20240215-1631/org.eclipse.core.runtime-3.31.0.v20240215-1631.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.equinox.common/3.19.0.v20240214-0846/org.eclipse.equinox.common-3.19.0.v20240214-0846.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.emf.ecore.change/2.16.0.v20231208-1346/org.eclipse.emf.ecore.change-2.16.0.v20231208-1346.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.objectweb.asm/9.6.0/org.objectweb.asm-9.6.0.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.e4.ui.css.swt.theme/0.14.300.v20231214-1513/org.eclipse.e4.ui.css.swt.theme-0.14.300.v20231214-1513.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.ltk.ui.refactoring/3.13.300.v20240125-0858/org.eclipse.ltk.ui.refactoring-3.13.300.v20240125-0858.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.emf.common.ui/2.22.0.v20231002-1020/org.eclipse.emf.common.ui-2.22.0.v20231002-1020.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.xtend.lib/2.34.0.v20240227-0940/org.eclipse.xtend.lib-2.34.0.v20240227-0940.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.e4.ui.workbench.swt/0.17.300.v20240123-1128/org.eclipse.e4.ui.workbench.swt-0.17.300.v20240123-1128.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/com.sun.jna.platform/5.14.0/com.sun.jna.platform-5.14.0.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.examples/.
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.e4.core.di.annotations/1.8.300.v20231220-1554/org.eclipse.e4.core.di.annotations-1.8.300.v20231220-1554.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.e4.ui.ide/3.17.200.v20231201-1637/org.eclipse.e4.ui.ide-3.17.200.v20231201-1637.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.37.0.v20231208-1346/org.eclipse.emf.ecore.xmi-2.37.0.v20231208-1346.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.equinox.p2.metadata/2.9.0.v20240213-1100/org.eclipse.equinox.p2.metadata-2.9.0.v20240213-1100.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.junit/target/classes
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.xtend.lib.macro/2.34.0.v20240227-0940/org.eclipse.xtend.lib.macro-2.34.0.v20240227-0940.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.ui/target/classes
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.ltk.core.refactoring/3.14.300.v20240111-1549/org.eclipse.ltk.core.refactoring-3.14.300.v20240111-1549.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.emf.edit.ui/2.23.0.v20230211-1150/org.eclipse.emf.edit.ui-2.23.0.v20230211-1150.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.apache.commons.jxpath/1.3.0.v200911051830/org.apache.commons.jxpath-1.3.0.v200911051830.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.xtext.common.types/2.34.0.v20240227-0940/org.eclipse.xtext.common.types-2.34.0.v20240227-0940.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.core.databinding.property/1.10.200.v20240104-1240/org.eclipse.core.databinding.property-1.10.200.v20240104-1240.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/com.google.guava/33.0.0.jre/com.google.guava-33.0.0.jre.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.text/3.14.0.v20240207-1054/org.eclipse.text-3.14.0.v20240207-1054.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.core.filebuffers/3.8.300.v20240207-1054/org.eclipse.core.filebuffers-3.8.300.v20240207-1054.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.core.commands/3.12.0.v20240214-1640/org.eclipse.core.commands-3.12.0.v20240214-1640.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.equinox.bidi/1.5.0.v20240113-0700/org.eclipse.equinox.bidi-1.5.0.v20240113-0700.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.e4.core.di.extensions/0.18.200.v20231220-1554/org.eclipse.e4.core.di.extensions-0.18.200.v20231220-1554.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.tests/target/classes
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.xtext.xbase.lib/2.34.0.v20240227-0940/org.eclipse.xtext.xbase.lib-2.34.0.v20240227-0940.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.ui.ide/3.22.100.v20240227-1633/org.eclipse.ui.ide-3.22.100.v20240227-1633.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.e4.ui.workbench/1.15.300.v20240124-0948/org.eclipse.e4.ui.workbench-1.15.300.v20240124-0948.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.e4.core.di/1.9.300.v20240207-1044/org.eclipse.e4.core.di-1.9.300.v20240207-1044.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.0.v20240213-1057/org.eclipse.equinox.registry-3.12.0.v20240213-1057.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.core.net.linux/1.1.100.v20231214-1526/org.eclipse.core.net.linux-1.1.100.v20231214-1526.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.e4.emf.xpath/0.4.200.v20231214-1513/org.eclipse.e4.emf.xpath-0.4.200.v20231214-1513.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.core.filesystem/1.10.300.v20240124-1325/org.eclipse.core.filesystem-1.10.300.v20240124-1325.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.e4.core.services/2.4.300.v20240119-0800/org.eclipse.e4.core.services-2.4.300.v20240119-0800.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.e4.ui.bindings/0.14.300.v20231214-1513/org.eclipse.e4.ui.bindings-0.14.300.v20231214-1513.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/.cache/tycho/org.eclipse.jdt.debug-3.21.300.v20240124-0949.jar/jdimodel.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.core.expressions/3.9.300.v20240207-1044/org.eclipse.core.expressions-3.9.300.v20240207-1044.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.equinox.p2.core/2.11.0.v20240210-1628/org.eclipse.equinox.p2.core-2.11.0.v20240210-1628.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.e4.ui.di/1.5.300.v20240116-1723/org.eclipse.e4.ui.di-1.5.300.v20240116-1723.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.emf.ecore/2.36.0.v20240203-0859/org.eclipse.emf.ecore-2.36.0.v20240203-0859.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.e4.ui.dialogs/1.4.200.v20231214-1513/org.eclipse.e4.ui.dialogs-1.4.200.v20231214-1513.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.e4.ui.workbench3/0.17.300.v20231214-1513/org.eclipse.e4.ui.workbench3-0.17.300.v20231214-1513.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/com.google.inject/7.0.0/com.google.inject-7.0.0.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.junit/4.13.2.v20230809-1000/org.junit-4.13.2.v20230809-1000.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.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] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.xtext.ui/2.34.0.v20240227-0940/org.eclipse.xtext.ui-2.34.0.v20240227-0940.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.urischeme/1.3.200.v20231214-1513/org.eclipse.urischeme-1.3.200.v20231214-1513.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar
[INFO] Classpath: /home/jenkins/agent/workspace/1.8.x/.maven/repo/p2/osgi/bundle/org.eclipse.xtext/2.34.0.v20240227-0940/org.eclipse.xtext-2.34.0.v20240227-0940.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.8.x/repository/target/reference/api' && '/opt/tools/java/openjdk/jdk-17/latest/bin/javadoc' '@/home/jenkins/agent/workspace/1.8.x/repository/target/javadoc.options.txt'
warning: The -footer option is no longer supported and will be ignored.
  It may be removed in a future release.
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...
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.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...
Constructing Javadoc information...
Building index for all the packages and classes...
Standard Doclet version 17.0.2+8-86
Building tree for all the packages and classes...
Generating ./org/eclipse/handly/ui/workingset/AbstractContainmentAdapter.html...
Generating ./org/eclipse/handly/ui/search/AbstractHandlySearchResult.html...
/home/jenkins/agent/workspace/1.8.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.8.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.8.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.8.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.8.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.8.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.8.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.8.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.8.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/ui/preference/AbstractPreference.html...
Generating ./org/eclipse/handly/ui/search/AbstractSearchResultPage.html...
Generating ./org/eclipse/handly/ui/search/AbstractSearchTreeContentProvider.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/ApiLevel.html...
Generating ./org/eclipse/handly/util/ArrayUtil.html...
/home/jenkins/agent/workspace/1.8.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.8.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.8.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.8.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.8.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.8.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.8.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.8.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.8.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/ui/search/BaseSearchLabelProvider.html...
Generating ./org/eclipse/handly/model/impl/support/BaseSourceFile.html...
/home/jenkins/agent/workspace/1.8.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.8.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,
                     ^
/home/jenkins/agent/workspace/1.8.x/org.eclipse.handly/src/org/eclipse/handly/model/impl/support/IElementImplSupport.java:93: warning: empty <p> tag
     * <p>
       ^
/home/jenkins/agent/workspace/1.8.x/org.eclipse.handly/src/org/eclipse/handly/model/impl/support/IElementImplSupport.java:126: warning: empty <p> tag
     * <p>
       ^
Generating ./org/eclipse/handly/model/impl/support/Body.html...
Generating ./org/eclipse/handly/ui/preference/BooleanPreference.html...
Generating ./org/eclipse/handly/util/BoundedLruCache.html...
Generating ./org/eclipse/handly/buffer/Buffer.html...
/home/jenkins/agent/workspace/1.8.x/org.eclipse.handly/src/org/eclipse/handly/buffer/Buffer.java:185: warning: no @return
    protected Iterable<IBufferListener> getListeners()
                                        ^
/home/jenkins/agent/workspace/1.8.x/org.eclipse.handly/src/org/eclipse/handly/buffer/Buffer.java:168: warning: no comment
    protected IDocument createEmptyDocument()
                        ^
/home/jenkins/agent/workspace/1.8.x/org.eclipse.handly/src/org/eclipse/handly/buffer/Buffer.java:176: warning: no comment
    protected void doSave(IContext context, IProgressMonitor monitor)
                   ^
Generating ./org/eclipse/handly/buffer/BufferChange.html...
Generating ./org/eclipse/handly/buffer/BufferChangeOperation.html...
/home/jenkins/agent/workspace/1.8.x/org.eclipse.handly/src/org/eclipse/handly/buffer/BufferChangeOperation.java:194: warning: no comment
    protected class ChangeEditProcessor
              ^
/home/jenkins/agent/workspace/1.8.x/org.eclipse.handly/src/org/eclipse/handly/buffer/BufferChangeOperation.java:209: warning: no comment
    protected static class UndoChange
                     ^
/home/jenkins/agent/workspace/1.8.x/org.eclipse.handly/src/org/eclipse/handly/buffer/BufferChangeOperation.java:41: warning: no comment
    protected final IBuffer buffer;
                            ^
/home/jenkins/agent/workspace/1.8.x/org.eclipse.handly/src/org/eclipse/handly/buffer/BufferChangeOperation.java:42: warning: no comment
    protected final IBufferChange change;
                                  ^
/home/jenkins/agent/workspace/1.8.x/org.eclipse.handly/src/org/eclipse/handly/buffer/BufferChangeOperation.java:108: warning: no comment
    protected IBufferChange applyChange(IProgressMonitor monitor)
                            ^
/home/jenkins/agent/workspace/1.8.x/org.eclipse.handly/src/org/eclipse/handly/buffer/BufferChangeOperation.java:143: warning: no comment
    protected UndoEdit applyTextEdit() throws BadLocationException
                       ^
/home/jenkins/agent/workspace/1.8.x/org.eclipse.handly/src/org/eclipse/handly/buffer/BufferChangeOperation.java:136: warning: no comment
    protected void checkChange() throws CoreException
                   ^
/home/jenkins/agent/workspace/1.8.x/org.eclipse.handly/src/org/eclipse/handly/buffer/BufferChangeOperation.java:148: warning: no comment
    protected TextEditProcessor createTextEditProcessor()
                                ^
/home/jenkins/agent/workspace/1.8.x/org.eclipse.handly/src/org/eclipse/handly/buffer/BufferChangeOperation.java:153: warning: no comment
    protected IBufferChange createUndoChange(UndoEdit undoEdit,
                            ^
/home/jenkins/agent/workspace/1.8.x/org.eclipse.handly/src/org/eclipse/handly/buffer/BufferChangeOperation.java:166: warning: no comment
    protected static long getModificationStampOf(IDocument document)
                          ^
/home/jenkins/agent/workspace/1.8.x/org.eclipse.handly/src/org/eclipse/handly/buffer/BufferChangeOperation.java:177: warning: no comment
    protected static void setModificationStampOf(IDocument document,
                          ^
Generating ./org/eclipse/handly/buffer/BufferChangeOperation.ChangeEditProcessor.html...
/home/jenkins/agent/workspace/1.8.x/org.eclipse.handly/src/org/eclipse/handly/buffer/BufferChangeOperation.java:197: warning: no comment
        public ChangeEditProcessor()
               ^
Generating ./org/eclipse/handly/buffer/BufferChangeOperation.UndoChange.html...
/home/jenkins/agent/workspace/1.8.x/org.eclipse.handly/src/org/eclipse/handly/buffer/BufferChangeOperation.java:212: warning: no comment
        public final long stampToRestore;
                          ^
/home/jenkins/agent/workspace/1.8.x/org.eclipse.handly/src/org/eclipse/handly/buffer/BufferChangeOperation.java:214: warning: no comment
        public UndoChange(TextEdit undoEdit, long stampToRestore)
               ^
Generating ./org/eclipse/handly/ui/callhierarchy/CallHierarchy.html...
Generating ./org/eclipse/handly/ui/callhierarchy/CallHierarchyContentProvider.html...
/home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.ui/src/org/eclipse/handly/ui/viewer/DeferredTreeContentProvider.java:118: warning: empty <p> tag
     * <p>
       ^
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...
/home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.ui/src/org/eclipse/handly/ui/callhierarchy/CallHierarchyViewPart.java:889: warning: empty <p> tag
     * <p>
       ^
/home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.ui/src/org/eclipse/handly/ui/callhierarchy/CallHierarchyViewPart.java:1075: warning: empty <p> tag
     * <p>
       ^
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/buffer/ChildBuffer.html...
Generating ./org/eclipse/handly/ui/outline/CollapseAllActionContribution.html...
Generating ./org/eclipse/handly/ui/viewer/ColumnDescription.html...
Generating ./org/eclipse/handly/ui/outline/CommonOutlinePage.html...
/home/jenkins/agent/workspace/1.8.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/action/CompositeActionGroup.html...
Generating ./org/eclipse/handly/ui/viewer/CompositeLabelDecorator.html...
Generating ./org/eclipse/handly/ui/text/reconciler/CompositeReconcilingStrategy.html...
Generating ./org/eclipse/handly/context/Context.html...
/home/jenkins/agent/workspace/1.8.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.8.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.8.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.8.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.8.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/model/adapter/DefaultContentAdapter.html...
Generating ./org/eclipse/handly/ui/DefaultEditorUtility.html...
Generating ./org/eclipse/handly/model/impl/DefaultWorkingCopyCallback.html...
Generating ./org/eclipse/handly/ui/viewer/DeferredElementTreeContentProvider.html...
Generating ./org/eclipse/handly/ui/texteditor/DeferredSourceFileDocumentProvider.html...
Generating ./org/eclipse/handly/ui/texteditor/DeferredSourceFileDocumentProvider.SourceFileInfo.html...
Generating ./org/eclipse/handly/ui/viewer/DeferredTreeContentProvider.html...
Generating ./org/eclipse/handly/ui/viewer/DelegatingSelectionProvider.html...
Generating ./org/eclipse/handly/text/DocumentChange.html...
Generating ./org/eclipse/handly/text/DocumentChangeOperation.html...
/home/jenkins/agent/workspace/1.8.x/org.eclipse.handly/src/org/eclipse/handly/text/DocumentChangeOperation.java:178: warning: no comment
    protected static class UndoChange
                     ^
/home/jenkins/agent/workspace/1.8.x/org.eclipse.handly/src/org/eclipse/handly/text/DocumentChangeOperation.java:35: warning: no comment
    protected final IDocumentChange change;
                                    ^
/home/jenkins/agent/workspace/1.8.x/org.eclipse.handly/src/org/eclipse/handly/text/DocumentChangeOperation.java:34: warning: no comment
    protected final IDocument document;
                              ^
/home/jenkins/agent/workspace/1.8.x/org.eclipse.handly/src/org/eclipse/handly/text/DocumentChangeOperation.java:93: warning: no comment
    protected IDocumentChange applyChange() throws BadLocationException
                              ^
/home/jenkins/agent/workspace/1.8.x/org.eclipse.handly/src/org/eclipse/handly/text/DocumentChangeOperation.java:127: warning: no comment
    protected UndoEdit applyTextEdit() throws BadLocationException
                       ^
/home/jenkins/agent/workspace/1.8.x/org.eclipse.handly/src/org/eclipse/handly/text/DocumentChangeOperation.java:117: warning: no comment
    protected void checkChange()
                   ^
/home/jenkins/agent/workspace/1.8.x/org.eclipse.handly/src/org/eclipse/handly/text/DocumentChangeOperation.java:132: warning: no comment
    protected TextEditProcessor createTextEditProcessor()
                                ^
/home/jenkins/agent/workspace/1.8.x/org.eclipse.handly/src/org/eclipse/handly/text/DocumentChangeOperation.java:138: warning: no comment
    protected IDocumentChange createUndoChange(UndoEdit undoEdit,
                              ^
/home/jenkins/agent/workspace/1.8.x/org.eclipse.handly/src/org/eclipse/handly/text/DocumentChangeOperation.java:112: warning: no comment
    protected ISnapshot getCurrentSnapshot()
                        ^
/home/jenkins/agent/workspace/1.8.x/org.eclipse.handly/src/org/eclipse/handly/text/DocumentChangeOperation.java:150: warning: no comment
    protected static long getModificationStampOf(IDocument document)
                          ^
/home/jenkins/agent/workspace/1.8.x/org.eclipse.handly/src/org/eclipse/handly/text/DocumentChangeOperation.java:161: warning: no comment
    protected static void setModificationStampOf(IDocument document,
                          ^
Generating ./org/eclipse/handly/text/DocumentChangeOperation.UndoChange.html...
/home/jenkins/agent/workspace/1.8.x/org.eclipse.handly/src/org/eclipse/handly/text/DocumentChangeOperation.java:181: warning: no comment
        public final long stampToRestore;
                          ^
/home/jenkins/agent/workspace/1.8.x/org.eclipse.handly/src/org/eclipse/handly/text/DocumentChangeOperation.java:183: warning: no comment
        public UndoChange(UndoEdit undoEdit, long stampToRestore)
               ^
Generating ./org/eclipse/handly/snapshot/DocumentSnapshot.html...
Generating ./org/eclipse/handly/ui/preference/DoublePreference.html...
Generating ./org/eclipse/handly/ui/preference/DualPreferenceStore.html...
Generating ./org/eclipse/handly/ui/outline/EditorInputListenerContribution.html...
Generating ./org/eclipse/handly/ui/EditorOpener.html...
Generating ./org/eclipse/handly/ui/quickoutline/EditorOutlinePopupHost.html...
Generating ./org/eclipse/handly/ui/EditorUtility.html...
Generating ./org/eclipse/handly/ui/text/reconciler/EditorWorkingCopyReconciler.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/ui/outline/ElementChangeListenerContribution.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...
/home/jenkins/agent/workspace/1.8.x/org.eclipse.handly/src/org/eclipse/handly/model/impl/support/ElementDelta.java:277: warning: no comment
    protected void toStringChildren_(StringBuilder builder, IContext context)
                   ^
/home/jenkins/agent/workspace/1.8.x/org.eclipse.handly/src/org/eclipse/handly/model/impl/support/ElementDelta.java:321: warning: no comment
    protected void toStringKind_(StringBuilder builder, IContext context)
                   ^
/home/jenkins/agent/workspace/1.8.x/org.eclipse.handly/src/org/eclipse/handly/model/impl/support/ElementDelta.java:288: warning: no comment
    protected void toStringResourceDeltas_(StringBuilder builder,
                   ^
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/ElementDeltas.html...
Generating ./org/eclipse/handly/ui/viewer/ElementLabelProvider.html...
Generating ./org/eclipse/handly/model/impl/support/ElementManager.html...
/home/jenkins/agent/workspace/1.8.x/org.eclipse.handly/src/org/eclipse/handly/model/impl/support/ElementManager.java:42: warning: no comment
    protected final IBodyCache cache;
                               ^
Generating ./org/eclipse/handly/model/Elements.html...
Generating ./org/eclipse/handly/ui/viewer/ElementTreeContentProvider.html...
Generating ./org/eclipse/handly/ui/outline/ExpandableCheckFiltersContribution.html...
Generating ./org/eclipse/handly/ui/outline/ExpandAllActionContribution.html...
Generating ./org/eclipse/handly/ui/quickoutline/FilteringOutlinePopup.html...
/home/jenkins/agent/workspace/1.8.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/preference/FloatPreference.html...
Generating ./org/eclipse/handly/ui/preference/FlushingPreferenceStore.html...
Generating ./org/eclipse/handly/model/impl/support/FsSourceFile.html...
Generating ./org/eclipse/handly/context/GuiceContext.html...
Generating ./org/eclipse/handly/xtext/ui/editor/HandlyDirtyStateEditorSupport.html...
Generating ./org/eclipse/handly/xtext/ui/editor/HandlyJvmTypesAwareDirtyStateEditorSupport.html...
Generating ./org/eclipse/handly/ui/outline/HandlyOutlinePage.html...
Generating ./org/eclipse/handly/ui/quickoutline/HandlyOutlinePopup.html...
Generating ./org/eclipse/handly/ui/search/HandlySearchResultUpdater.html...
Generating ./org/eclipse/handly/xtext/ui/editor/HandlyXtextDocument.html...
/home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.xtext.ui/src/org/eclipse/handly/xtext/ui/editor/HandlyXtextDocument.java:103: warning: no comment
    public HandlyXtextDocument(DocumentTokenSource tokenSource,
           ^
Generating ./org/eclipse/handly/xtext/ui/editor/HandlyXtextEditorCallback.html...
/home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.xtext.ui/src/org/eclipse/handly/xtext/ui/editor/HandlyXtextEditorCallback.java:116: warning: no comment
    public void setInputElementProvider(IInputElementProvider provider)
                ^
Generating ./org/eclipse/handly/xtext/ui/outline/HandlyXtextOutlinePage.html...
/home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.xtext.ui/src/org/eclipse/handly/xtext/ui/outline/HandlyXtextOutlinePage.java:46: warning: no comment
    public void setInputElementProvider(IInputElementProvider provider)
                ^
Generating ./org/eclipse/handly/xtext/ui/quickoutline/HandlyXtextOutlinePopup.html...
/home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.xtext.ui/src/org/eclipse/handly/xtext/ui/quickoutline/HandlyXtextOutlinePopup.java:33: warning: no comment
    public void setInputElementProvider(IInputElementProvider provider)
                ^
Generating ./org/eclipse/handly/xtext/ui/quickoutline/HandlyXtextOutlinePopupHandler.html...
/home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.ui/src/org/eclipse/handly/ui/quickoutline/OutlinePopupHandler.java:57: warning: empty <p> tag
     * <p>
       ^
Generating ./org/eclipse/handly/xtext/ui/editor/HandlyXtextReconciler.html...
/home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.xtext.ui/src/org/eclipse/handly/xtext/ui/editor/HandlyXtextReconciler.java:71: warning: no comment
    public HandlyXtextReconciler(Injector injector)
           ^
Generating ./org/eclipse/handly/ui/action/HistoryDropDownAction.html...
Generating ./org/eclipse/handly/ui/action/HistoryDropDownAction.History.html...
Generating ./org/eclipse/handly/model/impl/support/IBodyCache.html...
Generating ./org/eclipse/handly/ui/preference/IBooleanPreference.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/ui/callhierarchy/ICallHierarchy.html...
Generating ./org/eclipse/handly/ui/callhierarchy/ICallHierarchyNode.html...
Generating ./org/eclipse/handly/ui/callhierarchy/ICallLocation.html...
Generating ./org/eclipse/handly/util/ICollector.html...
Generating ./org/eclipse/handly/ui/outline/ICommonOutlinePage.html...
Generating ./org/eclipse/handly/model/adapter/IContentAdapter.html...
Generating ./org/eclipse/handly/model/adapter/IContentAdapterProvider.html...
Generating ./org/eclipse/handly/context/IContext.html...
Generating ./org/eclipse/handly/buffer/ICoreTextFileBufferProvider.html...
Generating ./org/eclipse/handly/model/adapter/ICorrespondingElementProvider.html...
Generating ./org/eclipse/handly/text/IDocumentChange.html...
Generating ./org/eclipse/handly/ui/preference/IDoublePreference.html...
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/impl/support/IElementDeltaBuilder.html...
Generating ./org/eclipse/handly/model/IElementDeltaConstants.html...
Generating ./org/eclipse/handly/model/IElementDeltaExtension.html...
Generating ./org/eclipse/handly/model/impl/IElementDeltaImpl.html...
Generating ./org/eclipse/handly/model/IElementExtension.html...
/home/jenkins/agent/workspace/1.8.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.8.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/impl/IElementImpl.html...
Generating ./org/eclipse/handly/model/impl/IElementImplExtension.html...
Generating ./org/eclipse/handly/model/impl/IElementImplExtension.CloseHint.html...
Generating ./org/eclipse/handly/model/impl/support/IElementImplSupport.html...
/home/jenkins/agent/workspace/1.8.x/org.eclipse.handly/src/org/eclipse/handly/model/impl/support/IElementImplSupport.java:490: warning: no comment
    default void toStringAncestors_(StringBuilder builder, IContext context)
                 ^
/home/jenkins/agent/workspace/1.8.x/org.eclipse.handly/src/org/eclipse/handly/model/impl/support/IElementImplSupport.java:524: warning: no comment
    default void toStringBody_(StringBuilder builder, Object body,
                 ^
/home/jenkins/agent/workspace/1.8.x/org.eclipse.handly/src/org/eclipse/handly/model/impl/support/IElementImplSupport.java:502: warning: no comment
    default void toStringChildren_(StringBuilder builder, Object body,
                 ^
/home/jenkins/agent/workspace/1.8.x/org.eclipse.handly/src/org/eclipse/handly/model/impl/support/IElementImplSupport.java:532: warning: no comment
    default void toStringName_(StringBuilder builder, IContext context)
                 ^
Generating ./org/eclipse/handly/ui/preference/IFloatPreference.html...
Generating ./org/eclipse/handly/xtext/ui/editor/IHandlyXtextDocument.html...
Generating ./org/eclipse/handly/xtext/ui/editor/IHandlyXtextDocument.IUndoableUnitOfWork.html...
Generating ./org/eclipse/handly/ui/IInputElementProvider.html...
Generating ./org/eclipse/handly/ui/preference/IIntPreference.html...
Generating ./org/eclipse/handly/ui/preference/ILongPreference.html...
Generating ./org/eclipse/handly/model/IModel.html...
Generating ./org/eclipse/handly/model/IModelExtension.html...
Generating ./org/eclipse/handly/model/impl/IModelImpl.html...
Generating ./org/eclipse/handly/model/impl/support/IModelManager.html...
Generating ./org/eclipse/handly/model/impl/support/IModelManager.Provider.html...
Generating ./org/eclipse/handly/util/IndentPolicy.html...
Generating ./org/eclipse/handly/model/impl/support/INotificationManager.html...
Generating ./org/eclipse/handly/ui/preference/IntPreference.html...
Generating ./org/eclipse/handly/ui/outline/IOutlineContribution.html...
Generating ./org/eclipse/handly/ui/outline/IOutlineInputChangeListener.html...
Generating ./org/eclipse/handly/ui/quickoutline/IOutlinePopupHost.html...
Generating ./org/eclipse/handly/ui/preference/IPreference.html...
Generating ./org/eclipse/handly/ui/preference/IPreferenceListener.html...
Generating ./org/eclipse/handly/model/impl/IReconcileStrategy.html...
Generating ./org/eclipse/handly/util/IReferenceCountable.html...
Generating ./org/eclipse/handly/ui/search/ISearchContentProvider.html...
Generating ./org/eclipse/handly/snapshot/ISnapshot.html...
Generating ./org/eclipse/handly/snapshot/ISnapshotProvider.html...
Generating ./org/eclipse/handly/model/ISourceConstruct.html...
Generating ./org/eclipse/handly/model/impl/ISourceConstructImpl.html...
Generating ./org/eclipse/handly/model/impl/ISourceConstructImplExtension.html...
Generating ./org/eclipse/handly/model/impl/support/ISourceConstructImplSupport.html...
Generating ./org/eclipse/handly/model/ISourceElement.html...
Generating ./org/eclipse/handly/model/ISourceElementExtension.html...
Generating ./org/eclipse/handly/model/impl/ISourceElementImpl.html...
Generating ./org/eclipse/handly/model/impl/support/ISourceElementImplSupport.html...
Generating ./org/eclipse/handly/model/ISourceElementInfo.html...
/home/jenkins/agent/workspace/1.8.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/impl/ISourceFileImpl.html...
Generating ./org/eclipse/handly/model/impl/ISourceFileImplExtension.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/util/IStatusAcceptor.html...
Generating ./org/eclipse/handly/ui/preference/IStringPreference.html...
Generating ./org/eclipse/handly/model/impl/IWorkingCopyCallback.html...
Generating ./org/eclipse/handly/model/impl/IWorkingCopyInfo.html...
Generating ./org/eclipse/handly/ui/IWorkingCopyManager.html...
Generating ./org/eclipse/handly/ui/viewer/LabelComparator.html...
Generating ./org/eclipse/handly/ui/outline/LexicalSortActionContribution.html...
Generating ./org/eclipse/handly/ui/outline/LexicalSortContribution.html...
Generating ./org/eclipse/handly/xtext/ui/outline/LexicalSortPreference.html...
Generating ./org/eclipse/handly/ui/navigator/LinkHelper.html...
Generating ./org/eclipse/handly/ui/outline/LinkWithEditorActionContribution.html...
Generating ./org/eclipse/handly/ui/outline/LinkWithEditorContribution.html...
Generating ./org/eclipse/handly/xtext/ui/outline/LinkWithEditorPreference.html...
Generating ./org/eclipse/handly/ui/callhierarchy/LocationTableLabelProvider.html...
Generating ./org/eclipse/handly/ui/callhierarchy/LocationTableLabelProvider.Column.html...
Generating ./org/eclipse/handly/ui/preference/LongPreference.html...
Generating ./org/eclipse/handly/util/LruCache.html...
Generating ./org/eclipse/handly/util/LruCache.Entry.html...
Generating ./org/eclipse/handly/model/Models.html...
Generating ./org/eclipse/handly/junit/NoJobsWorkspaceTestCase.html...
/home/jenkins/agent/workspace/1.8.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.8.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.8.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.8.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.8.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.8.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.8.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.8.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.8.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/snapshot/NonExpiringSnapshot.html...
Generating ./org/eclipse/handly/model/impl/support/NotificationManager.html...
Generating ./org/eclipse/handly/xtext/ui/editor/NoXtextResourceException.html...
Generating ./org/eclipse/handly/model/adapter/NullContentAdapter.html...
Generating ./org/eclipse/handly/ui/action/OpenAction.html...
Generating ./org/eclipse/handly/ui/navigator/OpenActionProvider.html...
Generating ./org/eclipse/handly/ui/search/OpenSearchPreferencesAction.html...
Generating ./org/eclipse/handly/ui/outline/OutlineActionContribution.html...
Generating ./org/eclipse/handly/ui/outline/OutlineContextMenuContribution.html...
/home/jenkins/agent/workspace/1.8.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.8.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/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/outline/OutlineSorterContribution.html...
Generating ./org/eclipse/handly/ui/PartListenerAdapter.html...
Generating ./org/eclipse/handly/ui/preference/PreferenceChangeEvent.html...
Generating ./org/eclipse/handly/ui/viewer/ProblemLabelDecorator.html...
Generating ./org/eclipse/handly/ui/viewer/ProblemLabelDecorator.Severity.html...
/home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.ui/src/org/eclipse/handly/ui/viewer/ProblemLabelDecorator.java:147: warning: no comment
        ERROR,
        ^
/home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.ui/src/org/eclipse/handly/ui/viewer/ProblemLabelDecorator.java:148: warning: no comment
        WARNING;
        ^
Generating ./org/eclipse/handly/ui/viewer/ProblemMarkerLabelDecorator.html...
Generating ./org/eclipse/handly/ui/outline/ProblemMarkerListenerContribution.html...
Generating ./org/eclipse/handly/util/Property.html...
Generating ./org/eclipse/handly/ui/search/QueryListenerAdapter.html...
Generating ./org/eclipse/handly/ui/outline/ResourceChangeListenerContribution.html...
Generating ./org/eclipse/handly/util/SavedStateJob.html...
Generating ./org/eclipse/handly/buffer/SaveMode.html...
Generating ./org/eclipse/handly/ui/preference/ScopedPreferenceStore.html...
Generating ./org/eclipse/handly/ui/search/SearchEditorOpener.html...
Generating ./org/eclipse/handly/ui/search/SearchTableContentProvider.html...
Generating ./org/eclipse/handly/util/SerialPerObjectRule.html...
Generating ./org/eclipse/handly/snapshot/Snapshot.html...
Generating ./org/eclipse/handly/model/impl/support/SourceConstruct.html...
Generating ./org/eclipse/handly/model/impl/support/SourceElementBody.html...
/home/jenkins/agent/workspace/1.8.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)
                    ^
/home/jenkins/agent/workspace/1.8.x/org.eclipse.handly/src/org/eclipse/handly/model/impl/support/SourceElementBody.java:287: warning: no comment
    protected final Set<String> getPropertyNames()
                                ^
/home/jenkins/agent/workspace/1.8.x/org.eclipse.handly/src/org/eclipse/handly/model/impl/support/SourceElementBody.java:275: warning: no comment
    protected final Object getPropertyValue(String propertyName)
                           ^
Generating ./org/eclipse/handly/ui/outline/SourceElementLinkingHelper.html...
Generating ./org/eclipse/handly/model/impl/support/SourceFile.html...
Generating ./org/eclipse/handly/refactoring/SourceFileChange.html...
Generating ./org/eclipse/handly/ui/texteditor/SourceFileDocumentProvider.html...
Generating ./org/eclipse/handly/ui/texteditor/SourceFileDocumentProvider.SourceFileInfo.html...
Generating ./org/eclipse/handly/snapshot/StaleSnapshotException.html...
Generating ./org/eclipse/handly/ui/preference/StringPreference.html...
Generating ./org/eclipse/handly/model/impl/support/StructureHelper.html...
Generating ./org/eclipse/handly/ui/texteditor/TextEditorBuffer.html...
Generating ./org/eclipse/handly/buffer/TextFileBuffer.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/util/TextRange.html...
Generating ./org/eclipse/handly/ui/preference/ToggleAction.html...
Generating ./org/eclipse/handly/ui/outline/ToggleActionContribution.html...
Generating ./org/eclipse/handly/util/ToStringOptions.html...
Generating ./org/eclipse/handly/util/ToStringOptions.FormatStyle.html...
Generating ./org/eclipse/handly/ui/typehierarchy/TypeHierarchyKind.html...
Generating ./org/eclipse/handly/ui/typehierarchy/TypeHierarchyViewPart.html...
/home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.ui/src/org/eclipse/handly/ui/typehierarchy/TypeHierarchyViewPart.java:878: warning: empty <p> tag
     * <p>
       ^
Generating ./org/eclipse/handly/ui/typehierarchy/TypeHierarchyViewPart.HistoryEntry.html...
Generating ./org/eclipse/handly/ui/typehierarchy/TypeHierarchyViewPart.OpenEditorHelper.html...
Generating ./org/eclipse/handly/buffer/UiBufferChangeRunner.html...
Generating ./org/eclipse/handly/text/UiDocumentChangeRunner.html...
Generating ./org/eclipse/handly/util/UiSynchronizer.html...
/home/jenkins/agent/workspace/1.8.x/org.eclipse.handly/src/org/eclipse/handly/util/UiSynchronizer.java:33: warning: no @return
    public static UiSynchronizer getDefault()
                                 ^
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/model/impl/WorkingCopyCallback.html...
Generating ./org/eclipse/handly/ui/text/reconciler/WorkingCopyReconciler.html...
Generating ./org/eclipse/handly/ui/text/reconciler/WorkingCopyReconcilingStrategy.html...
Generating ./org/eclipse/handly/model/impl/support/WorkspaceSourceFile.html...
Generating ./org/eclipse/handly/junit/WorkspaceTestCase.html...
Generating ./org/eclipse/handly/xtext/ui/callhierarchy/XtextCallHierarchyNode.html...
/home/jenkins/agent/workspace/1.8.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...
/home/jenkins/agent/workspace/1.8.x/org.eclipse.handly.xtext.ui/src/org/eclipse/handly/xtext/ui/callhierarchy/XtextCallHierarchyUtility.java:62: warning: no comment
    protected IResourceDescriptions indexData;
                                    ^
Generating ./org/eclipse/handly/xtext/ui/editor/XtextWorkingCopyCallback.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...
Generating ./overview-tree.html...
Generating ./deprecated-list.html...
Generating ./index.html...
Building index for all classes...
Generating ./allclasses-index.html...
Generating ./allpackages-index.html...
Generating ./index-all.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
100 warnings
[INFO] Make relative - base: /home/jenkins/agent/workspace/1.8.x/repository, file: /home/jenkins/agent/workspace/1.8.x/repository/target/reference/api/overview-summary.html -> target/reference/api/overview-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/1.8.x/repository, file: /home/jenkins/agent/workspace/1.8.x/repository/target/reference/api/constant-values.html -> target/reference/api/constant-values.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/1.8.x/repository, file: /home/jenkins/agent/workspace/1.8.x/repository/target/reference/api/deprecated-list.html -> target/reference/api/deprecated-list.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/1.8.x/repository, file: /home/jenkins/agent/workspace/1.8.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.8.x/repository, file: /home/jenkins/agent/workspace/1.8.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.8.x/repository, file: /home/jenkins/agent/workspace/1.8.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.8.x/repository, file: /home/jenkins/agent/workspace/1.8.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.8.x/repository, file: /home/jenkins/agent/workspace/1.8.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.8.x/repository, file: /home/jenkins/agent/workspace/1.8.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.8.x/repository, file: /home/jenkins/agent/workspace/1.8.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.8.x/repository, file: /home/jenkins/agent/workspace/1.8.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.8.x/repository, file: /home/jenkins/agent/workspace/1.8.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.8.x/repository, file: /home/jenkins/agent/workspace/1.8.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.8.x/repository, file: /home/jenkins/agent/workspace/1.8.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.8.x/repository, file: /home/jenkins/agent/workspace/1.8.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.8.x/repository, file: /home/jenkins/agent/workspace/1.8.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.8.x/repository, file: /home/jenkins/agent/workspace/1.8.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.8.x/repository, file: /home/jenkins/agent/workspace/1.8.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.8.x/repository, file: /home/jenkins/agent/workspace/1.8.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.8.x/repository, file: /home/jenkins/agent/workspace/1.8.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.8.x/repository, file: /home/jenkins/agent/workspace/1.8.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.8.x/repository, file: /home/jenkins/agent/workspace/1.8.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.8.x/repository, file: /home/jenkins/agent/workspace/1.8.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.8.x/repository, file: /home/jenkins/agent/workspace/1.8.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.8.x/repository, file: /home/jenkins/agent/workspace/1.8.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.8.x/repository, file: /home/jenkins/agent/workspace/1.8.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.8.x/repository, file: /home/jenkins/agent/workspace/1.8.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.8.x/repository, file: /home/jenkins/agent/workspace/1.8.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.8.x/repository, file: /home/jenkins/agent/workspace/1.8.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.8.x/repository, file: /home/jenkins/agent/workspace/1.8.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.8.x/repository, file: /home/jenkins/agent/workspace/1.8.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.8.x/repository, file: /home/jenkins/agent/workspace/1.8.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:1.3.1:sign (sign) @ repository ---
[INFO] 
[INFO] --- antrun:1.8:run (test-report) @ repository ---
[INFO] Executing tasks

main:
[junitreport] Using Xalan version: Xalan Java 2.7.2
[junitreport] Transform time: 2161ms
[INFO] Executed tasks
[INFO] 
[INFO] ---------------------< org.eclipse.handly:targets >---------------------
[INFO] Building targets 1.8.0-SNAPSHOT                                  [24/26]
[INFO]   from /home/jenkins/agent/workspace/1.8.x/targets/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ targets ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ targets ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ targets ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ targets ---
[INFO] 
[INFO] ------------------< org.eclipse.handly.targets:base >-------------------
[INFO] Building base.target 1.8.0-SNAPSHOT                              [25/26]
[INFO]   from /home/jenkins/agent/workspace/1.8.x/targets/base/pom.xml
[INFO] ---------------------[ eclipse-target-definition ]----------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ base ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ base ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-target-definition (default-package-target-definition) @ base ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ base ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ base ---
[INFO] 
[INFO] -----------------< org.eclipse.handly.targets:latest >------------------
[INFO] Building latest.target 1.8.0-SNAPSHOT                            [26/26]
[INFO]   from /home/jenkins/agent/workspace/1.8.x/targets/latest/pom.xml
[INFO] ---------------------[ eclipse-target-definition ]----------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ latest ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ latest ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-target-definition (default-package-target-definition) @ latest ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ latest ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ latest ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for releng 1.8.0-SNAPSHOT:
[INFO] 
[INFO] releng ............................................. SUCCESS [  2.441 s]
[INFO] org.eclipse.handly ................................. SUCCESS [ 20.235 s]
[INFO] org.eclipse.handly.junit ........................... SUCCESS [  1.819 s]
[INFO] org.eclipse.handly.tests ........................... SUCCESS [ 13.341 s]
[INFO] org.eclipse.handly.ui .............................. SUCCESS [  4.745 s]
[INFO] org.eclipse.handly.xtext ........................... SUCCESS [  2.221 s]
[INFO] org.eclipse.handly.xtext.ui ........................ SUCCESS [  4.105 s]
[INFO] org.eclipse.handly.examples ........................ SUCCESS [  4.044 s]
[INFO] org.eclipse.handly.examples.adapter ................ SUCCESS [  2.397 s]
[INFO] org.eclipse.handly.examples.adapter.ui ............. SUCCESS [  3.521 s]
[INFO] org.eclipse.handly.examples.basic .................. SUCCESS [  2.898 s]
[INFO] org.eclipse.handly.examples.basic.ide .............. SUCCESS [  1.695 s]
[INFO] org.eclipse.handly.examples.basic.ui ............... SUCCESS [  2.802 s]
[INFO] org.eclipse.handly.examples.basic.ui.tests ......... SUCCESS [  8.023 s]
[INFO] org.eclipse.handly.examples.jmodel ................. SUCCESS [  2.850 s]
[INFO] org.eclipse.handly.examples.jmodel.tests ........... SUCCESS [  7.578 s]
[INFO] org.eclipse.handly.examples.jmodel.ui .............. SUCCESS [  2.912 s]
[INFO] org.eclipse.handly.examples.xtext.xtext.ui ......... SUCCESS [  6.106 s]
[INFO] org.eclipse.handly-feature ......................... SUCCESS [  1.524 s]
[INFO] org.eclipse.handly.xtext-feature ................... SUCCESS [  2.291 s]
[INFO] org.eclipse.handly.examples-feature ................ SUCCESS [  1.554 s]
[INFO] org.eclipse.handly.tests-feature ................... SUCCESS [  1.355 s]
[INFO] repository ......................................... SUCCESS [ 11.448 s]
[INFO] targets ............................................ SUCCESS [  0.005 s]
[INFO] base.target ........................................ SUCCESS [  0.003 s]
[INFO] latest.target ...................................... SUCCESS [  0.002 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  02:07 min
[INFO] Finished at: 2024-03-07T19:02:39Z
[INFO] ------------------------------------------------------------------------
[1.8.x] $ /bin/sh -xe /tmp/jenkins14469199515767000465.sh
+ cp -r repository/target/repository build
+ cp repository/target/VERSION build
+ cp repository/target/handly-repository-1.8.0.v20240307-1900.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