Skip to content

Console Output

Started by GitHub push by zulus
Running as SYSTEM
Agent centos-7-c6vzg 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-c6vzg"
  namespace: "pdt"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.pdt.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "centos-7-c6vzg"
    - 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-c6vzg"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.pdt.svc.cluster.local/pdt/"
    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-pdt"
      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-c6vzg (centos-7 jipp-migration migration) in workspace /home/jenkins/agent/workspace/pdt-master
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse-pdt/pdt.git
 > git init /home/jenkins/agent/workspace/pdt-master # timeout=10
Fetching upstream changes from https://github.com/eclipse-pdt/pdt.git
 > git --version # timeout=10
 > git --version # 'git version 2.36.6'
 > git fetch --tags --force --progress -- https://github.com/eclipse-pdt/pdt.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse-pdt/pdt.git # 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 fdee94409c794be7b430c3c523cf21090cb3efb3 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f fdee94409c794be7b430c3c523cf21090cb3efb3 # timeout=10
Commit message: "Build with via 2023-12"
 > git rev-list --no-walk 3eec77a7c925f1cd11bbf16d919e624ad2b18b67 # timeout=10
$ pkill Xvnc
$ pkill Xrealvnc
$ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*"
[pdt-master] $ Xvnc -help
Starting xvnc
[pdt-master] $ Xvnc :13 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset

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


Mon Feb 26 16:45:05 2024
 vncext:      VNC extension running!
 vncext:      Listening for VNC connections on all interface(s), port 5913
 vncext:      created VNC server for screen 0
[pdt-master] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -DskipPdtPerformanceTests=true clean verify -Prelease -DskipTests=true
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/tools/apache-maven/latest
Java version: 17.0.9, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-17/jdk-17.0.9+9
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.1.11-200.fc37.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] Tycho Version:  4.0.6 (9942454590ad8a6e1c9aa907852cf017dc2ccb98)
[INFO] Tycho Mode:     project
[INFO] Tycho Builder:  maven
[INFO] Build Threads:  1
[WARNING] The artifact org.eclipse.tycho.extras:tycho-eclipserun-plugin:jar:4.0.6 has been relocated to org.eclipse.tycho:tycho-eclipse-plugin:jar:4.0.6: The eclipse-run mojo is now part of the tycho-eclipse-plugin
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] PHP Development Tools (PDT)                                        [pom]
[INFO] plugins                                                            [pom]
[INFO] org.eclipse.php.help                                    [eclipse-plugin]
[INFO] org.eclipse.php.core.parser                             [eclipse-plugin]
[INFO] org.eclipse.php.core                                    [eclipse-plugin]
[INFO] org.eclipse.php.server.core                             [eclipse-plugin]
[INFO] org.eclipse.php.ui                                      [eclipse-plugin]
[INFO] org.eclipse.php.debug.daemon                            [eclipse-plugin]
[INFO] org.eclipse.php.debug.core                              [eclipse-plugin]
[INFO] org.eclipse.php.debug.ui                                [eclipse-plugin]
[INFO] org.eclipse.php.formatter.core                          [eclipse-plugin]
[INFO] org.eclipse.php.formatter.ui                            [eclipse-plugin]
[INFO] org.eclipse.php.mylyn.ui                                [eclipse-plugin]
[INFO] org.eclipse.php.refactoring.core                        [eclipse-plugin]
[INFO] org.eclipse.php.refactoring.ui                          [eclipse-plugin]
[INFO] org.eclipse.php.server.ui                               [eclipse-plugin]
[INFO] org.eclipse.php.astview                                 [eclipse-plugin]
[INFO] org.eclipse.php.composer.api                            [eclipse-plugin]
[INFO] org.eclipse.php.composer.core                           [eclipse-plugin]
[INFO] org.eclipse.php.composer.ui                             [eclipse-plugin]
[INFO] org.eclipse.php.builtin.server.core                     [eclipse-plugin]
[INFO] org.eclipse.php.builtin.server.ui                       [eclipse-plugin]
[INFO] org.eclipse.php.phpunit                                 [eclipse-plugin]
[INFO] org.eclipse.php.profile.core                            [eclipse-plugin]
[INFO] org.eclipse.php.profile.ui                              [eclipse-plugin]
[INFO] org.eclipse.php.rdt.sync.ui                             [eclipse-plugin]
[INFO] tests                                                              [pom]
[INFO] org.eclipse.php.core.tests                         [eclipse-test-plugin]
[INFO] org.eclipse.php.formatter.core.tests               [eclipse-test-plugin]
[INFO] org.eclipse.php.refactoring.core.tests             [eclipse-test-plugin]
[INFO] org.eclipse.php.ui.tests                           [eclipse-test-plugin]
[INFO] org.eclipse.php.composer.api.tests                 [eclipse-test-plugin]
[INFO] org.eclipse.php.composer.tests                     [eclipse-test-plugin]
[INFO] org.eclipse.php.profile.core.tests                 [eclipse-test-plugin]
[INFO] features                                                           [pom]
[INFO] org.eclipse.php                                        [eclipse-feature]
[INFO] org.eclipse.php.composer                               [eclipse-feature]
[INFO] org.eclipse.php.phpunit.feature                        [eclipse-feature]
[INFO] org.eclipse.php.profiler                               [eclipse-feature]
[INFO] org.eclipse.php.rdt.sync                               [eclipse-feature]
[INFO] org.eclipse.php.mylyn                                  [eclipse-feature]
[INFO] org.eclipse.php.source                                 [eclipse-feature]
[INFO] org.eclipse.php.test                                   [eclipse-feature]
[INFO] org.eclipse.php.sdk                                    [eclipse-feature]
[INFO] org.eclipse.php.target.current               [eclipse-target-definition]
[INFO] org.eclipse.php.repository                          [eclipse-repository]
[INFO] 
[INFO] ---------------< org.eclipse.php:org.eclipse.pdt.releng >---------------
[INFO] Building PHP Development Tools (PDT) 8.3.0-SNAPSHOT               [1/46]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.pdt.releng ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.pdt.releng ---
[INFO] 
[INFO] ----------------------< org.eclipse.php:plugins >-----------------------
[INFO] Building plugins 8.3.0-SNAPSHOT                                   [2/46]
[INFO]   from plugins/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ plugins ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ plugins ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ plugins ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ plugins ---
[INFO] 
[INFO] ----------------< org.eclipse.php:org.eclipse.php.help >----------------
[INFO] Building org.eclipse.php.help 8.3.0-SNAPSHOT                      [3/46]
[INFO]   from plugins/org.eclipse.php.help/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving target definition file:/home/jenkins/agent/workspace/pdt-master/dev/org.eclipse.php.target.current/org.eclipse.php.target.current.target for environments=[win32/win32/x86_64, linux/gtk/x86_64, linux/gtk/aarch64, macosx/cocoa/x86_64, macosx/cocoa/aarch64], 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@11483b6f
[INFO] ### Using TychoRepositoryTransport for remote P2 access ###
[INFO]     Cache location:         /home/jenkins/.m2/repository/.cache/tycho
[INFO]     Transport mode:         online
[INFO]     Http Transport type:    Java11Client
[INFO]     Update mode:            cache first
[INFO]     Minimum cache duration: 60 minutes
[INFO]       (you can configure this with -Dtycho.p2.transport.min-cache-minutes=<desired minimum cache duration>)
[WARNING] Problems resolving provisioning plan.:
   Unable to satisfy dependency from org.apache.felix.scr 2.1.24.v20200924-1939 to java.package; org.osgi.service.component [1.4.0,1.5.0).
   Unable to satisfy dependency from org.apache.felix.scr 2.1.24.v20200924-1939 to java.package; org.osgi.service.component.runtime [1.4.0,1.5.0).
   Unable to satisfy dependency from org.apache.felix.scr 2.1.24.v20200924-1939 to java.package; org.osgi.service.component.runtime.dto [1.4.0,1.5.0).
   Unable to satisfy dependency from org.eclipse.jetty.plus 10.0.12 to java.package; org.eclipse.jetty.jndi [10.0.12,11.0.0).
   Unable to satisfy dependency from org.eclipse.jetty.plus 10.0.12 to java.package; org.eclipse.jetty.jndi.local [10.0.12,11.0.0).
[WARNING] Problems resolving provisioning plan.:
   Unable to satisfy dependency from org.apache.felix.scr 2.1.24.v20200924-1939 to java.package; org.osgi.service.component [1.4.0,1.5.0).
   Unable to satisfy dependency from org.apache.felix.scr 2.1.24.v20200924-1939 to java.package; org.osgi.service.component.runtime [1.4.0,1.5.0).
   Unable to satisfy dependency from org.apache.felix.scr 2.1.24.v20200924-1939 to java.package; org.osgi.service.component.runtime.dto [1.4.0,1.5.0).
   Unable to satisfy dependency from org.eclipse.equinox.p2.core.feature.feature.group 1.1.0.v20120524-0542-8297FncFWmE7h4Asq1cgrz-i38 to org.eclipse.equinox.p2.iu; org.eclipse.equinox.security.macosx [1.100.200.v20120522-2049,1.100.200.v20120522-2049].
   Unable to satisfy dependency from org.eclipse.jetty.plus 10.0.12 to java.package; org.eclipse.jetty.jndi [10.0.12,11.0.0).
   Unable to satisfy dependency from org.eclipse.jetty.plus 10.0.12 to java.package; org.eclipse.jetty.jndi.local [10.0.12,11.0.0).
   Unable to satisfy dependency from org.eclipse.platform.feature.group 4.2.0.v20120608-135145-9JF7BHV8FyMteji0Oi_ePMz0xuZ8TVo7lV0z0ecb to org.eclipse.equinox.p2.iu; org.eclipse.core.filesystem.macosx [1.3.0.v20120522-1137,1.3.0.v20120522-1137].
[INFO] Artifact org.osgi:org.osgi.service.component:jar:1.5.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.osgi:org.osgi.service.component:jar:1.5.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.osgi:org.osgi.util.promise:jar:1.3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.osgi:org.osgi.util.promise:jar:1.3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.osgi:org.osgi.service.prefs:jar:1.1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.osgi:org.osgi.service.prefs:jar:1.1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.osgi:org.osgi.util.function:jar:1.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.osgi:org.osgi.util.function:jar:1.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.codehaus.mojo:animal-sniffer-annotations:jar:1.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.osgi:org.osgi.namespace.extender:jar:1.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.codehaus.mojo:animal-sniffer-annotations:jar:1.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.osgi:org.osgi.namespace.extender:jar:1.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.php.help ---
[INFO] 
[INFO] --- antrun:1.8:run (clean-documentation) @ org.eclipse.php.help ---
[WARNING] Could not transfer metadata org.eclipse.mylyn.docs:org.eclipse.mylyn.wikitext/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): Blocked mirror for repositories: [apache.snapshots (http://repository.apache.org/snapshots, default, snapshots)]
[WARNING] org.eclipse.mylyn.docs:org.eclipse.mylyn.wikitext/maven-metadata.xml failed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.mylyn.docs:org.eclipse.mylyn.wikitext/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): Blocked mirror for repositories: [apache.snapshots (http://repository.apache.org/snapshots, default, snapshots)]
[WARNING] Could not transfer metadata org.eclipse.mylyn.docs:org.eclipse.mylyn.wikitext.ant/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): Blocked mirror for repositories: [apache.snapshots (http://repository.apache.org/snapshots, default, snapshots)]
[WARNING] org.eclipse.mylyn.docs:org.eclipse.mylyn.wikitext.ant/maven-metadata.xml failed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.mylyn.docs:org.eclipse.mylyn.wikitext.ant/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): Blocked mirror for repositories: [apache.snapshots (http://repository.apache.org/snapshots, default, snapshots)]
[WARNING] Could not transfer metadata org.eclipse.mylyn.docs:org.eclipse.mylyn.wikitext.markdown/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): Blocked mirror for repositories: [apache.snapshots (http://repository.apache.org/snapshots, default, snapshots)]
[WARNING] org.eclipse.mylyn.docs:org.eclipse.mylyn.wikitext.markdown/maven-metadata.xml failed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.mylyn.docs:org.eclipse.mylyn.wikitext.markdown/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): Blocked mirror for repositories: [apache.snapshots (http://repository.apache.org/snapshots, default, snapshots)]
[INFO] Executing tasks

main:

clean-doc:
     [echo] Remove compiled documentation
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.php.help ---
[INFO] The project's OSGi version is 8.3.0.202402261645
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.php.help ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.php.help ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.php.help ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.php.help ---
[INFO] Resolving class path of org.eclipse.php.help
[INFO] 
[INFO] --- antrun:1.8:run (generate-documentation) @ org.eclipse.php.help ---
[INFO] Executing tasks

main:

build-doc:
     [echo] Compile documentation
    [mkdir] Created dir: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html
    [mkdir] Created dir: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/getting_started
    [mkdir] Created dir: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/getting_started/basic_tutorial
    [mkdir] Created dir: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/getting_started/basic_tutorial/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/getting_started/basic_tutorial/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/getting_started/basic_tutorial/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/getting_started/basic_tutorial/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/getting_started/basic_tutorial/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/getting_started/basic_tutorial/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/getting_started/basic_tutorial/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/getting_started/basic_tutorial/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/getting_started/basic_tutorial/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/getting_started/basic_tutorial/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/getting_started/basic_tutorial/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/getting_started/basic_tutorial/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/getting_started/basic_tutorial/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/getting_started/basic_tutorial/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/getting_started/basic_tutorial/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/getting_started/basic_tutorial/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/getting_started/basic_tutorial/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/getting_started/basic_tutorial/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/getting_started/basic_tutorial/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/getting_started/basic_tutorial/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/getting_started/basic_tutorial/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/getting_started/basic_tutorial/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/getting_started/basic_tutorial/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/getting_started/basic_tutorial/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/getting_started/basic_tutorial/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/getting_started/basic_tutorial/images
    [mkdir] Created dir: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/getting_started/basic_tutorial/resources
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/getting_started/basic_tutorial/resources
    [mkdir] Created dir: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/getting_started/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/getting_started/images
    [mkdir] Created dir: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts
    [mkdir] Created dir: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/commenting_code
    [mkdir] Created dir: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/commenting_code/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/commenting_code/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/commenting_code/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/commenting_code/images
    [mkdir] Created dir: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/images
    [mkdir] Created dir: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks
    [mkdir] Created dir: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/file_creation
    [mkdir] Created dir: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/file_creation/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/file_creation/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/file_creation/images
    [mkdir] Created dir: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/using_refactoring
    [mkdir] Created dir: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/using_refactoring/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/using_refactoring/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/using_refactoring/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/using_refactoring/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/using_refactoring/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/using_refactoring/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/using_refactoring/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/using_refactoring/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/using_refactoring/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/using_refactoring/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/using_refactoring/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/using_refactoring/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/using_refactoring/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/using_refactoring/images
    [mkdir] Created dir: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/running_files_and_applications
    [mkdir] Created dir: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/running_files_and_applications/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/running_files_and_applications/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/running_files_and_applications/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/running_files_and_applications/images
    [mkdir] Created dir: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/debugging
    [mkdir] Created dir: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/debugging/troubleshooting_remote_debugging
    [mkdir] Created dir: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/debugging/troubleshooting_remote_debugging/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/debugging/troubleshooting_remote_debugging/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/debugging/troubleshooting_remote_debugging/images
    [mkdir] Created dir: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/debugging/troubleshooting_remote_debugging/resources
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/debugging/troubleshooting_remote_debugging/resources
    [mkdir] Created dir: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/debugging/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/debugging/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/debugging/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/debugging/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/debugging/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/debugging/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/debugging/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/debugging/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/debugging/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/debugging/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/debugging/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/debugging/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/debugging/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/debugging/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/debugging/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/debugging/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/debugging/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/debugging/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/debugging/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/debugging/images
    [mkdir] Created dir: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/php_libraries_preferences
    [mkdir] Created dir: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/php_libraries_preferences/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/php_libraries_preferences/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/php_libraries_preferences/images
    [mkdir] Created dir: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/profiling
    [mkdir] Created dir: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/profiling/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/profiling/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/profiling/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/profiling/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/profiling/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/profiling/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/profiling/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/profiling/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/profiling/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/profiling/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/profiling/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/profiling/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/profiling/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/profiling/images
    [mkdir] Created dir: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/images
    [mkdir] Created dir: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference
    [mkdir] Created dir: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views
    [mkdir] Created dir: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_perspective_views
    [mkdir] Created dir: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_perspective_views/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_perspective_views/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_perspective_views/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_perspective_views/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_perspective_views/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_perspective_views/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_perspective_views/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_perspective_views/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_perspective_views/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_perspective_views/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_perspective_views/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_perspective_views/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_perspective_views/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_perspective_views/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_perspective_views/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_perspective_views/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_perspective_views/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_perspective_views/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_perspective_views/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_perspective_views/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_perspective_views/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_perspective_views/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_perspective_views/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_perspective_views/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_perspective_views/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_perspective_views/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_perspective_views/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_perspective_views/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_perspective_views/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_perspective_views/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_perspective_views/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_perspective_views/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_perspective_views/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_perspective_views/images
    [mkdir] Created dir: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_debug_perspective
    [mkdir] Created dir: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_debug_perspective/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_debug_perspective/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_debug_perspective/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_debug_perspective/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_debug_perspective/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_debug_perspective/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_debug_perspective/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_debug_perspective/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_debug_perspective/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_debug_perspective/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_debug_perspective/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_debug_perspective/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_debug_perspective/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_debug_perspective/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_debug_perspective/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_debug_perspective/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_debug_perspective/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_debug_perspective/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_debug_perspective/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_debug_perspective/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_debug_perspective/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_debug_perspective/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_debug_perspective/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_debug_perspective/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_debug_perspective/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_debug_perspective/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_debug_perspective/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_debug_perspective/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_debug_perspective/images
    [mkdir] Created dir: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_additional_views
    [mkdir] Created dir: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_additional_views/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_additional_views/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_additional_views/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_additional_views/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_additional_views/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_additional_views/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_additional_views/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_additional_views/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_additional_views/images
    [mkdir] Created dir: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_profile_perspective
    [mkdir] Created dir: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_profile_perspective/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_profile_perspective/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_profile_perspective/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_profile_perspective/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_profile_perspective/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_profile_perspective/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_profile_perspective/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_profile_perspective/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_profile_perspective/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_profile_perspective/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_profile_perspective/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_profile_perspective/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_profile_perspective/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_profile_perspective/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_profile_perspective/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_profile_perspective/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_profile_perspective/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_profile_perspective/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_profile_perspective/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_profile_perspective/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_profile_perspective/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_profile_perspective/images
    [mkdir] Created dir: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/menus
    [mkdir] Created dir: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/menus/file
    [mkdir] Created dir: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/menus/file/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/menus/file/images
    [mkdir] Created dir: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/menus/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/menus/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/menus/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/menus/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/menus/images
    [mkdir] Created dir: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences
    [mkdir] Created dir: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/code_style_preferences
    [mkdir] Created dir: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/code_style_preferences/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/code_style_preferences/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/code_style_preferences/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/code_style_preferences/images
    [mkdir] Created dir: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/debug
    [mkdir] Created dir: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/debug/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/debug/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/debug/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/debug/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/debug/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/debug/images
    [mkdir] Created dir: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/editor
    [mkdir] Created dir: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/editor/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/editor/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/editor/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/editor/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/editor/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/editor/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/editor/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/editor/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/editor/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/editor/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/editor/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/editor/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/editor/images
    [mkdir] Created dir: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/php_executables
    [mkdir] Created dir: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/php_executables/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/php_executables/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/php_executables/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/php_executables/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/php_executables/images
    [mkdir] Created dir: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/profile
    [mkdir] Created dir: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/profile/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/profile/images
    [mkdir] Created dir: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/validation
    [mkdir] Created dir: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/validation/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/validation/images
    [mkdir] Created dir: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/images
    [mkdir] Created dir: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_project_properties
    [mkdir] Created dir: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_project_properties/code_style_properties
    [mkdir] Created dir: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_project_properties/editor
    [mkdir] Created dir: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_project_properties/validation_properties
    [mkdir] Created dir: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_project_properties/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_project_properties/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_project_properties/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_project_properties/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_project_properties/images
    [mkdir] Created dir: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/images
    [mkdir] Created dir: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/images
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/images
    [mkdir] Created dir: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/css
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/css
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/css
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/css
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/index.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/table_of_contents.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/getting_started
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/getting_started/index.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/getting_started
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/getting_started/quick_start.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/getting_started/basic_tutorial
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/getting_started/basic_tutorial/index.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/getting_started/basic_tutorial
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/getting_started/basic_tutorial/creating_and_uploading_a_project.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/getting_started/basic_tutorial
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/getting_started/basic_tutorial/working_with_code_assist.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/getting_started/basic_tutorial
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/getting_started/basic_tutorial/working_with_refactoring.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/getting_started/basic_tutorial
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/getting_started/basic_tutorial/working_with_the_debugger.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/index.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/php_support.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/code_assist_concept.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/syntax_highlighting.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/automatic_insertion.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/matching_brackets.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/mark_occurrences.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/code_folding.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/commenting_code
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/commenting_code/index.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/commenting_code
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/commenting_code/phpdoc_comments.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/commenting_code
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/commenting_code/bookmarks.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/hover_support.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/refactoring.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/override_indicators.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/php_working_sets.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/show_type_hierarchy.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/php_manual_integration.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/real_time_error_detection.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/running.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/debugging_concept.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/breakpoints.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/include_paths.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/build_paths.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/path_mapping.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/mylyn_integration.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/phar_integration.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/exception_breakpoints.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/concepts/profiling_concept.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/index.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/creating_php_projects.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/file_creation
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/file_creation/index.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/file_creation
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/file_creation/creating_a_php_file_within_a_project.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/file_creation
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/file_creation/creating_a_new_php_file_outside_of_a_project.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/file_creation
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/file_creation/opening_an_external_file_in_neon.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/using_code_assist.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/using_templates.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/drag_and_drop.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/formatting_code.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/using_code_folding.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/searching_for_php_elements.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/opening_php_elements.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/opening_types_methods.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/using_smart_goto_source.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/viewing_type_hierarchies.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/creating_php_working_sets.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/using_mark_occurrences.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/using_refactoring
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/using_refactoring/index.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/using_refactoring
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/using_refactoring/renaming_files.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/using_refactoring
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/using_refactoring/renaming_elements.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/using_refactoring
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/using_refactoring/moving_files.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/using_refactoring
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/using_refactoring/extracting_variables.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/using_refactoring
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/using_refactoring/extracting_methods.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/how_to_comment_and_uncomment_php_code.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/commenting_php_docblocks.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/accessing_an_existing_cvs_checkout.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/running_files_and_applications
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/running_files_and_applications/index.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/running_files_and_applications
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/running_files_and_applications/running_php_scripts_locally.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/running_files_and_applications
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/running_files_and_applications/running_php_scripts_remotely.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/running_files_and_applications
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/running_files_and_applications/running_php_web_pages.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/debugging
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/debugging/index.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/debugging
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/debugging/setting_breakpoints.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/debugging
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/debugging/using_the_inspect_action.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/debugging
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/debugging/locally_debugging_a_php_script.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/debugging
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/debugging/debugging_a_php_web_page.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/debugging
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/debugging/analyzing_debugger_results.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/debugging
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/debugging/setting_exception_breakpoints.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/debugging/troubleshooting_remote_debugging
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/debugging/troubleshooting_remote_debugging/index.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/debugging/troubleshooting_remote_debugging
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/debugging/troubleshooting_remote_debugging/setting_your_zend_studio_for_eclipse_to_be_an_allowed_host.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/debugging/troubleshooting_remote_debugging
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/debugging/troubleshooting_remote_debugging/ensuring_the_placement_of_dummy_php.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/debugging/troubleshooting_remote_debugging
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/debugging/troubleshooting_remote_debugging/adding_a_server_path_map.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/php_libraries_preferences
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/php_libraries_preferences/index.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/php_libraries_preferences
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/php_libraries_preferences/adding_a_php_library.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/php_libraries_preferences
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/php_libraries_preferences/adding_external_folders_to_php_libraries.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/php_libraries_preferences
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/php_libraries_preferences/importing_php_user_libraries.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/php_libraries_preferences
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/php_libraries_preferences/exporting_php_user_libraries.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/php_libraries_preferences
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/php_libraries_preferences/editing_php_library_components_or_folders.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/php_libraries_preferences
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/php_libraries_preferences/editing_php_user_libraries.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/php_libraries_preferences
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/php_libraries_preferences/removing_a_php_library_or_library_folder.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/adding_elements_to_a_project_s_include_path.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/configuring_build_paths.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/adding_a_server_path_map.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/using_the_php_html_wysywig_editor.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/mylyn_integration1.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/profiling
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/profiling/index.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/profiling
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/profiling/profiling_local_php_script.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/profiling
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/profiling/profiling_php_web_page.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/profiling
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/profiling/profiling_with_browser_toolbars.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/profiling
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/profiling/exporting_profile_sessions.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/profiling
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/profiling/importing_profile_sessions.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/profiling
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/tasks/profiling/exporting_html_report.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/index.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/index.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_perspective_views
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_perspective_views/index.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_perspective_views
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_perspective_views/php_explorer_view.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_perspective_views
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_perspective_views/php_outline_view.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_perspective_views
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_perspective_views/type_hierarchy_view.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_debug_perspective
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_debug_perspective/index.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_debug_perspective
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_debug_perspective/debug_view.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_debug_perspective
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_debug_perspective/variables_view.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_debug_perspective
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_debug_perspective/breakpoints_view.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_debug_perspective
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_debug_perspective/expressions_view.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_debug_perspective
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_debug_perspective/debug_output_view.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_debug_perspective
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_debug_perspective/browser_output_view.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_additional_views
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_additional_views/index.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_additional_views
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_additional_views/php_functions_view.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_additional_views
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_additional_views/project_outline_view.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_profile_perspective
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_profile_perspective/index.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_profile_perspective
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_profile_perspective/profiling_monitor_view.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_profile_perspective
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_profile_perspective/profiler_information_view.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_profile_perspective
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_profile_perspective/execution_statistics_view.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_profile_perspective
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_profile_perspective/execution_flow_view.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_profile_perspective
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_profile_perspective/code_coverage_summary_view.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_profile_perspective
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_profile_perspective/code_coverage_view.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_profile_perspective
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspectives_and_views/php_profile_perspective/function_invocation_statistics_view.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/menus
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/menus/index.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/menus/file
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/menus/file/index.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/menus/file
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/menus/file/new.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/menus/file
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/menus/file/import.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/menus/file
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/menus/file/export.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/menus
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/menus/edit.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/menus
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/menus/source.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/menus
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/menus/refactor.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/menus
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/menus/navigate.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/menus
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/menus/search.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/menus
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/menus/project.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/menus
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/menus/run.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/menus
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/menus/navigation.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/menus
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/menus/window.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/menus
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/menus/help.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_perspective_main_toolbar.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/index.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/php.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/appearance.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/code_refactor.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/code_style_preferences
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/code_style_preferences/index.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/code_style_preferences
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/code_style_preferences/code_templates_preferences.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/code_style_preferences
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/code_style_preferences/formatter.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/debug
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/debug/index.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/debug
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/debug/installed_debuggers.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/debug
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/debug/step_filtering_preferences.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/debug
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/debug/launching.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/editor
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/editor/index.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/editor
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/editor/code_assist.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/editor
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/editor/folding.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/editor
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/editor/hovers.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/editor
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/editor/mark_occurences.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/editor
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/editor/save_actions.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/editor
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/editor/syntax_coloring.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/editor
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/editor/templates.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/editor
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/editor/typing.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/new_project_layout_preferences.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/php_executables
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/php_executables/index.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/php_executables
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/php_executables/php-execution-environment.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/php_interpreter.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/profile
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/profile/index.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/path_variables.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/php_manual.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/php_servers.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/configuring_tunneling_debug_preferences.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/code_coverage.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/validation
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/validation/index.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/validation
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/preferences/validation/task_tags.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_project_properties
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_project_properties/index.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_project_properties
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_project_properties/resource_properties.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_project_properties
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_project_properties/builders_properties.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_project_properties/code_style_properties
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_project_properties/code_style_properties/index.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_project_properties/code_style_properties
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_project_properties/code_style_properties/code_templates_properties.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_project_properties/code_style_properties
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_project_properties/code_style_properties/formatter_properties.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_project_properties
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_project_properties/php_build_path_properties.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_project_properties
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_project_properties/php_debug_properties.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_project_properties
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_project_properties/php_include_path_properties.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_project_properties
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_project_properties/php_interpreter_properties.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_project_properties
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_project_properties/php_task_tags_properties.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_project_properties
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_project_properties/project_references_properties.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_project_properties
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_project_properties/run_debug_settings_properties.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_project_properties/editor
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_project_properties/editor/index.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_project_properties/editor
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_project_properties/editor/save_actions_properties.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_project_properties/validation_properties
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_project_properties/validation_properties/index.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_project_properties/validation_properties
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_project_properties/validation_properties/task_tags_properties.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/php_icons.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/reference/keymap.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/video_tutorials.md
     [copy] Copying 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html
   [delete] Deleting: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/html/legal.md
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.php.help ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.php.help ---
[INFO] 
[INFO] --- tycho-eclipse:4.0.6:eclipse-run (default) @ org.eclipse.php.help ---
[INFO] Adding repository http://download.eclipse.org/releases/2022-12
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-17/latest]
[INFO] Expected Eclipse log file: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/target/eclipserun-work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-17/latest/bin/java, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -install, /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/target/eclipserun-work/configuration, -data, /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/target/eclipserun-work/data, -application, org.eclipse.ant.core.antRunner, -data, /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/target/workspace, -buildfile, customBuildCallbacks.xml, build.index]
Buildfile: customBuildCallbacks.xml
WARNING: A terminally deprecated method in java.lang.System has been called
WARNING: System::setSecurityManager has been called by org.eclipse.ant.internal.core.ant.InternalAntRunner (file:/home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/target/eclipserun-work/configuration/org.eclipse.osgi/10/0/.cp/lib/antsupportlib.jar)
WARNING: Please consider reporting this to the maintainers of org.eclipse.ant.internal.core.ant.InternalAntRunner
WARNING: System::setSecurityManager will be removed in a future release

build.index:
BUILD SUCCESSFUL

BUILD SUCCESSFUL
Total time: 3 seconds
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.php.help ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.php.help ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.php.help ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.php.help ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.php.help ---
[INFO] 67 system scoped dependencies were not mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.php.help ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.php.help ---
[INFO] Building jar: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/target/org.eclipse.php.help-8.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.php.help ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.php.help ---
[INFO] Signing jar: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.help/target/org.eclipse.php.help-8.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.php.help ---
[INFO] 
[INFO] ------------< org.eclipse.php:org.eclipse.php.core.parser >-------------
[INFO] Building org.eclipse.php.core.parser 8.3.0-SNAPSHOT               [4/46]
[INFO]   from plugins/org.eclipse.php.core.parser/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Artifact org.osgi:osgi.annotation:jar:8.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.osgi:osgi.annotation:jar:8.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.php.core.parser ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.php.core.parser ---
[INFO] The project's OSGi version is 8.3.0.202402261645
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.php.core.parser ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.php.core.parser ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.php.core.parser ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.php.core.parser ---
[INFO] Resolving class path of org.eclipse.php.core.parser
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.php.core.parser ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.core.parser/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.php.core.parser ---
[INFO] Compiling 44 source files to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.core.parser/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.php.core.parser ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.php.core.parser ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.php.core.parser ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.core.parser/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.php.core.parser ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.php.core.parser ---
[INFO] 18 system scoped dependencies were not mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.php.core.parser ---
[INFO] Building jar: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.core.parser/target/org.eclipse.php.core.parser-8.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.php.core.parser ---
[INFO] Building jar: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.core.parser/target/org.eclipse.php.core.parser-8.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.php.core.parser ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.php.core.parser ---
[INFO] Signing jar: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.core.parser/target/org.eclipse.php.core.parser-8.3.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.core.parser/target/org.eclipse.php.core.parser-8.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.php.core.parser ---
[INFO] 
[INFO] ----------------< org.eclipse.php:org.eclipse.php.core >----------------
[INFO] Building org.eclipse.php.core 8.3.0-SNAPSHOT                      [5/46]
[INFO]   from plugins/org.eclipse.php.core/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Artifact org.apache.commons:commons-lang3:jar:3.14.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.apache.commons:commons-lang3:jar:3.14.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.php.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.php.core ---
[INFO] The project's OSGi version is 8.3.0.202402261645
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.php.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.php.core ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.php.core ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.php.core ---
[INFO] Resolving class path of org.eclipse.php.core
[INFO] 
[INFO] --- antrun:1.8:run (replace-build-token) @ org.eclipse.php.core ---
[WARNING]  Parameter 'tasks' is deprecated: Use target instead
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks

main:

main:

checkUpToDate:

generateParser:
     [java] Warning : *** Reduce/Reduce conflict found in state #286
     [java]   between field_access_dim_list ::= compound_variable (*) 
     [java]   and     reference_variable ::= compound_variable (*) 
     [java]   under symbols: {T_CURLY_OPEN, T_OPEN_RECT}
     [java]   Resolved in favor of the first production.
     [java] 
     [java] ------- CUP v0.11b 20160615 Parser Generation Summary -------
     [java]   0 errors and 1 warning
     [java]   145 terminals, 102 non-terminals, and 353 productions declared, 
     [java]   producing 716 unique parse states.
     [java]   0 terminals declared but not used.
     [java]   0 non-terminals declared but not used.
     [java]   0 productions never reduced.
     [java]   1 conflict detected (4 expected).
     [java]   Code written to "PHPAstParser.java", and "ParserConstants.java".
     [java] ---------------------------------------------------- (CUP v0.11b 20160615)
     [move] Moving 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.core/gen/org/eclipse/php/internal/core/ast/scanner/php5
     [move] Moving 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.core/gen/org/eclipse/php/internal/core/ast/scanner/php5

init:
    [mkdir] Created dir: /tmp/PDT_JFlex_files

getJFlexJar:

setHttpProxy:

downloadAndUnpack:
      [get] Getting: https://github.com/jflex-de/jflex/releases/download/v1.9.1/jflex-1.9.1.zip
      [get] To: /tmp/PDT_JFlex_files/jflex-1.9.1.zip
      [get] https://github.com/jflex-de/jflex/releases/download/v1.9.1/jflex-1.9.1.zip moved to https://objects.githubusercontent.com/github-production-release-asset-2e65be/30818918/19511588-8e26-446f-bde7-b49ebb7b5638?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAVCODYLSA53PQK4ZA%2F20240226%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240226T164632Z&X-Amz-Expires=300&X-Amz-Signature=cca5cb059a446b885fd978772f3a8079b18f34c5fea20884ac036f7d946d22d6&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=30818918&response-content-disposition=attachment%3B%20filename%3Djflex-1.9.1.zip&response-content-type=application%2Foctet-stream
...........................................................................................................................................................................................................................................................................................................................
      [get] last modified = Sat Mar 11 02:33:53 UTC 2023
    [unzip] Expanding: /tmp/PDT_JFlex_files/jflex-1.9.1.zip into /tmp/PDT_JFlex_files

checkUpToDate:

generateScanner:
     [java] Reading skeleton file "../../jflex/common.skeleton".
     [java] Reading "ast_scanner.flex"
     [java] 
     [java] Warning in file "ast_scanner.flex" (line 1120): 
     [java] Expression matches the empty string, which may lead to non-termination.
     [java] <ST_HEREDOC>{HEREDOC_CHARS}*({HEREDOC_NEWLINE}+({LABEL}";"?)?)? {
     [java] Constructing NFA : 2,293 states in NFA
     [java] Converting NFA to DFA : 
     [java] ..........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
     [java] 758 states before minimization, 612 states in minimized DFA
     [java] Writing code to "../../../../gen/org/eclipse/php/internal/core/ast/scanner/php5/PHPAstLexer.java"

checkUpToDate:

generateParser:
     [java] Warning : *** Shift/Reduce conflict found in state #478
     [java]   between method_body ::= (*) 
     [java]   and     method_body ::= (*) T_CURLY_OPEN inner_statement_list T_CURLY_CLOSE 
     [java]   under symbol T_CURLY_OPEN
     [java]   Resolved in favor of shifting.
     [java] 
     [java] Warning : *** Reduce/Reduce conflict found in state #288
     [java]   between field_access_dim_list ::= compound_variable (*) 
     [java]   and     reference_variable ::= compound_variable (*) 
     [java]   under symbols: {T_CURLY_OPEN, T_OPEN_RECT}
     [java]   Resolved in favor of the first production.
     [java] 
     [java] ------- CUP v0.11b 20160615 Parser Generation Summary -------
     [java]   0 errors and 2 warnings
     [java]   145 terminals, 113 non-terminals, and 375 productions declared, 
     [java]   producing 743 unique parse states.
     [java]   0 terminals declared but not used.
     [java]   0 non-terminals declared but not used.
     [java]   0 productions never reduced.
     [java]   2 conflicts detected (4 expected).
     [java]   Code written to "CompilerAstParser.java", and "CompilerParserConstants.java".
     [java] ---------------------------------------------------- (CUP v0.11b 20160615)
     [move] Moving 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.core/gen/org/eclipse/php/internal/core/compiler/ast/parser/php5
     [move] Moving 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.core/gen/org/eclipse/php/internal/core/compiler/ast/parser/php5

checkUpToDate:

generateParser:
     [java] ------- CUP v0.11b 20160615 Parser Generation Summary -------
     [java]   0 errors and 0 warnings
     [java]   150 terminals, 111 non-terminals, and 403 productions declared, 
     [java]   producing 828 unique parse states.
     [java]   0 terminals declared but not used.
     [java]   0 non-terminals declared but not used.
     [java]   0 productions never reduced.
     [java]   0 conflicts detected (4 expected).
     [java]   Code written to "PHPAstParser.java", and "ParserConstants.java".
     [java] ---------------------------------------------------- (CUP v0.11b 20160615)
     [move] Moving 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.core/gen/org/eclipse/php/internal/core/ast/scanner/php53
     [move] Moving 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.core/gen/org/eclipse/php/internal/core/ast/scanner/php53

init:

getJFlexJar:

setHttpProxy:

downloadAndUnpack:

checkUpToDate:

generateScanner:
     [java] Reading skeleton file "../../jflex/common.skeleton".
     [java] Reading "ast_scanner.flex"
     [java] 
     [java] Warning in file "ast_scanner.flex" (line 1212): 
     [java] Expression matches the empty string, which may lead to non-termination.
     [java] <ST_HEREDOC>{HEREDOC_CHARS}*({HEREDOC_NEWLINE}+({LABEL}";"?)?)? {
     [java] 
     [java] Warning in file "ast_scanner.flex" (line 1225): 
     [java] Expression matches the empty string, which may lead to non-termination.
     [java] <ST_NOWDOC>{NOWDOC_CHARS}*({NEWLINE}+({LABEL}";"?)?)? {
     [java] Constructing NFA : 2,502 states in NFA
     [java] Converting NFA to DFA : 
     [java] .....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
     [java] 821 states before minimization, 656 states in minimized DFA
     [java] Writing code to "../../../../gen/org/eclipse/php/internal/core/ast/scanner/php53/PHPAstLexer.java"

checkUpToDate:

generateParser:
     [java] ------- CUP v0.11b 20160615 Parser Generation Summary -------
     [java]   0 errors and 0 warnings
     [java]   150 terminals, 128 non-terminals, and 431 productions declared, 
     [java]   producing 857 unique parse states.
     [java]   0 terminals declared but not used.
     [java]   0 non-terminals declared but not used.
     [java]   0 productions never reduced.
     [java]   0 conflicts detected (4 expected).
     [java]   Code written to "CompilerAstParser.java", and "CompilerParserConstants.java".
     [java] ---------------------------------------------------- (CUP v0.11b 20160615)
     [move] Moving 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.core/gen/org/eclipse/php/internal/core/compiler/ast/parser/php53
     [move] Moving 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.core/gen/org/eclipse/php/internal/core/compiler/ast/parser/php53

checkUpToDate:

generateParser:
     [java] ------- CUP v0.11b 20160615 Parser Generation Summary -------
     [java]   0 errors and 0 warnings
     [java]   155 terminals, 126 non-terminals, and 442 productions declared, 
     [java]   producing 904 unique parse states.
     [java]   0 terminals declared but not used.
     [java]   0 non-terminals declared but not used.
     [java]   0 productions never reduced.
     [java]   0 conflicts detected (4 expected).
     [java]   Code written to "PHPAstParser.java", and "ParserConstants.java".
     [java] ---------------------------------------------------- (CUP v0.11b 20160615)
     [move] Moving 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.core/gen/org/eclipse/php/internal/core/ast/scanner/php54
     [move] Moving 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.core/gen/org/eclipse/php/internal/core/ast/scanner/php54

init:

getJFlexJar:

setHttpProxy:

downloadAndUnpack:

checkUpToDate:

generateScanner:
     [java] Reading skeleton file "../../jflex/common.skeleton".
     [java] Reading "ast_scanner.flex"
     [java] 
     [java] Warning in file "ast_scanner.flex" (line 1229): 
     [java] Expression matches the empty string, which may lead to non-termination.
     [java] <ST_HEREDOC>{HEREDOC_CHARS}*({HEREDOC_NEWLINE}+({LABEL}";"?)?)? {
     [java] 
     [java] Warning in file "ast_scanner.flex" (line 1242): 
     [java] Expression matches the empty string, which may lead to non-termination.
     [java] <ST_NOWDOC>{NOWDOC_CHARS}*({NEWLINE}+({LABEL}";"?)?)? {
     [java] Constructing NFA : 2,543 states in NFA
     [java] Converting NFA to DFA : 
     [java] .......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
     [java] 839 states before minimization, 674 states in minimized DFA
     [java] Writing code to "../../../../gen/org/eclipse/php/internal/core/ast/scanner/php54/PHPAstLexer.java"

checkUpToDate:

generateParser:
     [java] ------- CUP v0.11b 20160615 Parser Generation Summary -------
     [java]   0 errors and 0 warnings
     [java]   155 terminals, 144 non-terminals, and 473 productions declared, 
     [java]   producing 936 unique parse states.
     [java]   0 terminals declared but not used.
     [java]   0 non-terminals declared but not used.
     [java]   0 productions never reduced.
     [java]   0 conflicts detected (4 expected).
     [java]   Code written to "CompilerAstParser.java", and "CompilerParserConstants.java".
     [java] ---------------------------------------------------- (CUP v0.11b 20160615)
     [move] Moving 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.core/gen/org/eclipse/php/internal/core/compiler/ast/parser/php54
     [move] Moving 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.core/gen/org/eclipse/php/internal/core/compiler/ast/parser/php54

checkUpToDate:

generateParser:
     [java] ------- CUP v0.11b 20160615 Parser Generation Summary -------
     [java]   0 errors and 0 warnings
     [java]   157 terminals, 139 non-terminals, and 472 productions declared, 
     [java]   producing 948 unique parse states.
     [java]   0 terminals declared but not used.
     [java]   0 non-terminals declared but not used.
     [java]   0 productions never reduced.
     [java]   0 conflicts detected (4 expected).
     [java]   Code written to "PHPAstParser.java", and "ParserConstants.java".
     [java] ---------------------------------------------------- (CUP v0.11b 20160615)
     [move] Moving 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.core/gen/org/eclipse/php/internal/core/ast/scanner/php55
     [move] Moving 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.core/gen/org/eclipse/php/internal/core/ast/scanner/php55

init:

getJFlexJar:

setHttpProxy:

downloadAndUnpack:

checkUpToDate:

generateScanner:
     [java] Reading skeleton file "../../jflex/common.skeleton".
     [java] Reading "ast_scanner.flex"
     [java] 
     [java] Warning in file "ast_scanner.flex" (line 1237): 
     [java] Expression matches the empty string, which may lead to non-termination.
     [java] <ST_HEREDOC>{HEREDOC_CHARS}*({HEREDOC_NEWLINE}+({LABEL}";"?)?)? {
     [java] 
     [java] Warning in file "ast_scanner.flex" (line 1250): 
     [java] Expression matches the empty string, which may lead to non-termination.
     [java] <ST_NOWDOC>{NOWDOC_CHARS}*({NEWLINE}+({LABEL}";"?)?)? {
     [java] Constructing NFA : 2,557 states in NFA
     [java] Converting NFA to DFA : 
     [java] ..............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
     [java] 846 states before minimization, 681 states in minimized DFA
     [java] Writing code to "../../../../gen/org/eclipse/php/internal/core/ast/scanner/php55/PHPAstLexer.java"

checkUpToDate:

generateParser:
     [java] ------- CUP v0.11b 20160615 Parser Generation Summary -------
     [java]   0 errors and 0 warnings
     [java]   157 terminals, 160 non-terminals, and 507 productions declared, 
     [java]   producing 979 unique parse states.
     [java]   0 terminals declared but not used.
     [java]   0 non-terminals declared but not used.
     [java]   0 productions never reduced.
     [java]   0 conflicts detected (4 expected).
     [java]   Code written to "CompilerAstParser.java", and "CompilerParserConstants.java".
     [java] ---------------------------------------------------- (CUP v0.11b 20160615)
     [move] Moving 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.core/gen/org/eclipse/php/internal/core/compiler/ast/parser/php55
     [move] Moving 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.core/gen/org/eclipse/php/internal/core/compiler/ast/parser/php55

checkUpToDate:

generateParser:
     [java] ------- CUP v0.11b 20160615 Parser Generation Summary -------
     [java]   0 errors and 0 warnings
     [java]   160 terminals, 141 non-terminals, and 518 productions declared, 
     [java]   producing 1046 unique parse states.
     [java]   0 terminals declared but not used.
     [java]   0 non-terminals declared but not used.
     [java]   0 productions never reduced.
     [java]   0 conflicts detected (4 expected).
     [java]   Code written to "PHPAstParser.java", and "ParserConstants.java".
     [java] ---------------------------------------------------- (CUP v0.11b 20160615)
     [move] Moving 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.core/gen/org/eclipse/php/internal/core/ast/scanner/php56
     [move] Moving 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.core/gen/org/eclipse/php/internal/core/ast/scanner/php56

init:

getJFlexJar:

setHttpProxy:

downloadAndUnpack:

checkUpToDate:

generateScanner:
     [java] Reading skeleton file "../../jflex/common.skeleton".
     [java] Reading "ast_scanner.flex"
     [java] 
     [java] Warning in file "ast_scanner.flex" (line 1247): 
     [java] Expression matches the empty string, which may lead to non-termination.
     [java] <ST_HEREDOC>{HEREDOC_CHARS}*({HEREDOC_NEWLINE}+({LABEL}";"?)?)? {
     [java] 
     [java] Warning in file "ast_scanner.flex" (line 1260): 
     [java] Expression matches the empty string, which may lead to non-termination.
     [java] <ST_NOWDOC>{NOWDOC_CHARS}*({NEWLINE}+({LABEL}";"?)?)? {
     [java] Constructing NFA : 2,571 states in NFA
     [java] Converting NFA to DFA : 
     [java] ...................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
     [java] 851 states before minimization, 686 states in minimized DFA
     [java] Writing code to "../../../../gen/org/eclipse/php/internal/core/ast/scanner/php56/PHPAstLexer.java"

checkUpToDate:

generateParser:
     [java] ------- CUP v0.11b 20160615 Parser Generation Summary -------
     [java]   0 errors and 0 warnings
     [java]   160 terminals, 162 non-terminals, and 553 productions declared, 
     [java]   producing 1077 unique parse states.
     [java]   0 terminals declared but not used.
     [java]   0 non-terminals declared but not used.
     [java]   0 productions never reduced.
     [java]   0 conflicts detected (4 expected).
     [java]   Code written to "CompilerAstParser.java", and "CompilerParserConstants.java".
     [java] ---------------------------------------------------- (CUP v0.11b 20160615)
     [move] Moving 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.core/gen/org/eclipse/php/internal/core/compiler/ast/parser/php56
     [move] Moving 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.core/gen/org/eclipse/php/internal/core/compiler/ast/parser/php56

checkUpToDate:

generateParser:
     [java] ------- CUP v0.11b 20160615 Parser Generation Summary -------
     [java]   0 errors and 0 warnings
     [java]   163 terminals, 132 non-terminals, and 504 productions declared, 
     [java]   producing 918 unique parse states.
     [java]   0 terminals declared but not used.
     [java]   0 non-terminals declared but not used.
     [java]   0 productions never reduced.
     [java]   0 conflicts detected (4 expected).
     [java]   Code written to "PHPAstParser.java", and "ParserConstants.java".
     [java] ---------------------------------------------------- (CUP v0.11b 20160615)
     [move] Moving 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.core/gen/org/eclipse/php/internal/core/ast/scanner/php7
     [move] Moving 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.core/gen/org/eclipse/php/internal/core/ast/scanner/php7

init:

getJFlexJar:

setHttpProxy:

downloadAndUnpack:

checkUpToDate:

generateScanner:
     [java] Reading skeleton file "../../jflex/common.skeleton".
     [java] Reading "ast_scanner.flex"
     [java] 
     [java] Warning in file "ast_scanner.flex" (line 1259): 
     [java] Expression matches the empty string, which may lead to non-termination.
     [java] <ST_HEREDOC>{HEREDOC_CHARS}*({HEREDOC_NEWLINE}+({LABEL}";"?)?)? {
     [java] 
     [java] Warning in file "ast_scanner.flex" (line 1272): 
     [java] Expression matches the empty string, which may lead to non-termination.
     [java] <ST_NOWDOC>{NOWDOC_CHARS}*({NEWLINE}+({LABEL}";"?)?)? {
     [java] Constructing NFA : 2,593 states in NFA
     [java] Converting NFA to DFA : 
     [java] ..........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
     [java] 858 states before minimization, 693 states in minimized DFA
     [java] Writing code to "../../../../gen/org/eclipse/php/internal/core/ast/scanner/php7/PHPAstLexer.java"

checkUpToDate:

generateParser:
     [java] ------- CUP v0.11b 20160615 Parser Generation Summary -------
     [java]   0 errors and 0 warnings
     [java]   163 terminals, 157 non-terminals, and 544 productions declared, 
     [java]   producing 955 unique parse states.
     [java]   0 terminals declared but not used.
     [java]   0 non-terminals declared but not used.
     [java]   0 productions never reduced.
     [java]   0 conflicts detected (4 expected).
     [java]   Code written to "CompilerAstParser.java", and "CompilerParserConstants.java".
     [java] ---------------------------------------------------- (CUP v0.11b 20160615)
     [move] Moving 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.core/gen/org/eclipse/php/internal/core/compiler/ast/parser/php7
     [move] Moving 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.core/gen/org/eclipse/php/internal/core/compiler/ast/parser/php7

checkUpToDate:

generateParser:
     [java] ------- CUP v0.11b 20160615 Parser Generation Summary -------
     [java]   0 errors and 0 warnings
     [java]   163 terminals, 131 non-terminals, and 500 productions declared, 
     [java]   producing 926 unique parse states.
     [java]   0 terminals declared but not used.
     [java]   0 non-terminals declared but not used.
     [java]   0 productions never reduced.
     [java]   0 conflicts detected (4 expected).
     [java]   Code written to "PHPAstParser.java", and "ParserConstants.java".
     [java] ---------------------------------------------------- (CUP v0.11b 20160615)
     [move] Moving 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.core/gen/org/eclipse/php/internal/core/ast/scanner/php71
     [move] Moving 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.core/gen/org/eclipse/php/internal/core/ast/scanner/php71

init:

getJFlexJar:

setHttpProxy:

downloadAndUnpack:

checkUpToDate:

generateScanner:
     [java] Reading skeleton file "../../jflex/common.skeleton".
     [java] Reading "ast_scanner.flex"
     [java] 
     [java] Warning in file "ast_scanner.flex" (line 1259): 
     [java] Expression matches the empty string, which may lead to non-termination.
     [java] <ST_HEREDOC>{HEREDOC_CHARS}*({HEREDOC_NEWLINE}+({LABEL}";"?)?)? {
     [java] 
     [java] Warning in file "ast_scanner.flex" (line 1272): 
     [java] Expression matches the empty string, which may lead to non-termination.
     [java] <ST_NOWDOC>{NOWDOC_CHARS}*({NEWLINE}+({LABEL}";"?)?)? {
     [java] Constructing NFA : 2,593 states in NFA
     [java] Converting NFA to DFA : 
     [java] ..........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
     [java] 858 states before minimization, 693 states in minimized DFA
     [java] Writing code to "../../../../gen/org/eclipse/php/internal/core/ast/scanner/php71/PHPAstLexer.java"

checkUpToDate:

generateParser:
     [java] ------- CUP v0.11b 20160615 Parser Generation Summary -------
     [java]   0 errors and 0 warnings
     [java]   163 terminals, 154 non-terminals, and 537 productions declared, 
     [java]   producing 962 unique parse states.
     [java]   0 terminals declared but not used.
     [java]   0 non-terminals declared but not used.
     [java]   0 productions never reduced.
     [java]   0 conflicts detected (4 expected).
     [java]   Code written to "CompilerAstParser.java", and "CompilerParserConstants.java".
     [java] ---------------------------------------------------- (CUP v0.11b 20160615)
     [move] Moving 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.core/gen/org/eclipse/php/internal/core/compiler/ast/parser/php71
     [move] Moving 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.core/gen/org/eclipse/php/internal/core/compiler/ast/parser/php71

checkUpToDate:

generateParser:
     [java] ------- CUP v0.11b 20160615 Parser Generation Summary -------
     [java]   0 errors and 0 warnings
     [java]   163 terminals, 132 non-terminals, and 502 productions declared, 
     [java]   producing 932 unique parse states.
     [java]   0 terminals declared but not used.
     [java]   0 non-terminals declared but not used.
     [java]   0 productions never reduced.
     [java]   0 conflicts detected (4 expected).
     [java]   Code written to "PHPAstParser.java", and "ParserConstants.java".
     [java] ---------------------------------------------------- (CUP v0.11b 20160615)
     [move] Moving 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.core/gen/org/eclipse/php/internal/core/ast/scanner/php72
     [move] Moving 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.core/gen/org/eclipse/php/internal/core/ast/scanner/php72

init:

getJFlexJar:

setHttpProxy:

downloadAndUnpack:

checkUpToDate:

generateScanner:
     [java] Reading skeleton file "../../jflex/common.skeleton".
     [java] Reading "ast_scanner.flex"
     [java] 
     [java] Warning in file "ast_scanner.flex" (line 1259): 
     [java] Expression matches the empty string, which may lead to non-termination.
     [java] <ST_HEREDOC>{HEREDOC_CHARS}*({HEREDOC_NEWLINE}+({LABEL}";"?)?)? {
     [java] 
     [java] Warning in file "ast_scanner.flex" (line 1272): 
     [java] Expression matches the empty string, which may lead to non-termination.
     [java] <ST_NOWDOC>{NOWDOC_CHARS}*({NEWLINE}+({LABEL}";"?)?)? {
     [java] Constructing NFA : 2,593 states in NFA
     [java] Converting NFA to DFA : 
     [java] ..........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
     [java] 858 states before minimization, 693 states in minimized DFA
     [java] Writing code to "../../../../gen/org/eclipse/php/internal/core/ast/scanner/php72/PHPAstLexer.java"

checkUpToDate:

generateParser:
     [java] ------- CUP v0.11b 20160615 Parser Generation Summary -------
     [java]   0 errors and 0 warnings
     [java]   163 terminals, 155 non-terminals, and 539 productions declared, 
     [java]   producing 968 unique parse states.
     [java]   0 terminals declared but not used.
     [java]   0 non-terminals declared but not used.
     [java]   0 productions never reduced.
     [java]   0 conflicts detected (4 expected).
     [java]   Code written to "CompilerAstParser.java", and "CompilerParserConstants.java".
     [java] ---------------------------------------------------- (CUP v0.11b 20160615)
     [move] Moving 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.core/gen/org/eclipse/php/internal/core/compiler/ast/parser/php72
     [move] Moving 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.core/gen/org/eclipse/php/internal/core/compiler/ast/parser/php72

checkUpToDate:

generateParser:
     [java] ------- CUP v0.11b 20160615 Parser Generation Summary -------
     [java]   0 errors and 0 warnings
     [java]   163 terminals, 132 non-terminals, and 502 productions declared, 
     [java]   producing 932 unique parse states.
     [java]   0 terminals declared but not used.
     [java]   0 non-terminals declared but not used.
     [java]   0 productions never reduced.
     [java]   0 conflicts detected (4 expected).
     [java]   Code written to "PHPAstParser.java", and "ParserConstants.java".
     [java] ---------------------------------------------------- (CUP v0.11b 20160615)
     [move] Moving 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.core/gen/org/eclipse/php/internal/core/ast/scanner/php73
     [move] Moving 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.core/gen/org/eclipse/php/internal/core/ast/scanner/php73

init:

getJFlexJar:

setHttpProxy:

downloadAndUnpack:

checkUpToDate:

generateScanner:
     [java] Reading skeleton file "../../jflex/common.skeleton".
     [java] Reading "ast_scanner.flex"
     [java] 
     [java] Warning in file "ast_scanner.flex" (line 1261): 
     [java] Expression matches the empty string, which may lead to non-termination.
     [java] <ST_HEREDOC>{HEREDOC_CHARS}*(({HEREDOC_NEWLINE}{TABS_AND_SPACES})+)? {
     [java] 
     [java] Warning in file "ast_scanner.flex" (line 1274): 
     [java] Expression matches the empty string, which may lead to non-termination.
     [java] <ST_NOWDOC>{NOWDOC_CHARS}*(({NEWLINE}{TABS_AND_SPACES})+)? {
     [java] Constructing NFA : 2,259 states in NFA
     [java] Converting NFA to DFA : 
     [java] .............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
     [java] 829 states before minimization, 684 states in minimized DFA
     [java] Writing code to "../../../../gen/org/eclipse/php/internal/core/ast/scanner/php73/PHPAstLexer.java"

checkUpToDate:

generateParser:
     [java] ------- CUP v0.11b 20160615 Parser Generation Summary -------
     [java]   0 errors and 0 warnings
     [java]   163 terminals, 155 non-terminals, and 539 productions declared, 
     [java]   producing 968 unique parse states.
     [java]   0 terminals declared but not used.
     [java]   0 non-terminals declared but not used.
     [java]   0 productions never reduced.
     [java]   0 conflicts detected (4 expected).
     [java]   Code written to "CompilerAstParser.java", and "CompilerParserConstants.java".
     [java] ---------------------------------------------------- (CUP v0.11b 20160615)
     [move] Moving 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.core/gen/org/eclipse/php/internal/core/compiler/ast/parser/php73
     [move] Moving 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.core/gen/org/eclipse/php/internal/core/compiler/ast/parser/php73

checkUpToDate:

generateParser:
     [java] ------- CUP v0.11b 20160615 Parser Generation Summary -------
     [java]   0 errors and 0 warnings
     [java]   166 terminals, 132 non-terminals, and 507 productions declared, 
     [java]   producing 954 unique parse states.
     [java]   0 terminals declared but not used.
     [java]   0 non-terminals declared but not used.
     [java]   0 productions never reduced.
     [java]   0 conflicts detected (4 expected).
     [java]   Code written to "PHPAstParser.java", and "ParserConstants.java".
     [java] ---------------------------------------------------- (CUP v0.11b 20160615)
     [move] Moving 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.core/gen/org/eclipse/php/internal/core/ast/scanner/php74
     [move] Moving 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.core/gen/org/eclipse/php/internal/core/ast/scanner/php74

init:

getJFlexJar:

setHttpProxy:

downloadAndUnpack:

checkUpToDate:

generateScanner:
     [java] Reading skeleton file "../../jflex/common.skeleton".
     [java] Reading "ast_scanner.flex"
     [java] 
     [java] Warning in file "ast_scanner.flex" (line 1269): 
     [java] Expression matches the empty string, which may lead to non-termination.
     [java] <ST_HEREDOC>{HEREDOC_CHARS}*(({HEREDOC_NEWLINE}{TABS_AND_SPACES})+)? {
     [java] 
     [java] Warning in file "ast_scanner.flex" (line 1282): 
     [java] Expression matches the empty string, which may lead to non-termination.
     [java] <ST_NOWDOC>{NOWDOC_CHARS}*(({NEWLINE}{TABS_AND_SPACES})+)? {
     [java] Constructing NFA : 2,394 states in NFA
     [java] Converting NFA to DFA : 
     [java] .................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
     [java] 849 states before minimization, 690 states in minimized DFA
     [java] Writing code to "../../../../gen/org/eclipse/php/internal/core/ast/scanner/php74/PHPAstLexer.java"

checkUpToDate:

generateParser:
     [java] ------- CUP v0.11b 20160615 Parser Generation Summary -------
     [java]   0 errors and 0 warnings
     [java]   166 terminals, 158 non-terminals, and 548 productions declared, 
     [java]   producing 993 unique parse states.
     [java]   0 terminals declared but not used.
     [java]   0 non-terminals declared but not used.
     [java]   0 productions never reduced.
     [java]   0 conflicts detected (4 expected).
     [java]   Code written to "CompilerAstParser.java", and "CompilerParserConstants.java".
     [java] ---------------------------------------------------- (CUP v0.11b 20160615)
     [move] Moving 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.core/gen/org/eclipse/php/internal/core/compiler/ast/parser/php74
     [move] Moving 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.core/gen/org/eclipse/php/internal/core/compiler/ast/parser/php74

checkUpToDate:

generateParser:
     [java] ------- CUP v0.11b 20160615 Parser Generation Summary -------
     [java]   0 errors and 0 warnings
     [java]   172 terminals, 157 non-terminals, and 564 productions declared, 
     [java]   producing 1065 unique parse states.
     [java]   0 terminals declared but not used.
     [java]   0 non-terminals declared but not used.
     [java]   0 productions never reduced.
     [java]   0 conflicts detected (4 expected).
     [java]   Code written to "PHPAstParser.java", and "ParserConstants.java".
     [java] ---------------------------------------------------- (CUP v0.11b 20160615)
     [move] Moving 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.core/gen/org/eclipse/php/internal/core/ast/scanner/php80
     [move] Moving 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.core/gen/org/eclipse/php/internal/core/ast/scanner/php80

init:

getJFlexJar:

setHttpProxy:

downloadAndUnpack:

checkUpToDate:

generateScanner:
     [java] Reading skeleton file "../../jflex/common.skeleton".
     [java] Reading "ast_scanner.flex"
     [java] 
     [java] Warning in file "ast_scanner.flex" (line 1297): 
     [java] Expression matches the empty string, which may lead to non-termination.
     [java] <ST_HEREDOC>{HEREDOC_CHARS}*(({HEREDOC_NEWLINE}{TABS_AND_SPACES})+)? {
     [java] 
     [java] Warning in file "ast_scanner.flex" (line 1310): 
     [java] Expression matches the empty string, which may lead to non-termination.
     [java] <ST_NOWDOC>{NOWDOC_CHARS}*(({NEWLINE}{TABS_AND_SPACES})+)? {
     [java] Constructing NFA : 2,465 states in NFA
     [java] Converting NFA to DFA : 
     [java] .........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
     [java] 873 states before minimization, 709 states in minimized DFA
     [java] Writing code to "../../../../gen/org/eclipse/php/internal/core/ast/scanner/php80/PHPAstLexer.java"

checkUpToDate:

generateParser:
     [java] ------- CUP v0.11b 20160615 Parser Generation Summary -------
     [java]   0 errors and 0 warnings
     [java]   172 terminals, 182 non-terminals, and 603 productions declared, 
     [java]   producing 1103 unique parse states.
     [java]   0 terminals declared but not used.
     [java]   0 non-terminals declared but not used.
     [java]   0 productions never reduced.
     [java]   0 conflicts detected (4 expected).
     [java]   Code written to "CompilerAstParser.java", and "CompilerParserConstants.java".
     [java] ---------------------------------------------------- (CUP v0.11b 20160615)
     [move] Moving 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.core/gen/org/eclipse/php/internal/core/compiler/ast/parser/php80
     [move] Moving 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.core/gen/org/eclipse/php/internal/core/compiler/ast/parser/php80

checkUpToDate:

generateParser:
     [java] ------- CUP v0.11b 20160615 Parser Generation Summary -------
     [java]   0 errors and 0 warnings
     [java]   176 terminals, 170 non-terminals, and 595 productions declared, 
     [java]   producing 1109 unique parse states.
     [java]   0 terminals declared but not used.
     [java]   0 non-terminals declared but not used.
     [java]   0 productions never reduced.
     [java]   0 conflicts detected (4 expected).
     [java]   Code written to "PHPAstParser.java", and "ParserConstants.java".
     [java] ---------------------------------------------------- (CUP v0.11b 20160615)
     [move] Moving 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.core/gen/org/eclipse/php/internal/core/ast/scanner/php81
     [move] Moving 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.core/gen/org/eclipse/php/internal/core/ast/scanner/php81

init:

getJFlexJar:

setHttpProxy:

downloadAndUnpack:

checkUpToDate:

generateScanner:
     [java] Reading skeleton file "../../jflex/common.skeleton".
     [java] Reading "ast_scanner.flex"
     [java] 
     [java] Warning in file "ast_scanner.flex" (line 1319): 
     [java] Expression matches the empty string, which may lead to non-termination.
     [java] <ST_HEREDOC>{HEREDOC_CHARS}*(({HEREDOC_NEWLINE}{TABS_AND_SPACES})+)? {
     [java] 
     [java] Warning in file "ast_scanner.flex" (line 1332): 
     [java] Expression matches the empty string, which may lead to non-termination.
     [java] <ST_NOWDOC>{NOWDOC_CHARS}*(({NEWLINE}{TABS_AND_SPACES})+)? {
     [java] Constructing NFA : 2,535 states in NFA
     [java] Converting NFA to DFA : 
     [java] .................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
     [java] 897 states before minimization, 727 states in minimized DFA
     [java] Writing code to "../../../../gen/org/eclipse/php/internal/core/ast/scanner/php81/PHPAstLexer.java"

checkUpToDate:

generateParser:
     [java] ------- CUP v0.11b 20160615 Parser Generation Summary -------
     [java]   0 errors and 0 warnings
     [java]   176 terminals, 196 non-terminals, and 634 productions declared, 
     [java]   producing 1148 unique parse states.
     [java]   0 terminals declared but not used.
     [java]   0 non-terminals declared but not used.
     [java]   0 productions never reduced.
     [java]   0 conflicts detected (4 expected).
     [java]   Code written to "CompilerAstParser.java", and "CompilerParserConstants.java".
     [java] ---------------------------------------------------- (CUP v0.11b 20160615)
     [move] Moving 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.core/gen/org/eclipse/php/internal/core/compiler/ast/parser/php81
     [move] Moving 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.core/gen/org/eclipse/php/internal/core/compiler/ast/parser/php81

checkUpToDate:

generateParser:
     [java] ------- CUP v0.11b 20160615 Parser Generation Summary -------
     [java]   0 errors and 0 warnings
     [java]   176 terminals, 174 non-terminals, and 603 productions declared, 
     [java]   producing 1125 unique parse states.
     [java]   0 terminals declared but not used.
     [java]   0 non-terminals declared but not used.
     [java]   0 productions never reduced.
     [java]   0 conflicts detected (4 expected).
     [java]   Code written to "PHPAstParser.java", and "ParserConstants.java".
     [java] ---------------------------------------------------- (CUP v0.11b 20160615)
     [move] Moving 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.core/gen/org/eclipse/php/internal/core/ast/scanner/php82
     [move] Moving 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.core/gen/org/eclipse/php/internal/core/ast/scanner/php82

init:

getJFlexJar:

setHttpProxy:

downloadAndUnpack:

checkUpToDate:

generateScanner:
     [java] Reading skeleton file "../../jflex/common.skeleton".
     [java] Reading "ast_scanner.flex"
     [java] 
     [java] Warning in file "ast_scanner.flex" (line 1319): 
     [java] Expression matches the empty string, which may lead to non-termination.
     [java] <ST_HEREDOC>{HEREDOC_CHARS}*(({HEREDOC_NEWLINE}{TABS_AND_SPACES})+)? {
     [java] 
     [java] Warning in file "ast_scanner.flex" (line 1332): 
     [java] Expression matches the empty string, which may lead to non-termination.
     [java] <ST_NOWDOC>{NOWDOC_CHARS}*(({NEWLINE}{TABS_AND_SPACES})+)? {
     [java] Constructing NFA : 2,535 states in NFA
     [java] Converting NFA to DFA : 
     [java] .................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
     [java] 897 states before minimization, 727 states in minimized DFA
     [java] Writing code to "../../../../gen/org/eclipse/php/internal/core/ast/scanner/php82/PHPAstLexer.java"

checkUpToDate:

generateParser:
     [java] ------- CUP v0.11b 20160615 Parser Generation Summary -------
     [java]   0 errors and 0 warnings
     [java]   176 terminals, 200 non-terminals, and 641 productions declared, 
     [java]   producing 1161 unique parse states.
     [java]   0 terminals declared but not used.
     [java]   0 non-terminals declared but not used.
     [java]   0 productions never reduced.
     [java]   0 conflicts detected (4 expected).
     [java]   Code written to "CompilerAstParser.java", and "CompilerParserConstants.java".
     [java] ---------------------------------------------------- (CUP v0.11b 20160615)
     [move] Moving 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.core/gen/org/eclipse/php/internal/core/compiler/ast/parser/php82
     [move] Moving 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.core/gen/org/eclipse/php/internal/core/compiler/ast/parser/php82

checkUpToDate:

generateParser:
     [java] ------- CUP v0.11b 20160615 Parser Generation Summary -------
     [java]   0 errors and 0 warnings
     [java]   176 terminals, 175 non-terminals, and 608 productions declared, 
     [java]   producing 1135 unique parse states.
     [java]   0 terminals declared but not used.
     [java]   0 non-terminals declared but not used.
     [java]   0 productions never reduced.
     [java]   0 conflicts detected (4 expected).
     [java]   Code written to "PHPAstParser.java", and "ParserConstants.java".
     [java] ---------------------------------------------------- (CUP v0.11b 20160615)
     [move] Moving 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.core/gen/org/eclipse/php/internal/core/ast/scanner/php83
     [move] Moving 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.core/gen/org/eclipse/php/internal/core/ast/scanner/php83

init:

getJFlexJar:

setHttpProxy:

downloadAndUnpack:

checkUpToDate:

generateScanner:
     [java] Reading skeleton file "../../jflex/common.skeleton".
     [java] Reading "ast_scanner.flex"
     [java] 
     [java] Warning in file "ast_scanner.flex" (line 1319): 
     [java] Expression matches the empty string, which may lead to non-termination.
     [java] <ST_HEREDOC>{HEREDOC_CHARS}*(({HEREDOC_NEWLINE}{TABS_AND_SPACES})+)? {
     [java] 
     [java] Warning in file "ast_scanner.flex" (line 1332): 
     [java] Expression matches the empty string, which may lead to non-termination.
     [java] <ST_NOWDOC>{NOWDOC_CHARS}*(({NEWLINE}{TABS_AND_SPACES})+)? {
     [java] Constructing NFA : 2,535 states in NFA
     [java] Converting NFA to DFA : 
     [java] .................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
     [java] 897 states before minimization, 727 states in minimized DFA
     [java] Writing code to "../../../../gen/org/eclipse/php/internal/core/ast/scanner/php83/PHPAstLexer.java"

checkUpToDate:

generateParser:
     [java] ------- CUP v0.11b 20160615 Parser Generation Summary -------
     [java]   0 errors and 0 warnings
     [java]   176 terminals, 201 non-terminals, and 646 productions declared, 
     [java]   producing 1171 unique parse states.
     [java]   0 terminals declared but not used.
     [java]   0 non-terminals declared but not used.
     [java]   0 productions never reduced.
     [java]   0 conflicts detected (4 expected).
     [java]   Code written to "CompilerAstParser.java", and "CompilerParserConstants.java".
     [java] ---------------------------------------------------- (CUP v0.11b 20160615)
     [move] Moving 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.core/gen/org/eclipse/php/internal/core/compiler/ast/parser/php83
     [move] Moving 1 file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.core/gen/org/eclipse/php/internal/core/compiler/ast/parser/php83

init:

getJFlexJar:

setHttpProxy:

downloadAndUnpack:

checkUpToDate:

generateScanner:
     [java] Reading skeleton file "../../jflex/common.skeleton".
     [java] Reading "documentor_compiler_ast_scanner.flex"
     [java] 
     [java] Warning in file "documentor_compiler_ast_scanner.flex" (line 466): 
     [java] Expression matches the empty string, which may lead to non-termination.
     [java] <ST_IN_SHORT_DESC,ST_IN_LONG_DESC,ST_IN_TAGS>^{LINESTART}     {updateStartPos(findIndentedLineStartTagPosition());}
     [java] Constructing NFA : 288 states in NFA
     [java] Converting NFA to DFA : 
     [java] ...............................................................................................
     [java] 105 states before minimization, 80 states in minimized DFA
     [java] Writing code to "../../../../gen/org/eclipse/php/internal/core/compiler/ast/parser/DocumentorLexer.java"

init:

getJFlexJar:

setHttpProxy:

downloadAndUnpack:

checkUpToDate:

generateScanner:
     [java] Reading skeleton file "../../jflex/common.skeleton".
     [java] Reading "highlighting_scanner.jflex"
     [java] 
     [java] Warning in file "highlighting_scanner.jflex" (line 906): 
     [java] Expression matches the empty string, which may lead to non-termination.
     [java] <ST_PHP_HEREDOC>{HEREDOC_CHARS}*({HEREDOC_NEWLINE}+({LABEL}";"?)?)? {
     [java] Constructing NFA : 2,163 states in NFA
     [java] Converting NFA to DFA : 
     [java] ...........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
     [java] 715 states before minimization, 543 states in minimized DFA
     [java] Writing code to "../../../../gen/org/eclipse/php/internal/core/documentModel/parser/php5/PHPLexer.java"

init:

getJFlexJar:

setHttpProxy:

downloadAndUnpack:

checkUpToDate:

generateScanner:
     [java] Reading skeleton file "../../jflex/common.skeleton".
     [java] Reading "highlighting_scanner.jflex"
     [java] 
     [java] Warning in file "highlighting_scanner.jflex" (line 1019): 
     [java] Expression matches the empty string, which may lead to non-termination.
     [java] <ST_PHP_HEREDOC>{HEREDOC_CHARS}*({HEREDOC_NEWLINE}+({LABEL}";"?)?)? {
     [java] 
     [java] Warning in file "highlighting_scanner.jflex" (line 1032): 
     [java] Expression matches the empty string, which may lead to non-termination.
     [java] <ST_PHP_NOWDOC>{NOWDOC_CHARS}*({NEWLINE}+({LABEL}";"?)?)? {
     [java] Constructing NFA : 2,383 states in NFA
     [java] Converting NFA to DFA : 
     [java] ...........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
     [java] 785 states before minimization, 593 states in minimized DFA
     [java] Writing code to "../../../../gen/org/eclipse/php/internal/core/documentModel/parser/php53/PHPLexer.java"

init:

getJFlexJar:

setHttpProxy:

downloadAndUnpack:

checkUpToDate:

generateScanner:
     [java] Reading skeleton file "../../jflex/common.skeleton".
     [java] Reading "highlighting_scanner.jflex"
     [java] 
     [java] Warning in file "highlighting_scanner.jflex" (line 1036): 
     [java] Expression matches the empty string, which may lead to non-termination.
     [java] <ST_PHP_HEREDOC>{HEREDOC_CHARS}*({HEREDOC_NEWLINE}+({LABEL}";"?)?)? {
     [java] 
     [java] Warning in file "highlighting_scanner.jflex" (line 1049): 
     [java] Expression matches the empty string, which may lead to non-termination.
     [java] <ST_PHP_NOWDOC>{NOWDOC_CHARS}*({NEWLINE}+({LABEL}";"?)?)? {
     [java] Constructing NFA : 2,424 states in NFA
     [java] Converting NFA to DFA : 
     [java] .............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
     [java] 803 states before minimization, 609 states in minimized DFA
     [java] Writing code to "../../../../gen/org/eclipse/php/internal/core/documentModel/parser/php54/PHPLexer.java"

init:

getJFlexJar:

setHttpProxy:

downloadAndUnpack:

checkUpToDate:

generateScanner:
     [java] Reading skeleton file "../../jflex/common.skeleton".
     [java] Reading "highlighting_scanner.jflex"
     [java] 
     [java] Warning in file "highlighting_scanner.jflex" (line 1044): 
     [java] Expression matches the empty string, which may lead to non-termination.
     [java] <ST_PHP_HEREDOC>{HEREDOC_CHARS}*({HEREDOC_NEWLINE}+({LABEL}";"?)?)? {
     [java] 
     [java] Warning in file "highlighting_scanner.jflex" (line 1057): 
     [java] Expression matches the empty string, which may lead to non-termination.
     [java] <ST_PHP_NOWDOC>{NOWDOC_CHARS}*({NEWLINE}+({LABEL}";"?)?)? {
     [java] Constructing NFA : 2,438 states in NFA
     [java] Converting NFA to DFA : 
     [java] ....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
     [java] 810 states before minimization, 616 states in minimized DFA
     [java] Writing code to "../../../../gen/org/eclipse/php/internal/core/documentModel/parser/php55/PHPLexer.java"

init:

getJFlexJar:

setHttpProxy:

downloadAndUnpack:

checkUpToDate:

generateScanner:
     [java] Reading skeleton file "../../jflex/common.skeleton".
     [java] Reading "highlighting_scanner.jflex"
     [java] 
     [java] Warning in file "highlighting_scanner.jflex" (line 1044): 
     [java] Expression matches the empty string, which may lead to non-termination.
     [java] <ST_PHP_HEREDOC>{HEREDOC_CHARS}*({HEREDOC_NEWLINE}+({LABEL}";"?)?)? {
     [java] 
     [java] Warning in file "highlighting_scanner.jflex" (line 1057): 
     [java] Expression matches the empty string, which may lead to non-termination.
     [java] <ST_PHP_NOWDOC>{NOWDOC_CHARS}*({NEWLINE}+({LABEL}";"?)?)? {
     [java] Constructing NFA : 2,449 states in NFA
     [java] Converting NFA to DFA : 
     [java] ......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
     [java] 812 states before minimization, 617 states in minimized DFA
     [java] Writing code to "../../../../gen/org/eclipse/php/internal/core/documentModel/parser/php56/PHPLexer.java"

init:

getJFlexJar:

setHttpProxy:

downloadAndUnpack:

checkUpToDate:

generateScanner:
     [java] Reading skeleton file "../../jflex/common.skeleton".
     [java] Reading "highlighting_scanner.jflex"
     [java] 
     [java] Warning in file "highlighting_scanner.jflex" (line 1078): 
     [java] Expression matches the empty string, which may lead to non-termination.
     [java] <ST_PHP_HEREDOC>{HEREDOC_CHARS}*({HEREDOC_NEWLINE}+({LABEL}";"?)?)? {
     [java] 
     [java] Warning in file "highlighting_scanner.jflex" (line 1091): 
     [java] Expression matches the empty string, which may lead to non-termination.
     [java] <ST_PHP_NOWDOC>{NOWDOC_CHARS}*({NEWLINE}+({LABEL}";"?)?)? {
     [java] Constructing NFA : 2,513 states in NFA
     [java] Converting NFA to DFA : 
     [java] ........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
     [java] 848 states before minimization, 650 states in minimized DFA
     [java] Writing code to "../../../../gen/org/eclipse/php/internal/core/documentModel/parser/php7/PHPLexer.java"

init:

getJFlexJar:

setHttpProxy:

downloadAndUnpack:

checkUpToDate:

generateScanner:
     [java] Reading skeleton file "../../jflex/common.skeleton".
     [java] Reading "highlighting_scanner.jflex"
     [java] 
     [java] Warning in file "highlighting_scanner.jflex" (line 1082): 
     [java] Expression matches the empty string, which may lead to non-termination.
     [java] <ST_PHP_HEREDOC>{HEREDOC_CHARS}*({HEREDOC_NEWLINE}+({LABEL}";"?)?)? {
     [java] 
     [java] Warning in file "highlighting_scanner.jflex" (line 1095): 
     [java] Expression matches the empty string, which may lead to non-termination.
     [java] <ST_PHP_NOWDOC>{NOWDOC_CHARS}*({NEWLINE}+({LABEL}";"?)?)? {
     [java] Constructing NFA : 2,518 states in NFA
     [java] Converting NFA to DFA : 
     [java] ...........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
     [java] 851 states before minimization, 653 states in minimized DFA
     [java] Writing code to "../../../../gen/org/eclipse/php/internal/core/documentModel/parser/php71/PHPLexer.java"

init:

getJFlexJar:

setHttpProxy:

downloadAndUnpack:

checkUpToDate:

generateScanner:
     [java] Reading skeleton file "../../jflex/common.skeleton".
     [java] Reading "highlighting_scanner.jflex"
     [java] 
     [java] Warning in file "highlighting_scanner.jflex" (line 1086): 
     [java] Expression matches the empty string, which may lead to non-termination.
     [java] <ST_PHP_HEREDOC>{HEREDOC_CHARS}*({HEREDOC_NEWLINE}+({LABEL}";"?)?)? {
     [java] 
     [java] Warning in file "highlighting_scanner.jflex" (line 1099): 
     [java] Expression matches the empty string, which may lead to non-termination.
     [java] <ST_PHP_NOWDOC>{NOWDOC_CHARS}*({NEWLINE}+({LABEL}";"?)?)? {
     [java] Constructing NFA : 2,525 states in NFA
     [java] Converting NFA to DFA : 
     [java] ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
     [java] 856 states before minimization, 659 states in minimized DFA
     [java] Writing code to "../../../../gen/org/eclipse/php/internal/core/documentModel/parser/php72/PHPLexer.java"

init:

getJFlexJar:

setHttpProxy:

downloadAndUnpack:

checkUpToDate:

generateScanner:
     [java] Reading skeleton file "../../jflex/common.skeleton".
     [java] Reading "highlighting_scanner.jflex"
     [java] 
     [java] Warning in file "highlighting_scanner.jflex" (line 1083): 
     [java] Expression matches the empty string, which may lead to non-termination.
     [java] <ST_PHP_HEREDOC>{HEREDOC_CHARS}*(({HEREDOC_NEWLINE}{TABS_AND_SPACES})+)? {
     [java] 
     [java] Warning in file "highlighting_scanner.jflex" (line 1096): 
     [java] Expression matches the empty string, which may lead to non-termination.
     [java] <ST_PHP_NOWDOC>{NOWDOC_CHARS}*(({NEWLINE}{TABS_AND_SPACES})+)? {
     [java] Constructing NFA : 2,195 states in NFA
     [java] Converting NFA to DFA : 
     [java] ...................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
     [java] 827 states before minimization, 649 states in minimized DFA
     [java] Writing code to "../../../../gen/org/eclipse/php/internal/core/documentModel/parser/php73/PHPLexer.java"

init:

getJFlexJar:

setHttpProxy:

downloadAndUnpack:

checkUpToDate:

generateScanner:
     [java] Reading skeleton file "../../jflex/common.skeleton".
     [java] Reading "highlighting_scanner.jflex"
     [java] 
     [java] Warning in file "highlighting_scanner.jflex" (line 1087): 
     [java] Expression matches the empty string, which may lead to non-termination.
     [java] <ST_PHP_HEREDOC>{HEREDOC_CHARS}*(({HEREDOC_NEWLINE}{TABS_AND_SPACES})+)? {
     [java] 
     [java] Warning in file "highlighting_scanner.jflex" (line 1100): 
     [java] Expression matches the empty string, which may lead to non-termination.
     [java] <ST_PHP_NOWDOC>{NOWDOC_CHARS}*(({NEWLINE}{TABS_AND_SPACES})+)? {
     [java] Constructing NFA : 2,332 states in NFA
     [java] Converting NFA to DFA : 
     [java] .......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
     [java] 847 states before minimization, 654 states in minimized DFA
     [java] Writing code to "../../../../gen/org/eclipse/php/internal/core/documentModel/parser/php74/PHPLexer.java"

init:

getJFlexJar:

setHttpProxy:

downloadAndUnpack:

checkUpToDate:

generateScanner:
     [java] Reading skeleton file "../../jflex/common.skeleton".
     [java] Reading "highlighting_scanner.jflex"
     [java] 
     [java] Warning in file "highlighting_scanner.jflex" (line 1100): 
     [java] Expression matches the empty string, which may lead to non-termination.
     [java] <ST_PHP_HEREDOC>{HEREDOC_CHARS}*(({HEREDOC_NEWLINE}{TABS_AND_SPACES})+)? {
     [java] 
     [java] Warning in file "highlighting_scanner.jflex" (line 1113): 
     [java] Expression matches the empty string, which may lead to non-termination.
     [java] <ST_PHP_NOWDOC>{NOWDOC_CHARS}*(({NEWLINE}{TABS_AND_SPACES})+)? {
     [java] Constructing NFA : 2,347 states in NFA
     [java] Converting NFA to DFA : 
     [java] .................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
     [java] 857 states before minimization, 665 states in minimized DFA
     [java] Writing code to "../../../../gen/org/eclipse/php/internal/core/documentModel/parser/php80/PHPLexer.java"

init:

getJFlexJar:

setHttpProxy:

downloadAndUnpack:

checkUpToDate:

generateScanner:
     [java] Reading skeleton file "../../jflex/common.skeleton".
     [java] Reading "highlighting_scanner.jflex"
     [java] 
     [java] Warning in file "highlighting_scanner.jflex" (line 1112): 
     [java] Expression matches the empty string, which may lead to non-termination.
     [java] <ST_PHP_HEREDOC>{HEREDOC_CHARS}*(({HEREDOC_NEWLINE}{TABS_AND_SPACES})+)? {
     [java] 
     [java] Warning in file "highlighting_scanner.jflex" (line 1125): 
     [java] Expression matches the empty string, which may lead to non-termination.
     [java] <ST_PHP_NOWDOC>{NOWDOC_CHARS}*(({NEWLINE}{TABS_AND_SPACES})+)? {
     [java] Constructing NFA : 2,367 states in NFA
     [java] Converting NFA to DFA : 
     [java] ............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
     [java] 868 states before minimization, 676 states in minimized DFA
     [java] Writing code to "../../../../gen/org/eclipse/php/internal/core/documentModel/parser/php81/PHPLexer.java"

init:

getJFlexJar:

setHttpProxy:

downloadAndUnpack:

checkUpToDate:

generateScanner:
     [java] Reading skeleton file "../../jflex/common.skeleton".
     [java] Reading "highlighting_scanner.jflex"
     [java] 
     [java] Warning in file "highlighting_scanner.jflex" (line 1112): 
     [java] Expression matches the empty string, which may lead to non-termination.
     [java] <ST_PHP_HEREDOC>{HEREDOC_CHARS}*(({HEREDOC_NEWLINE}{TABS_AND_SPACES})+)? {
     [java] 
     [java] Warning in file "highlighting_scanner.jflex" (line 1125): 
     [java] Expression matches the empty string, which may lead to non-termination.
     [java] <ST_PHP_NOWDOC>{NOWDOC_CHARS}*(({NEWLINE}{TABS_AND_SPACES})+)? {
     [java] Constructing NFA : 2,367 states in NFA
     [java] Converting NFA to DFA : 
     [java] ............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
     [java] 868 states before minimization, 676 states in minimized DFA
     [java] Writing code to "../../../../gen/org/eclipse/php/internal/core/documentModel/parser/php82/PHPLexer.java"

init:

getJFlexJar:

setHttpProxy:

downloadAndUnpack:

checkUpToDate:

generateScanner:
     [java] Reading skeleton file "../../jflex/common.skeleton".
     [java] Reading "highlighting_scanner.jflex"
     [java] 
     [java] Warning in file "highlighting_scanner.jflex" (line 1112): 
     [java] Expression matches the empty string, which may lead to non-termination.
     [java] <ST_PHP_HEREDOC>{HEREDOC_CHARS}*(({HEREDOC_NEWLINE}{TABS_AND_SPACES})+)? {
     [java] 
     [java] Warning in file "highlighting_scanner.jflex" (line 1125): 
     [java] Expression matches the empty string, which may lead to non-termination.
     [java] <ST_PHP_NOWDOC>{NOWDOC_CHARS}*(({NEWLINE}{TABS_AND_SPACES})+)? {
     [java] Constructing NFA : 2,367 states in NFA
     [java] Converting NFA to DFA : 
     [java] ............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
     [java] 868 states before minimization, 676 states in minimized DFA
     [java] Writing code to "../../../../gen/org/eclipse/php/internal/core/documentModel/parser/php83/PHPLexer.java"

init:

getJFlexJar:

setHttpProxy:

downloadAndUnpack:

checkUpToDate:

generateScanner:
     [java] Reading skeleton file "../jflex/PHPTokenizer.skeleton".
     [java] Reading "PHPTokenizer.jflex"
     [java] 
     [java] Warning: Macro "StringType" has been declared but never used.
     [java] 
     [java] Warning: Macro "extPE" has been declared but never used.
     [java] 
     [java] Warning: Macro "children" has been declared but never used.
     [java] 
     [java] Warning: Macro "SDDecl" has been declared but never used.
     [java] 
     [java] Warning: Macro "element" has been declared but never used.
     [java] 
     [java] Warning: Macro "CharData" has been declared but never used.
     [java] 
     [java] Warning: Macro "Misc" has been declared but never used.
     [java] 
     [java] Warning: Macro "EntityDecl" has been declared but never used.
     [java] 
     [java] Warning: Macro "ETag" has been declared but never used.
     [java] 
     [java] Warning: Macro "DefaultDecl" has been declared but never used.
     [java] 
     [java] Warning: Macro "extParsedEnt" has been declared but never used.
     [java] 
     [java] Warning: Macro "EncName" has been declared but never used.
     [java] 
     [java] Warning: Macro "doctypedecl" has been declared but never used.
     [java] 
     [java] Warning: Macro "Attribute" has been declared but never used.
     [java] 
     [java] Warning: Macro "EnumeratedType" has been declared but never used.
     [java] 
     [java] Warning: Macro "document" has been declared but never used.
     [java] 
     [java] Warning: Macro "AttDef" has been declared but never used.
     [java] 
     [java] Warning: Macro "ignoreSect" has been declared but never used.
     [java] 
     [java] Warning: Macro "PEDecl" has been declared but never used.
     [java] 
     [java] Warning: Macro "EntityDef" has been declared but never used.
     [java] 
     [java] Warning: Macro "Names" has been declared but never used.
     [java] 
     [java] Warning: Macro "Char" has been declared but never used.
     [java] 
     [java] Warning: Macro "PEDef" has been declared but never used.
     [java] 
     [java] Warning: Macro "CData" has been declared but never used.
     [java] 
     [java] Warning: Macro "ISO639Code" has been declared but never used.
     [java] 
     [java] Warning: Macro "seq" has been declared but never used.
     [java] 
     [java] Warning: Macro "Langcode" has been declared but never used.
     [java] 
     [java] Warning: Macro "STag" has been declared but never used.
     [java] 
     [java] Warning: Macro "AttlistDecl" has been declared but never used.
     [java] 
     [java] Warning: Macro "NotationDecl" has been declared but never used.
     [java] 
     [java] Warning: Macro "Enumeration" has been declared but never used.
     [java] 
     [java] Warning: Macro "markupdecl" has been declared but never used.
     [java] 
     [java] Warning: Macro "contentspec" has been declared but never used.
     [java] 
     [java] Warning: Macro "EntityValue" has been declared but never used.
     [java] 
     [java] Warning: Macro "cp" has been declared but never used.
     [java] 
     [java] Warning: Macro "includeSect" has been declared but never used.
     [java] 
     [java] Warning: Macro "EmptyElemTag" has been declared but never used.
     [java] 
     [java] Warning: Macro "VersionNum" has been declared but never used.
     [java] 
     [java] Warning: Macro "choice" has been declared but never used.
     [java] 
     [java] Warning: Macro "CDSect" has been declared but never used.
     [java] 
     [java] Warning: Macro "Ignore" has been declared but never used.
     [java] 
     [java] Warning: Macro "extSubset" has been declared but never used.
     [java] 
     [java] Warning: Macro "UserCode" has been declared but never used.
     [java] 
     [java] Warning: Macro "PublicID" has been declared but never used.
     [java] 
     [java] Warning: Macro "elementdecl" has been declared but never used.
     [java] 
     [java] Warning: Macro "TextDecl" has been declared but never used.
     [java] 
     [java] Warning: Macro "XMLDecl" has been declared but never used.
     [java] 
     [java] Warning: Macro "EncodingDecl" has been declared but never used.
     [java] 
     [java] Warning: Macro "AttType" has been declared but never used.
     [java] 
     [java] Warning: Macro "NDataDecl" has been declared but never used.
     [java] 
     [java] Warning: Macro "Mixed" has been declared but never used.
     [java] 
     [java] Warning: Macro "GEDecl" has been declared but never used.
     [java] 
     [java] Warning: Macro "Nmtoken" has been declared but never used.
     [java] 
     [java] Warning: Macro "extSubsetDecl" has been declared but never used.
     [java] 
     [java] Warning: Macro "ExternalID" has been declared but never used.
     [java] 
     [java] Warning: Macro "content" has been declared but never used.
     [java] 
     [java] Warning: Macro "TokenizedType" has been declared but never used.
     [java] 
     [java] Warning: Macro "Subcode" has been declared but never used.
     [java] 
     [java] Warning: Macro "ignoreSectContents" has been declared but never used.
     [java] 
     [java] Warning: Macro "Nmtokens" has been declared but never used.
     [java] 
     [java] Warning: Macro "LanguageID" has been declared but never used.
     [java] 
     [java] Warning: Macro "Comment" has been declared but never used.
     [java] 
     [java] Warning: Macro "conditionalSect" has been declared but never used.
     [java] 
     [java] Warning: Macro "IanaCode" has been declared but never used.
     [java] 
     [java] Warning: Macro "NotationType" has been declared but never used.
     [java] 
     [java] Warning: Macro "prolog" has been declared but never used.
     [java] 
     [java] Warning: Macro "VersionInfo" has been declared but never used.
     [java] 
     [java] Warning in file "PHPTokenizer.jflex" (line 1394): 
     [java] Expression matches the empty string, which may lead to non-termination.
     [java] <ST_XML_EQUALS, ST_XML_ATTRIBUTE_NAME, ST_XML_ATTRIBUTE_VALUE, ST_PI, ST_XML_PI_EQUALS, ST_XML_PI_ATTRIBUTE_NAME, ST_XML_PI_ATTRIBUTE_VALUE, ST_XML_DECLARATION, ST_XML_DOCTYPE_DECLARATION, ST_XML_ELEMENT_DECLARATION, ST_XML_ATTLIST_DECLARATION, ST_XML_DECLARATION_CLOSE, ST_XML_DOCTYPE_ID_PUBLIC, ST_XML_DOCTYPE_ID_SYSTEM, ST_XML_DOCTYPE_EXTERNAL_ID> {S}* {
     [java] 
     [java] Warning in file "PHPTokenizer.jflex" (line 1535): 
     [java] Expression matches the empty string, which may lead to non-termination.
     [java] <ST_XML_ATTRIBUTE_VALUE> {AttValue} {
     [java] 
     [java] Warning in file "PHPTokenizer.jflex" (line 1563): 
     [java] Expression matches the empty string, which may lead to non-termination.
     [java] <ST_XML_TAG_NAME> [^</>\u0041-\u005A\u0061-\u007A\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u00FF\u0100-\u0131\u0134-\u013E\u0141-\u0148\u014A-\u017E\u0180-\u01C3\u01CD-\u01F0\u01F4-\u01F5\u01FA-\u0217\u0250-\u02A8\u02BB-\u02C1\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03CE\u03D0-\u03D6\u03DA\u03DC\u03DE\u03E0\u03E2-\u03F3\u0401-\u040C\u040E-\u044F\u0451-\u045C\u045E-\u0481\u0490-\u04C4\u04C7-\u04C8\u04CB-\u04CC\u04D0-\u04EB\u04EE-\u04F5\u04F8-\u04F9\u0531-\u0556\u0559\u0561-\u0586\u05D0-\u05EA\u05F0-\u05F2\u0621-\u063A\u0641-\u064A\u0671-\u06B7\u06BA-\u06BE\u06C0-\u06CE\u06D0-\u06D3\u06D5\u06E5-\u06E6\u0905-\u0939\u093D\u0958-\u0961\u0985-\u098C\u098F-\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09DC-\u09DD\u09DF-\u09E1\u09F0-\u09F1\u0A05-\u0A0A\u0A0F-\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32-\u0A33\u0A35-\u0A36\u0A38-\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8B\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2-\u0AB3\u0AB5-\u0AB9\u0ABD\u0AE0\u0B05-\u0B0C\u0B0F-\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32-\u0B33\u0B36-\u0B39\u0B3D\u0B5C-\u0B5D\u0B5F-\u0B61\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99-\u0B9A\u0B9C\u0B9E-\u0B9F\u0BA3-\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB5\u0BB7-\u0BB9\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C33\u0C35-\u0C39\u0C60-\u0C61\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CDE\u0CE0-\u0CE1\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D28\u0D2A-\u0D39\u0D60-\u0D61\u0E01-\u0E2E\u0E30\u0E32-\u0E33\u0E40-\u0E45\u0E81-\u0E82\u0E84\u0E87-\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA-\u0EAB\u0EAD-\u0EAE\u0EB0\u0EB2-\u0EB3\u0EBD\u0EC0-\u0EC4\u0F40-\u0F47\u0F49-\u0F69\u10A0-\u10C5\u10D0-\u10F6\u1100\u1102-\u1103\u1105-\u1107\u1109\u110B-\u110C\u110E-\u1112\u113C\u113E\u1140\u114C\u114E\u1150\u1154-\u1155\u1159\u115F-\u1161\u1163\u1165\u1167\u1169\u116D-\u116E\u1172-\u1173\u1175\u119E\u11A8\u11AB\u11AE-\u11AF\u11B7-\u11B8\u11BA\u11BC-\u11C2\u11EB\u11F0\u11F9\u1E00-\u1E9B\u1EA0-\u1EF9\u1F00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2126\u212A-\u212B\u212E\u2180-\u2182\u3041-\u3094\u30A1-\u30FA\u3105-\u312C\uAC00-\uD7A3\u4E00-\u9FA5\u3007\u3021-\u3029]* {
     [java] 
     [java] Warning in file "PHPTokenizer.jflex" (line 1824): 
     [java] Expression matches the empty string, which may lead to non-termination.
     [java] <ST_XML_PI_ATTRIBUTE_VALUE> {AttValue} {
     [java] 
     [java] Warning in file "PHPTokenizer.jflex" (line 1856): 
     [java] Expression matches the empty string, which may lead to non-termination.
     [java] <ST_DHTML_ATTRIBUTE_VALUE> {AttValue} | ([\'\"]([^\'\"\040\011\012\015<>/]|\/+[^\'\"\040\011\012\015<>/] )* ) {
     [java] 
     [java] Warning in file "PHPTokenizer.jflex" (line 1924): 
     [java] Expression matches the empty string, which may lead to non-termination.
     [java] <ST_XML_DOCTYPE_ID_PUBLIC> {AttValue}|{PubidLiteral}|([\'\"]([^\'\"\040\011\012\015<>/]|\/+[^\'\"\040\011\012\015<>/] )* ) {
     [java] 
     [java] Warning in file "PHPTokenizer.jflex" (line 1930): 
     [java] Expression matches the empty string, which may lead to non-termination.
     [java] <ST_XML_DOCTYPE_ID_SYSTEM> {AttValue}|{SystemLiteral}|([\'\"]([^\'\"\040\011\012\015<>/]|\/+[^\'\"\040\011\012\015<>/] )* ) {
     [java] 
     [java] Warning in file "PHPTokenizer.jflex" (line 1939): 
     [java] Expression matches the empty string, which may lead to non-termination.
     [java] <ST_XML_ELEMENT_DECLARATION> {AttValue}|{PubidLiteral}|([\'\"]([^\'\"\040\011\012\015<>/]|\/+[^\'\"\040\011\012\015<>/] )* ) {
     [java] 
     [java] Warning in file "PHPTokenizer.jflex" (line 1945): 
     [java] Expression matches the empty string, which may lead to non-termination.
     [java] <ST_XML_ELEMENT_DECLARATION_CONTENT> [^>]* {
     [java] 
     [java] Warning in file "PHPTokenizer.jflex" (line 1964): 
     [java] Expression matches the empty string, which may lead to non-termination.
     [java] <ST_XML_ATTLIST_DECLARATION> {AttValue}|{PubidLiteral}|([\'\"]([^\'\"\040\011\012\015<>/]|\/+[^\'\"\040\011\012\015<>/] )* ) {
     [java] 
     [java] Warning in file "PHPTokenizer.jflex" (line 1970): 
     [java] Expression matches the empty string, which may lead to non-termination.
     [java] <ST_XML_ATTLIST_DECLARATION_CONTENT> [^>]* {
     [java] 
     [java] Warning in file "PHPTokenizer.jflex" (line 2000): 
     [java] Expression matches the empty string, which may lead to non-termination.
     [java] <YYINITIAL> [^<&%]*|[&%]{S}+{Name}[^&%<]*|[&%]{Name}([^;&%<]*|{S}+;*) {
     [java] Constructing NFA : 1,478 states in NFA
     [java] Converting NFA to DFA : 
     [java] ......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
     [java] 
     [java] Warning in file "PHPTokenizer.jflex" (line 1485): 
     [java] Rule can never be matched:
     [java] <ST_XML_ATTRIBUTE_VALUE> {genericTagOpen} {
     [java] 
     [java] Warning in file "PHPTokenizer.jflex" (line 2012): 
     [java] Rule can never be matched:
     [java] <YYINITIAL,ST_XML_TAG_NAME, ST_XML_EQUALS, ST_XML_ATTRIBUTE_NAME, ST_XML_ATTRIBUTE_VALUE, ST_XML_DECLARATION, ST_XML_DOCTYPE_DECLARATION, ST_XML_ELEMENT_DECLARATION, ST_XML_ATTLIST_DECLARATION, ST_XML_DECLARATION_CLOSE, ST_XML_DOCTYPE_ID_PUBLIC, ST_XML_DOCTYPE_ID_SYSTEM, ST_XML_DOCTYPE_EXTERNAL_ID, ST_XML_COMMENT, ST_XML_ATTRIBUTE_VALUE_DQUOTED, ST_XML_ATTRIBUTE_VALUE_SQUOTED, ST_BLOCK_TAG_INTERNAL_SCAN> {PHP_START} | {PHP_ASP_START} {
     [java] 
     [java] Warning in file "PHPTokenizer.jflex" (line 2076): 
     [java] Rule can never be matched:
     [java] \040 {
     [java] 
     [java] Warning in file "PHPTokenizer.jflex" (line 2081): 
     [java] Rule can never be matched:
     [java] \011 {
     [java] 
     [java] Warning in file "PHPTokenizer.jflex" (line 2086): 
     [java] Rule can never be matched:
     [java] \015
     [java] 764 states before minimization, 323 states in minimized DFA
     [java] Writing code to "../../../gen/org/eclipse/php/internal/core/documentModel/parser/PHPTokenizer.java"
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.php.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.php.core ---
[INFO] Compiling 914 source files to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.core/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.php.core ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.php.core ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.php.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.core/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.php.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.php.core ---
[INFO] 37 system scoped dependencies were not mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.php.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.core/target/org.eclipse.php.core-8.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.php.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.core/target/org.eclipse.php.core-8.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.php.core ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.php.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.core/target/org.eclipse.php.core-8.3.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.core/target/org.eclipse.php.core-8.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.php.core ---
[INFO] 
[INFO] ------------< org.eclipse.php:org.eclipse.php.server.core >-------------
[INFO] Building org.eclipse.php.server.core 8.3.0-SNAPSHOT               [6/46]
[INFO]   from plugins/org.eclipse.php.server.core/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.php.server.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.php.server.core ---
[INFO] The project's OSGi version is 8.3.0.202402261645
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.php.server.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.php.server.core ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.php.server.core ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.php.server.core ---
[INFO] Resolving class path of org.eclipse.php.server.core
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.php.server.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.server.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.php.server.core ---
[INFO] Compiling 20 source files to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.server.core/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.php.server.core ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.php.server.core ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.php.server.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.server.core/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.php.server.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.php.server.core ---
[INFO] 42 system scoped dependencies were not mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.php.server.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.server.core/target/org.eclipse.php.server.core-8.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.php.server.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.server.core/target/org.eclipse.php.server.core-8.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.php.server.core ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.php.server.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.server.core/target/org.eclipse.php.server.core-8.3.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.server.core/target/org.eclipse.php.server.core-8.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.php.server.core ---
[INFO] 
[INFO] -----------------< org.eclipse.php:org.eclipse.php.ui >-----------------
[INFO] Building org.eclipse.php.ui 8.3.0-SNAPSHOT                        [7/46]
[INFO]   from plugins/org.eclipse.php.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Artifact org.tukaani:xz:jar:1.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.tukaani:xz:jar:1.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.php.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.php.ui ---
[INFO] The project's OSGi version is 8.3.0.202402261645
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.php.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.php.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.php.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.php.ui ---
[INFO] Resolving class path of org.eclipse.php.ui
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.php.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.php.ui ---
[INFO] Compiling 682 source files to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.ui/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.php.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.php.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.php.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.php.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.php.ui ---
[INFO] 130 system scoped dependencies were not mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.php.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.ui/target/org.eclipse.php.ui-8.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.php.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.ui/target/org.eclipse.php.ui-8.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.php.ui ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.php.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.ui/target/org.eclipse.php.ui-8.3.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.ui/target/org.eclipse.php.ui-8.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.php.ui ---
[INFO] 
[INFO] ------------< org.eclipse.php:org.eclipse.php.debug.daemon >------------
[INFO] Building org.eclipse.php.debug.daemon 8.3.0-SNAPSHOT              [8/46]
[INFO]   from plugins/org.eclipse.php.debug.daemon/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.php.debug.daemon ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.php.debug.daemon ---
[INFO] The project's OSGi version is 8.3.0.202402261645
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.php.debug.daemon ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.php.debug.daemon ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.php.debug.daemon ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.php.debug.daemon ---
[INFO] Resolving class path of org.eclipse.php.debug.daemon
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.php.debug.daemon ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.debug.daemon/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.php.debug.daemon ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.debug.daemon/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.php.debug.daemon ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.php.debug.daemon ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.php.debug.daemon ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.debug.daemon/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.php.debug.daemon ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.php.debug.daemon ---
[INFO] 67 system scoped dependencies were not mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.php.debug.daemon ---
[INFO] Building jar: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.debug.daemon/target/org.eclipse.php.debug.daemon-8.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.php.debug.daemon ---
[INFO] Building jar: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.debug.daemon/target/org.eclipse.php.debug.daemon-8.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.php.debug.daemon ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.php.debug.daemon ---
[INFO] Signing jar: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.debug.daemon/target/org.eclipse.php.debug.daemon-8.3.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.debug.daemon/target/org.eclipse.php.debug.daemon-8.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.php.debug.daemon ---
[INFO] 
[INFO] -------------< org.eclipse.php:org.eclipse.php.debug.core >-------------
[INFO] Building org.eclipse.php.debug.core 8.3.0-SNAPSHOT                [9/46]
[INFO]   from plugins/org.eclipse.php.debug.core/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.php.debug.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.php.debug.core ---
[INFO] The project's OSGi version is 8.3.0.202402261645
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.php.debug.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.php.debug.core ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.php.debug.core ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.php.debug.core ---
[INFO] Resolving class path of org.eclipse.php.debug.core
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.php.debug.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.debug.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.php.debug.core ---
[INFO] Compiling 294 source files to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.debug.core/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.php.debug.core ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.php.debug.core ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.php.debug.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.debug.core/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.php.debug.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.php.debug.core ---
[INFO] 130 system scoped dependencies were not mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.php.debug.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.debug.core/target/org.eclipse.php.debug.core-8.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.php.debug.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.debug.core/target/org.eclipse.php.debug.core-8.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.php.debug.core ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.php.debug.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.debug.core/target/org.eclipse.php.debug.core-8.3.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.debug.core/target/org.eclipse.php.debug.core-8.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.php.debug.core ---
[INFO] 
[INFO] --------------< org.eclipse.php:org.eclipse.php.debug.ui >--------------
[INFO] Building org.eclipse.php.debug.ui 8.3.0-SNAPSHOT                 [10/46]
[INFO]   from plugins/org.eclipse.php.debug.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.php.debug.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.php.debug.ui ---
[INFO] The project's OSGi version is 8.3.0.202402261645
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.php.debug.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.php.debug.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.php.debug.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.php.debug.ui ---
[INFO] Resolving class path of org.eclipse.php.debug.ui
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.php.debug.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.debug.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.php.debug.ui ---
[INFO] Compiling 177 source files to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.debug.ui/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.php.debug.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.php.debug.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.php.debug.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.debug.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.php.debug.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.php.debug.ui ---
[INFO] 133 system scoped dependencies were not mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.php.debug.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.debug.ui/target/org.eclipse.php.debug.ui-8.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.php.debug.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.debug.ui/target/org.eclipse.php.debug.ui-8.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.php.debug.ui ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.php.debug.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.debug.ui/target/org.eclipse.php.debug.ui-8.3.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.debug.ui/target/org.eclipse.php.debug.ui-8.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.php.debug.ui ---
[INFO] 
[INFO] -----------< org.eclipse.php:org.eclipse.php.formatter.core >-----------
[INFO] Building org.eclipse.php.formatter.core 8.3.0-SNAPSHOT           [11/46]
[INFO]   from plugins/org.eclipse.php.formatter.core/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.php.formatter.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.php.formatter.core ---
[INFO] The project's OSGi version is 8.3.0.202402261645
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.php.formatter.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.php.formatter.core ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.php.formatter.core ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.php.formatter.core ---
[INFO] Resolving class path of org.eclipse.php.formatter.core
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.php.formatter.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.formatter.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.php.formatter.core ---
[INFO] Compiling 20 source files to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.formatter.core/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.php.formatter.core ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.php.formatter.core ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.php.formatter.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.formatter.core/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.php.formatter.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.php.formatter.core ---
[INFO] 45 system scoped dependencies were not mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.php.formatter.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.formatter.core/target/org.eclipse.php.formatter.core-8.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.php.formatter.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.formatter.core/target/org.eclipse.php.formatter.core-8.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.php.formatter.core ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.php.formatter.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.formatter.core/target/org.eclipse.php.formatter.core-8.3.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.formatter.core/target/org.eclipse.php.formatter.core-8.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.php.formatter.core ---
[INFO] 
[INFO] ------------< org.eclipse.php:org.eclipse.php.formatter.ui >------------
[INFO] Building org.eclipse.php.formatter.ui 8.3.0-SNAPSHOT             [12/46]
[INFO]   from plugins/org.eclipse.php.formatter.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.php.formatter.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.php.formatter.ui ---
[INFO] The project's OSGi version is 8.3.0.202402261645
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.php.formatter.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.php.formatter.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.php.formatter.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.php.formatter.ui ---
[INFO] Resolving class path of org.eclipse.php.formatter.ui
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.php.formatter.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.formatter.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.php.formatter.ui ---
[INFO] Compiling 27 source files to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.formatter.ui/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.php.formatter.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.php.formatter.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.php.formatter.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.formatter.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.php.formatter.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.php.formatter.ui ---
[INFO] 130 system scoped dependencies were not mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.php.formatter.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.formatter.ui/target/org.eclipse.php.formatter.ui-8.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.php.formatter.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.formatter.ui/target/org.eclipse.php.formatter.ui-8.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.php.formatter.ui ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.php.formatter.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.formatter.ui/target/org.eclipse.php.formatter.ui-8.3.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.formatter.ui/target/org.eclipse.php.formatter.ui-8.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.php.formatter.ui ---
[INFO] 
[INFO] --------------< org.eclipse.php:org.eclipse.php.mylyn.ui >--------------
[INFO] Building org.eclipse.php.mylyn.ui 8.3.0-SNAPSHOT                 [13/46]
[INFO]   from plugins/org.eclipse.php.mylyn.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Artifact org.ow2.sat4j:org.ow2.sat4j.core:jar:2.3.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.ow2.sat4j:org.ow2.sat4j.core:jar:2.3.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.ow2.sat4j:org.ow2.sat4j.pb:jar:2.3.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.ow2.sat4j:org.ow2.sat4j.pb:jar:2.3.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact com.google.code.findbugs:jsr305:jar:3.0.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact com.google.j2objc:j2objc-annotations:jar:2.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact com.google.code.findbugs:jsr305:jar:3.0.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact com.google.j2objc:j2objc-annotations:jar:2.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.php.mylyn.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.php.mylyn.ui ---
[INFO] The project's OSGi version is 8.3.0.202402261645
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.php.mylyn.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.php.mylyn.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.php.mylyn.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.php.mylyn.ui ---
[INFO] Resolving class path of org.eclipse.php.mylyn.ui
[WARNING] [59c36c23-bda3-470b-a457-72b1139c6c8c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.ant.optional.junit,3.3.0 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.php.mylyn.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.mylyn.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.php.mylyn.ui ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.mylyn.ui/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.php.mylyn.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.php.mylyn.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.php.mylyn.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.mylyn.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.php.mylyn.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.php.mylyn.ui ---
[INFO] 209 system scoped dependencies were not mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.php.mylyn.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.mylyn.ui/target/org.eclipse.php.mylyn.ui-8.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.php.mylyn.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.mylyn.ui/target/org.eclipse.php.mylyn.ui-8.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.php.mylyn.ui ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.php.mylyn.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.mylyn.ui/target/org.eclipse.php.mylyn.ui-8.3.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.mylyn.ui/target/org.eclipse.php.mylyn.ui-8.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.php.mylyn.ui ---
[INFO] 
[INFO] ----------< org.eclipse.php:org.eclipse.php.refactoring.core >----------
[INFO] Building org.eclipse.php.refactoring.core 8.3.0-SNAPSHOT         [14/46]
[INFO]   from plugins/org.eclipse.php.refactoring.core/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.php.refactoring.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.php.refactoring.core ---
[INFO] The project's OSGi version is 8.3.0.202402261645
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.php.refactoring.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.php.refactoring.core ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.php.refactoring.core ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.php.refactoring.core ---
[INFO] Resolving class path of org.eclipse.php.refactoring.core
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.php.refactoring.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.refactoring.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.php.refactoring.core ---
[INFO] Compiling 84 source files to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.refactoring.core/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.php.refactoring.core ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.php.refactoring.core ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.php.refactoring.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.refactoring.core/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.php.refactoring.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.php.refactoring.core ---
[INFO] 130 system scoped dependencies were not mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.php.refactoring.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.refactoring.core/target/org.eclipse.php.refactoring.core-8.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.php.refactoring.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.refactoring.core/target/org.eclipse.php.refactoring.core-8.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.php.refactoring.core ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.php.refactoring.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.refactoring.core/target/org.eclipse.php.refactoring.core-8.3.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.refactoring.core/target/org.eclipse.php.refactoring.core-8.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.php.refactoring.core ---
[INFO] 
[INFO] -----------< org.eclipse.php:org.eclipse.php.refactoring.ui >-----------
[INFO] Building org.eclipse.php.refactoring.ui 8.3.0-SNAPSHOT           [15/46]
[INFO]   from plugins/org.eclipse.php.refactoring.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.php.refactoring.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.php.refactoring.ui ---
[INFO] The project's OSGi version is 8.3.0.202402261645
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.php.refactoring.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.php.refactoring.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.php.refactoring.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.php.refactoring.ui ---
[INFO] Resolving class path of org.eclipse.php.refactoring.ui
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.php.refactoring.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.refactoring.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.php.refactoring.ui ---
[INFO] Compiling 63 source files to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.refactoring.ui/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.php.refactoring.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.php.refactoring.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.php.refactoring.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.refactoring.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.php.refactoring.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.php.refactoring.ui ---
[INFO] 130 system scoped dependencies were not mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.php.refactoring.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.refactoring.ui/target/org.eclipse.php.refactoring.ui-8.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.php.refactoring.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.refactoring.ui/target/org.eclipse.php.refactoring.ui-8.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.php.refactoring.ui ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.php.refactoring.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.refactoring.ui/target/org.eclipse.php.refactoring.ui-8.3.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.refactoring.ui/target/org.eclipse.php.refactoring.ui-8.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.php.refactoring.ui ---
[INFO] 
[INFO] -------------< org.eclipse.php:org.eclipse.php.server.ui >--------------
[INFO] Building org.eclipse.php.server.ui 8.3.0-SNAPSHOT                [16/46]
[INFO]   from plugins/org.eclipse.php.server.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.php.server.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.php.server.ui ---
[INFO] The project's OSGi version is 8.3.0.202402261645
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.php.server.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.php.server.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.php.server.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.php.server.ui ---
[INFO] Resolving class path of org.eclipse.php.server.ui
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.php.server.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.server.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.php.server.ui ---
[INFO] Compiling 37 source files to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.server.ui/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.php.server.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.php.server.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.php.server.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.server.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.php.server.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.php.server.ui ---
[INFO] 133 system scoped dependencies were not mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.php.server.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.server.ui/target/org.eclipse.php.server.ui-8.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.php.server.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.server.ui/target/org.eclipse.php.server.ui-8.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.php.server.ui ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.php.server.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.server.ui/target/org.eclipse.php.server.ui-8.3.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.server.ui/target/org.eclipse.php.server.ui-8.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.php.server.ui ---
[INFO] 
[INFO] --------------< org.eclipse.php:org.eclipse.php.astview >---------------
[INFO] Building org.eclipse.php.astview 8.3.0-SNAPSHOT                  [17/46]
[INFO]   from plugins/org.eclipse.php.astview/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.php.astview ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.php.astview ---
[INFO] The project's OSGi version is 8.3.0.202402261645
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.php.astview ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.php.astview ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.php.astview ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.php.astview ---
[INFO] Resolving class path of org.eclipse.php.astview
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.php.astview ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.astview/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.php.astview ---
[INFO] Compiling 26 source files to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.astview/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.php.astview ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.php.astview ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.php.astview ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.astview/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.php.astview ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.php.astview ---
[INFO] 130 system scoped dependencies were not mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.php.astview ---
[INFO] Building jar: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.astview/target/org.eclipse.php.astview-8.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.php.astview ---
[INFO] Building jar: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.astview/target/org.eclipse.php.astview-8.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.php.astview ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.php.astview ---
[INFO] Signing jar: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.astview/target/org.eclipse.php.astview-8.3.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.astview/target/org.eclipse.php.astview-8.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.php.astview ---
[INFO] 
[INFO] ------------< org.eclipse.php:org.eclipse.php.composer.api >------------
[INFO] Building org.eclipse.php.composer.api 8.3.0-SNAPSHOT             [18/46]
[INFO]   from plugins/org.eclipse.php.composer.api/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.php.composer.api ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.php.composer.api ---
[INFO] The project's OSGi version is 8.3.0.202402261645
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.php.composer.api ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.php.composer.api ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.php.composer.api ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.php.composer.api ---
[INFO] Resolving class path of org.eclipse.php.composer.api
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.php.composer.api ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.composer.api/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.php.composer.api ---
[INFO] Compiling 73 source files to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.composer.api/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.php.composer.api ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.php.composer.api ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.php.composer.api ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.composer.api/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.php.composer.api ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.php.composer.api ---
[INFO] 24 system scoped dependencies were not mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.php.composer.api ---
[INFO] Building jar: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.composer.api/target/org.eclipse.php.composer.api-8.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.php.composer.api ---
[INFO] Building jar: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.composer.api/target/org.eclipse.php.composer.api-8.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.php.composer.api ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.php.composer.api ---
[INFO] Signing jar: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.composer.api/target/org.eclipse.php.composer.api-8.3.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.composer.api/target/org.eclipse.php.composer.api-8.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.php.composer.api ---
[INFO] 
[INFO] -----------< org.eclipse.php:org.eclipse.php.composer.core >------------
[INFO] Building org.eclipse.php.composer.core 8.3.0-SNAPSHOT            [19/46]
[INFO]   from plugins/org.eclipse.php.composer.core/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.php.composer.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.php.composer.core ---
[INFO] The project's OSGi version is 8.3.0.202402261645
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.php.composer.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.php.composer.core ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.php.composer.core ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.php.composer.core ---
[INFO] Resolving class path of org.eclipse.php.composer.core
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.php.composer.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.composer.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.php.composer.core ---
[INFO] Compiling 55 source files to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.composer.core/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.php.composer.core ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.php.composer.core ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.php.composer.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.composer.core/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.php.composer.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.php.composer.core ---
[INFO] 134 system scoped dependencies were not mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.php.composer.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.composer.core/target/org.eclipse.php.composer.core-8.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.php.composer.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.composer.core/target/org.eclipse.php.composer.core-8.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.php.composer.core ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.php.composer.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.composer.core/target/org.eclipse.php.composer.core-8.3.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.composer.core/target/org.eclipse.php.composer.core-8.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.php.composer.core ---
[INFO] 
[INFO] ------------< org.eclipse.php:org.eclipse.php.composer.ui >-------------
[INFO] Building org.eclipse.php.composer.ui 8.3.0-SNAPSHOT              [20/46]
[INFO]   from plugins/org.eclipse.php.composer.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.php.composer.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.php.composer.ui ---
[INFO] The project's OSGi version is 8.3.0.202402261645
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.php.composer.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.php.composer.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.php.composer.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.php.composer.ui ---
[INFO] Resolving class path of org.eclipse.php.composer.ui
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.php.composer.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.composer.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.php.composer.ui ---
[INFO] Compiling 159 source files to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.composer.ui/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.php.composer.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.php.composer.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.php.composer.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.composer.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.php.composer.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.php.composer.ui ---
[INFO] 171 system scoped dependencies were not mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.php.composer.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.composer.ui/target/org.eclipse.php.composer.ui-8.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.php.composer.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.composer.ui/target/org.eclipse.php.composer.ui-8.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.php.composer.ui ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.php.composer.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.composer.ui/target/org.eclipse.php.composer.ui-8.3.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.composer.ui/target/org.eclipse.php.composer.ui-8.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.php.composer.ui ---
[INFO] 
[INFO] --------< org.eclipse.php:org.eclipse.php.builtin.server.core >---------
[INFO] Building org.eclipse.php.builtin.server.core 8.3.0-SNAPSHOT      [21/46]
[INFO]   from plugins/org.eclipse.php.builtin.server.core/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.php.builtin.server.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.php.builtin.server.core ---
[INFO] The project's OSGi version is 8.3.0.202402261645
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.php.builtin.server.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.php.builtin.server.core ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.php.builtin.server.core ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.php.builtin.server.core ---
[INFO] Resolving class path of org.eclipse.php.builtin.server.core
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.php.builtin.server.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.builtin.server.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.php.builtin.server.core ---
[INFO] Compiling 50 source files to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.builtin.server.core/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.php.builtin.server.core ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.php.builtin.server.core ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.php.builtin.server.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.builtin.server.core/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.php.builtin.server.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.php.builtin.server.core ---
[INFO] 150 system scoped dependencies were not mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.php.builtin.server.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.builtin.server.core/target/org.eclipse.php.builtin.server.core-8.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.php.builtin.server.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.builtin.server.core/target/org.eclipse.php.builtin.server.core-8.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.php.builtin.server.core ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.php.builtin.server.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.builtin.server.core/target/org.eclipse.php.builtin.server.core-8.3.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.builtin.server.core/target/org.eclipse.php.builtin.server.core-8.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.php.builtin.server.core ---
[INFO] 
[INFO] ---------< org.eclipse.php:org.eclipse.php.builtin.server.ui >----------
[INFO] Building org.eclipse.php.builtin.server.ui 8.3.0-SNAPSHOT        [22/46]
[INFO]   from plugins/org.eclipse.php.builtin.server.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.php.builtin.server.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.php.builtin.server.ui ---
[INFO] The project's OSGi version is 8.3.0.202402261645
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.php.builtin.server.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.php.builtin.server.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.php.builtin.server.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.php.builtin.server.ui ---
[INFO] Resolving class path of org.eclipse.php.builtin.server.ui
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.php.builtin.server.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.builtin.server.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.php.builtin.server.ui ---
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.builtin.server.ui/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.php.builtin.server.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.php.builtin.server.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.php.builtin.server.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.builtin.server.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.php.builtin.server.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.php.builtin.server.ui ---
[INFO] 156 system scoped dependencies were not mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.php.builtin.server.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.builtin.server.ui/target/org.eclipse.php.builtin.server.ui-8.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.php.builtin.server.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.builtin.server.ui/target/org.eclipse.php.builtin.server.ui-8.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.php.builtin.server.ui ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.php.builtin.server.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.builtin.server.ui/target/org.eclipse.php.builtin.server.ui-8.3.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.builtin.server.ui/target/org.eclipse.php.builtin.server.ui-8.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.php.builtin.server.ui ---
[INFO] 
[INFO] --------------< org.eclipse.php:org.eclipse.php.phpunit >---------------
[INFO] Building org.eclipse.php.phpunit 8.3.0-SNAPSHOT                  [23/46]
[INFO]   from plugins/org.eclipse.php.phpunit/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.php.phpunit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.php.phpunit ---
[INFO] The project's OSGi version is 8.3.0.202402261645
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.php.phpunit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.php.phpunit ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.php.phpunit ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.php.phpunit ---
[INFO] Resolving class path of org.eclipse.php.phpunit
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.php.phpunit ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.phpunit/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.php.phpunit ---
[INFO] Compiling 83 source files to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.phpunit/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.php.phpunit ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.php.phpunit ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.php.phpunit ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.phpunit/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.php.phpunit ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.php.phpunit ---
[INFO] 135 system scoped dependencies were not mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.php.phpunit ---
[INFO] Building jar: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.phpunit/target/org.eclipse.php.phpunit-8.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.php.phpunit ---
[INFO] Building jar: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.phpunit/target/org.eclipse.php.phpunit-8.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.php.phpunit ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.php.phpunit ---
[INFO] Signing jar: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.phpunit/target/org.eclipse.php.phpunit-8.3.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.phpunit/target/org.eclipse.php.phpunit-8.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.php.phpunit ---
[INFO] 
[INFO] ------------< org.eclipse.php:org.eclipse.php.profile.core >------------
[INFO] Building org.eclipse.php.profile.core 8.3.0-SNAPSHOT             [24/46]
[INFO]   from plugins/org.eclipse.php.profile.core/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.php.profile.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.php.profile.core ---
[INFO] The project's OSGi version is 8.3.0.202402261645
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.php.profile.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.php.profile.core ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.php.profile.core ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.php.profile.core ---
[INFO] Resolving class path of org.eclipse.php.profile.core
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.php.profile.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.profile.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.php.profile.core ---
[INFO] Compiling 29 source files to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.profile.core/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.php.profile.core ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.php.profile.core ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.php.profile.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.profile.core/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.php.profile.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.php.profile.core ---
[INFO] 130 system scoped dependencies were not mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.php.profile.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.profile.core/target/org.eclipse.php.profile.core-8.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.php.profile.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.profile.core/target/org.eclipse.php.profile.core-8.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.php.profile.core ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.php.profile.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.profile.core/target/org.eclipse.php.profile.core-8.3.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.profile.core/target/org.eclipse.php.profile.core-8.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.php.profile.core ---
[INFO] 
[INFO] -------------< org.eclipse.php:org.eclipse.php.profile.ui >-------------
[INFO] Building org.eclipse.php.profile.ui 8.3.0-SNAPSHOT               [25/46]
[INFO]   from plugins/org.eclipse.php.profile.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.php.profile.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.php.profile.ui ---
[INFO] The project's OSGi version is 8.3.0.202402261645
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.php.profile.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.php.profile.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.php.profile.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.php.profile.ui ---
[INFO] Resolving class path of org.eclipse.php.profile.ui
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.php.profile.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.profile.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.php.profile.ui ---
[INFO] Compiling 75 source files to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.profile.ui/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.php.profile.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.php.profile.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.php.profile.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.profile.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.php.profile.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.php.profile.ui ---
[INFO] 139 system scoped dependencies were not mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.php.profile.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.profile.ui/target/org.eclipse.php.profile.ui-8.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.php.profile.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.profile.ui/target/org.eclipse.php.profile.ui-8.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.php.profile.ui ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.php.profile.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.profile.ui/target/org.eclipse.php.profile.ui-8.3.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.profile.ui/target/org.eclipse.php.profile.ui-8.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.php.profile.ui ---
[INFO] 
[INFO] ------------< org.eclipse.php:org.eclipse.php.rdt.sync.ui >-------------
[INFO] Building org.eclipse.php.rdt.sync.ui 8.3.0-SNAPSHOT              [26/46]
[INFO]   from plugins/org.eclipse.php.rdt.sync.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.php.rdt.sync.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.php.rdt.sync.ui ---
[INFO] The project's OSGi version is 8.3.0.202402261645
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.php.rdt.sync.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.php.rdt.sync.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.php.rdt.sync.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.php.rdt.sync.ui ---
[INFO] Resolving class path of org.eclipse.php.rdt.sync.ui
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.php.rdt.sync.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.rdt.sync.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.php.rdt.sync.ui ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.rdt.sync.ui/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.php.rdt.sync.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.php.rdt.sync.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.php.rdt.sync.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.rdt.sync.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.php.rdt.sync.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.php.rdt.sync.ui ---
[INFO] 118 system scoped dependencies were not mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.php.rdt.sync.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.rdt.sync.ui/target/org.eclipse.php.rdt.sync.ui-8.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.php.rdt.sync.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.rdt.sync.ui/target/org.eclipse.php.rdt.sync.ui-8.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.php.rdt.sync.ui ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.php.rdt.sync.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.rdt.sync.ui/target/org.eclipse.php.rdt.sync.ui-8.3.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/pdt-master/plugins/org.eclipse.php.rdt.sync.ui/target/org.eclipse.php.rdt.sync.ui-8.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.php.rdt.sync.ui ---
[INFO] 
[INFO] -----------------------< org.eclipse.php:tests >------------------------
[INFO] Building tests 8.3.0-SNAPSHOT                                    [27/46]
[INFO]   from tests/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ tests ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ tests ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ tests ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ tests ---
[INFO] 
[INFO] -------------< org.eclipse.php:org.eclipse.php.core.tests >-------------
[INFO] Building org.eclipse.php.core.tests 8.3.0-SNAPSHOT               [28/46]
[INFO]   from tests/org.eclipse.php.core.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.php.core.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.php.core.tests ---
[INFO] The project's OSGi version is 8.3.0.202402261645
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.php.core.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.php.core.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.php.core.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.php.core.tests ---
[INFO] Resolving class path of org.eclipse.php.core.tests
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.php.core.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pdt-master/tests/org.eclipse.php.core.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.php.core.tests ---
[INFO] Compiling 91 source files to /home/jenkins/agent/workspace/pdt-master/tests/org.eclipse.php.core.tests/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.php.core.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.php.core.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pdt-master/tests/org.eclipse.php.core.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.php.core.tests ---
[INFO] 116 system scoped dependencies were not mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.php.core.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/pdt-master/tests/org.eclipse.php.core.tests/target/org.eclipse.php.core.tests-8.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.php.core.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/pdt-master/tests/org.eclipse.php.core.tests/target/org.eclipse.php.core.tests-8.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.php.core.tests ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.php.core.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/pdt-master/tests/org.eclipse.php.core.tests/target/org.eclipse.php.core.tests-8.3.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/pdt-master/tests/org.eclipse.php.core.tests/target/org.eclipse.php.core.tests-8.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.php.core.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.6:test (default-test) @ org.eclipse.php.core.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --------< org.eclipse.php:org.eclipse.php.formatter.core.tests >--------
[INFO] Building org.eclipse.php.formatter.core.tests 8.3.0-SNAPSHOT     [29/46]
[INFO]   from tests/org.eclipse.php.formatter.core.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.php.formatter.core.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.php.formatter.core.tests ---
[INFO] The project's OSGi version is 8.3.0.202402261645
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.php.formatter.core.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.php.formatter.core.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.php.formatter.core.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.php.formatter.core.tests ---
[INFO] Resolving class path of org.eclipse.php.formatter.core.tests
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.php.formatter.core.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pdt-master/tests/org.eclipse.php.formatter.core.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.php.formatter.core.tests ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/pdt-master/tests/org.eclipse.php.formatter.core.tests/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.php.formatter.core.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.php.formatter.core.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pdt-master/tests/org.eclipse.php.formatter.core.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.php.formatter.core.tests ---
[INFO] 137 system scoped dependencies were not mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.php.formatter.core.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/pdt-master/tests/org.eclipse.php.formatter.core.tests/target/org.eclipse.php.formatter.core.tests-8.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.php.formatter.core.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/pdt-master/tests/org.eclipse.php.formatter.core.tests/target/org.eclipse.php.formatter.core.tests-8.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.php.formatter.core.tests ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.php.formatter.core.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/pdt-master/tests/org.eclipse.php.formatter.core.tests/target/org.eclipse.php.formatter.core.tests-8.3.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/pdt-master/tests/org.eclipse.php.formatter.core.tests/target/org.eclipse.php.formatter.core.tests-8.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.php.formatter.core.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.6:test (default-test) @ org.eclipse.php.formatter.core.tests ---
[WARNING] Both parameters 'skipTests' and 'maven.test.skip' are set. 'skipTests' has a higher priority
[INFO] Skipping tests
[INFO] 
[INFO] -------< org.eclipse.php:org.eclipse.php.refactoring.core.tests >-------
[INFO] Building org.eclipse.php.refactoring.core.tests 8.3.0-SNAPSHOT   [30/46]
[INFO]   from tests/org.eclipse.php.refactoring.core.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.php.refactoring.core.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.php.refactoring.core.tests ---
[INFO] The project's OSGi version is 8.3.0.202402261645
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.php.refactoring.core.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.php.refactoring.core.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.php.refactoring.core.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.php.refactoring.core.tests ---
[INFO] Resolving class path of org.eclipse.php.refactoring.core.tests
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.php.refactoring.core.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pdt-master/tests/org.eclipse.php.refactoring.core.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.php.refactoring.core.tests ---
[INFO] Compiling 70 source files to /home/jenkins/agent/workspace/pdt-master/tests/org.eclipse.php.refactoring.core.tests/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.php.refactoring.core.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.php.refactoring.core.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pdt-master/tests/org.eclipse.php.refactoring.core.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.php.refactoring.core.tests ---
[INFO] 137 system scoped dependencies were not mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.php.refactoring.core.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/pdt-master/tests/org.eclipse.php.refactoring.core.tests/target/org.eclipse.php.refactoring.core.tests-8.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.php.refactoring.core.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/pdt-master/tests/org.eclipse.php.refactoring.core.tests/target/org.eclipse.php.refactoring.core.tests-8.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.php.refactoring.core.tests ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.php.refactoring.core.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/pdt-master/tests/org.eclipse.php.refactoring.core.tests/target/org.eclipse.php.refactoring.core.tests-8.3.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/pdt-master/tests/org.eclipse.php.refactoring.core.tests/target/org.eclipse.php.refactoring.core.tests-8.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.php.refactoring.core.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.6:test (default-test) @ org.eclipse.php.refactoring.core.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --------------< org.eclipse.php:org.eclipse.php.ui.tests >--------------
[INFO] Building org.eclipse.php.ui.tests 8.3.0-SNAPSHOT                 [31/46]
[INFO]   from tests/org.eclipse.php.ui.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.php.ui.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.php.ui.tests ---
[INFO] The project's OSGi version is 8.3.0.202402261645
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.php.ui.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.php.ui.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.php.ui.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.php.ui.tests ---
[INFO] Resolving class path of org.eclipse.php.ui.tests
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.php.ui.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pdt-master/tests/org.eclipse.php.ui.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.php.ui.tests ---
[INFO] Compiling 11 source files to /home/jenkins/agent/workspace/pdt-master/tests/org.eclipse.php.ui.tests/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.php.ui.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.php.ui.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pdt-master/tests/org.eclipse.php.ui.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.php.ui.tests ---
[INFO] 137 system scoped dependencies were not mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.php.ui.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/pdt-master/tests/org.eclipse.php.ui.tests/target/org.eclipse.php.ui.tests-8.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.php.ui.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/pdt-master/tests/org.eclipse.php.ui.tests/target/org.eclipse.php.ui.tests-8.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.php.ui.tests ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.php.ui.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/pdt-master/tests/org.eclipse.php.ui.tests/target/org.eclipse.php.ui.tests-8.3.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/pdt-master/tests/org.eclipse.php.ui.tests/target/org.eclipse.php.ui.tests-8.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.php.ui.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.6:test (default-test) @ org.eclipse.php.ui.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] ---------< org.eclipse.php:org.eclipse.php.composer.api.tests >---------
[INFO] Building org.eclipse.php.composer.api.tests 8.3.0-SNAPSHOT       [32/46]
[INFO]   from tests/org.eclipse.php.composer.api.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.php.composer.api.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.php.composer.api.tests ---
[INFO] The project's OSGi version is 8.3.0.202402261645
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.php.composer.api.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.php.composer.api.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.php.composer.api.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.php.composer.api.tests ---
[INFO] Resolving class path of org.eclipse.php.composer.api.tests
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.php.composer.api.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pdt-master/tests/org.eclipse.php.composer.api.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.php.composer.api.tests ---
[INFO] Compiling 14 source files to /home/jenkins/agent/workspace/pdt-master/tests/org.eclipse.php.composer.api.tests/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.php.composer.api.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.php.composer.api.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pdt-master/tests/org.eclipse.php.composer.api.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.php.composer.api.tests ---
[INFO] 105 system scoped dependencies were not mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.php.composer.api.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/pdt-master/tests/org.eclipse.php.composer.api.tests/target/org.eclipse.php.composer.api.tests-8.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.php.composer.api.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/pdt-master/tests/org.eclipse.php.composer.api.tests/target/org.eclipse.php.composer.api.tests-8.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.php.composer.api.tests ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.php.composer.api.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/pdt-master/tests/org.eclipse.php.composer.api.tests/target/org.eclipse.php.composer.api.tests-8.3.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/pdt-master/tests/org.eclipse.php.composer.api.tests/target/org.eclipse.php.composer.api.tests-8.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.php.composer.api.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.6:test (default-test) @ org.eclipse.php.composer.api.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] -----------< org.eclipse.php:org.eclipse.php.composer.tests >-----------
[INFO] Building org.eclipse.php.composer.tests 8.3.0-SNAPSHOT           [33/46]
[INFO]   from tests/org.eclipse.php.composer.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.php.composer.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.php.composer.tests ---
[INFO] The project's OSGi version is 8.3.0.202402261645
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.php.composer.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.php.composer.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.php.composer.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.php.composer.tests ---
[INFO] Resolving class path of org.eclipse.php.composer.tests
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.php.composer.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pdt-master/tests/org.eclipse.php.composer.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.php.composer.tests ---
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/pdt-master/tests/org.eclipse.php.composer.tests/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.php.composer.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.php.composer.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pdt-master/tests/org.eclipse.php.composer.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.php.composer.tests ---
[INFO] 141 system scoped dependencies were not mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.php.composer.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/pdt-master/tests/org.eclipse.php.composer.tests/target/org.eclipse.php.composer.tests-8.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.php.composer.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/pdt-master/tests/org.eclipse.php.composer.tests/target/org.eclipse.php.composer.tests-8.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.php.composer.tests ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.php.composer.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/pdt-master/tests/org.eclipse.php.composer.tests/target/org.eclipse.php.composer.tests-8.3.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/pdt-master/tests/org.eclipse.php.composer.tests/target/org.eclipse.php.composer.tests-8.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.php.composer.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.6:test (default-test) @ org.eclipse.php.composer.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] ---------< org.eclipse.php:org.eclipse.php.profile.core.tests >---------
[INFO] Building org.eclipse.php.profile.core.tests 8.3.0-SNAPSHOT       [34/46]
[INFO]   from tests/org.eclipse.php.profile.core.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.php.profile.core.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.php.profile.core.tests ---
[INFO] The project's OSGi version is 8.3.0.202402261645
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.php.profile.core.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.php.profile.core.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.php.profile.core.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.php.profile.core.tests ---
[INFO] Resolving class path of org.eclipse.php.profile.core.tests
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.php.profile.core.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pdt-master/tests/org.eclipse.php.profile.core.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.php.profile.core.tests ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/pdt-master/tests/org.eclipse.php.profile.core.tests/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.php.profile.core.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.php.profile.core.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pdt-master/tests/org.eclipse.php.profile.core.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.php.profile.core.tests ---
[INFO] 137 system scoped dependencies were not mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.php.profile.core.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/pdt-master/tests/org.eclipse.php.profile.core.tests/target/org.eclipse.php.profile.core.tests-8.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.php.profile.core.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/pdt-master/tests/org.eclipse.php.profile.core.tests/target/org.eclipse.php.profile.core.tests-8.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.php.profile.core.tests ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.php.profile.core.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/pdt-master/tests/org.eclipse.php.profile.core.tests/target/org.eclipse.php.profile.core.tests-8.3.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/pdt-master/tests/org.eclipse.php.profile.core.tests/target/org.eclipse.php.profile.core.tests-8.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.php.profile.core.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.6:test (default-test) @ org.eclipse.php.profile.core.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] ----------------------< org.eclipse.php:features >----------------------
[INFO] Building features 8.3.0-SNAPSHOT                                 [35/46]
[INFO]   from features/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ features ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ features ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ features ---
[INFO] 
[INFO] ------------------< org.eclipse.php:org.eclipse.php >-------------------
[INFO] Building org.eclipse.php 8.3.0-SNAPSHOT                          [36/46]
[INFO]   from features/org.eclipse.php-feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.php:org.eclipse.php:8.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/pdt-master/features/org.eclipse.php-feature/pom.xml
[INFO] Artifact org.ow2.asm:asm:jar:9.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.ow2.asm:asm:jar:9.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.ow2.asm:asm-util:jar:9.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.ow2.asm:asm-util:jar:9.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.ow2.asm:asm-tree:jar:9.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.ow2.asm:asm-tree:jar:9.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.ow2.asm:asm-analysis:jar:9.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.ow2.asm:asm-analysis:jar:9.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.php ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.php ---
[INFO] The project's OSGi version is 8.3.0.202402261645
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.php ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.php ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.php ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.php ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pdt-master/features/org.eclipse.php-feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.php ---
[INFO] 285 system scoped dependencies were not mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.php ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-feature (default-package-feature) @ org.eclipse.php ---
[INFO] Building jar: /home/jenkins/agent/workspace/pdt-master/features/org.eclipse.php-feature/target/org.eclipse.php-8.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.php ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.php ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.php ---
[INFO] Signing jar: /home/jenkins/agent/workspace/pdt-master/features/org.eclipse.php-feature/target/org.eclipse.php-8.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --------------< org.eclipse.php:org.eclipse.php.composer >--------------
[INFO] Building org.eclipse.php.composer 8.3.0-SNAPSHOT                 [37/46]
[INFO]   from features/org.eclipse.php.composer-feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.php:org.eclipse.php.composer:8.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/pdt-master/features/org.eclipse.php.composer-feature/pom.xml
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.php.composer ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.php.composer ---
[INFO] The project's OSGi version is 8.3.0.202402261645
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.php.composer ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.php.composer ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.php.composer ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.php.composer ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pdt-master/features/org.eclipse.php.composer-feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.php.composer ---
[INFO] 303 system scoped dependencies were not mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.php.composer ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-feature (default-package-feature) @ org.eclipse.php.composer ---
[INFO] Building jar: /home/jenkins/agent/workspace/pdt-master/features/org.eclipse.php.composer-feature/target/org.eclipse.php.composer-8.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.php.composer ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.php.composer ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.php.composer ---
[INFO] Signing jar: /home/jenkins/agent/workspace/pdt-master/features/org.eclipse.php.composer-feature/target/org.eclipse.php.composer-8.3.0-SNAPSHOT.jar
[INFO] 
[INFO] ----------< org.eclipse.php:org.eclipse.php.phpunit.feature >-----------
[INFO] Building org.eclipse.php.phpunit.feature 8.3.0-SNAPSHOT          [38/46]
[INFO]   from features/org.eclipse.php.phpunit-feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.php:org.eclipse.php.phpunit.feature:8.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/pdt-master/features/org.eclipse.php.phpunit-feature/pom.xml
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.php.phpunit.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.php.phpunit.feature ---
[INFO] The project's OSGi version is 8.3.0.202402261645
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.php.phpunit.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.php.phpunit.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.php.phpunit.feature ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.php.phpunit.feature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pdt-master/features/org.eclipse.php.phpunit-feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.php.phpunit.feature ---
[INFO] 287 system scoped dependencies were not mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.php.phpunit.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-feature (default-package-feature) @ org.eclipse.php.phpunit.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/pdt-master/features/org.eclipse.php.phpunit-feature/target/org.eclipse.php.phpunit.feature-8.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.php.phpunit.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.php.phpunit.feature ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.php.phpunit.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/pdt-master/features/org.eclipse.php.phpunit-feature/target/org.eclipse.php.phpunit.feature-8.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --------------< org.eclipse.php:org.eclipse.php.profiler >--------------
[INFO] Building org.eclipse.php.profiler 8.3.0-SNAPSHOT                 [39/46]
[INFO]   from features/org.eclipse.php.profiler-feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.php:org.eclipse.php.profiler:8.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/pdt-master/features/org.eclipse.php.profiler-feature/pom.xml
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.php.profiler ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.php.profiler ---
[INFO] The project's OSGi version is 8.3.0.202402261645
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.php.profiler ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.php.profiler ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.php.profiler ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.php.profiler ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pdt-master/features/org.eclipse.php.profiler-feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.php.profiler ---
[INFO] 291 system scoped dependencies were not mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.php.profiler ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-feature (default-package-feature) @ org.eclipse.php.profiler ---
[INFO] Building jar: /home/jenkins/agent/workspace/pdt-master/features/org.eclipse.php.profiler-feature/target/org.eclipse.php.profiler-8.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.php.profiler ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.php.profiler ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.php.profiler ---
[INFO] Signing jar: /home/jenkins/agent/workspace/pdt-master/features/org.eclipse.php.profiler-feature/target/org.eclipse.php.profiler-8.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --------------< org.eclipse.php:org.eclipse.php.rdt.sync >--------------
[INFO] Building org.eclipse.php.rdt.sync 8.3.0-SNAPSHOT                 [40/46]
[INFO]   from features/org.eclipse.php.rdt.sync-feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.php:org.eclipse.php.rdt.sync:8.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/pdt-master/features/org.eclipse.php.rdt.sync-feature/pom.xml
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.php.rdt.sync ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.php.rdt.sync ---
[INFO] The project's OSGi version is 8.3.0.202402261645
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.php.rdt.sync ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.php.rdt.sync ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.php.rdt.sync ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.php.rdt.sync ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pdt-master/features/org.eclipse.php.rdt.sync-feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.php.rdt.sync ---
[INFO] 307 system scoped dependencies were not mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.php.rdt.sync ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-feature (default-package-feature) @ org.eclipse.php.rdt.sync ---
[INFO] Building jar: /home/jenkins/agent/workspace/pdt-master/features/org.eclipse.php.rdt.sync-feature/target/org.eclipse.php.rdt.sync-8.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.php.rdt.sync ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.php.rdt.sync ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.php.rdt.sync ---
[INFO] Signing jar: /home/jenkins/agent/workspace/pdt-master/features/org.eclipse.php.rdt.sync-feature/target/org.eclipse.php.rdt.sync-8.3.0-SNAPSHOT.jar
[INFO] 
[INFO] ---------------< org.eclipse.php:org.eclipse.php.mylyn >----------------
[INFO] Building org.eclipse.php.mylyn 8.3.0-SNAPSHOT                    [41/46]
[INFO]   from features/org.eclipse.php.mylyn-feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.php:org.eclipse.php.mylyn:8.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/pdt-master/features/org.eclipse.php.mylyn-feature/pom.xml
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.php.mylyn ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.php.mylyn ---
[INFO] The project's OSGi version is 8.3.0.202402261645
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.php.mylyn ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.php.mylyn ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.php.mylyn ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.php.mylyn ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pdt-master/features/org.eclipse.php.mylyn-feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.php.mylyn ---
[INFO] 344 system scoped dependencies were not mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.php.mylyn ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-feature (default-package-feature) @ org.eclipse.php.mylyn ---
[INFO] Building jar: /home/jenkins/agent/workspace/pdt-master/features/org.eclipse.php.mylyn-feature/target/org.eclipse.php.mylyn-8.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.php.mylyn ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.php.mylyn ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.php.mylyn ---
[INFO] Signing jar: /home/jenkins/agent/workspace/pdt-master/features/org.eclipse.php.mylyn-feature/target/org.eclipse.php.mylyn-8.3.0-SNAPSHOT.jar
[INFO] 
[INFO] ---------------< org.eclipse.php:org.eclipse.php.source >---------------
[INFO] Building org.eclipse.php.source 8.3.0-SNAPSHOT                   [42/46]
[INFO]   from features/org.eclipse.php.source-feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.php:org.eclipse.php.source:8.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/pdt-master/features/org.eclipse.php.source-feature/pom.xml
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.php.source ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.php.source ---
[INFO] The project's OSGi version is 8.3.0.202402261645
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.php.source ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.php.source ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.php.source ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.php.source ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pdt-master/features/org.eclipse.php.source-feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.php.source ---
[INFO] 19 system scoped dependencies were not mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.php.source ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-feature (default-package-feature) @ org.eclipse.php.source ---
[INFO] Building jar: /home/jenkins/agent/workspace/pdt-master/features/org.eclipse.php.source-feature/target/org.eclipse.php.source-8.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.php.source ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.php.source ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.php.source ---
[INFO] Signing jar: /home/jenkins/agent/workspace/pdt-master/features/org.eclipse.php.source-feature/target/org.eclipse.php.source-8.3.0-SNAPSHOT.jar
[INFO] 
[INFO] ----------------< org.eclipse.php:org.eclipse.php.test >----------------
[INFO] Building org.eclipse.php.test 8.3.0-SNAPSHOT                     [43/46]
[INFO]   from features/org.eclipse.php.test-feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.php:org.eclipse.php.test:8.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/pdt-master/features/org.eclipse.php.test-feature/pom.xml
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.php.test ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.php.test ---
[INFO] The project's OSGi version is 8.3.0.202402261645
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.php.test ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.php.test ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.php.test ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.php.test ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pdt-master/features/org.eclipse.php.test-feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.php.test ---
[INFO] 138 system scoped dependencies were not mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.php.test ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-feature (default-package-feature) @ org.eclipse.php.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/pdt-master/features/org.eclipse.php.test-feature/target/org.eclipse.php.test-8.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.php.test ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.php.test ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.php.test ---
[INFO] Signing jar: /home/jenkins/agent/workspace/pdt-master/features/org.eclipse.php.test-feature/target/org.eclipse.php.test-8.3.0-SNAPSHOT.jar
[INFO] 
[INFO] ----------------< org.eclipse.php:org.eclipse.php.sdk >-----------------
[INFO] Building org.eclipse.php.sdk 8.3.0-SNAPSHOT                      [44/46]
[INFO]   from features/org.eclipse.php.sdk-feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.php:org.eclipse.php.sdk:8.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/pdt-master/features/org.eclipse.php.sdk-feature/pom.xml
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.php.sdk ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.php.sdk ---
[INFO] The project's OSGi version is 8.3.0.202402261645
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.php.sdk ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.php.sdk ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.php.sdk ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.php.sdk ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pdt-master/features/org.eclipse.php.sdk-feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.php.sdk ---
[INFO] 303 system scoped dependencies were not mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.php.sdk ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-feature (default-package-feature) @ org.eclipse.php.sdk ---
[INFO] Building jar: /home/jenkins/agent/workspace/pdt-master/features/org.eclipse.php.sdk-feature/target/org.eclipse.php.sdk-8.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.php.sdk ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.php.sdk ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.php.sdk ---
[INFO] Signing jar: /home/jenkins/agent/workspace/pdt-master/features/org.eclipse.php.sdk-feature/target/org.eclipse.php.sdk-8.3.0-SNAPSHOT.jar
[INFO] 
[INFO] -----------< org.eclipse.php:org.eclipse.php.target.current >-----------
[INFO] Building org.eclipse.php.target.current 8.3.0-SNAPSHOT           [45/46]
[INFO]   from dev/org.eclipse.php.target.current/pom.xml
[INFO] ---------------------[ eclipse-target-definition ]----------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.php.target.current ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.php.target.current ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-target-definition (default-package-target-definition) @ org.eclipse.php.target.current ---
[INFO] 
[INFO] -------------< org.eclipse.php:org.eclipse.php.repository >-------------
[INFO] Building org.eclipse.php.repository 8.3.0-SNAPSHOT               [46/46]
[INFO]   from dev/org.eclipse.php-repository/pom.xml
[INFO] -------------------------[ eclipse-repository ]-------------------------
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:4.0.6:target-platform (default-target-platform)'
[INFO] Resolving dependencies of MavenProject: org.eclipse.php:org.eclipse.php.repository:8.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/pdt-master/dev/org.eclipse.php-repository/pom.xml
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.php.repository ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.php.repository ---
[INFO] The project's OSGi version is 8.3.0.202402261645
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean-1) @ org.eclipse.php.repository ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.php.repository ---
[INFO] 
[INFO] --- resources:2.6:resources (default-resources) @ org.eclipse.php.repository ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pdt-master/dev/org.eclipse.php-repository/src/main/resources
[INFO] 
[INFO] --- tycho-p2-publisher:4.0.6:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.php.repository ---
[INFO] Published profile IUs: [a.jre.javase 11.0.0]
[INFO] Published profile IUs: [a.jre.javase 12.0.0]
[INFO] Published profile IUs: [a.jre.javase 13.0.0]
[INFO] Published profile IUs: [a.jre.javase 14.0.0]
[INFO] Published profile IUs: [a.jre.javase 15.0.0]
[INFO] Published profile IUs: [a.jre.javase 16.0.0]
[INFO] Published profile IUs: [a.jre.javase 17.0.0]
[INFO] Published profile IUs: [a.jre.javase 18.0.0]
[INFO] Published profile IUs: [a.jre.javase 19.0.0]
[INFO] Published profile IUs: [a.jre.javase 21.0.0]
[INFO] Published profile IUs: [a.jre.javase 22.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher:4.0.6:publish-products (default-publish-products) @ org.eclipse.php.repository ---
[INFO] 
[INFO] --- tycho-p2-publisher:4.0.6:publish-categories (default-publish-categories) @ org.eclipse.php.repository ---
[INFO] 
[INFO] --- tycho-p2-publisher:4.0.6:attach-artifacts (default-attach-artifacts) @ org.eclipse.php.repository ---
[INFO] 
[INFO] --- tycho-p2-repository:4.0.6:assemble-repository (default-assemble-repository) @ org.eclipse.php.repository ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.php.repository ---
[INFO] 
[INFO] --- tycho-p2-repository:4.0.6:archive-repository (default-archive-repository) @ org.eclipse.php.repository ---
[INFO] Building zip: /home/jenkins/agent/workspace/pdt-master/dev/org.eclipse.php-repository/target/org.eclipse.php.repository-8.3.0-SNAPSHOT.zip
[INFO] 
[INFO] --- resources:2.6:copy-resources (copy-p2-index) @ org.eclipse.php.repository ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for PHP Development Tools (PDT) 8.3.0-SNAPSHOT:
[INFO] 
[INFO] PHP Development Tools (PDT) ........................ SUCCESS [  0.147 s]
[INFO] plugins ............................................ SUCCESS [  2.080 s]
[INFO] org.eclipse.php.help ............................... SUCCESS [ 54.465 s]
[INFO] org.eclipse.php.core.parser ........................ SUCCESS [  5.361 s]
[INFO] org.eclipse.php.core ............................... SUCCESS [01:19 min]
[INFO] org.eclipse.php.server.core ........................ SUCCESS [  2.804 s]
[INFO] org.eclipse.php.ui ................................. SUCCESS [ 15.383 s]
[INFO] org.eclipse.php.debug.daemon ....................... SUCCESS [  2.213 s]
[INFO] org.eclipse.php.debug.core ......................... SUCCESS [  8.319 s]
[INFO] org.eclipse.php.debug.ui ........................... SUCCESS [  5.530 s]
[INFO] org.eclipse.php.formatter.core ..................... SUCCESS [  3.172 s]
[INFO] org.eclipse.php.formatter.ui ....................... SUCCESS [  3.301 s]
[INFO] org.eclipse.php.mylyn.ui ........................... SUCCESS [  6.386 s]
[INFO] org.eclipse.php.refactoring.core ................... SUCCESS [  3.521 s]
[INFO] org.eclipse.php.refactoring.ui ..................... SUCCESS [  3.684 s]
[INFO] org.eclipse.php.server.ui .......................... SUCCESS [  3.528 s]
[INFO] org.eclipse.php.astview ............................ SUCCESS [  3.720 s]
[INFO] org.eclipse.php.composer.api ....................... SUCCESS [  2.682 s]
[INFO] org.eclipse.php.composer.core ...................... SUCCESS [  3.485 s]
[INFO] org.eclipse.php.composer.ui ........................ SUCCESS [  5.329 s]
[INFO] org.eclipse.php.builtin.server.core ................ SUCCESS [  4.543 s]
[INFO] org.eclipse.php.builtin.server.ui .................. SUCCESS [  2.711 s]
[INFO] org.eclipse.php.phpunit ............................ SUCCESS [  4.404 s]
[INFO] org.eclipse.php.profile.core ....................... SUCCESS [  2.808 s]
[INFO] org.eclipse.php.profile.ui ......................... SUCCESS [  3.900 s]
[INFO] org.eclipse.php.rdt.sync.ui ........................ SUCCESS [  2.828 s]
[INFO] tests .............................................. SUCCESS [  0.003 s]
[INFO] org.eclipse.php.core.tests ......................... SUCCESS [  5.268 s]
[INFO] org.eclipse.php.formatter.core.tests ............... SUCCESS [  4.087 s]
[INFO] org.eclipse.php.refactoring.core.tests ............. SUCCESS [  3.358 s]
[INFO] org.eclipse.php.ui.tests ........................... SUCCESS [  4.095 s]
[INFO] org.eclipse.php.composer.api.tests ................. SUCCESS [  2.485 s]
[INFO] org.eclipse.php.composer.tests ..................... SUCCESS [  2.897 s]
[INFO] org.eclipse.php.profile.core.tests ................. SUCCESS [  2.617 s]
[INFO] features ........................................... SUCCESS [  0.002 s]
[INFO] org.eclipse.php .................................... SUCCESS [  4.444 s]
[INFO] org.eclipse.php.composer ........................... SUCCESS [  1.326 s]
[INFO] org.eclipse.php.phpunit.feature .................... SUCCESS [  1.611 s]
[INFO] org.eclipse.php.profiler ........................... SUCCESS [  1.629 s]
[INFO] org.eclipse.php.rdt.sync ........................... SUCCESS [  1.712 s]
[INFO] org.eclipse.php.mylyn .............................. SUCCESS [  1.958 s]
[INFO] org.eclipse.php.source ............................. SUCCESS [  0.886 s]
[INFO] org.eclipse.php.test ............................... SUCCESS [  1.465 s]
[INFO] org.eclipse.php.sdk ................................ SUCCESS [  1.536 s]
[INFO] org.eclipse.php.target.current ..................... SUCCESS [  0.003 s]
[INFO] org.eclipse.php.repository ......................... SUCCESS [  7.523 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  05:06 min
[INFO] Finished at: 2024-02-26T16:50:13Z
[INFO] ------------------------------------------------------------------------
Exception in thread "Thread-5" java.lang.NoClassDefFoundError: org/eclipse/jgit/internal/JGitText
	at org.eclipse.jgit.internal.util.ShutdownHook.cleanup(ShutdownHook.java:85)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.lang.ClassNotFoundException: org.eclipse.jgit.internal.JGitText
	... 2 more
[pdt-master] $ /bin/sh -xe /tmp/jenkins14674735213520462729.sh
+ '[' -d result ']'
+ mkdir result
+ cp -R dev/org.eclipse.php-repository/target/repository/artifacts.jar dev/org.eclipse.php-repository/target/repository/artifacts.xml.xz dev/org.eclipse.php-repository/target/repository/content.jar dev/org.eclipse.php-repository/target/repository/content.xml.xz dev/org.eclipse.php-repository/target/repository/features dev/org.eclipse.php-repository/target/repository/p2.index dev/org.eclipse.php-repository/target/repository/plugins result/
Terminating xvnc.
Archiving artifacts
Finished: SUCCESS